@import url('https://fonts.cdnfonts.com/css/inter');

:root {
    --Inter: 'Inter', sans-serif;

    --primary-brand-300-main: #A3D590;
    --Primary-Success-200: #88E7B7;
    --Primary-Success-50: #DDF8EB;
    --Primary-Gray-50: #F3F4F6;
    --Primary-Gray-600: #383F4D;
    --Primary-Generic-50: #1C1B1B;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #fff;
    font-family: var(--Inter);
    overflow-x: hidden;
    transition: all .5s ease;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    transition: transform 0.4s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--Primary-Gray-600);
    /* Label/S/SemiBold */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 15px */
    letter-spacing: -0.3px;
    margin: 0 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link.join-btn {
    color: var(--primary-brand-300-main);
    /* Label/S/SemiBold */

    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 15px */
    letter-spacing: -0.3px;

    display: flex;
    height: 43px;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid var(--primary-brand-300-main);
}

.navbar-brand {
    display: flex;
    width: 175px;
    height: 32.107px;
    padding: 0px 0.062px 0px 0.065px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

header {
    margin-top: 2rem;
}

.area-one {
    position: relative;
    margin-top: 8rem;
    text-align: center;
}

.area-one .title {
    display: flex;
    justify-content: center;
}

.area-one .title h1 {
    color: var(--primary-brand-300-main);
    text-align: center;
    /* Display/S/Black */

    font-size: 69px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 69px */
    letter-spacing: -1.38px;
    width: 800px;
}

.area-one .description p {
    color: var(--Primary-Gray-600);
    text-align: center;
    /* Paragraph/L/SemiBold */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -0.48px;
    width: 790px;
}

.area-one .description {
    display: flex;
    justify-content: center;
    margin-top: 7rem;
}

.button-subs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.btn.btn-success {
    padding: 15px 18px !important;
    max-width: 310px !important;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--primary-brand-300-main);
    border: none;
}

.splide__slide {
    display: flex;
    /* Kartları merkezlemek için flex kullanıyoruz */
    justify-content: center;
    /* İçerikleri ortalıyoruz */
}

.splide__slide.is-active .card {
    transform: scaleY(1);
    /* Normal boyut */
    z-index: 10;
    width: 1000px !important;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 4.5rem 2rem;
    padding-bottom: 0 !important;
    height: 500px;
    display: block;
    transition: all .4s ease;
}

.splide__slide:not(.is-active) .card {
    filter: blur(4px);
    /* Bulanıklık efekti */
    z-index: 1;
    transform: scaleY(.85);
    height: 100%;
    position: relative;
    top: 0%;
}

.area-two {
    margin-top: 4rem;
    background-color: var(--Primary-Gray-50);
    padding: 5rem 0;
    position: relative;
    height: 700px;
}

