@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600&family=Poppins:wght@400;500&display=swap');

body {
    background: #F5F5F5;
}

p {
    font-family: 'Poppins', sans-serif;
}

.float-left {
    text-align: left;
}

.float-center {
    text-align: center;
}

.slider-img {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

:root {
    --black: #090909;
    --blue: #004FA0;
    --yellow: #FBCC00;
    --white: #FEFEFE;
    /* Font Size */
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-48: 48px;
    --fs-60: 60px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* ############## NAVBAR ###################### */
nav.navbar.navbar-expand-lg {
    background: #FEFEFE;
}

.navbar .logo {
    width: 64px;
    padding-right: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 4em;
    z-index: 100;
}

@media (max-width: 762px) {
    .sticky {
        position: fixed;
        width: 100%;
        height: 6em;
        z-index: 100;
    }
}

.navbar .navbar-brand {
    font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #090909;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
}

.navbar .navbar-nav .nav-item:not(:last-child) {
    /* border-right: 1px solid #09090926; */
}

button.btn.phone-button {
    color: white;
    background: #004FA0;
}


/* ############# NAVBAR ######################*/

/* SLİDER */

.slider {
    width: 100%;
}

.container-fluid.h-100.screen-width {

}

.swiper-text {
    position: absolute;
    z-index: 10;
    min-height: 100vh;
    background-size: cover;
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%) center;
}

.my-swiper {
    width: 100%;
    height: 100%;
}


.my-swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.swiper-slide img {

}


@media (min-width: 400px) and (max-width: 567px) {
    .header-slide img {
        width: 154%;
    }

    .slider-caption h2 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .slider-caption p {
        font-size: 10px;
        margin-bottom: 0;
    }

    button.btn.btn-outline-light {
        font-size: 10px;
        padding: 0;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    div#swiper-gallery {
        margin-left: auto;
    }

    .col-md-6.text-start.ps-0.ps-lg-5 {
        margin-top: 36px;
    }

    button.btn.phone-button {
        /* margin-left: 92px; */
    }

    span.carousel-control-prev-icon.slider-prev-icon-video.bg-dark.p-4 {
        top: 85px;
        right: 91px;
    }
}

.slider-caption {
    width: 840px;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
}

.slider-caption p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FEFEFE;
}

.slider-caption h2 {
    font-size: 60px;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 20px;
}

.slider-caption h2 span {
    color: #FBCC00;
}

.slider-caption p {
    color: #FEFEFE;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media (min-width: 568px) and (max-width: 850px) {
    button.btn.phone-button {
        /* margin-left: 279px; */
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .swiper-slide img {
        width: 183%;
    }

    .swiper-button-next {
        padding: 25px;

    }

    .swiper-button-prev {
        padding: 20px;
    }

    .big-circle {
        left: -376px;
    }

    div#swiper-gallery {
        /* margin-left: 63px; */
    }

    .embed-responsive.embed-responsive-4by3.form-map.md-design.sm-design {
        height: 431px;
        width: 100%;
    }

    span.carousel-control-next-icon.slider-next-icon-video.bg-dark.p-4 {
        top: 80px;
        right: 17px;
    }

    h3.footer-head {
        text-align: initial;
    }
}

@media (min-width: 568px) and (max-width: 825px) {
    .slider-caption h2 {
        font-size: 25px;
        font-family: 'Lexend', sans-serif;
        margin-bottom: 20px;
    }

    .slider-caption h2 span {
        color: #FBCC00;
    }

    .slider-caption p {
        font-size: 12px;
    }
}

@media (max-width: 568px) {
    .slider-caption h2 {
        font-size: 15px;
        font-family: 'Lexend', sans-serif;
        margin-bottom: 10px;
    }

    .slider-caption h2 span {
        color: #FBCC00;
    }

    .slider-caption p {
        font-size: 8px;
    }
}

#header-slider-prev {
    /* box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    opacity: 1; */
    color: #000000;
}

#header-slider-next {
    /* box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    opacity: 1; */
    color: #000000;
}

/* #header-slider-prev-icon {
    background-image: url(../../image/arrow.svg);
    position: absolute;
    left: -20%;
    border-radius: 50%;
    border: 5px solid #F5F5F5;
    width: 80px;
    height: 80px;
} */

/* #header-slider-next-icon {
    background-image: url("../../image/arrow.svg");
    position: absolute;
    border-radius: 50%;
    right: -20%;
    border: 5px solid #F5F5F5;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 80px;
    height: 80px;
} */

/*  */

.swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(60%);
    background: #FFFFFF;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    border: 5px solid #F5F5F5;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #000;

}

