:root {
    --main-color: #20925c;
    --main-color-dark: #363636;
    --main-color-opacity: #13a89e35;
    --sub-color: #fff;
    --text-color: #000;
}

.slider {
    position: absolute;
    top: 0;
}

#myVideo {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    width: 100%;
    max-width: 108%;
}

.bg-slider {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-blue {
    background-color: #2e2e2e !important;
    color: var(--sub-color);
}


.slider .title-mini {
    font-family: 'MonumentExtended';
    font-style: bold;
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: var(--main-color);
}

.slider h1 {
    font-family: 'MonumentExtended';
    font-style: normal;
    font-weight: 300;
    font-size: 76px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--sub-color);
}

.slider .slider-text-area .alt-text {
    font-family: 'MonumentExtended';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center !important;
    color: #EAECF0;
}

.slider .starsArea {
    width: 65%;
    height: 100%;
    padding-top: 35px;
    margin-left: 60px;
}

.slider .slider-text-area .slider-call-btn {
    margin-top: 25px;
}

@media screen and (max-width: 335px) {
    .slider h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 32px;
    }

    .slider .slider-text-area .alt-text {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (min-width:336px) and (max-width: 835px) {

    .bg-slider {
        background-image: url("../img/banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .slider {
        height: 700px;
    }
}

@media screen and (max-width: 835px) {
    .slider h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 45px;
        letter-spacing: -0.02em;
        color: var(--sub-color);
        align-self: stretch;
        text-align: center;
    }

    .slider .slider-text-area .alt-text {
        line-height: 24px;
    }

    .slider .slider-text-area .slider-call-btn {
        margin-top: 42px;
    }
	
    .slider .starsArea {
        width: 100%;
        padding-top: 11px;
        margin-left: 0;

        margin: 0;
        margin-top: 24px;
    }

    .slider .slider-text-area .slider-call-btn .btn-call {
        margin-top: 25px;
    }
}

.investment-types {
    background: var(--sub-color);
    padding-bottom: 40px;
}

.investment-types .investment-text {
    margin-top: 35px;
}

.investment-types h3 {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--text-color);
}

.investment-types .optionsBtn {
    border: none;
    font-family: 'open sans';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--text-color);
    background-color: transparent;
    opacity: 50%;
    margin-top: 30px;
}

.investment-types .optionsActive {

    opacity: 100%;
}

.investment-types .borderBottom {
    border-bottom: 3px solid #ddd;
}

.investment-types .borderBottomActive {
    border-bottom: 3px solid #000;
}

.investment-types .descList {
    margin-top: 3px;
}

.investment-types .descList .icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 20px;
}

.investment-types .descList span {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 835px) {

    .investment-types .descList .icon {
        height: 18px;
        width: 18px;
        object-fit: contain;
        margin-right: 10px;
    }

    .investment-types .optionsBtn {
        font-size: 20px;
        line-height: 27px;
    }

    .investment-types .descList span {
        font-size: 18px;
        line-height: 25px;
    }

    .investment-types h3 {
        line-height: 35px;
        font-size: 30px;
    }

    h2 {
        line-height: 35px !important;
        font-size: 30px !important;
    }


    .steps-area .text-area h3 {
        line-height: 35px;
    }

    .benefits h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

.wcgc {
    background: #fafafa;
    padding-bottom: 35px;
    padding-top: 35px;
}

.wcgc h3 {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    letter-spacing: -0.02em;
    color: var(--text-color);
    margin-top: 48px;
}

.wcgc p {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}


.wcgc .accordion-item h4 {

    font-family: 'open sans';
    font-style: normal;
    font-weight: 800;
    font-size: 18px !important;
    line-height: 22px;
    color: var(--text-color);
}


.wcgc .accordionList .icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 20px;
}


.wcgc .accordionList span {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;

}

@media screen and (max-width: 835px) {

    .wcgc {
        padding-bottom: 15px;
    }

    .wcgc h3 {
        margin-top: 0px;
        line-height: 35px;

        font-size: 30px;
    }

    .wcgc .accordionList .icon {
        height: 16px;
        width: 16px;
        object-fit: contain;
        margin-right: 10px;
    }

    .wcgc .accordionList span {
        font-size: 16px;
        line-height: 30px;

    }

    .services .text-area h3 {
        line-height: 35px;

    }

}

