@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;700&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif !important;
}

body {
    background-color: #fff;
    padding-top: 75px;
}

header {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
}

header img {
    float: left;
    height: 35px;
    margin-top: 20px;
}

header ul {
    float: right;
    margin-top: 26px;
}

header ul li {
    float: left;
    margin-left: 40px;
    color: #110059;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125.071%;
    letter-spacing: -0.16px;
}

header ul li::after {
    content: '';
    position: absolute;
    bottom: -8px;
    lefT: 0;
    background: linear-gradient(90deg, #B0BEF7 0%, #52B3E9 100%);
    widtH: 0;
    border-radius: 4px;
    height: 4px;
    transition: .3s all linear;
}

header ul li:hover::after {
    width: 100%;
}

header ul li.noBottom:hover::after {
    width: 0;
}

header ul li a {
    color: #110059;
}

header ul li a svg {
    float: right;
    margin-left: 2px;
    margin-top: -1px;
    width: 16px;
}

header ul li a.btn {
    padding-left: 20px;
    display: block;
    padding-right: 20px;
    background: #1C0096;
    color: white;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    position: relative;
    top: -7px
}

header .container {
    width: 1280px;
}

#overlay-menu {
    position: fixed;
    z-index: 10;
    width: calc(100% - 40px);
    top: 75px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    display: none;
    padding-top: 40px;
    padding-bottom: 100px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

#overlay-menu .container {
    width: 1280px;
}

#overlay-menu .row {
    display: flex;
    gap: 20px;
}

#overlay-menu .row .col {
    flex: 1;
}

#overlay-menu .row .col img {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

#overlay-menu h2 {
    color: #0E043A;

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-bottom: 30px;
    letter-spacing: -0.22px;
}

#overlay-menu h2 a {
    color: #0E043A;
}

#overlay-menu li {
    margin-bottom: 8px;
    color: #0E043A;
}

#overlay-menu li a {
    color: #0E043A;
    opacity: .48;
}

.wrapper {
    padding-left: 46px;
    padding-right: 46px;
    width: 100%;
    box-sizing: border-box;
}

.container {
    width: 960px;
    margin: 0px auto;
}

#listing .container {
    width: 1280px;
}

/** footer **/
footer {
    padding-left: 46px;
    padding-right: 46px;
    width: 100%;
    box-sizing: border-box;
}

#footer-top {
    width: 100%;
}

#footer-container {
    border-radius: 32px 32px 0px 0px;
    padding-top: 40px;
    padding-bottom: 270px;
    background: #faf8fa;
}

#footer-container img {
    float: left;
    height: 35px;
    margin-top: 20px;
}

#footer-container ul {
    float: right;
    margin-top: 26px;
}

#footer-container ul li {
    float: left;
    margin-left: 30px;
    color: #110059;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125.071%;
    letter-spacing: -0.16px;
}