.swiper-button-prev {
    left: -65px;
    right: auto;
    transform: translateX(-70%);
    background: #FFFFFF;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    border: 5px solid #F5F5F5;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #000;
}


/* SLİDER */
/* Border => dikey kolon */
.rod {
    border-left: 4px solid #FBCC00;
    border-right: 4px solid #FBCC00;
    border-top: none;
    border-bottom: none;
    padding-right: 18px;
    padding-left: 18px;
    font-size: var(--fs-24);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* identical to box height */
    letter-spacing: 0.0025em;
}

/* Who We Are */
.who-we-are-card {
    border: none;
    background: #F5F5F5;
}

.m-t-2 {
    margin-top: 2em;
}

.mt-5-3 {
    margin-top: 5.3em;
}

.mt-12 {
    margin-bottom: 12em;
}


.mt-48 {
    margin-top: 120px;
}

.mb-5-3 {
    margin-bottom: 5.3em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-hr-2 {
    margin-bottom: 1em;
    margin-top: 1em;
}


.p-r-5 {
    padding-right: 5em;
}

h2.mb-3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    color: var(--blue);
    font-size: var(--fs-48);
}

img {
    width: auto;
    height: auto;
}

.card-title {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #090909;
    margin-top: 0.7em;
}

.card-img-top {
    border-radius: 4px;
}

p.card-text {
    font-size: var(--fs-14);
    line-height: 21px;
    letter-spacing: 0.0025em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #090909;
    text-align: left;
}

.who-we {
/*    padding: 0 1.2em;*/
}

@media screen and (min-width: 320px) and (max-width: 820px) {
    .who-we {
        /* margin-bottom: 26px; */
    }

    .mt-12 {
        margin-bottom: 1em;
    }
}

/* OUR VALUES */
.our-values-bg {
    background: rgba(70, 136, 204, 0.05);
}

.our-values {
/*    min-height: 350px;*/
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.our-values h6 {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #090909;
    padding-top: 1em;
}

.icon-education {
    /* border: 1px solid var(--blue);
    border-radius: 50%;
    padding: 43px 27px 25px; */
}

.icon-education-after::after {
    content: url(../../image/OurValues/Vector-1.svg);
    text-align: center;
}

.icon-health {
    /* border: 1px solid var(--blue);
    border-radius: 50%;
    padding: 43px 31px 25px; */
}

.icon-health-after::after {
    content: url(../../image/OurValues/Vector-2.svg);
    text-align: center;
}

.icon-spirituality {
    /* border: 1px solid var(--blue);
    border-radius: 50%;
    padding: 40px 27px 22px; */
}

.icon-spirituality-after::after {
    content: url(../../image/OurValues/Vector-3.svg);
    text-align: center;
}

.icon-development {
    /* border: 1px solid var(--blue);
    border-radius: 50%;
    padding: 43px 27px 25px; */
}

.icon-development-after::after {
    content: url(../../image/OurValues/Vector-4.svg);
    text-align: center;

}

.our-values-text {
    font-size: var(--fs-12);
    line-height: 18px;
    letter-spacing: 0.0025em;
}


@media screen and (min-width: 320px) and (max-width: 820px) {
    .our-values-parent.d-flex.justify-content-center.gap-4.mb-sm-5.p-4 {
        flex-direction: column;
        align-items: center;
    }

    .our-values {
        width: auto;
        height: auto;
    }
}


/* OUR TEAM */
#our-team {
    background-color: #ECF0F3;
}

.our-team-title {
    margin-top: 14px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
}

.our-team {
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    color: var(--blue);
    font-size: var(--fs-48);
}

.big-circle {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: #FBCC00;
    position: absolute;
    top: -10px;
    right: -23px;
    margin-top: -4px;
    margin-right: 750px;
    margin-left: 550px;
}

.small-circle {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #004FA0;
    position: absolute;
    top: -42px;
    right: -24px;
    margin-top: 80px;
    margin-right: 820px;
    z-index: 2;
}

/* OUR TEAM */

/* gallery - START*/

#swiper-gallery-component {
    position: relative;
}

#swiper-gallery {
/*    position: inherit;*/
/*    width: 95%;*/
    height: 450px;
/*    opacity: 0.94;*/
    padding-bottom: 10px;
}

#swiper-gallery .swiper-wrapper {
    align-items: center;
}

#swiper-gallery .swiper-slide {
    border-radius: 5px;
/*    width: 342px !important;*/
    height: 274px !important;
    background-color: #000;
    transition: 0.2s;
}

