* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #000;
}

h2 {
    font-size: 25px !important;
}

h5 {
    font-size: 18px !important;
}

@font-face {
    font-family: 'Avenir LT Std 65 Medium';
    src: url('../fonts/Avenir\ LT\ Std\ 65\ Medium.otf');
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('../fonts/Avenir\ LT\ Std\ 55\ Roman.otf');
}


a {
    text-decoration: none !important;
    font-family: 'Avenir LT Std 65 Medium';
    font-size: 14px !important;
}

/* <!======= sticky nav bar =========> */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    padding: 0;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    background-color: #fff !important;
    /* background: linear-gradient(90deg, rgba(26, 39, 216, 0.582) 0%,
    rgba(20, 53, 199, 0.719) 0%); */
    animation-name: example;
    animation-duration: 1s;
    transition: top 500ms ease-in;
    box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}

/* mobile nav */
.mobile_nav {
    display: none !important;
}

/* <========== WHATSAPP-ICONS ============ */
.whatsapp-icon {
    position: fixed;
    bottom: 20px !important;
    right: 20px !important;
    background: #25d366;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 99999999999999 !important;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;

    i {
        font-size: 30px;
        color: #fff;
    }

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.76);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.nav_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_bar .nav_flex {
    width: 100% !important;
}

.nav_bar .nav-logo {
    border-right: 1px solid #8674746e;
    padding: 5px 25px;
}

.nav_bar .nav-logo img {
    height: 100px !important;
}

.nav_bar .nav_flex .nav_link ul {
    text-align: end;
    border-bottom: 1px solid #8674746e;
}

.nav_bar .nav_flex .nav_link ul li {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: end;
}

.nav_bar .nav_flex .nav_link ul li a {
    text-decoration: none;
    color: #000;
}

.nav_bar .nav_flex .nav_link ul li a i {
    font-size: 20px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    padding: 4px;
}

.nav_bar .nav_flex .nav_link ul li i:hover {
    background: #ff8e00;
}

.nav_bar .nav_item ul {
    text-align: center;
}

.nav_bar .nav_item ul li {
    display: inline-block;
    padding-right: 20px;
    text-align: center;
}

.nav_bar .nav_item ul li a {
    text-decoration: none !important;
    color: #000;
    position: relative;
}

.nav_bar .nav_item ul li a::before {
    content: "";
    position: absolute;
    background-color: #ff8e00;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -10px;
    transition: all 0.3s ease-in-out;
}

.nav_bar .nav_item ul li a:hover::before {
    width: 100% !important;
    color: #ff8e00 !important;
}

/* <======== slider ========> */
.banner_video {
    height: 100vh !important;
    max-width: 100%;
}

.banner_video #my-video {
    height: 90vh !important;
    max-width: 100%;
    object-fit: cover;

}

/* .swiper {
    width: 100%;
    height: 82vh;
} */

.slide_1 {
    background: url('../images/banner.png')center no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000080;
}

.slide_2 {
    background: url('../images/about_us.png')center no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000080;
}

.slide_3 {
    background: url('../images/guest-house.png')center no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000080;
}

.slider_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82vh;
    color: #fff;
}

.slider_title h1 {
    font-size: 35px !important;
    line-height: 40px;
    text-align: center;
}

.slider__btn {
    text-align: center;
}

.slider__btn a {
    border: 1px solid #fff;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out;
}

.slider__btn a:hover {
    background-color: #ff8e00;
    color: #fff;
    border: 1px solid transparent;
}

.event-text {
    margin-left: 15%;
}

.event-text h2 {
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 30px !important;
}

.img-index {
    z-index: 999 !important;
}

.event-text-img {
    border: 9px solid #fff;
    margin-top: -5%;

}

.event-type-text {
    text-align: center;
}

.event-type-text img {
    height: 30px !important;
}

.event-type-text h2 {
    font-weight: bold;
    padding-bottom: 10px;
}

.card-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px !important;
    margin-top: 20px;
}

.event_card {
    border: 2px solid #d3c9c9;
    padding: 10px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out !important;
    text-transform: uppercase;
}

/* .event_card:hover {
    background: #ff8e00;
    color: #fff;
} */