/** gradients **/
.gradient-1 {
    background: linear-gradient(135deg, #eaf7ff, #e0fffa, #f2fcff);
}

.gradient-2 {
    background: linear-gradient(135deg, #eef2ff, #e8f3ff, #f2f8ff, #e0e6ff);
}

.gradient-3 {
    background: linear-gradient(135deg, #ebe6ff, #f7f3e5, #fde8e6, #f5fbd8);
}

/** sections **/
section {
    margin-bottom: 60px;
}

.bg-container {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 32px;
    width: 100%;
}

.bg-container img {
    display: block;
    margin: 0px auto;
    height: 50vh;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.text-column-container .row {
    display: flex;
    gap: 60px
}

.text-column-container .row .col {
    flex: 1;
}

.text-column-container .row .col h3 {
    color: #0E043A;


    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 31.36px */
    letter-spacing: -0.28px;
    margin-bottom: 24px;
}

.text-column-container .row .col p {
    color: #0E043A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.image-text-container .row {
    display: flex;
    align-items: center;
    /* İçerikleri dikeyde ortalar */
    gap: 120px;
}

.image-text-container .row .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* İçeriği dikeyde ortalar */
}

.image-text-container .row .col img {
    width: 100%;
    /* Responsive olması için */
    height: auto;
    /* Oranını koruması için */
    border-radius: 16px;
}

.image-text-container .row .col img.half-image {
    width: 50%;
    margin: 0px auto;
    display: block;
}

.image-text-container .row .col label {
    color: #1C0096;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 125.071%;
    /* 22.513px */
    letter-spacing: -0.18px;
    margin-bottom: 30px;
}

.image-text-container .row .col h2 {
    color: #110059;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.618%;
    /* 45.592px */
    letter-spacing: -0.88px;
    margin-bottom: 30px;
}

.image-text-container .row .col p {
    color: #110059;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;

}

.center-text-icon-container .row {
    display: flex;
    justify-content: center;
    /* Ortadan başlayarak yayılmasını sağlar */
    align-items: center;
    /* Dikey hizalama */
    gap: 60px;
    /* Sütunlar arasında boşluk */
}

.center-text-icon-container .row .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Her .col içeriğini ortalar */
    text-align: center;
    /* Metni ortalar */
}

.center-text-icon-container .row .col label {
    color: #1C0096;

    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 125.071%;
    /* 22.513px */
    letter-spacing: -0.18px;
    margin-bottom: 30px;
}

.center-text-icon-container .row .col h3 {
    color: #110059;
    text-align: center;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.618%;
    /* 45.592px */
    letter-spacing: -0.88px;
    margin-bottom: 74px;
}

.center-text-icon-container .row .col p {
    margin-bottom: 50px;
}

.icon-row .col {
    max-width: 120px;
}

.icon-row .col img {
    margin-bottom: 16px;
}

.icon-row .col h4 {
    color: #000;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}


.icon-container .row {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(2, 1fr);
    /* 2 satır oluşturur */
    grid-template-columns: 1fr 1fr;
    /* İki sütun oluşturur */
}


.icon-container .row .col .box {
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    gap: 16px;
    padding: 32px;
    background-color: #f5f5f5;
    /* Arka plan rengi (isteğe bağlı) */
    border-radius: 32px;
    /* Köşeleri yuvarlamak için */
    flex-direction: column;
}

.icon-container .row .col .box img {
    max-width: 64px;
}


.image-icon-container .row {
    display: flex;
    gap: 20px
}

.image-icon-container .row .col {
    flex: 1;
}

.image-icon-container .row .col img {
    widtH: 100%;
    border-radius: 32px;
}

.image-icon-container .row .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.image-icon-container .row .col .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.image-icon-container .row .col .box img {
    width: 64px;
}

.content-container {
    padding-top: 110px;
    padding-bottom: 50px;
}

.radius-content {
    border-radius: 32px;
}

.content-container .row {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.content-container .row .col {
    flex: 1;
}

.content-container .row .col.flex-2 {
    flex: 2;
}

.content-container .row .col h2 {
    color: #110059;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    /* 49.28px */
    letter-spacing: -0.88px;
}

.content-container .row .col p {
    color: #110059;

    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
}

.feature-box {
    background-color: White;
    padding: 32px;
    border-radius: 32px;
}

.feature-box img {
    border-radius: 16px;
    margin-bottom: 30px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.feature-box h3 {
    color: #0E043A;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -0.28px;
    margin-bottom: 16px;
    height: 60px;
}

.content-container .row .col .feature-box p {
    color: #0E043A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 140px;
    opacity: .48;
    letter-spacing: -0.16px;
}


.accordion-item {
    border-radius: 32px;
    background: #faf8fa;
    padding: 32px;
    margin-bottom: 16px;
}

.accordion-title {
    position: relative;
}

.accordion-title span {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    border-radius: 25px;
    border: 1px solid #0E043A;
}

.accordion-title span::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #0E043A;
    top: 50%;
    left: 6px;
}

.accordion-title span::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #0E043A;
    left: 50%;
    top: 6px;
}

.accordion-title h2 {
    color: #0E043A;

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 31.36px */
    letter-spacing: -0.28px;
    margin-bottom: 16px;
}

.accordion-title p {
    color: #0E043A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.accordion-content {
    display: none;
}


.home-promo {
    padding-top: 110px;
    padding-bottom: 110px;
    border-radius: 32px;
    text-align: center;
}


.home-promo h1 {
    color: #110059;
    text-align: center;

    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.618%;
    /* 66.315px */
    letter-spacing: -1.28px;
    margin-bottom: 24px;
}

.home-promo p {
    color: #110059;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    margin-bottom: 36px;
}

.home-promo video {
    height: 540px;
    width: 100%;
    border-radius: 32px;
}

.button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    /* Butonları yatayda ortalar */
}

.button-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    /* Butonları yatayda ortalar */
}

.button-container .button {
    padding-left: 20px;
    display: block;
    padding-right: 20px;
    border: 1px solid #1C0096;
    color: #1C0096;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 40px;
    position: relative;
    top: -7px;
    transition: .3s all linear;
    cursor: pointer;
}

.button-container .button:hover {
    border: 1px solid #1C0096;
    color: #fff;
    background-color: #1C0096;

}

.home-promo .button-wrapper {
    margin-bottom: 80px;
}

.button-wrapper a {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    color: #110059;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.16px;
    background: #E4DDFF;
}

.btn img {
    margin-right: 10px;
    heighT: 20px;
    position: relative;
    top: 4px;
}

.btn.blue-btn {
    background: #1C0096;
    color: white;
}

.home-why .row {
    display: flex;
    justify-content: center;
    /* Ortadan başlayarak yayılmasını sağlar */
    align-items: center;
    /* Dikey hizalama */
    gap: 20px;
    /* Sütunlar arasında boşluk */
}

.home-why .row .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.home-why .row .col label {
    color: #110059;
    text-align: center;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    /* 49.28px */
    letter-spacing: -0.88px;
    margin-bottom: 30px;
}

.home-why .row .col h2 {
    color: #110059;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    margin-bottom: 60px;
}

.home-why .feature-box {
    background-color: #FAF9FC;
}

.home-why .row .col .feature-box p {
    color: #0E043A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.myvideo-container {
    position: relative;
    width: 100%;
    /* Genişlik tamamen uyumlu olacak */
    padding-top: calc(100% / (2048 / 702));
    /* 2.92:1 oranını korumak için */
    overflow: hidden;
}

.myvideo-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Videonun kırpılmasını önlemek için */
}


