:root {
    --brand-color: #E1B184;
    --font-familly-lobster: "Lobster", sans-serif;
    --font-familly-rubik: "Rubik", sans-serif;
    --font-familly-alegreya: "Alegreya Sans", sans-serif;

}



body {
    font-style: normal;
}

html {
    behavior: smooth;
}

p {
    font-family: var(--font-familly-alegreya);
    color: rgb(13, 20, 26);
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;

}

button,
a {
    font-family: var(--font-familly-alegreya);
    line-height: normal;
    font-style: normal;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

a.custom-btn,
button.custom-btn {
    padding: 14px 50px !important;
    border-radius: 30px !important;
    background: transparent;
    color: #000;
    border-color: #000;
}

h2 {
    font-size: 48px;
    color: rgb(29, 30, 32);
}

section {
    padding: 100px 0px;
}

/* initial hidden state */
.slide-up-on-load {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.container-fluid {
    overflow: hidden;
}

/* active state */
.slide-up-on-load.active {
    opacity: 1;
    transform: translateY(0);
}



/* header css start here */
.navbar img {
    height: 100px;
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}


/* Mobile menu animation */

.navbar-collapse {
    transition: transform 0.3s ease;
}

.nav-close {
    display: none;
}

.navbar-toggler.active .nav-open {
    display: none;
}

.navbar-toggler.active .nav-close {
    display: inline;
}



section.banner {
    /* margin-top: 5rem; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 92vh; */
    height: 96vh;

}

section.banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678));
    z-index: 2;
}

section.banner .banner-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 1rem;
}


section.banner .banner-content-container h2.banner-heading {
    font-size: 46px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: var(--font-familly-rubik);
}

@media (max-width:768px) {
    section.banner .banner-content-container h2.banner-heading {
        font-size: 26px;
        margin-bottom: 0rem;
    }

    section.banner .banner-content-container .banner-description {
        font-weight: 400;
        margin-bottom: 1rem;
        line-height: 20px;

    }

    section.banner {
        height: 65vh;
    }

    section.banner .banner-content-container {
        /* align-items: center;
        justify-content: center; */
        padding-bottom: 0.5rem;
    }
}

section.banner .banner-content-container .banner-description {
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    /* font-size: 26px; */
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 2px 2px #282626;
}

section.banner .banner-content-container .banner-button {
    width: fit-content;
    padding: 14px 18px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: auto;
    border-radius: 1px;
    font-weight: 500;
    font-size: 16px;
}

section.banner .banner-content-container .banner-button.venue-banner-btn {
    background-color: #ffffffb0;
}

/* home banner css start here */



/* beautiful moments css start  here */

section.beautiful-momemnts {}

section.beautiful-momemnts img {
    border-radius: 15px;
}


section.beautiful-momemnts h2 {
    font-family: var(--font-familly-lobster);
}

section.beautiful-momemnts .custom-btn {
    background-color: #000;
    color: #fff;
}

section.beautiful-momemnts .custom-btn:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
}

/* beautiful moments end start  here */







/* who we are section css start here */
section.who-we-are {}

section.who-we-are h2 {
    font-family: var(--font-familly-lobster);
}

section.who-we-are img {
    border-radius: 15px;
}

@media (max-width:991px) {
    section.who-we-are img {
        width: 100%;
        /* height: 350px; */
    }
}

/* who we are section css end here */




/* evenet management  section css start here*/

section.event-management {
    background-color: var(--brand-color);
}


section.event-management h2,
section.event-management p,
section.event-management a {
    /* color: #fff; */
}

section.event-management img {
    border-radius: 15px;
    width: 100%;
    cursor: pointer;
}

section.event-management a.custom-btn {
    background-color: #000;
    color: #fff;
}

section.event-management a.custom-btn:hover {
    border-color: #000;
    background-color: #282626;
}


/* evenet management  section css end here*/




/* review section css start here */

section.review-section .right-side {
    background-color: var(--brand-color);
}

section.review-section .review-carousel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.review-section .review-carousel .item {}

section.review-section .review-carousel .item .icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

section.review-section .review-carousel .item .icons i {
    color: #fff;
}


section.review-section .review-carousel .item .client-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width:768px) {
    section.review-section .review-carousel .item .client-img {
        flex-direction: row;
        gap: 12px;
        align-items: center;

    }
}

section.review-section .review-carousel .item .client-img img {
    width: 50px;
    border-radius: 50%;
}

section.review-section .review-carousel .item .client-img .client-name {
    font-weight: 700;
}

.review-carousel {
    position: relative;
}

.review-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0rem 1rem;
}

.review-carousel .owl-nav button {
    pointer-events: all;
    background: transparent !important;
    border: none;
    color: #000;
}

.review-carousel .owl-nav button i {
    background-color: #ccc;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    font-size: 26px;

}

.review-carousel .owl-nav button:hover {
    color: #282626;
}

.review-carousel .owl-dots {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    display: flex;
    gap: 15px;
    /* background-color: #000; */
}

@media (max-width:768px) {
    .review-carousel .owl-dots {
        bottom: 8%;

    }
}

.review-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.review-carousel .owl-dot.active span {
    background: #000;
    transform: scale(1.3);
}



/* review section css end here */



/* footer section css start  here */
section.footer-section {
    padding: 40px 0px;
    padding-bottom: 20px;
    background-color: var(--brand-color);
}

section.footer-section p.logo-text {
    font-family: var(--font-familly-lobster);
}

section.footer-section .heading {
    font-weight: 800;
}

section.footer-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


section.footer-section ul li a {
    color: #000;
}


section.footer-section ul.social-icons {
    display: flex;
    gap: 15px;
}

section.footer-section ul.social-icons li a i {
    font-size: 26px;
}

section.footer-section form input {
    padding: 7px 14px;
}

section.footer-section form .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

section.footer-section form button[type="submit"] {
    border: none;
    color: #000;
    background-color: transparent;
    font-weight: 500;
}

section.copy-right-section {
    border-top: 1px solid #28262667;
    background-color: var(--brand-color);
}

/* footer section css end  here */







/* services pages banner css start here */
section.banner.services {
    height: 60vh;
}

/* services pages banner css end here */




/* services page service management section start here */
section.services-event-management {}

section.services-event-management h2 {
    font-family: var(--font-familly-lobster);
}

section.services-event-management .item .img-container {}

section.services-event-management .item .img-container img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

section.services-event-management .item h3 {
    font-family: var(--font-familly-lobster);

}

section.services-event-management .custom-btn {
    background-color: #000;
    color: #fff;
    padding: 13px 46px !important;
}

section.services-event-management .custom-btn:hover {
    background-color: #282626;
}

/* services page service management section end here */




/* services page reviews video section css start here */
section.service-review-video{
      height: 50vh;
}