.event-content {
    border: 1px solid #d3c9c9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-content p {
    font-size: 12px;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.event-wrapper {
    width: 80%;
    margin: 0 auto;
}

.card-box {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: calc(100% - 10px);
}

.card-box .card-box-title {
    padding: 10px;
}

.video_section h2 {
    /* border-bottom: 1px solid #ff8e00; */
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.video_section h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ff8e00;
    left: 45%;
    bottom: -10px;
}

.inquiry-form {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
}

.inquiry-form .form-control {
    border-radius: 0;
}

.inquiry-form .form-control ::placeholder {
    color: #ffebeb;
}

.inquiry-form .submit-btn {
    background: #000 !important;
    border: none;
    color: #fff;
    padding: 8px 20px;
    margin-top: 15px;
}

.inquiry-form .submit-btn:hover {
    background-color: #ff8e00 !important;
}

.footer_bg {
    background-color: #000;
}

.footer_logo img {
    height: 100px;
}

.footer_logo p {
    color: #fff;
    padding-top: 15px;
}

.footer_icon ul {
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    gap: 10px;
}

.footer_icon ul li {
    background: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
}

.footer_icon ul li i {
    font-size: 20px;
    color: #000000;
}

.footer_nav ul {
    padding: 0 !important;
    list-style: none;
}

.footer_nav ul li {
    margin-bottom: 15px;
}

.footer_nav ul li>::before {
    content: '\EA6D';
    font-family: 'remixicon';
    padding-right: 10px;
    font-size: 15px;
}

.footer_nav ul li a {
    font-size: 18px;
    color: #fff;
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.copy-right a {
    color: #000;
}

/* <======= inner pages ===========> */

.about-banner {
    background: url('../images/venue-img2.png') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    color: #fff;
    text-align: center;
}

.banner-title ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0 !important;
}

.banner-title ul>li {
    font-size: 16px !important;
}

.banner-title ul li a {
    font-size: 16px !important;
    color: #ff8e00;
}

.banner-title ul li::before {
    content: '\EA6E';
    font-family: 'remixicon';
    padding-right: 10px;
    font-size: 16px;
}

.banner-title ul li:nth-child(1)::before {
    display: none !important;
}

#sec-bg {
    background-color: #f1f1f1;
    position: relative !important;
}

#sec-bg .seo__list li {
    margin-bottom: 10px;
}

#sec-bg .about-text {
    position: absolute !important;
    background-color: #fff;
    width: 40% !important;
    right: 60px;
    top: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 15px;
}

.events-we-host_banner {
    background: url('../images/gallery-img/img-16.JPG') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.wedding-planning_banner {
    background: url('../images/gallery-img/img-11.png') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.venue-title_1 h2 {
    position: relative;
}

.venue-title_1,
.venue-title_2 p {
    text-align: justify;
}

.venue-title_1 h2::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 2px;
    left: 200px;
    top: 15px;
    right: 0;
    margin-inline: auto;
    background-color: #000;
}

.venue-title_2 {
    position: relative;
}

.venue-title_2 h2::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 2px;
    left: -650px;
    top: 15px;
    right: 0;
    margin-inline: auto;
    background-color: #000;
}

.venue-img img {
    width: 600px;
    margin: 0 auto;
}

.virtual-banner {
    background: url('../images/gallery-img/img-7.png') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.gallery-banner {
    background: url('../images/gallery-img/img-4.png') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.gallery-bg {
    background-color: #f1f1f1;
}

.card .card-image img {
    width: 100% !important;
    height: auto;
    display: block;
}

.card .card-image img:hover {
    background-color: #00000052 !important;
}

.contact-banner {
    background: url('../images/gallery-img/img-8.png') center no-repeat;
    width: 100%;
    height: 60vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000096;
}

.contact-form-img {
    background: url('../images/about_us.png') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 83vh;
}

.contact-form {
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 15px;
    width: 80%;
    border-radius: 10px;
}

.contact-form input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;

}

.contact-form .submit_btn {
    border: none;
    background-color: #000;
    padding: 10px 25px;
    color: #fff;
    margin-top: 15px;
}

.contact-form .submit_btn:hover {
    background-color: #ff8e00;
}

#contact_icon ul li i {
    background-color: #000;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}

#contact_icon ul li i:hover {
    color: #ff8e00;
}

.contact-form textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
}

.form-title h5 {
    padding-bottom: 20px;
    font-size: 25px !important;
}

.contact-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83vh;
}

.contact-bg .contact-info {
    padding: 30px;
    font-size: 16px;
    background-color: #f1f1f1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 60%;
    border-radius: 10px;
}

.contact-bg .contact-info span {
    font-size: 22px;
    padding-right: 15px;
    vertical-align: middle;
}

.contact-bg .contact-info address {
    color: #000 !important;
    display: flex;
    font-weight: 500;
}

.contact-bg .contact-info a {
    /* display: block; */
    color: #000;
    font-size: 16px !important;
}

/* <============ SEO =================> */
.why-choose {
    ul {
        li {
            margin-bottom: 10px;
        }
    }
}

.why-choose2 ol {
    padding-left: 0 !important;
    padding-top: 10px;
}

.why-choose2 ol li {
    margin-bottom: 15px;
}

.inquiry-form2 .cta_btn {
    background-color: #ff8e00;
    padding: 10px;
    border-radius: 8px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}