.card-one {
    background: var(--Secondary-Yellow-200, #FAEA94);
}

.card-two {
    background: var(--Secondary-Purple-200, #E6BBFC);
}

.card-three {
    background: var(--Secondary-Indigo-100, #C9CAF8);
}

.card {
    border: none;
    padding: 2.5rem 6rem;
    text-align: center;
    border-radius: 20px;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.card h1 {
    color: var(--Primary-Generic-50);
    text-align: center;
    font-size: 69px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.38px;
}

.card h6 {
    color: var(--Primary-Generic-50);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    margin-top: 2rem;
}

.area-three {
    padding: 3rem 0;
    background: linear-gradient(to right, var(--Primary-Success-200) 50%, var(--Primary-Success-50) 50%);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-three .row {
    display: flex;
    align-items: center;
    /* Dikeyde ortalar */
    justify-content: center;
    /* Yatayda ortalar */
}

.area-three h1 {
    color: var(--Primary-Success-600, #135D38);
    font-size: 86px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.72px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.area-three p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.4px;
    margin-left: 6rem;
    width: 100%;
    margin-top: 2rem;
}

/* İlgili sütunların içeriğinin ortalanması */
.area-three .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-four {
    background: var(--Secondary-Indigo-50, #EDEDFD);
    display: flex;
    width: 100%;
    padding: 92px 325px;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.area-four h1 {
    color: var(--Primary-Generic-50, #1C1B1B);
    /* Display/M/Black */
    font-size: 86px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 86px */
    letter-spacing: -1.72px;
    display: flex;
    justify-content: flex-end;
    margin: 1rem 7rem;
}

.area-four img {
    display: flex;
    width: 310px;
    height: 310px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.area-five {
    margin-top: 7rem;
}

.area-five .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area-five .card-comment {
    width: 710px;
    padding: 30px;
    gap: 10px;
    border-radius: 20px;
    background: var(--Primary-Brand-50, #EEF8ED);
    position: relative;
    margin-bottom: 3rem;
}

.area-five .left-comment {
    margin-right: auto;
    /* Sola hizalanmasını sağlıyoruz */
    margin-top: 6rem;
}

.area-five .right-comment {
    margin-left: auto;
    /* Sağa hizalanmasını sağlıyoruz */
    margin-top: 6rem;
}

.area-five .card-comment p {
    color: var(--Primary-Gray-600, #383F4D);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.area-five .card-comment h6 {
    color: var(--Primary-Brand-600, #4A6142);

    font-size: 134px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -2.68px;
}

.has-one {
    position: absolute;
    top: -2.5rem;
    left: -2rem;
}

.has-two {
    position: absolute;
    bottom: -7rem;
    right: -2rem;
}

.card-comment.right-comment img {
    position: absolute;
    width: 5rem;
    right: -2rem;
    top: -3rem;
}

.area-six {
    margin-top: 7rem;
}

.area-six h1 {
    color: var(--Primary-Generic-50, #1C1B1B);
    text-align: center;
    /* Heading/H1/Black */
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 55px */
    letter-spacing: -1.1px;
}

.social-contact {
    display: flex;
    width: 310px;
    padding: 15.5px 15.5px;
    flex-direction: column;
    align-items: center;
    gap: 15.5px;
    border-radius: 15.5px;
    background: var(--Primary-Generic-50, #1C1B1B);
    justify-content: center;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.social-contact a {
    color: var(--Primary-Gray-50, #F3F4F6);
    font-size: 17.05px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 17.05px */
    letter-spacing: -0.341px;
    text-decoration: none;
    display: flex;
    height: 46.5px;
    padding: 7.75px 15.5px;
    justify-content: center;
    align-items: center;
    gap: 7.75px;
    transition: all .4s ease;
}

.social-contact a:hover img {
    transform: scale(1.2);
}

.social-contact img {
    width: 1.7rem;
    filter: brightness(0) invert(1);
    transition: all .4s ease;
}

footer {
    display: flex;
    width: 100%;
    height: 136px;
    padding: 54px 0px;
    align-items: center;
    gap: 79px;
    flex-shrink: 0;
    background: var(--Primary-Generic-50, #1C1B1B);
}

footer img {
    width: 18rem !important;
}

footer a {
    color: var(--Primary-Generic-200, #FFF);
    text-align: center;
    /* Label/S/Medium */
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 16.5px */
    letter-spacing: -0.3px;
    text-decoration: none;
    text-align: center;
    margin: 0 2rem;
    display: flex;
    align-items: center !important;
    height: 100%;
}

.footer-area {
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin: 0 auto;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.modal-title {
    color: var(--Primary-Generic-50, #1C1B1B);
    /* Heading/H3/Black */
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 33px */
    letter-spacing: -0.66px;
}

.modal-content {
    padding: 3rem !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.modal-content .btn-sucs {
    display: flex;
    height: 52px;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 20px;
    background: var(--primary-brand-300-main, #A3D590);
    margin-top: 4rem;
}

.btn-muss {
    color: #FFF !important;
    background: none;
    border: none;
    width: 100%;
}

.modal-content .form-label {
    color: var(--Primary-Generic-50, #1C1B1B);
    /* Paragraph/M/Bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.4px;
    margin-top: 3rem;
}

.modal-body {
    padding: 0 !important;
}

.modal-content p {
    color: var(--Primary-Generic-50, #1C1B1B);

    /* Paragraph/XS/Medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.32px;
}

.modal-content .form-control {
    display: flex;
    width: 400px;
    height: 60px;
    padding: 10px 25px 10px 30px;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid var(--Primary-Gray-300, #AEB6C4);
    background: var(--Primary-Generic-200, #FFF);
}

.form-check-input,
.form-check-input:focus {
    box-shadow: none !important;
    border-color: var(--primary-brand-300-main);
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: var(--primary-brand-300-main);
    border-color: var(--primary-brand-300-main);
    box-shadow: none;
}

.form-check a {
    color: var(--primary-brand-300-main);
}

.splide__arrow--next {
    right: 25rem;
    background: none;
    opacity: 0;
    font-size: 7rem;
    transition: all .5s ease;
    border: none !important;
    outline: 0 !important;
}

.splide__arrow--prev {
    left: 25rem;
    background: none;
    opacity: 0;
    font-size: 7rem;
    transition: all .5s ease;
    border: none !important;
    outline: 0 !important;
}

.area-two:hover .splide__arrow--next,
.area-two:hover .splide__arrow--prev {
    opacity: 1;
}

.fixed-nav {
    position: fixed;
    top: -100px;
    /* Başlangıçta yukarıda sakla */
    margin-top: 0 !important;
    padding: 1rem 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    /* Menüyü sabitlerken arka plan rengi */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Hafif bir gölge */
    transition: top 0.4s ease-in-out;
    /* Animasyon geçişi */
}

.navbar {
    transition: padding 0.4s ease-in-out;
    /* Padding değişimi için geçiş */
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-brand-300-main);
    border-radius: 2rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--Primary-Generic-50);
}

.up-scroll {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: var(--primary-brand-300-main);
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-self: center;
}

.icon-up {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    display: none;
    /* Başlangıçta gizlenmiş */
    z-index: 999;
    /* Üstte görünmesi için */
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    /* Görünme geçişi */
}

.icon-up.visible {
    display: block;
    /* 250 px aşağı inince görünür */
    opacity: 1;
}

.area-static {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.area-static h1 {
    color: var(--primary-brand-300-main);
    text-align: center;
    /* Heading/H4/Black */
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
}

.area-static h6 {
    color: var(--Primary-Generic-50, #1C1B1B);
    text-align: start;
    /* Heading/H4/Black */
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
    margin-top: 2rem;
}

.area-static h2 {
    color: var(--primary-brand-300-main);
    text-align: start;
    /* Heading/H4/Black */
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
    margin-top: 2.5rem;
}

.area-static h3 {
    color: var(--primary-brand-300-main);
    text-align: start;
    /* Heading/H4/Black */
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
    margin-top: 2.5rem;
}

.area-static p {
    color: var(--Primary-Generic-50, #1C1B1B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    margin-top: .7rem;
}

.area-static a{
    color: var(--primary-brand-300-main);
    font-weight: 600;
}

.area-static ul li{
    list-style: disc;
}

.close-menu-btn {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse {
        background: var(--Primary-Generic-50, #1C1B1B);
        color: #fff;
        padding: 2rem 0;
        text-align: center;
        position: absolute;
        width: 90%;
        top: 0;
        margin-top: 0 !important;
        border-radius: 0px;
        height: auto;
        transform: translateY(-150%); /* Menü yukarıda gizlenmiş olarak başlasın */
        transition: transform 0.4s ease-in-out; /* Animasyon süresi ve hızı */
    }

    .navbar-expand-lg .navbar-collapse.show {
        transform: translateY(0); /* Menü aşağı iner */
        left: 50%;
        transform: translateX(-50%);
        transition: transform 0.25s ease-in-out;
    }

    .close-menu-btn {
        position: absolute;
        top: 4px;
        right: 20px;
        background: none;
        border: none;
        font-size: 2rem;
        color: #fff;
        display: block;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .extra-btn {
        display: none;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }

    .area-three-mobile{
        display: block !important;
    }
}

.area-three-mobile{
    display: none;
}

.title-div{
    display: flex;
    width: 100%;
    height: 320px;
    background: var(--Primary-Success-200, #88E7B7);
}

.title-div h1{
    color: var(--Primary-Success-600, #135D38);
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 44px */
    letter-spacing: -0.88px;
}

.title-div .just-title{
    justify-content: center;
    align-items: center;
    margin: auto;
}

.desc-div{
    display: flex;
    width: 100%;
    height: 320px;
    background: var(--Primary-Success-50, #DDF8EB);
}

.desc-div p{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: -0.3px;
}

.desc-div .just-title{
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2rem;
}

.mobile-about{
    display: none ;
}