.home-features {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-features h2 {
    color: #110059;
    text-align: center;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    /* 49.28px */
    letter-spacing: -0.88px;
    margin-bottom: 30px;
}

.home-features p {
    color: #110059;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    margin-bottom: 60px;
}

.home-features .row {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(2, 1fr);
    /* 2 satır oluşturur */
    grid-template-columns: 1fr 1fr;
    /* İki sütun oluşturur */
}

.home-features .row .home-feature-box {
    border-radius: 32px;
    padding: 32px;
    position: relative;
    height: 400px;
}

.home-feature-box-1 {
    background: #edf1fb;
}

.home-feature-box-2 {
    background: #daeef9;
}

.home-feature-box-3 {
    background: #e0f5f4;
}

.home-feature-box-4 {
    background: #edfaea;
}

.home-features .row .home-feature-box img {
    position: absolute;
    top: 32px;
    righT: 32px;
    width: 64px
}

.home-features .row .home-feature-box ul {
    width: calc(100% - 64px);
    position: absolute;
    bottom: 32px;
    left: 32px;
    border-bottom: 1px solid #0E043A;
}

.home-features .row .home-feature-box ul li {
    width: 100%;
    float: left;
    color: #0E043A;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    letter-spacing: -0.18px;
    border-top: 1px solid #0E043A;
    position: relative;
}

.home-features .row .home-feature-box ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('../images/icon-circle.png') center center no-repeat;
    transform: translate(0, -50%);
}



.home-modules {
    width: 100%;
    height: 400px;
    background: url('../images/bg-modules.png') center center no-repeat;
    border-radius: 32px;
    background-size: cover;
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-direction: column;
}

.home-modules h2 {
    color: #FFF;
    text-align: center;

    font-size: 44px;
    font-style: normal;
    font-weight: 350;
    line-height: 70px;
    /* 159.091% */
    letter-spacing: -0.44px;
}

.home-modules ul {
    display: flex;
    gap: 20px;
    width: 80%;
    margin-left: 10%;
}

.home-modules ul li {
    flex: 1;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.80);
    color: #110059;
    text-align: center;

    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    position: relative;
    letter-spacing: -0.6px;
}