.swiper-slide img {
    filter: blur(1px);
    -webkit-filter: initial; /* Safari 6.0 - 9.0 */
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    display: block;
    /* object-fit: cover; */
    height: 100%;
}

#swiper-gallery .swiper-slide.active img {
    filter: none;
    object-fit: cover;
}

#swiper-gallery .prev, #swiper-gallery .next {
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 100%;
    padding: 14px;
    border: 3px solid #F5F5F5;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#swiper-gallery .prev:hover, #swiper-gallery .next:hover {
    opacity: 1;
}

#swiper-gallery .prev svg, #swiper-gallery .next svg {
    height: 15px;
}

#swiper-gallery .prev svg path, #swiper-gallery .next svg path {
    fill: #000;
}

#swiper-gallery .prev {
    top: 65%;
    /* left: -33px; */
    left: 0px;
}

#swiper-gallery .next {
    top: 65%;
    /* right: -33px; */
    right: 0px;
}

#swiper-gallery .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
}

#swiper-gallery .pagination span {
    background-color: rgb(119, 119, 207);
    font-size: 0;
    opacity: 1;
    margin: 0 6px !important;
    border: 1px solid #fff;
}

#swiper-gallery .pagination span.swiper-pagination-bullet-active {
    background-color: var(--blue);
    transform: scale(1.5);
}

/* Slider video */
.slider-video {
    /* width: 60%; */
}

.video-slider {
    width: 100%;
    align-content: center;
}

.video-container {
    position: relative;
    height: 450px;
    /* padding-bottom: 56.25%; */

}

video {
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
}

.play-icon,
.stop-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s;
}

.play-icon:hover,
.stop-icon:hover {
    opacity: 1;
}

/*span.carousel-control-prev-icon.slider-prev-icon-video {
    background-color: #FFFFFF;
    border: 5px solid #F5F5F5;
    left: 0;
}*/

/*span.carousel-control-next-icon.slider-next-icon-video {
    background-color: #FFFFFF;
    border: 5px solid #F5F5F5;
    right: 0;

}*/

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

span.carousel-control-prev-icon.slider-prev-icon-video:before,
span.carousel-control-prev-icon.slider-next-icon-video:before {
    color: #000;
}

/*span.carousel-control-prev-icon.slider-prev-icon-video {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    top: 140px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    opacity: 1;
    background-image: url("../../image/arrow.svg");
}

span.carousel-control-next-icon.slider-next-icon-video {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    opacity: 1;
    background-image: url("../../image/arrow-right.svg");
}*/

#prev-video {
    top: auto;
}

#next-video {
    top: auto;
}

@media (min-width: 567px) and (max-width: 825px) {
    .d-flex.flex-column.justify-content-center.align-items-center.pb-4 {
/*        margin-left: 51px;*/
    }

    #prev-video {
        top: auto;
        right: 100px;
    }

    #next-video {
        top: auto;
        right: 17px;
    }

    span.carousel-control-next-icon.carousel-next-icon.bg-white.p-4 {
        display: none;
    }
}

/* gallery - END */

/* ################ Who We Are - START ################*/


.card {
    border: none;
}

.card-testimonial {
    border: none;
    padding: 2em 1.2em;
/*    margin: 0 0.5em;*/
}

img {
    width: auto;
    height: auto;
}


@media screen and (min-width: 320px) and (max-width: 820px) {
    .who-we {
        /* margin-bottom: 26px; */
    }
}

/* ################ Who We Are - END   ################*/


/* ################ Testimonials - START  ################/


/* Box Shadow -> Next and Prev */
.carousel {
    margin-bottom: 50px;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    border: 1px solid white;
    background: #676D8E;
    width: 8px;
    height: 8px;
}

span.carousel-control-prev-icon.slider-prev-icon-video.bg-dark.p-4 {
    top: 139px;
    right: 185px;
}

span.carousel-control-next-icon.slider-next-icon-video.bg-dark.p-4 {
    top: 139px;
    right: 50px;
}

div#carouselExampleIndicators {
    margin-bottom: 124px;
}

/*.carousel-prev-icon {
    background-image: url("../../image/arrow.svg");
    position: absolute;
    top: 380px;
    border-radius: 50%;
    border: 5px solid #F5F5F5;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.02), -2px -2px 4px 1px rgba(0, 0, 0, 0.02);
    opacity: 1;
    left: 0;
}*/

/*.carousel-next-icon {
    background-image: url("../../image/arrow.svg");
    position: absolute;
    top: 380px;
    border-radius: 50%;
    border: 5px solid #F5F5F5;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
}*/

