@import url('../../css2');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 25px;
    line-height: 1.6;
}

:root {
    --primary-color: #9d2d33;
    --dark-color: #323232;
    --txt-white: #fff;
    --bg-color: #f8edf1;
}



/* CSS Starts -----------------  */

/* Top Bar CSS -------  */

.top-bar {
    background-color: #6d4723e3;
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: var(--txt-white);
}


.top-bar a {
    color: var(--txt-white);
}

.social-icons ul li {
    border: 1px solid var(--txt-white);
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}


.social-icons ul li:hover {
    background-color: var(--txt-white);
    transition: 0.4s;
}

.social-icons ul li:hover a {
    color: var(--dark-color);
    transition: 0.4s;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

/* Header CSS Starts -------------------------- */

.navbar {
    padding: 8px 0;
}

.call-btn {
    display: inline-block;
    background-color: #0a2d11e6;
    color: var(--txt-white);
    padding: 8px 26px;
    border-radius: 24px;
    border: 1px solid #675c28
    font-size: 14px;
}

.call-btn:hover {
    background-color: var(--txt-white);
    color: var(--primary-color);
    transition: 0.4s;
}

.navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 12px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.navbar-nav .nav-item:hover a::after {
    width: 100%;
    transition: 0.4s;
}




.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color);
    transition: 0.3s;
}

.nav-item {
    margin-right: 30px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 0;
    color: var(--dark-color);
    background-color: transparent;
    border: none;
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}










/* Banner Area CSS --------------  */

.banner-area .hero-content h1 {
    font-size: 60px;
    color: var(--txt-white);
    font-weight: 600;
}

.banner-area .hero-content {
     background-color:#0000004d; 
    padding: 60px 100px;
    width: fit-content;
    /* border: 1px solid #ffffff4e; */
     text-align: center; 
}

.banner-area .slide-container {
    display: flex;
    align-items: center;
}



/* Services Section CSS ------------------  */

.section-title span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}


.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0;
}


.service-bx {
    /* text-align: center; */
    margin-bottom: 40px;
}

.service-bx h5 {
    color: var(--dark-color);
    /* margin-top: 20px; */
}

.service-content a span {
    font-size: 13px;
    font-weight: 600;
    /* text-align: start; */
}

.service-bx .service-content {
    padding: 10px 80px 10px 20px;
    width: fit-content;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    /* text-align: center; */
    margin-top: -26px;
}

.service-bx .service-content:hover {
    background-color: var(--dark-color);
    transition: 0.3s;
}


.img-placeholder:hover img {
    transform: scale(1.1);
    transition: 0.9s;
}

.img-placeholder img {
    border-radius: 4px;
    transition: 0.7s;
}

.img-placeholder {
    overflow: hidden;
    border-radius: 4px;
    max-height: 304px;
}


/* Packages Section CSS --------------- */

.pricing-sec {
    background-color: var(--bg-color);
    padding: 60px 0;
    height: 450px;
    /* margin-bottom: 350px; */
}

.price-wrapper {
    margin-top: -260px;
    margin-bottom: 60px;
}

.pricing-bx {
    padding: 40px;
    background-color: var(--txt-white);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
}

.pricing-bx .img-container img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 6px;
}

.price-details {
    margin-top: 20px;
}

.price-details span {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}


/* .price-details .buy-btn {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 12px 40px;
    border-radius: 6px;
    font-size: 18px;
    color: var(--txt-white);
    margin-top: 15px;
} */


/* Gallery Section CSS ---------------- */

.gallery-photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-img {
    position: relative;
}

.gallery-img img {
    min-height: 305px;
    object-fit: cover;
}


/* .gallery-img::before {
    content: '';
    position: absolute;
    height: 96%;
    width: 96%;
    background: rgba(255, 255, 255, 0.753);
    top: 2%;
    left: 2%;
    opacity: 1;
    transform: scale(0);
    transition: 0.8s;
} */

.gallery-img:hover::before {
    transform: scale(1);
    transition: 0.8s;
    opacity: 1;
}

.gallery-img:hover::after {
    transition: 0.3s;
    opacity: 1;
}


/* .gallery-img::after {
    content: '\2b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
} */


/* About us CSS --------------------- */

/* .about-us img {
    width: 796px;
    height: 520px;
    object-fit: cover;
    border-radius: 6px;
} */

.about-us {
    background-color: var(--bg-color);
    padding: 60px 0;
}


/* Video Gallery CSS -------------- */

.youtube-box iframe {
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}



/* Footer CSS ---------------- */