.team {
    background: #fafafa;
    padding-bottom: 35px;
    padding-top: 35px;
}

.team .text span {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6941C6;
}

.team .text h3 {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--text-color);
    margin-top: 12px;
}

.team .text p {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-top: 12px;
}

.team .address i {
    color: #125D8F;
}

.team .address span {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
    margin-left: 10px;
}

.team .address p {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-left: 39px;
}

.team img {
    margin-top: 64px;
    width: 1210px;
    height: 500px;
    object-fit: contain;
}


.regulation {
    background: var(--sub-color);
    padding-top: 35px;
}

@media screen and (max-width: 835px) {
    .regulation {
        padding-top: 0;
    }
}

.regulation .btnTranslate {
    margin-top: -44px;
    background-color: #125D8F;
    color: var(--sub-color);
    width: 320px;
}

.regulation .btnEye {
    margin-left: 323px;
    margin-top: -47px;
    background-color: var(--main-color);
    color: var(--sub-color);
    width: 78px;
}

.regulation .card-img-top {
    object-fit: contain;
}



@media screen and (max-width: 835px) {

    .regulation .btnTranslate {
        width: 216px;
    }

    .regulation .btnEye {
        margin-left: 220px;
        width: 78px;
    }

}

.services .card-img-overlay {
    width: auto;
    height: auto;
}

.services .card-img-overlay .card-text {
    margin-top: -11px;
    font-size: 28px;
}

@media screen and (max-width: 835px) {

    .services .card-img-overlay .card-text {
        font-size: 21px;
        line-height: 29px;
    }
}

@media screen and (max-width: 835px) {
    .form-area form button {
        margin-top: 20px;
    }
}

.priv-arrow-prev {
    width: 48px;
    height: 48px;
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    backdrop-filter: blur(4px);
    border-radius: 28px;
}

.priv-arrow-next {
    width: 48px;
    height: 48px;
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    margin-left: 5px;
}

.priv-arrow-prev2 {
    width: 48px;
    height: 48px;
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    backdrop-filter: blur(4px);
    border-radius: 28px;
}

.priv-arrow-next2 {
    width: 48px;
    height: 48px;
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    margin-left: 5px;
}

.form-area form button {
    margin-top: 15px;
}

.modal-body form button {
    margin-top: 15px;
}

.steps-area .accordion-item h4 {

    font-family: 'open sans';
    font-style: normal;
    font-weight: 800;
    font-size: 15px !important;
    line-height: 22px;
    color: var(--text-color);
}


.steps-area .accordion-item img {
    margin-right: 20px;
    margin-top: -8px;
}


.benefits .accordion-item img {
    margin-right: 20px;
    margin-top: -8px;
}

.benefits .accordion-item h5 {

    font-family: 'open sans';
    font-style: normal;
    font-weight: 800;
    font-size: 15px !important;
    line-height: 22px;
    color: var(--text-color);
}

.form-area form {
    margin-top: 50px;
}

.form-area form ul {
    padding-left: 1rem;
}


@media screen and (max-width: 835px) {
    .form-area form {
        margin-top: 35px;
    }

    .form-area form ul {
        padding-left: 1rem;
        margin-top: -7px;
    }

    .form-area form ul li {
        font-size: 15px;
    }

    .slick-slider {
        margin-bottom: 0;
    }
}

.project .project-text {
    margin-top: 50px;
}

/* 
.steps-area .text-area {
    margin-top: 50px;
} */


.benefits .text-area {
    margin-top: 50px;
}

.play-button {
    position: absolute;
    left: 45%;
    top: 214%;
    height: 100px;
    cursor: pointer;
}