.testimonial-img {
    width: 96px;
    border-radius: 50%;
}

h5.testimonials-title {
    font-size: var(--fs-24);
    color: var(--black);
}

.testimonial-text {
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.0025em;
    padding-top: 1em;
}

.carousel-indicators {
    margin-bottom: -50px;
}

@media screen and (min-width: 320px) and (max-width: 810px) {
    /* .row {
        gap: 20px;
    } */

    .testimonial-text {
        padding: 0;
    }

    span.carousel-control-prev-icon.carousel-prev-icon.bg-white.p-4 {
        left: 0;
    }
}

/* ################ Testimonials - END ################*/

/* ################ Eclipse - START    ################*/

.eclipse {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 96px;
    margin-top: 96px;
    /* background: url("../../image/OurValues/eclipse.webp") repeat-y fixed center; */
    /* background-size: contain; */
    /* background-attachment: fixed !important; */
    background-image:url("../../image/OurValues/eclipse.webp");
    background-attachment:scroll;
    background-position:left top;
    background-size:contain;
    width:100%;
}
.eclipse1{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
    height: 200px;
    background: url("../../image/OurValues/eclipse.webp");
    width: 100%;
}
.testing1{
    background: url("../../image/OurValues/eclipse.webp");
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
#wrapper {
    background: #bada55;
    width:100%;
    height: 400px;
}

#container {
    background-image:url("http://farm3.staticflickr.com/2533/4062253262_90a3635234_o.jpg");
    background-attachment:scroll;
    background-position:left top;
    background-size:cover;
    width:100%;
    height:300px;
}

#content {
    height:2000px;
}

p {
    line-height:1.5;
    font-family:sans-serif;
    font-size:3.875em;
    margin: 0 0 20px;
    text-align:center;
    color:#fff;
}

.eclipse-content > span {
    font-size: var(--fs-60);
    font-weight: 600;
}

.eclipse-content > p {
    font-size: var(--fs-24);
    font-weight: 400;
}

@media (max-width: 992px) {
    .eclipse {
        /* background-size: cover; */
    }
}

/* ################ Eclipse - END  ################*/
.contact-al {
    padding: 80px 70px;
}

/* ################ FORM - START  ################*/
.form {
    background: rgba(70, 136, 204, 0.05);
}

.form-title {
    color: var(--blue);
    font-size: var(--fs-48);
    font-weight: 500;
    line-height: 60px;
}

.form-input-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 5px;
}

.form-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #090909;
    padding-bottom: 10px;
    margin-top: 15px;
    text-align: left;
}

.form-map {
    width: 100%;
    height: 550px;
}

.form-btn {
    background-color: var(--blue);
}

.form-control {
    border-radius: 0;
}

@media (min-width: 769px) and (max-width: 992px) {
    .md-design {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 350px) and (max-width: 768.98px) {
    .sm-design {
        width: 100%;
        height: 306px;
    }
}

/* ################ FORM - END  ################*/


/* ################ Footer - START ################*/

.icon-mail {
    content: url(../../image/Footer/business/Vector.svg);
}

.icon-phone {
    content: url(../../image/Footer/device/Vector.svg);
}
.icon-phone-white {
    content: url(../../image/Navbar/Vector.svg);
}

.icon-facebook {
    content: url(../../image/Footer/logos/Vector.svg);
}

.icon-map {
    content: url(../../image/Footer/map/Vector.svg);
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    background-color: #FFFFFF;
}

.footer-logo {
    height: 124px;
}

.footer-logo-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #090909;
    font-size: var(--fs-24);
    margin: 0;
    padding-left: 0.5em;
}

.sub-footer-logo-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 21px; */
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.0025em;

    color: #090909;
}
.sub-footer-logo-text span{
    color: #28CCEB;
}

.footer-part-4 div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #090909;
    padding-top: 15px;
    margin-bottom: 0;
}

.footer-part-4 div img {
    width: 19px;
    height: 19px;
}

.footer-part-4 div h3 {
    font-size: 14px;
}

.footer-link {
    text-decoration: none;
    color: #090909;
    line-height: 2em;
}

h3.footer-head {
    text-align: left;
}

@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .footer-part-1 {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-part-2 {
        margin-bottom: 40px;
    }

    .footer-part-3 {
        margin-bottom: 40px;
    }

    .footer-part-2 div {
        margin-left: 0;
    }

    .footer-part-3 div {
        margin-right: 50px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .footer-part-3 {
        padding-left: 40px;
        margin: 50px 0;
    }
}

.footer-head {
    font-size: var(--fs-20);
    color: var(--blue);
    margin-bottom: 15px;
}

/* ################ Footer - END ################*/

#theater-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
    overflow: auto;
}