.home-modules ul li span {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 30px;
    top: 15px;
    border-radius: 30px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .1);
}

.quote {
    background: #F4F4F4;
    border-radius: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.quote-box {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.logo-quote {
    height: 50px;
    margin-bottom: 40px;
}

.quote-box p {
    color: #110059;
    text-align: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-bottom: 40px;
}

.author {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.author img {
    width: 64px;
    max-width: 64px;
    height: 64px;
}

.author .bio {
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 64px;
    /* Sabit yükseklik */
}

.author .bio h3 {
    color: #110059;

    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 125.071%;
    /* 22.513px */
    letter-spacing: -0.18px;
}

.author .bio p {
    color: #110059;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.071%;
    /* 20.011px */
    letter-spacing: -0.16px;
}

.home-info .row {
    display: flex;
    gap: 20px;
    align-items: stretch;
    /* Yüksekliklerin uyumlu olmasını sağlar */
}

.home-info .row .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-info .row .col .box {
    flex: 2;
    /* Varsayılan olarak 2 birim yükseklik */
    min-height: 320px;
    border-radius: 32px;
    padding: 32px;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;

}

.home-info .row .col .box.flex-2 {
    flex: 3;
    /* Normal kutular 2 birim, flex-2 kutuları 3 birim olacak */
    min-height: 480px;
}

.home-info .row .col .box label {
    color: #0E043A;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    margin-bottom: 16px;
}

.home-info .row .col .box h2 {
    color: #0E043A;


    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.618%;
    /* 124.342px */
    letter-spacing: -2.4px;
    margin-bottom: 40px;
}

.dots {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* 10 sütunlu grid */
    gap: 5px;
    /* Noktalar arası boşluk */
    width: 100%;
    /* Tam genişlik */
}

.dots .dot {
    aspect-ratio: 1 / 1;
    /* Kare formu sağlar */
    width: 100%;
    /* Bulunduğu hücrenin tamamını kaplar */
    background: transparent;

    background-color: #80D6B3;
    border-radius: 100%;
    /* Hafif yuvarlatılmış köşeler */
}

.blue-dots.dots .dot {
    background: #B1BFF7
}

.pink-dots.dots .dot {
    background: #8FCDF1
}

/* 10 farklı opacity sınıfı */
.opacity1 {
    opacity: 1.0;
}

.opacity2 {
    opacity: 0.9;
}

.opacity3 {
    opacity: 0.85;
}

.opacity4 {
    opacity: 0.8;
}

.opacity5 {
    opacity: 0.75;
}

.opacity6 {
    opacity: 0.70;
}

.opacity7 {
    opacity: 0.65;
}

.opacity8 {
    opacity: 0.60;
}

.opacity9 {
    opacity: 0.55;
}

.opacity10 {
    opacity: 0.5;
}


.home-blog {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-blog h2 {
    color: #110059;
    text-align: center;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    /* 49.28px */
    letter-spacing: -0.88px;
    margin-bottom: 30px;
}

.home-blog p {
    color: #110059;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.2px;
    margin-bottom: 60px;
}

.home-blog .row {
    display: flex;
    gap: 40px
}

.home-blog .row .col {
    flex: 1;
}

.home-blog .row .col img {
    display: block;
    margin-bottom: 30px;
}

.home-blog .row .blog h2 {
    color: #0E043A;

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 31.36px */
    letter-spacing: -0.28px;
    text-align: left;
    height: 94px;
}

.home-blog .row .blog p {
    color: #0E043A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    letter-spacing: -0.16px;
    height: 130px;
    margin-bottom: 20px;
}


/** listing **/

#about-text {
    padding-top: 40px;
}

#about-text .row {
    display: flex;
    gap: 40px;
}

#about-text .row .col {
    flex: 1;
}

#about-text .row .col p {
    color: #110059;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.48px;
}

#about-text .row .col p h2.section-h2 {
    color: #110059;
}

.full-width-image {
    width: 100%;

}

.full-image {
    width: 100%;
    position: relative;
    height: calc(70vh - calc(6vw + 20px));
}

.full-image img {
    width: 100%;
    height: calc(70vh - calc(6vw + 20px));
    object-fit: cover;
    border-radius: 30px;

    margin: 0;
}