.play-image {
    max-width: 576px;
    height: 420px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.play-imageTLC {
    background-image: url('../img/video-cover.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.play-imageFashion {
    background-image: url('../img/fashionVideo.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


@media screen and (max-width: 835px) {

    .play-button {
        position: absolute;
        left: 41%;
        top: 221%;
        height: 70px;
        cursor: pointer;
    }
}

/* Method */

.methods {
    margin-top: 50px;
}

.methodImage {
    overflow: hidden;
    position: relative;
    margin: 0 20px;
    text-align: -webkit-center;
}

.methodImage .cover {
    width: 100%;
    position: absolute;
    bottom: -68px;
    transition: .3s all;
    background: linear-gradient(0deg, rgb(33, 33, 33) 0%, rgba(39, 49, 56, 0.797) 39%, rgba(0, 64, 77, 0) 100%);

}

.methodImage .cover .title {
    padding: 20px 30px;
    border-bottom: 1px solid var(--sub-color);
    font-size: 20px;
    font-weight: 600;
    color: var(--sub-color);
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.methodImage .cover .sub {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 300;
    color: var(--sub-color);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.methodImage:hover .cover {
    bottom: 0px;
}

.list-group-item {
    background-color: #fafafa;
    color: #292828;
    border: none;
    border-bottom: 1px solid #f1f1f18c;
    height: 90px;
    text-align: center;
}


.carousel-img {
    padding-top: 35px;
    padding-bottom: 35px;
}






.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #a5a5a5;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #1f5942;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #1f5942;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #1f5942;
    border: 1px solid #1f5942;
}

.accordion button .accordion-title {
    padding: 0.5em 0.5em 0.5em 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #161616;
    width: 80%;
    display: flex;
    font-size: 1rem !important;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    border-color: var(--main-color);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: var(--main-color);
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: var(--main-color);
}

.accordion button[aria-expanded=true] {
    color: #1f5942;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 16em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: .9rem;
    font-weight: 300;
    margin: 2em 0;
    text-align: left;
}



.lpAbout {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../img/aboutBack.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lpAbout .lpAbout-text {
    margin-bottom: 35px;
}

.lpAbout .lpAbout-text h2 {

    font-family: ' open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--text-color);
}

.lpAbout .lpAbout-text p {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #475467;
}

.lpAbout .textArea {
    margin-top: 35px;

}



@media screen and (max-width: 835px) {

    .lpAbout {
        padding-top: 35px;
        padding-bottom: 35px;
        background-color: var(--sub-color);
        background-image: none;
    }


    .lpAbout .lpAbout-text p {
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
    }

    .lpAbout .lpAbout-text {
        margin-bottom: 23px;
    }

    .lpAbout .textArea {
        margin-top: 5px;
        text-align: -webkit-auto !important;
    }

    .lpAbout .resim img {
        margin-top: 25px;
        height: 260px;
        width: 100%;
        height: 310px;
        object-fit: contain;
    }

}

.end {
    background: #212121;
    padding: 20px 0;
    font-size: 13px;
    color: var(--sub-color);
}

.marginCorrection {
    margin-top: 25px;
    margin-bottom: 35px;
}

.text-blue {
    color: var(--main-color);
}



.lpAbout img {
    max-width: 545px;
    object-fit: contain;
}

.contact {
    padding: 35px 0;
}

.videoArea {
    padding: 35px 0;
}

.form-control {
    margin-bottom: 20px;
}

.videosArea {
    padding: 35px 0;
}

.twoVideos {
    padding: 60px 0;
}


@media screen and (max-width: 835px) {


    .free-button {
        margin-top: 35px !important;
    }

    .marginCorrection {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .contact {
        padding: 35px 0;
    }

    .videoArea {
        padding: 0 0;
    }

    .form-control {
        margin-bottom: 20px;
    }

    .videosArea {
        padding: 35px 0;
    }

    .twoVideos {
        padding: 0 0;
    }



    .accordion {
        margin-left: 15px;

    }

}

.form-result {
    background: #17c9ad;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    text-align: center;
    padding: 80px 30px;
    color: var(--sub-color);
    z-index: 10;
}

.wpArea {
    position: fixed;
    bottom: 20px;
    animation: 2s ease 0s infinite normal none running green;
    border-radius: 50%;
    right: 20px;
    z-index: 10000;
}

.wpArea img {

    width: 70px;
    height: 70px;
}

.form-area h2 {
    font-size: 25px !important;
    font-family: "open sans";
    margin-bottom: 30px;
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .slider h1 {
        font-size: 55px;
    }

    .slider .slider-text-area .alt-text {
        font-size: 17px;
    }

    .col-lg-2 {

        width: 36.666667%;
    }

    .form-area .form-image {
        width: 520px !important;
    }
}



@media (min-width: 835px) and (max-width: 1025px) {
    .slider .slider-text-area {
        padding: 0;
        margin-top: 0px;
    }
}

/*  */

@media screen and (max-width: 835px) {
    .text-yasla {
        text-align: left;
    }

}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 0px);
}

.fa-circle::before {
    content: "\f111";
    color: #416182;
}

.resimKapsayici {
    position: relative
}

.resimYazisi {
    position: absolute;
    left: -7px;
    top: -7px;

    object-fit: cover !important;
}

.c-icons div {
    display: initial;
    color: #000;
}

.c-price {
    text-align: left;
    font-weight: 600;
    font-size: 1.1em;
    font-family: 'AvenirNext';
    padding-top: 47px;
    margin-top: 15px;
    color: #b96955;
}

.c-price span {
    display: block;
    color: #1c1f2a;
}

.c-title a {
    color: #1c1f2a;
    font-weight: 600;
    font-size: 0.9rem !important;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    border-color: var(--main-color);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: var(--main-color);
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: var(--main-color);
}


.loadingArea {
    height: 30px !important;
    width: auto !important;
    position: absolute;
    right: 2%;
    margin-top: 4px;
    display: none;
}

.loadingAreaLeft {
    height: 30px !important;
    width: auto !important;
    position: absolute;
    left: 2%;
    margin-top: 4px;
    display: none;
}

@media screen and (max-width: 835px) {
    .loadingArea {
        height: 30px !important;
        width: auto !important;
        position: absolute;
        right: 2%;
        margin-top: 4px;
        display: none;
    }

    .loadingAreaLeft {
        height: 30px !important;
        width: auto !important;
        position: absolute;
        left: 2%;
        margin-top: 4px;
        display: none;
    }
}
.iti {
    width: 100%;

    margin-bottom: 20px !important;
}


nav {
    top: 0;
    max-height: 15vh;
    position: absolute;
    z-index: 130;
}

header {
    position: relative;
    height: 100vh;
}

#navbar {
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-left {
    width: 10vw;
    display: inline-block;
}

.navbar-button {
    position: fixed;
    top: 0;
    margin: 0;
    width: 5%;
    height: 10vh;
    border: none;
    color: var(--sub-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navbar-button:hover {
    border-bottom-right-radius: 50px;
}

.navbar-button:focus {
    outline: none;
}

.navbar-right {
    height: 15vh;
    width: calc(100% - 10vw);
    display: inline-block;
}

#nav-icon3 {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 135;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--sub-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 20px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/* Menu */
.menu {
    top: 0;
    display: none;
    position: fixed;
    overflow: hidden;
    width: 30%;
    height: 100%;
    z-index: 125;
}

.menu-bc {
    position: absolute;
    background-color: var(--main-color);
    border-radius: 50%;
    width: 0;
    height: 0;
}

.menu-items {
    position: relative;
    list-style-type: none;
    margin: 18vh 3em 0 3em;
    padding: 0;
    opacity: 0;
    z-index: 275;
}

.menu-item-wrapper {
    padding: 0;
    margin: 1em;
    color: var(--sub-color);
    font-size: 150%;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.menu-item-wrapper a:hover {
    color: #000;
}

.menu-item-wrapper a:hover {
    color: #000;
}

.menu-item-wrapper:hover {
    color: #c99da5;
}

.menu-item-wrapper i {
    margin: 0 0.75em 0 0;
}


a {
    color: var(--sub-color);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


@media screen and (max-width: 835px) {

    .menu {
        width: 100%;
    }

    .navbar-button {
        width: 13%;
    }

}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadein {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes fadeout {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }
}

@keyframes menu {
    0% {
        width: 0;
        height: 0;
        top: 0;
        left: 0;
    }

    100% {
        width: 250%;
        height: 130%;
        top: -10%;
        left: -50%;
    }
}

@keyframes menu2 {
    0% {
        width: 250%;
        height: 130%;
        top: -10%;
        left: -50%;
    }

    100% {
        width: 0;
        height: 0;
        top: 0;
        left: 0;
    }
}

@keyframes menu-items {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menu-items2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.timelineArea {
    padding-top: 60px;
    padding-bottom: 60px;
}

.timelineArea h2 {

    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 20px;
}

.timelineArea p {

    text-align: center;
    font-family: 'open sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
}

:root {
    --background-modal-color: var(--sub-color);
    --body-color: var(--sub-color);
    --color-timeline-default: #d2d3d8;
    --color-step-completed: var(--main-color);
    --color-checkmark-completed: var(--sub-color);
    --color-in-progress: var(--main-color);
    --color-label-default: var(--color-timeline-default);
    --color-label-completed: var(--color-step-completed);
    --color-label-loading: var(--color-in-progress);
    --color-icon-completed: var(--color-step-completed);
    --color-icon-default: var(--color-timeline-default);
}


.toggle {
    transform: scale(0.8);
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 140px;
}

.toggle span {
    margin: 0 0.5rem;
}

.toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle input[type="checkbox"]:checked+label {
    background: #13cb8f;
}

.toggle input[type="checkbox"]:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle label {
    cursor: pointer;
    width: 75px;
    height: 34px;
    background: #d2d3d8;
    display: block;
    border-radius: 40px;
    position: relative;
}

.toggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    background: var(--sub-color);
    border-radius: 40px;
    transition: 0.3s;
}

.steps-container {
    padding: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 20px;
}

.steps-container .step {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    flex-grow: 0;
    width: 18px;
    height: 18px;
    border: 4px solid var(--color-timeline-default);
    border-radius: 50%;
    cursor: pointer;
}

.steps-container .step .preloader,
.steps-container .step svg {
    display: none;
}

.steps-container .step.completed {
    width: 18px;
    height: 18px;
    background: var(--color-step-completed);
    border: none;
}

.steps-container .step.completed svg {
    transition: all 200ms ease;
    display: block;
    height: 10px;
    width: 10px;
    fill: var(--color-checkmark-completed);
}

.steps-container .step.in-progress {
    width: 18px;
    height: 18px;
    background: var(--color-in-progress);
    border: none;
}

.steps-container .step.in-progress .preloader {
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid var(--sub-color);
    border-radius: 50%;
    border-left-color: transparent;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.steps-container .step .label {
    position: absolute;
    top: 30px;
    filter: none;
    z-index: 2000;
    color: var(--color-label-default);
    transition: all 200ms ease;
    font-weight: 700;
}

.steps-container .step .label.completed {
    color: var(--color-label-completed);
}

.steps-container .step .label.loading {
    color: var(--color-label-loading);
}

.steps-container .step .icon {
    font-size: 40px;
    position: absolute;
    top: -60px;
    color: var(--color-icon-default);
    transition: color 200ms ease;
    filter: grayscale(1);
}

.steps-container .step .icon.completed {
    color: var(--color-icon-completed);
    filter: grayscale(0);
}

.steps-container .step .icon.in-progress {
    color: var(--color-in-progress);
    filter: grayscale(0);
}

.steps-container .line {
    transition: all 200ms ease;
    height: 2px;
    flex-grow: 1;
    background: var(--color-timeline-default);
}

.steps-container .line.completed {
    background: var(--color-step-completed);
}

.steps-container .line.next-step-uncomplete {
    background: linear-gradient(to right, var(--color-step-completed), var(--color-timeline-default));
}

.steps-container .line.next-step-in-progress {
    background: linear-gradient(to right, var(--color-step-completed), var(--color-in-progress));
}

.steps-container .line.prev-step-in-progress {
    background: linear-gradient(to right, var(--color-in-progress), var(--color-timeline-default));
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.doctors-area {
    overflow-x: clip;
    background-color: #10110e;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.doctors-items {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    filter: grayscale(1);
}

.doctors-items .doctor-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 430px;
    height: 500px;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    z-index: -1;
    opacity: 0;
    filter: blur(5px);
}

.doctors-items .doctor-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.doctors-items .doctor-item.active {
    opacity: 1;
    z-index: 99;
    width: 465px;
    height: 700px;
    margin-top: -21px;
    filter: blur(0px);
}

.doctors-items .doctor-item.prev {
    z-index: 2;
    opacity: 0.25;
    transform: translate(-125%, -50%);
}

.doctors-items .doctor-item.next {
    z-index: 2;
    opacity: 0.25;
    transform: translate(25%, -50%);
}

.doctors-items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    z-index: 100;
}

.doctors-items .button-container .doctor-button {
    color: var(--sub-color);
    font-size: 32px;
    cursor: pointer;
    position: relative;
    opacity: 0.75;
    transition: all 300ms ease-in-out;
}

.doctors-items .button-container .doctor-button:hover {
    opacity: 1;
}

.doctors-items .button-container .doctor-button:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px solid var(--sub-color);
    border-radius: 50%;
    z-index: -99;
}

.doctors-items .button-container .doctor-button:nth-child(1) {
    float: left;
}

.doctors-items .button-container .doctor-button:nth-child(2) {
    float: right;
}

.doctors-items .doctor-item .detail {
    position: absolute;
    top: 78%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--sub-color);
    text-align: center !important;
    z-index: 100;
}

.doctors-items .doctor-item .detail h2 {
    font-family: 'Montserrat';
    margin-bottom: 3px;
    text-shadow: 1px 2px 13px #000000;
    font-size: 25px !important;
}

.doctors-items .doctor-item .detail p {
    font-family: 'Montserrat';
    text-shadow: 1px 2px 13px #000000;
    font-size: 15px !important;
    text-align: center !important;
}

@media screen and (max-width: 835px) {

    .doctors-area {
        margin-bottom: 35px;
        height: 433px;
    }

    .doctors-items .doctor-item {
        width: 260px;
        height: 300px;
        transition: none;
    }

    .doctors-items .doctor-item.active {
        opacity: 1;
        z-index: 99;
        width: 390px;
        height: 500px;
        filter: blur(0px);
        margin-top: -18px;
    }

    .doctors-items .button-container {
        width: 300px;
    }

    .doctors-items .doctor-item .detail {
        left: 50%;
    }

    .doctors-items .doctor-item .detail h2 {
        font-size: 25px !important;
    }

    .doctors-items .doctor-item .detail p {
        font-size: 15px !important;
    }

    .marginAuto {
        margin-top: -30px;
    }
}


/* Gallery */

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    filter: grayscale(1);
}

.gallery-wrap .item:hover {
    flex: 7;
    filter: grayscale(0);

}

.item-1 {
    background-image: url("../img/gallery/1.webp");
}

.item-2 {
    background-image: url("../img/gallery/6.webp");
}

.item-3 {
    background-image: url("../img/gallery/3.webp");
}

.item-4 {
    background-image: url("../img/gallery/2.webp");
}

.item-5 {
    background-image: url("../img/gallery/5.webp");
}

@media screen and (max-width: 835px) {
    .gallery-wrap {
        height: 45vh;
    }
}

.listUi {

    background-color: #fafafa;
    padding: 35px;
    color: var(--sub-color) !important;
    border-radius: 30px;
}

.listUi .list-group-item-title {
    font-weight: 700;
}

.listUi .list-group-item {
    background-color: transparent;
    color: #000;
    border: none;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: left;
}

.list-group-border {
    background-color: #10110e;
    border: 25px solid transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 723px;
    width: 100%;
}


.btn-waov {
    justify-content: center;
    align-items: center;
    padding: 12px 20px !important;
    width: 30%;
    height: 48px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    color: var(--sub-color);
    margin-top: 35px;
}

.btn-waov:hover {
    color: #fff;
    background: var(--main-color-dark);
}


.btn-wclose {
    justify-content: center;
    align-items: center;
    padding: 12px 20px !important;
    width: 30%;
    height: 48px;
    background: #484848 !important;
    border: 1px solid #484848 !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    color: var(--sub-color)FFF;
    margin-top: 35px;
}

.btn-wclose:hover {
    background: #363636 !important;
    border: 1px solid #363636 !important;
}

@media screen and (max-width: 835px) {


    .btn-waov {
        width: 100%;
    }

    .list-group-border {
        background-color: #10110e;
        border: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;
        width: 100%;
    }
}


.insurance {
    padding-top: 55px;
}


.insurance .titleArea {
    padding-bottom: 35px;
}

.insurance .listArea img {  
    object-fit: contain;
    margin-top: 35px;
}

.insurance .listArea h3 {
    font-family: "open sans";
    font-size: 22px;
    margin-bottom: 10px;
}

.insurance .listArea .insuranceItem {
    margin-bottom: 35px;
}

.insurance .listArea .borderActive {

    border-left: 4px solid var(--main-color);
    padding-left: 10px;
}

.insurance .listArea .borderDe {

    border-left: 4px solid var(--main-color-opacity);
    padding-left: 10px;
}


.slider .slider-text-area .slider-call-btn {
    margin-top: 70px;
}

@media screen and (max-width: 835px) {




    .insurance .listArea img { 
        height: 350px;
        object-fit: contain; 
        width: 355px;
        margin-top: 0px;
    } 
}

@media screen and (min-width: 2035px) {



    .insurance .listArea img {
        right: auto;
    }
}

.listArea .imgTop {
    width: 340px !important;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 6px rgb(0 0 0 / 6%);
}


.listArea .card {
    border: none;
    border-radius: 15px;
    padding: 17px;
    text-align: initial;
}

.listArea .card .card-title {
    margin-bottom: 38px;
    font-size: 24px;
}


.listArea .card .cardItem .cardItemTop {
    display: flex;
}

.listArea .card .cardItem {
    margin-bottom: 27px;
}

.listArea .card .cardItem .circle {

    background-color: var(--main-color);
    height: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 11px;
    margin-left: 22px;
}

.listArea .card .cardItem h4 {
    margin-top: -6px;
    margin-left: 18px;
    font-family: "open sans";
    font-size: 17px;
    font-weight: 600;
}

.listArea .card .cardItem p {
    width: 80%;
    margin-top: -8px;
    margin-left: 53px;
    font-size: 13px;
}

@media screen and (max-width: 835px) {


    .listArea .card .cardItem .circle {

        margin-left: 20px;
    }

    .listArea .card .cardItem h4 {
        margin-top: -3px;
        margin-left: 12px;
        font-family: "open sans";
        font-size: 20px;
    }

    .listArea .card .cardItem p {
        width: 80%;
        margin-left: 63px;
    }

    .methodImage {
        margin: auto;
    }


}

.animate-comment {
    overflow: hidden;
    background-color: #fafafa;
    padding: 35px 0;
}

.animate-comment .ms-2 p {

    font-size: 12px;
    color: #898989;
}

.animate-comment .animate-comment-content .comment-box {
    width: 315px;
    height: 280px;
    padding: calc(1.3392857143rem + 0.9375vw);
    background-color: white;
    border-radius: 20px;
    float: left;
    margin: 15px;
}

@media (min-width: 1200px) {
    .animate-comment .animate-comment-content .comment-box {
        padding: 2.1428571429rem;
    }
}

.animate-comment .animate-area:hover .animate-go-left,
.animate-comment .animate-area:hover .animate-go-right {
    animation-play-state: paused;
}

.animate-go-left {
    animation-name: goLeft;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.animate-go-right {
    animation-name: goRight;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.comment-box h2 {
    font-size: 15px !important;
}
@keyframes goLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes goRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.blog-slider {

    width: 100%;
    position: relative;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 8%);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
    margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #13a89e00 0%, #13a89ebc 100%);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #13a89e00 0%, #13a89ebc 100%);
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 30px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 18px;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(145deg, #13a89ede 0%, #13a89e 74%);
    padding: 13px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
}

.blog-slider__button:hover {
    color: #fff;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #20925c;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

hr {
    opacity: 1;
}

@media screen and (max-width: 835px) {
    .btn-waov {
        height: auto;
    }
	
    .steps-area .accordion-title h3 {
        font-size: 20px;
    }
}


.cardDetail {
    padding-top: 35px;
    padding-bottom: 35px;
}

.cardDetail .cardImgArea img {
    height: 400px;
    object-fit: contain;
}

.cardDetail .cardListArea .cardItem {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
    border-radius: 25px;
    cursor: pointer !important;
}

.cardDetail .cardListArea .cardItem h2 {
    text-align: center;
    line-height: 22px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    height: 50px;
}

.cardDetail .cardListArea .cardItem p {
    text-align: center;
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer !important;
    height: 60px;
    overflow: auto;
}
.cardDetail .cardListArea .cardItem .cardItemLinkDeactive {
    text-align: center;
    color: #20925c;
    display: none;
}

.cardDetail .cardListArea .cardItem .cardItemLinkactive {
    text-align: center;
    color: #20925c;
    display: block;
}

@media screen and (max-width: 835px) {

    .cardDetail .cardListArea .cardItem {
        margin: 10px 20px;
    }

    .cardDetail .cardListArea .cardItem h2 {
        height: auto;
    }


    .cardDetail .cardListArea .cardItem p {
        height: auto;
    }


    .cardDetail .cardImgArea img {
        height: 300px;
        object-fit: contain;
    }
}
 
.imageCardArea .imgArea {
    width: 100%;
    border-radius: 10px;
    margin-top: 22px;
}

.imageCardArea .resimArea {
    position: relative;
}

.imageCardArea .textAreaSe {
    z-index: 10;
    color: #1ac9ad;
    font-size: 70px;
    font-family: "Open Sans";
    -webkit-text-stroke: 2px #1ac9ad;
    -webkit-text-fill-color: transparent;
    text-align: center;
    user-select: none;
    position: absolute;
}

.imageCardArea .resimArea:hover {
    -webkit-text-stroke: 2px #1ac9ad;
    -webkit-text-fill-color: #1ac9ad;
}

.imageCardArea .textAreaSe:hover {
    -webkit-text-stroke: 2px #1ac9ad;
    -webkit-text-fill-color: #1ac9ad;
}

.imageCardArea .textArea1 {
    left: 29%;
    top: 30%;
}

.imageCardArea .textArea2 {
    right: 12%;
    top: 30%;
}

.imageCardArea .textArea3 {
    left: 29%;
    top: 30%;
}

.imageCardArea .textArea4 {
    right: 12%;
    top: 30%;
}



@media screen and (max-width: 835px) {


    .imageCardArea .textAreaSe {
        -webkit-text-stroke: 2px #fff;
        color: #fff;

        text-shadow:
            0 0 7px #1ac9ad,
            0 0 10px #1ac9ad,
            0 0 21px #1ac9ad,
            0 0 42px #1ac9ad,
            0 0 82px #1ac9ad,
            0 0 92px #1ac9ad,
            0 0 102px #1ac9ad,
            0 0 151px #1ac9ad;
    }

    .imageCardArea .resimArea:hover {
        -webkit-text-stroke: 2px #fff;
        -webkit-text-fill-color: #fff;
    }

    .imageCardArea .textAreaSe:hover {
        -webkit-text-stroke: 2px #fff;
        -webkit-text-fill-color: #fff;
    }

    .imageCardArea .imgArea {
        margin-bottom: -6px;
    }


    .imageCardArea .textAreaSe {
        font-size: 40px !important;
    }

    .imageCardArea .textArea3 {
        left: 26%;
    }

    .imageCardArea .textArea4 {
        right: 18%;
    }

}

.galleryArea .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    height: 400px;
}

.galleryArea .options .option {
    position: relative;
    overflow: hidden;
    margin: 5px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    filter: grayscale(1);
    font-size: 0;
}

.galleryArea .options .option.active {
    width: 100%;
    filter: grayscale(0);
    border-radius: 20px;
}

.galleryArea .options .option:not(.active) {
    width: 120px;
    border-radius: 20px;
}

@media screen and (max-width: 835px) {

    .galleryArea .options .option:nth-child(1) {
        display: none;
    }

    .galleryArea .options .option:nth-child(5) {
        display: none;
    }

    .galleryArea .options .option {
        margin: 5px;
    }

    .galleryArea .options .option:not(.active) {
        width: 70px;
        border-radius: 12px;
    }

}