/*#theater-image img {
    max-width: 100%;
    max-height: 100%;
    width: 60%;
    margin: 5% auto;
    display: block;
}*/

#theater-image #close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

#theater-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
    overflow: auto;
}

#theater-video video {
    max-width: 80%;
    /* max-height: 80%;
    height: 60%; */
    display: block;
}

#theater-video #close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.video-theater {
    margin: 10% 10% auto;
}

.video-gallery {
    height: 450px;
}


/* css */

.left-circle-icon{
    background-image: url(../../image/arrow.svg);
    position: absolute;
    left: -28px;
    border-radius: 50%;
    /* border: 5px solid #F5F5F5; */
    width: 80px;
    height: 80px;  
}

.right-circle-icon{
    background-image: url("../../image/arrow.svg");
    position: absolute;
    border-radius: 50%;
    right: -28px;
    /* border: 5px solid #F5F5F5; */
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 80px;
    height: 80px;
}

.left-circle-icon.bg-white, .right-circle-icon.bg-white {
    background-color: #F5F5F5 !important;
}

.prev-circle-button,.next-circle-button{
    opacity: 1 !important;
}

.mobile-navbar,.mobile-navbar .container,.desktop-navbar{
    height: 96px;
}

.image-gallery .swiper-slide{
    opacity: 0.3;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #004FA0 !important;
}
.swiper-pagination-bullet{
    background: #E5E9F0 !important;
    opacity: unset !important;
}

.footer-part-4{
    background: #FEFEFE;
}

.contact-section .form-control::placeholder{
    color: #8F9BB7 !important;
}

