@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: 350px;
    }

    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%;
    opacity: 1;
    border: 5px solid #F5F5F5;
    width: 6em;
    height: 6em;
}

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

/*  */

.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: 500;
    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;
}

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

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

    .carousel-inner {
        width: 105%;
    }

    .container {
        width: 83%;
    }

    .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: 10px;
    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: 304px !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 .swiper-slide.active {
    height: 384px !important;
}

#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 {
    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: max-content;

}

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) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }

    .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;
}

.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;
}

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

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

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

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

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

/* ################ 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;
}

.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;
}