.footer {
    background-image: url(../images/foot-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 60px 0 0 0;
    margin-top: 60px;
    color: #f0f0f0;
}

/* footer {
    background-color: var(--primary-color);
    padding: 60px 0 0 0;
    margin-top: 60px;
    color: #f0f0f0;
} */

footer a {
    color: #f0f0f0;
}

footer .foot-title span {
    display: block;
    font-size: 22px;
    color: var(--txt-white);
    font-weight: 600;
}

.foot-title {
    position: relative;
    margin-bottom: 35px;
}

footer .foot-title span::after {
    content: '';
    position: absolute;
    background-color: var(--txt-white);
    height: 1px;
    width: 60px;
    bottom: -11px;
    left: 0;
}

.foot-list ul li {
    line-height: 1.6;
    margin-bottom: 10px;
}

.foot-list ul li:hover {
    color: var(--txt-white);
    transition: 0.3s;
}


/* <========================================= WhatsApp Icons =================================> */

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 1111;
}


.btn-whatsapp-pulse-border {
    bottom: 40px;
    right: 40px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    background-color: #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: none;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 7px 22px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    /* background-color: #9d2d3329; */
}

.nav-tabs .nav-link {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    padding: 7px 22px;
    border-radius: 30px;
    font-size: 14px;
    /* white-space: nowrap; */
}

.nav-tabs .nav-link:not(:last-child) {
    margin-right: 20px;
    /* margin-bottom: 20px; */
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: unset;
}



/* About Us Page CSS ----------------------------------------------------------- */

.inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 280px;
}

.inner-title {
    color: var(--txt-white);
    display: inline-block;
}

.inner-title a {
    color: #e8e8e8;
}

.inner-title:hover a {
    color: var(--txt-white);
    transition: 0.4s;
}


.inner-title h2 {
    font-size: 42px;
    font-weight: 600;
}


/* Contact Us Page CSS -------------------------------------------------------------- */

.info-bx {
    padding: 40px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}

.info-bx i {
    font-size: 24px;
    color: var(--primary-color);
}


.icon-bx {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


/* Form CSS ------------------------------------------------------------------------- */

.form-bx {
    padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background-image: url(../images/bgshape.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.form-control {
    background-color: transparent;
}


.form-bx input {
    padding: 12px 14px;
}

.form-bx .input-group {
    margin-bottom: 15px;
}


.form-bx .submit-btn {
    background-color: var(--primary-color);
    color: var(--txt-white);
    border-radius: 30px;
    padding: 8px 20px;
}



/* Testimonial CSS Starts */

.feedback-card {
    background-color: #F6F1E9;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    position: relative;
    min-height: 210px;
}

.feedback-card::after {
    content: '';
    position: absolute;
    background-image: url(../images/feedback-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 68px;
    width: 100%;
    top: 20px;
    right: 30px;
}


/* .feedback-card::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    bottom: 8px;
    background-image: url(../images/feedback-bg.png);
    background-repeat: no-repeat;
} */







/* .feedback-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--whiteColor);
    border: 1px solid #F6F1E9;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: -34px;
} */



.feedback-card .name {
    font-size: 22px;
    font-weight: 700;
    color: var(--txtColor);
    font-family: var(--fontAbhaya);
    margin-bottom: 10px;
}

.feedback-card span {
    line-height: 1.6;
}

/* .foot-d {
    display: flex;
    flex-direction: column;
    align-items: center;
} */


.testi-s .owl-item img {
    width: fit-content;
}









/* Media Query Starts ----------------------  */

@media screen and (max-width: 600px) {
    .info span {
        display: none;
    }

    .top-bar {
        display: none;
    }

    /* .navbar-brand {
        margin-top: 10px;
        margin-left: 20px;
    } */

    .navbar-brand h1 {
        font-weight: 600;
        color: var(--primary-color);
        font-size: 30px;
    }

    .banner-area .hero-content {
        padding: 50px 20px;
        width: fit-content;
        text-align: center;
    }

    .banner-area .hero-content h1 {
        font-size: 36px;
    }

    .gallery-photo {
        display: block;
    }

    .gallery-photo .gallery-img img {
        margin-bottom: 15px;
    }

    .gallery-photo .gallery-img:last-child img {
        margin-bottom: 0;
    }

    .price-wrapper {
        margin-top: -220px;
    }

    .nav-item {
        width: fit-content;
    }


}

@media screen and (max-width: 992px) {
    .nav-tabs .nav-link {
        margin-bottom: 15px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 11px;
    }

    .nav-tabs .nav-link {
        font-size: 11px;
    }
}



@media screen and (min-width: 600px) and (max-width: 992px) {
    .info span {
        display: none;
    }
}