@media (max-width: 992px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }
    .carousel-control-prev,.carousel-control-next{
        pointer-events: none;
    }
    .gap-20{
        gap: 20px;
    }
    .who-we-are .who-we{
        /* margin-bottom: 26px; */
    }
    .gallery-video-section{
        
    }
    .gallery-mobile-video-section,.testimonial-mobile-section, .our-team-mobile-section, .mobile-navbar{
        display: block;
    }
    .gallery-desktop-video-section,.testimonial-section, .our-team-section, .desktop-navbar{
        display: none;
    }
    .mobile-navbar .navbar-toggler-icon{
        width: 40px !important;
        height: 40px !important;
    }
    .mobile-navbar .navbar-toggler{
        padding: unset !important;
        border:unset !important;
    }
    .mobile-navbar{
        display: flex;
        padding: unset;
    }

    .swiper-slide.active{
        opacity: 1;
    }

    #swiper-gallery .swiper-slide{
        height: 350px !important;
    }
    #swiper-gallery-video{
        height: 420px !important;
    }
    #swiper-gallery-video .swiper-slide{
        height: 420px !important;
    }
    .gallery-mobile-video-section{
        margin-top: 20px;
    }
    #swiper-gallery-component .row,.gallery-mobile-video-section .row{
        margin: 0 !important;
    }
    .video-container{
        height: 380px !important;
    }
    #our-team .mb-5-3, #our-team .mb-5 {
        margin-bottom: unset !important;
    }
    #our-values .our-values{
        min-height:360px;
        padding: 40px !important;
    }
    .our-values h6{
        color: #090909;
        padding: unset;
        margin-top: 45px !important;
        margin-bottom: 20px !important;
    }
    .contact-section{
        margin-top: 70px;
    }
    .mobile-navbar .container{
        z-index: 99;
        background: #fff;
        padding: 0px 18px 0px 32px;
    }
    .mobile-navbar .navbar-nav .nav-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 300px !important;
        margin: auto;
        position: relative;
        padding: 15px 0;
    }
    .mobile-navbar .navbar-nav .nav-item::after{
        content: '';
        position: absolute;
        border-bottom: 1px solid black;
        width: 100%;
        bottom: 0;
        left: 0;
        border-color: #E0E0E0 !important;
    }
    .mobile-navbar .navbar-collapse{
        background: #FFFFFF !important;
        transform: translateY(-1px);
        z-index: 99999999;
    }
    .mobile-navbar .phone-button{
        width: 300px;
        margin: 50px 0;
        height: 40px;
        display: flex;
        align-items: unset;
        justify-content: center;
    }
    .mobile-navbar .phone-button .icon-phone-white{
        margin-right: 10px;
    }

    .testimonial-mobile-section .swiper-slide img{
        /* width: unset !important; */
        max-width: 142px;
        border-radius: 50%;
    }
    #swiper-testimonial #swiper-our-team{
        height: 550px;
    }
	#swiper-testimonial .card-testimonial{
        height: 500px;
    }
    .contact-section #sendMailForm textarea{
        height: 200px !important;
    }
    /* .testimonial-mobile-section .card-wrapper{
        display: flex;
        height: 360px;
    } */

    section.our-team-mobile-section {
        background: #ECF0F3;
        padding: 24px 0;

    }
    section.our-team-mobile-section #swiper-our-team {
        height: 260px !important; 
    }

    section.our-team-mobile-section .our-team-content {
    text-align: center;
    }

    section.our-team-mobile-section .our-team-img {
        width: 124px;
        height: 124px;
        border-radius: 50%;
        margin: auto; 
    }

    section.our-team-mobile-section .our-team-img img { 
        border-radius: 50% !important;
            object-position: top;
    }

    section.our-team-mobile-section .our-team-title h4 { 
        font-size: 16px;
        font-family: 'Lexend';
        font-weight: 500;
        color: #090909;
    }
    section.our-team-mobile-section .our-team-text p{ 
        font-size: 14px;
        font-family: 'Lexend';
        font-weight: 500;
        color: #090909;
    }
    #our-team .our-wrapper .our-team-title h4{
        font-size: 24px;
        font-family: 'Lexend';
        font-weight: 500;
        color: #090909;
    }
    #our-team .our-wrapper .our-team-text p{
        font-size: 16px;
        font-family: 'poppins';
        font-weight: 500;
        color: #090909;
    }
    #our-values .common i{
        border: 1px solid var(--blue);
        border-radius: 50%;
        padding: 40px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #our-values .common i::after{
        transform: scale(.9);
    }
    #our-values .common{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .gallery-mobile-video-section{
        margin-top: unset;
    }
    #swiper-gallery-video{
        height: 350px !important;
    }
    #swiper-gallery-video .swiper-slide{
        height: 350px !important;
    }
    .video-container{
        height: 315px !important;
    }
    #our-team .mb-5-3, #our-team .mb-5 {
        margin-bottom: unset !important;
        margin-top: 25px !important;
    }
    .banner-section .carousel-inner, .banner-section .carousel-item,.banner-section .carousel-item img {
        height: 300px;
    }
    .our-values-bg{
        background: unset;
    }
    .eclipse{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #our-values .row.m-lg-5.p-5{
        display: none;
    }
    .contact-section{
        margin-top: 40px !important;
    }
    #our-values .common{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #our-values .common i{
        border: 1px solid var(--blue);
        border-radius: 50%;
        padding: 40px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #our-values .common i::after{
        transform: scale(.9);
    }
    .slider-caption h2{
        font-size: 28px !important;
        font-family: 'Lexend', sans-serif;
        font-weight: 600 !important;
        letter-spacing: -2px;
    }
    .slider-caption h2{
        font-size: 28px !important;
        font-family: 'Lexend', sans-serif;
        font-weight: 600 !important;
        letter-spacing: -2px;
        margin-bottom: 15px !important;
    }
    .slider-caption p{
        font-size: 10px !important;
        font-family: 'Poppins';
        margin-bottom: 24px !important;
    }
    .slider-caption button{
        font-size: 14px !important;
        font-family: 'Poppins';
        padding: 8px 24px !important;
    }
    .hero-mobile-img{
        display: block !important;
    }
    .hero-desktop-img{
        display: none !important;
    }
    .hero-content-wrapper{
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-section .form-wrapper,.contact-section .map-wrapper,.footer-section .container,.eclipse .container{
        margin: 0 24px;
        padding: unset;
    }
    .our-values-bg .container,.who-we-are .container{
        padding: 0 24px !important;
    }
}


@media (max-width: 576px) {
    .banner-section .container{
        padding: unset !important;
    }
}