.full-image h1 {
    border-radius: 24px 24px;
    background: rgba(255, 255, 255, .8);
    background-blend-mode: darken, darken, normal;
    padding: 24px 30px;

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    box-sizing: border-box;
}

.full-width-image img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center center;
}

#home-promo {
    margin-bottom: 50px;
}

#home-promo .container {
    width: 100%;
}

/** slider **/
#slider {
    height: calc(70vh - calc(6vw + 20px));
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    background: white;
}

.slide {
    opacity: 0;
    transition: .5s all cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%
}

.slide.active {
    opacity: 1;
}

.slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 7s ease-in-out;
    /* Smooth animasyon için */
}

/* Slide aktif olduğunda img'ye scale animasyonu uygula */
.slide.active img {
    transform: scale(1.1);
    /* 1.2 ölçekleme */
}

.slide-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #000;

    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    height: 168px;
}

.slide-text .top {
    border-radius: 24px 24px 0 0;
    background: rgba(255, 255, 255, .8);
    background-blend-mode: darken, darken, normal;
    padding: 24px;
    height: 84px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.slide-text .top::after {
    width: 32px;
    height: 32px;
    position: absolute;
    content: '';
    bottom: 0;
    right: -32px;
    background: rgba(255, 255, 255, .8);
    background-blend-mode: darken, darken, normal;
    mask-image: url('../images/mask-bottom-left-24.png');
    /* PNG görüntüyü maske olarak kullanma */
    mask-size: 32px 32px;
    /* Maskenin boyutları */
    mask-repeat: no-repeat;
}


.slide-text .top span {
    display: block;
    float: left;
    text-wrap: nowrap;
    margin-top: 5px;
}

.slide-text .bottom {
    border-radius: 0 24px 24px 24px;
    background: rgba(255, 255, 255, .8);
    background-blend-mode: darken, darken, normal;
    padding: 24px;
    height: 84px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.slide-text .bottom span {
    display: block;
    float: left;
    text-wrap: nowrap;
    margin-top: -5px;
}

#slider-thumbs {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 6px;
    z-index: 10;
}

#slider-thumbs .slider-thumb {
    border-radius: 20px;
    background: rgba(14, 1, 97, 0.30);
    background-blend-mode: multiply;
    width: 24px;
    height: 8px;
    transition: .5s all cubic-bezier(.25, .46, .45, .94);
}

#slider-thumbs .slider-thumb.active {
    background: white;
}


#services-wrapper {
    border-radius: 60px;
    background: #FFF;
    z-index: 10;
    position: relative;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
}

.service-box {
    padding: 60px;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.service-box p {
    color: #060046;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.48px;
}

.service-box-title {
    color: #060046;

    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.88px;
    height: 150px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-box-title img {
    width: 120px;
    margin-right: 12px;
    filter: brightness(0) invert(100);
}

.service-box-icon {
    position: absolute;
    border: 3px solid #060046;
    top: 60px;
    right: 60px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    color: #0D0445;
    text-align: center;
    justify-content: center;

    font-size: 48px;
    font-style: normal;
    font-weight: 700;
}

#service-box-1 {
    background: radial-gradient(153.06% 101.44% at 54.42% 48.48%, rgba(0, 59, 174, 0.31) 0%, rgba(180, 173, 255, 0.70) 46.09%, rgba(255, 249, 200, 0.06) 99.97%, rgba(214, 244, 255, 0.70) 99.98%, rgba(61, 51, 24, 0.70) 99.99%);

    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 12px 50px 0px rgba(13, 4, 69, 0.10);
    backdrop-filter: blur(41.5px);
}

#service-box-2 {
    background: linear-gradient(215deg, rgba(28, 0, 150, 0.20) 0%, rgba(170, 85, 255, 0.70) 50%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 4px 20px rgba(17, 0, 89, 0.10);
    backdrop-filter: blur(40px);
}

#service-box-3 {
    background: var(--Linear, linear-gradient(185deg, rgba(254, 255, 199, 0.90) -12.21%, rgba(121, 207, 202, 0.90) 51.14%, rgba(248, 243, 201, 0.90) 118.36%));
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(41.5px);
}

#service-box-4 {
    background: linear-gradient(135deg, #FFEED7 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 20px rgba(255, 238, 215, 0.15);
    backdrop-filter: blur(30px);
}

