/*
 * Requires: /services/service-navigation.css, /blog-carousel.css, https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
 */

/* Light breadcrumb */

body #breadcrumbs .arrow-holder {
    background-color: #ffffff4f;
}

body #breadcrumbs .arrow-holder .arrow {
    stroke: var(--white);
}

body #breadcrumbs a,
body #breadcrumbs {
    color: var(--body-bg);
}

body #breadcrumbs span.breadcrumb_last {
    color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last) {
    opacity: 0.5;
    transition: 0.5s ease;
    margin-right: 5px;
}

body #breadcrumbs span span:not(:first-child) {
    margin-left: 5px;
}

body #breadcrumbs a:hover {
    color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last):hover {
    opacity: 1;
}

body .breadcrumb {
    border: 0px;
    padding-top: clamp(10px, 4rem, 40px);
}


/*****/


.section1 {
    border-radius: 0px 0px 40px 40px;
    height: calc(100dvh - var(--header-height));
    min-height: 650px;
}

.section1 .background {
    left: 0;
    top: 0;
    height: 100%;
}

.section1 .background video,
.section1 .background img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.section1 .title {
    margin-bottom: clamp(20px, 4rem, 40px);
}

.section1 .heading1 {
    color: var(--body-bg);
    margin-bottom: clamp(30px, 5.5rem, 55px);
    max-width: clamp(450px, 80rem, 800px);
}

.section1 .scroll-down {
    margin-bottom: clamp(30px, 7.4rem, 74px);
    width: clamp(25px, 5rem, 50px);
    animation: upDown 2s linear infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* section2 */

.section2 {
    padding-top: clamp(60px, 11.6rem, 116px);
    padding-bottom: clamp(60px, 11.6rem, 116px);
}

.section2 .row {
    max-width: 840px;
    margin: 0 auto;
}

.section2 img {
    max-width: clamp(100px, 20rem, 200px);
    max-height: clamp(100px, 20rem, 200px);
    width: 100%;
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section2 .heading1 {
    margin: clamp(15px, 3rem, 30px) 0;
}

/* section3 */

.section3 {
    padding-bottom: clamp(60px, 12rem, 120px);
}

.section3 .container .row {
    background-color: var(--white);
    border-radius: 40px;
    padding: clamp(50px, 10rem, 100px) clamp(75px, 15rem, 150px);
}

.section3 .separator {
    height: 1px;
    background-color: #000;
    margin: clamp(7px, 1.4rem, 14px) 0;
}

.section3 img {
    margin-top: clamp(7px, 1.4rem, 14px);
}

@media (max-width: 767px) {
    .section3 .container .row {
        padding: 10rem 3rem;
    }
}

/* asset */

body .asset-holder {
    top: calc(-1 * var(--shape-width) - clamp(50px, 10rem, 100px) / 2);
}

@media (max-width: 1400px) {
    body .asset-holder {
        top:  calc(-2.8* var(--shape-width) / 2);
    }
}

@media (max-width: 767px) {
    body .asset-holder {
        right: auto;
        left: calc(50% - var(--shape-width)/2);
    }
}

@media (max-width: 550px) {
    body .asset-holder {
        top: calc(-3.9* var(--shape-width) / 2);
    }
}

/* section4 */

.section4 {
    background-color: var(--white);
    padding: clamp(50px, 10rem, 100px) 0;
}

.section4 .container {
    max-width: 1120px;
}

.section4 .holder {
    gap: clamp(25px, 5rem, 50px);
    margin: clamp(35px, 7rem, 70px) 0 clamp(60px, 12rem, 120px) 0;
}

.section4 .holder .info {
    flex-basis: calc(50% - clamp(25px, 5rem, 50px));
}

.section4 .row-heading {
    font-size: clamp(22px, 2.8rem, 28px);
    margin-bottom: clamp(12px, 2.5rem, 25px);
}

.section4 .title {
    margin-bottom: clamp(15px, 3rem, 30px);
}

@media (max-width: 767px) {
    .section4 .holder .info {
        flex-basis: 100%;
    }
}

/* section5 */

.section5 {
    background-color: var(--primary-color);
}

.section5 .bg-img {
    right: 0;
    top: 0;
    height: 100%;
    /* clip-path: circle(70% at 60% 50%); */
    object-fit: cover;
    width: 50%;
}

.section5 .content-holder {
    padding: clamp(50px, 10rem, 100px) clamp(15px, 6rem, 60px) clamp(50px, 10rem, 100px) 0;
    width: 50%;
}

.section5 :is(.row-heading, .title, ul, .description) {
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section5 ul {
    padding-left: 20px;
}

.section5 li.bullets {
    line-height: 1.45;
}

.section5 li.bullets::marker {
    font-size: inherit;
    color: var(--white);
}

/* @media (max-width: 1400px) {
    .section5 .bg-img {
        clip-path: circle(63% at 66% 50%);
    }
} */

@media (max-width: 767px) {
    .section5 .bg-img {
        position: relative;
        width: 100%;
        /* clip-path: circle(70% at 50% 100%); */
    }

    .section5 .content-holder {
        padding: 10rem 0;
        width: 100%;
    }
}

/* @media (max-width: 550px) {
    .section5 .bg-img {
        clip-path: circle(100% at 50% 125%);
    }
} */

/* section6 */

.section6 {
    background-color: var(--white);
    padding: clamp(50px, 10rem, 100px) 0;
    border-bottom: 1px solid var(--secondary-color);
}

.section6 .container {
    max-width: 840px;
    margin: 0 auto;
}

.section6 img {
    width: clamp(100px, 20rem, 200px);
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section6 .heading1 {
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section6 .container .row2 {
    margin-top: clamp(15px, 3rem, 30px);
    gap: clamp(15px, 3rem, 30px);
}

.section6 .booking-btn:after {
        content: ">";
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
        transition: 0.5s ease;
        margin-left: clamp(5px, 1rem, 10px);
}

.section6 .booking-btn:hover:after {
    transform: translateX(clamp(2px, 0.5rem, 5px));
}

@media (max-width: 550px) {
    .section6 .container .row2 {
        flex-direction: column;
    }
}

/* blog-section */

.blog-section {
    padding: clamp(60px, 12rem, 120px) 0;
}

.blog-section :is(.title, .heading1, .description) {
    margin-bottom: clamp(15px, 3rem, 30px);
}