@media (max-width: 500px) {
    .mobile-navbar .navbar-brand{
        font-size: 14px !important;
        color: #090909;
    }
    
    .navbar .logo{
        width: 48px !important;
    }
    
    .carousel-indicators{
        margin-bottom : -30px !important;    
    }

    .mt-48{
        margin-top: 40px !important;
    }
    .mb-3{
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .custom-title{
        font-size: 14px !important;
        color: #090909 !important;
        font-family: 'Poppins';
    }
    .who-we-are .card-body .card-title,.testimonial-mobile-section .card-title{
        font-size:19.62px !important;
        line-height: unset !important;
        color: #090909;
    }
    .who-we-are .card-body .card-text , .testimonial-mobile-section .card-text{
        font-size: 11.44px !important;
        color: #090909;
        margin-top: 15px !important;
    }
    #our-values .our-values{
        padding: 30px !important;
    }
    .our-values h6{
        font-size:16px !important;
        line-height: unset !important;
        color: #090909;
        padding: unset;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .our-values .card-text{
        font-size: 13px !important;
        color: #090909;
    }

    /* eclipse css */
    .eclipse{
        padding: 20px 0 !important; 
    }
    .eclipse .row{
        justify-content: center;
    }
    .eclipse .col-xs-4{
        width: 31%;
        margin: 0 1%;
    }
    .eclipse .col-xs-4:first-child{
        margin-left: unset !important;
    }
    .eclipse .col-xs-4:last-child{
        margin-right: unset !important;
    }
    .eclipse .eclipse-content > span{
        font-size: 30px;
    }
    .eclipse .eclipse-content > p{
        font-size: 10px;
    }

    #swiper-gallery .swiper-slide{
        height: 300px !important;
    }
    #swiper-gallery-component .row,.gallery-mobile-video-section .row,.testimonial-mobile-section .row{
        margin-top: calc(-1 * var(--bs-gutter-y)) !important;
        margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
        margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
    }
    #swiper-gallery {
        height: 370px !important;
        padding-bottom: 30px !important;
    }
    #swiper-gallery-video{
        height: 320px !important;
    }
    
    #swiper-testimonial , #swiper-our-team{
        height: 550px !important;
    }
	#swiper-testimonial .card-testimonial{
        height: 500px;
    }
    .video-container, #swiper-gallery-video .swiper-slide{
        height: 300px !important;
    }
    .gallery-mobile-video-section{
        margin-top: unset;
    }

    .contact-section .form-title{
        font-size : 28px !important;
        line-height: unset !important;
    }

    .contact-section .form-text{
        font-size : 14px !important;
        line-height: unset !important;
        padding: unset;
        margin: unset;
    }
    .contact-section .form-input-title{
        font-size: 12px;
    }
    .form-map{
        margin-top: 45px;
    }
    .footer-logo{
        width: 48px !important;
        height: unset !important;
    }
    .footer-logo-text{
        font-size: 16px;
        font-weight: 800;
    }
    .footer-section .logo{
        margin-bottom: 25px;
    }
    .footer-section .row{
        display: grid;
    }
    .footer-section a span {
        font-size: 12px;
        color: #090909;
    }
    .footer-section .footer-link{
        display: flex;
        align-items: center;
    }
    .footer-section .footer-link i{
        margin-right: 10px;
    }
    .footer-section .phone-wrapper{
        display: flex;
        align-items: center;
    }
    .footer-section .visit-wrap{
        margin-top: 25px;
    }
    .footer-section .footer-head{
        margin-bottom: 15px;
    }
    .footer-part-4 div{
        padding-top: unset;
    }
    .contact-section .map-wrapper{
        margin-top: unset !important;
    }
    .contact-section .form-wrapper{
        margin-top: 25px !important;
    }
}
@media (min-width: 500px) and (max-width: 600px) {
    #swiper-testimonial , #swiper-our-team{
        height: 550px !important;
    }
	#swiper-testimonial .card-testimonial{
        height: 500px;
    }
}

@media (max-width:420px) {
    .hero-content-wrapper{
        width: 100% !important;
    }
    .slider-caption p {
        width: 326px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 400px) {
    #swiper-gallery-video{
        height: 270px !important;
    }
    .video-container, #swiper-gallery-video .swiper-slide{
        height: 240px !important;
    }
}

@media (max-width: 350px) {
    #swiper-testimonial , #swiper-our-team{
        height: 442px !important;
    }
	#swiper-testimonial .card-testimonial{
        height: 442px
    }
}