#service-box-5 {
    background: linear-gradient(185deg, rgba(217, 200, 255, 0.90) 0%, rgba(160, 130, 255, 0.90) 50%, rgba(255, 255, 255, 0.90) 100%);
    box-shadow: 0px 4px 20px rgba(17, 0, 89, 0.10);
    backdrop-filter: blur(40px);
}


.contact-promo {
    padding: 80px;
    background: linear-gradient(135deg, #e0f5ff, #cfe7ff);
    border-radius: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-promo h1 {
    color: #110059;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 16px;
}

.contact-promo p {
    color: #110059;
    font-size: 20px;
    font-weight: 350;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.social-links a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1C0096;
    color: #fff;
    font-size: 24px;
}

.contact-form {
    background: #faf8fa;
    padding: 40px;
    border-radius: 32px;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-form button {
    background: #1C0096;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 18px;
}

.contact-form button:hover {
    background-color: #140070;
}

#section5 {
    border-radius: 32px;
}

#solutions {
    border-radius: 32px;
}

.home-blog {
    display: none;
}

#hamburger {
    display: none;
}

#hamburgerOverlay {
    display: none;

    position: fixed;
    top: 75px;
    left: 0px;
    background: white;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}
.social-links{
    display: none;
}
@media (max-width: 1024px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: 92% !important
    }

    .text-column-container .row {
        flex-direction: column;
    }

    .image-text-container .row {
        flex-direction: column;
    }

    .icon-container .row {

        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: none;
    }

    .image-icon-container .row {
        flex-direction: column;
    }

    .content-container .row {
        flex-direction: column;
    }

    .button-container {
        display: none;
    }

    .bg-container img {
        height: auto;
    }

    footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    #footer-container ul {
        margin-top: 60px;
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
    }

    #footer-container ul li {
        width: 100%;
        flex: 1
    }

    #footer-container ul li {
        margin-left: 0;
        font-size: 15px;
        margin-bottom: 7px;
        text-align: left;
    }

    #footer-container img {
        float: none;
    }

    #footer-container {
        padding-bottom: 60px;
    }

    .full-image img {
        height: 40vh;
    }

    .full-image {
        height: 40vh;
    }

    section {
        margin-bottom: 20px;
    }

    .home-promo h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .button-wrapper {
        flex-direction: column;
    }

    .home-promo video {
        height: 200px
    }

    .home-promo .button-wrapper {
        margin-bottom: 40px;
    }

    .home-why .row {
        flex-direction: column;
    }

    .home-features .row {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: none;
    }

    .home-modules ul {
        flex-direction: column;
    }

    .home-modules {
        height: 550px
    }

    .home-modules h2 {
        font-size: 26px;
    }

    .home-info .row {
        flex-direction: column;
    }

    header ul {
        display: none;
    }

    #hamburger {
        display: block;
        width: 48px;
        height: 30px;
        float: right;
        margin-top: 22px;
        margin-right: 12px;
        position: relative;
    }

    #hamburger .line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #060046;
    }

    #hamburger .line1 {
        top: 0;
    }

    #hamburger .line2 {
        top: 50%;
        margin-top: -1px;
    }

    #hamburger .line3 {
        bottom: 0;
    }

    #hamburgerOverlay {
        box-sizing: border-box;
        padding: 30px;
        overflow-y: scroll;
    }

    #hamburgerOverlay ul {
        font-size: 20px;
    }

    #hamburgerOverlay ul li {
        margin-bottom: 8px;
        font-size: 16px;
    }

    #hamburgerOverlay ul li .row {
        padding: 20px;
        border-radius: 20px;
        background-color: #fcfcfc;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    #hamburgerOverlay ul li .row img {
        border-radius: 32px;
        width: 100%;
    }

    #hamburgerOverlay ul li h2 {
        font-size: 20px;
    }

    .center-text-icon-container .row {
        gap: 20px
    }

    .center-text-icon-container .row .col {
        flex: 1;
    }

    .icon-row .col img {
        width: 100%;
    }
    .content-container{
        padding-bottom: 10px;
    }

    .image-text-container .row .col img.half-image{
    width: 100%;    
    }
}