/* @import url(http://94.176.238.240/copies/video/assets/css/bootstrap.min.css);
@import url(http://94.176.238.240/copies/video/assets/fonts/css/all.min.css);
@import url(http://94.176.238.240/copies/video/assets/fonts/css/alexis.css);
@import url(http://94.176.238.240/copies/video/assets/fonts/css/flag-icons.min.css);
@import url(http://94.176.238.240/copies/video/assets/fonts/flaticon/flaticon_flaticons.css);
@import url(http://94.176.238.240/copies/video/assets/css/magnific-popup.css);
@import url(http://94.176.238.240/copies/video/assets/css/aos.css);
@import url(http://94.176.238.240/copies/video/assets/css/nice-select.css);
@import url(http://94.176.238.240/copies/video/assets/css/odometer.css);
@import url(http://94.176.238.240/copies/video/assets/css/swiper-bundle.min.css); */

:root {
    --montserrat: "Montserrat", sans-serif;
    --arimo: "Arimo", sans-serif;
    --template-font: var(--arimo);
    --template-bg: #ffffff;
    --template-color: #555555;
    --white: #ffffff;
    --black: #000000;
    --primary-color: #eef5ff;
    --secondary-color: #f5f5f5;
    --tertiary-color: #f3f8ff;
    --quaternary-color: #222222;
    --quinary-color: #212121;
    --transition: all 0.5s ease;
    --shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    --shadow-secondary: 0px 16px 24px 0px rgba(242, 195, 53, 0.2)
}


.container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1400px;

}

.row {
    --bs-gutter-x: 30px
}

.vertical-column-gap {
    row-gap: 30px
}

.vertical-column-gap-lg {
    row-gap: 40px
}

.section__header {
    margin-bottom: 40px
}

.section__header span {
    font-size: 18px;
    font-weight: 700;
    color: var(--base-color);
    margin-top: -8px
}

.section__header h2 {
    color: var(--quaternary-color);
    font-weight: 600;
    margin: 16px 0 30px
}

.icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px
}

.icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;

    gap: 3px;
    line-height: 0;
    padding-bottom: 4px
}

.icon-thumb .icon-thumb-single:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: #A0412D;
    display: inline-block;
    line-height: 0
}

.icon-thumb span:nth-of-type(2) {
    width: 56px
}

.video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4
}

.video-btn-wrapper .open-video-popup {
    width: 85px;
    height: 85px;
    background: var(--white);
    border-radius: 100%;
    position: relative;
    -webkit-animation: pulse-shadow 3s 2s linear infinite;
    animation: pulse-shadow 3s 2s linear infinite;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.video-btn-wrapper .open-video-popup i {
    font-size: 30px;
    color: var(--base-color)
}

.video-btn-wrapper .open-video-popup::after,
.video-btn-wrapper .open-video-popup::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--white);
    border-radius: 100%;
    z-index: -1
}

.video-btn-wrapper .open-video-popup::after {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite
}

.video-btn-wrapper .open-video-popup::before {
    -webkit-animation: pulse 3s 1s linear infinite;
    animation: pulse 3s 1s linear infinite
}

.fa-solid>img {
    width: 100%;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }

    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }

    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0)
    }
}

.main-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

@-webkit-keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.header-two {
    position: relative
}

@-webkit-keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes filter {
    0% {
        -webkit-transform: rotate(0) scale(1) translate(0, 0);
        transform: rotate(0) scale(1) translate(0, 0)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1.1) translate(60px, 100px);
        transform: rotate(360deg) scale(1.1) translate(60px, 100px)
    }
}

@keyframes filter {
    0% {
        -webkit-transform: rotate(0) scale(1) translate(0, 0);
        transform: rotate(0) scale(1) translate(0, 0)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1.1) translate(60px, 100px);
        transform: rotate(360deg) scale(1.1) translate(60px, 100px)
    }
}

.first {

    background-color: #E9E7E1;
}

.about {
    padding: 0 0 100px 0;
    background-color: #E9E7E1;
    overflow-x: clip
}

.about .about__thumb {
    position: relative;
    height: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .about__thumb-single {
    position: absolute;
    -webkit-filter: drop-shadow(0 8px 25px rgba(0, 0, 0, .21));
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, .21))
}

.about .about__thumb-single:nth-of-type(1) {
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .about__thumb-single:nth-of-type(1) .thumb {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.about .about__thumb-single:nth-of-type(2) {
    display: none;
    width: 70%;
    z-index: 1
}

.thumb img {
    width: 100%;
}

.about .about__thumb-single:nth-of-type(2) .thumb {
    position: absolute;
    top: 50%;
    /* right: -10px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.about .about__thumb-single:nth-of-type(3) {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2
}

.about .about__thumb-single:nth-of-type(3) .thumb {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.about .about__content-inner p {
    color: #555;
    font-size: clamp(14px, calc(1vw + 12px), 17px);
    line-height: 1.4;
    text-align: justify;
}

.about .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 36px 20px 36px 40px;
    margin-top: 40px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: var(--base-color);
    width: 6px;
    height: 90%
}

.about .about__content-single h5 {
    font-weight: 600;
    color: var(--quaternary-color);
    margin-bottom: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about .about__content-single .thumb i {
    font-size: 64px;
    color: var(--black)
}

.about .about__content-single:hover h5 {
    color: var(--base-color)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.properties {
    padding: 100px 0;
    background-color: var(--white)
}

.properties .swiper {
    padding: 0 20px;
    margin: 0 -20px
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:5760px) {
    .section__header {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:576px) {
    /* .container {
        max-width: 540px
    } */

    .about .about__content-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px
    }
}

@media only screen and (min-width:768px) {
    /* .container {
        max-width: 720px
    } */

    h1 {
        font-size: 60px;
        line-height: 70px
    }

    h2 {
        font-size: 36px;
        /* line-height: 46px */
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (min-width:992px) {
    /* .container {
        max-width: 960px
    } */
}

@media only screen and (min-width:1200px) {
    /* .container {
        max-width: 1200px
    } */

    .about .about__thumb {
        width: calc(100%)
    }
}

@media screen and (max-width: 776px) {
    .about__thumb {
        min-height: 300px !important;
    }

}

@media screen and (max-width: 566px) {
    .about__thumb {
        min-height: 250px !important;
    }

}

/* Ensure the popup background covers the entire viewport */
.mfp-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Ensure the popup wrapper is positioned correctly */
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    /* Semi-transparent black */
    /* opacity: 0.8; */
}

/* Ensure the iframe scales properly */
.mfp-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 900px;
    /* Adjust as needed */
    margin: 0 auto;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.about-img {
    width: 70%;
    align-self: center;
    max-height: 780px;
}

@media screen and (max-width: 776px) {
    .about-img {
        width: 60%;
    }

}