@media (min-width: 992px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: block;
    }

    .gap-20{
        gap: unset;
    }
    .who-we-are .who-we{
        margin-bottom: unset;
    }
    
    .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{
        width: 205px !important;
        opacity: 1;
    }
    
    .swiper-slide.active{
        width: 250px !important;
        opacity: 1;
    }
    
    #swiper-gallery .swiper-slide.active {
        height: 302px !important;
    }

    .testimonial-section .card-wrapper,.who-we-are .card-wrapper {
        width: 33.3333%;
        display: flex;
    }

    /*Values Section*/    
    .our-values-bg .card-wrapper {
        width: 25%;
        display: flex;
    }
    .gallery-mobile-video-section, .testimonial-mobile-section, .our-team-mobile-section, .mobile-navbar{
        display: none;
    }
    .gallery-desktop-video-section,.testimonial-section,.our-team-section, .desktop-navbar{
        display: block;
    }
    .desktop-navbar{
        display: flex;
    }
    .banner-section .carousel-indicators{
        display: none;
    }
    
    #our-team .our-wrapper{
        width: 25% !important;
        justify-content:unset !important;
        display:  block !important;
    }
    
    #our-team .our-wrapper .our-team-title h4{
        font-size: 18px;
        font-family: 'Lexend';
        font-weight: 500;
        color: #090909;
        text-align: center;
    }
    #our-team .our-wrapper .our-team-text p{
        font-size: 11px;
        font-family: 'poppins';
        font-weight: 500;
        color: #090909;
        /* text-align: left; */
    }
    #our-values .common i{
        border: 1px solid var(--blue);
        border-radius: 50%;
        padding: 50px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #our-values .common{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #our-values .our-values-text{
        font-size: 12px !important;
        font-family: 'poppins' !important;
        line-height: normal !important;
        color: #090909;
    }
    #our-values .our-values h6{
        font-size: 13px !important;
        color: #090909;
        margin: 20px 0 !important;
        padding: unset;
    }
    #our-values .our-values{
        padding: 18px 15px 25px 15px !important;
        min-height: unset !important;
    }
    #our-values .our-values .mt-4{
        margin: unset !important;
    }
}

@media (min-width: 1200px) {
    .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{
        width: 250px !important;
    }
    
    .swiper-slide.active{
        width: 300px !important;
    }
    
    #swiper-gallery .swiper-slide.active {
        height: 302px !important;
    }

    /*Testimonial Section*/
    .testimonial-section .card-wrapper,.who-we-are .card-wrapper {
        width: 31.3333%;
        margin: 0 1.5% !important;
    }
    .testimonial-section .card-wrapper:first-child, .who-we-are .card-wrapper:first-child, .our-values-bg .card-wrapper:first-child{
        margin-left: unset !important;
    }
    .testimonial-section .card-wrapper:last-child,.who-we-are .card-wrapper:last-child, .our-values-bg .card-wrapper:last-child{
        margin-right: unset !important;
    }


    /*Values Section*/    
    .our-values-bg .card-wrapper {
        width: 22.75%;
        margin: 0 1.5%;
    }
    #our-team .our-wrapper .our-team-title h4{
        font-size: 22px !important;
    }
    #our-team .our-wrapper .our-team-text p{
        font-size: 13px !important;
    }
    #our-values .our-values-text{
        font-size: 12px !important;
    }
    #our-values .our-values h6{
        font-size: 14px !important;
    }
    #our-values .our-values{
        padding: 24px 20px 30px 20px !important;
    }
}

@media (min-width: 1400px) {
    .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{
        width: 304px !important;
    }
    .swiper-slide.active{
        width: 342px !important;
    }

    #swiper-gallery .swiper-slide.active {
        height: 344px !important;
    }
    #our-team .our-wrapper .our-team-title h4{
        font-size: 24px !important;
    }
    #our-team .our-wrapper .our-team-text p{
        font-size: 16px !important;
    }
    #our-values .our-values h6{
        font-size: 16px !important;
    }
}


.theater-image,.theater-video {
    padding: 36px 50px;
}

.theater-image .carousel-item img{
/*    width: 400px !important;*/
    height: 400px !important;
}

.theater-image .left-circle-icon, #theater-video .left-circle-icon{
    left: unset;
}
.theater-image .right-circle-icon,#theater-video .right-circle-icon {
    right: unset;
}

.theater-image #header-slider-prev, .theater-image #header-slider-next,#theater-video .carousel-control-prev, #theater-video .carousel-control-next {
    width: 80px;
    height: 80px;
    top: 40%;
    border-radius: 50%;
    display: flex !important;
    position: absolute;
}

.theater-image #header-slider-prev,#theater-video .carousel-control-prev {
    left: -28px;
}

.theater-image #header-slider-next,#theater-video .carousel-control-next {
    right: -28px; 
}
.success-msg{
    text-align: center;
    background: #25ba25;
    color: white;
    padding: 6px 0;
    border-radius: 5px;
    font-size: var(--bs-btn-font-size);
    font-weight: 400;
}

#theater-video video{
    height: 390px;
}

.map-height {
    height: 77%;
}

.map-height iframe{
    border-radius: 4px;
}
.carousel-indicators button {
    background-color: #004FA0 !important;
}

section#our-team .our-team-img {
    width: 124px;
    height: 124px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}

section#our-team .our-team-img img {
    width: 100%;
    height: auto;
    object-position: top;
    min-height: 124px;
    object-fit: cover;
} 
