@charset "UTF-8";
@font-face {
    font-family: KZFont1;
    src: url(AvenirLTPro-Light.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KZFont2;
    src: url(AvenirLTPro-Heavy.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KZFont3;
    src: url(FuturaPTBold.otf);
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KZFont4;
    src: url(AvenirLTPro-Light.woff2);
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KZFont6;
    src: url(AvenirLTPro-Heavy.woff2);
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("https://fonts.cdnfonts.com/css/pp-neue-montreal") format("woff2");
    font-family: "PP Neue Montreal", sans-serif;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

::-webkit-scrollbar-track {
    background-color: #ccc;
    width: 2px;
    border: 1px solid #fff
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: KZFont1;
    font-size: 15px;
}

a {
    text-decoration: none;
    display: block;
    color: #1d2344
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    font-family: KZFont2
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}

.img-responsive > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}

strong {
    font-family: KZFont2;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(30px);
    }
    70% {
        opacity: 1;
        transform: translateY(70px);
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

.mouse-icon span {
    display: block;
    margin-top: -30px
}

.mouse-icon {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 12;
    width: 200px;
    height: 100px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.mouse-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    transform: translateX(-50%);
    animation: drop 2s ease-in-out infinite;
}

.mouse-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 120px;
    background-color: lightgray;
    border-radius: 3px;
    opacity: .4;
}

.logoB {
    display: none;
    transition: all .5s
}

.divSayfaPasifSag, .divSayfaPasifSol {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: auto;
    z-index: 999;
}

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
}

.divMenuIc {
    width: 95%;
    margin: auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.divMenuIc > div:last-of-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
}

.divMenuIcFixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    padding-bottom: 0
}

header.divMenuUstAnasayfa .logoN {
    display: none;
}

header.divMenuUstAnasayfa .logoB {
    display: block;
}

header.divMenuIcFixed .logoB {
    display: none;
}

header.divMenuIcFixed .logoN {
    display: block;
}

header.divMenuUstAnasayfa .divMMenu span {
    background: #fff
}

header.divMenuUstAnasayfa #ddDil {
    color: #fff
}

header.divMenuIcFixed .divMMenu span {
    background: #000
}

header.divMenuIcFixed #ddDil {
    color: #000
}

header.divMenuIcFixed nav > ul > li > a {
    color: #1d2344
}

header.divMenuIcFixed .divMMenu.open span {
    background: #fff
}

nav {
    margin: 0;
    float: left;
}

nav > ul {
    display: table;
    margin: auto;
}

nav > ul > li {
    display: inline-block;
    position: relative;
    padding-right: 60px
}

nav > ul > li > a {
    font-family: KZFont2;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    transition: all .5s
}

.aLogo {
    display: block;
    width: 180px;
    transition: all .5s;
}

.divMMenu span:nth-child(1) {
    top: 0;
}

.divMMenu span:nth-child(2), .divMMenu span:nth-child(3) {
    top: 9px;
}

.divMMenu span:nth-child(4) {
    top: 18px;
}

.divMMenu.open span {
    background: #fff;
}

.divMMenu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.divMMenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.divMMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.divMMenu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.divMMenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.divMMenu {
    width: 40px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    float: right;
}

.divMenuSag {
    display: block;
    position: fixed;
    z-index: 101;
    right: -100%;
    bottom: 0;
    width: 580px;
    height: 100%;
    overflow: auto;
    padding: 80px 50px 0;
    z-index: 901;
    overflow: hidden;
    padding-bottom: 100px;
    overflow-y: auto;
    background: rgba(000, 000, 000, 0.3)
}

.divMenuSag > ul > li > a {
    font-size: 30px;
    position: relative;
    color: #fff;
    display: block;
    padding-bottom: 30px;
    font-family: KZFont1;
    text-transform: uppercase
}

.divMenuSag > div h3 {
    font-size: 24px;
    font-family: KZFont2;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 30px;
}

.divMenuSag > div a {
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px
}

.divMenuSag .aSMFace:before, .divMenuSag .aSMTwitter:before, .divMenuSag .aSMInstagram:before, .divMenuSag .aSMPinterest:before, .divMenuSag .aSMLinkedIn:before, .divMenuSag .aSMGoogle:before, .divMenuSag .aSMYoutube:before {
    width: 50px;
    height: 50px;
    filter: initial
}

.divMenuSag .aSMYoutube:before {
    top: 4px
}

.divMenuSag .aSMInstagram:before {
    top: 3px
}

.divMenuSag .aSMFace:before {
    top: 1px
}

.divMenuSag > ul > li:after {
    border-bottom: 1px solid #fff;
}

.divMenuSag > ul > li:after {
    display: block;
    content: '';
    width: 90%;
    border-bottom: solid 1px lightgray;
    transform: scaleX(0);
    transition: transform 800ms ease-in-out;
    position: relative;
    top: -20px;
    transform-origin: 100% 50%;
}

.divMenuSag > ul > li:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.divMenuSag .fSocial {
    margin-top: 85px
}

.divMenuSag .divSM li a {
    filter: invert(9);
    margin-right: 50px
}

#owlSlide .owl-prev, #owlSlide .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45%;
    margin: 0 !important;
    border-radius: 0;
}

#owlSurec > div, #owlRef > div {
    cursor: pointer
}

.divPDetayimage {
    margin: 70px auto;
    width: 95%
}

.divPDetay {
    margin: 50px auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px
}

.divPDetay > div:first-of-type {
    width: calc(20% - 20px);
}

.divPDetay > div:first-of-type > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(208 208 208 / 1)
}

.divPDetay > div:first-of-type > div h3 {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.divPDetay > div:first-of-type > div h3 {
    font-size: 20px
}

.divPDetay > div {
    width: calc(80% - 20px);
}

.divPDetay > div:last-of-type p {
    font-size: 20px;
    line-height: 35px
}

#owlPDetay img {
    height: 700px;
    object-fit: cover;
    border-radius: 30px
}

#owlPDetay .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

#owlPDetay .owl-prev, #owlPDetay .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #1d2344 !important;
    background-size: 17px !important;
    border-radius: 100%;
    transition: 250ms ease-in-out;
}

#owlPDetay .owl-prev:hover, #owlPDetay .owl-next:hover {
    background-color: transparent !important;
    border: 1px solid #fff
}

.owl-prev {
    background: url(../img/leftIco.png) center center / contain no-repeat !important;
    left: 0;
}

.owl-next {
    background: url(../img/rightIco.png) center center / contain no-repeat !important;
    right: 0;
}

.nikaKes {
    display: inline-block;
    margin-top: 30px;
    padding: 18px 35px;
    background-color: #1d2344;
    color: #fff;
    border-radius: 30px;
    position: relative;
    padding-left: 45px;
}

.nikaKes:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 13px;
    background: url(../img/instagram.svg) center center / contain no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    filter: invert(1);
}

/*.owl-prev {background: url(../img/navLeft.png) center center / contain no-repeat !important;left: 10px;}*//*.owl-next {background: url(../img/navRight.png) center center / contain no-repeat !important;right: 10px;}*/
#owlSurec .owl-nav {
    position: absolute;
    top: -105px;
    margin: 0 !important;
    border-radius: 0;
    right: 60px;
}

#owlSurec .owl-prev, #owlSurec .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    border-radius: 0;
}

#owlSurec .owl-prev {
    background: url(../img/leftIco.png) center center / contain no-repeat !important;
    left: -70px;
    background-size: 15px !important;
    border-radius: 100px;
    filter: invert(9)
}

#owlSurec .owl-next {
    background: url(../img/rightIco.png) center center / contain no-repeat !important;
    background-size: 15px !important;
    border-radius: 100px;
    filter: invert(9)
}

.videoBaslik {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    top: 36%;
    text-align: center;
    z-index: 9;
}

.videoBaslik span:first-child {
    color: #fafafa;
    font-family: KZFont1;
    font-size: 25px;
}

.videoBaslik p {
    color: #fafafa;
    font-family: KZFont3;
    font-size: 60px;
    line-height: 76px;
    text-transform: uppercase;
    display: block;
    padding: 20px 0;
}

.videoBaslik a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 12px 35px;
    transition: 250ms ease-in-out;
}

.videoBaslik a:last-of-type {
    color: #fff;
    background: #1d2344;
    border-color: #1d2344;
}

.videoBaslik a:last-of-type:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.videoBaslik a:hover {
    color: #fff;
    background: #1d2344;
    border-color: #1d2344;
}

.sOverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.5;
}

.divAnaBaslik {
    text-align: center;
    display: block;
    font-size: 45px;
    font-family: KZFont4;
    padding: 50px;
    color: #1d2344;
}

.divAnaBanner {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    gap: 0 40px
}

.divAnaBanner:last-of-type {
    margin-top: 30px
}

.divAnaBanner > div {
    width: calc(50% - 30px);
}

.divAnaBanner > div img {
    border-radius: 20px 20px 20px 20px
}

.divAnaBanner > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/eceGlobalSilik.png) center center / 60% no-repeat !important;
}

.divAnaBanner > div:last-of-type h1, .divAnaBanner > div:last-of-type h2, .divRef > h3 {
    font-size: 43px
}

.divRef > h3 {
    margin-bottom: 10px;
    display: block
}

.divAnaBanner > div:last-of-type h1, .divAnaBanner > div:last-of-type h2, .divRef > h3 {
    position: relative
}

.divAnaBanner > div:last-of-type h3 {
    font-size: 33px;
    margin-top: 10px
}

.divAnaBanner > div:last-of-type h1:after, .divAnaBanner > div:last-of-type h2:after, .divRef > h3:after {
    content: "";
    width: 590px;
    height: 10px;
    background: #b5151d;
    display: block;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 0;
}

.divAnaBanner > div:last-of-type p {
    font-size: 18px;
    line-height: 32px;
}

.divAnaBanner > div:last-of-type p:first-of-type {
    margin-top: 20px
}

.divAnaBanner .bannerImage {
    position: relative;
    overflow: hidden;
}

.divAnaBanner > div:last-of-type a {
    background-color: #1d2344;
    color: #fff;
    padding: 13px 40px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 20px
}

.bannerText h1, .bannerText h1 span, .bannerText p, .bannerText div {
    opacity: 0;
    transform: translateY(40px);
}

.divAnaBanner .bannerImage img {
    width: 100%;
    height: auto;
    display: block;
    clip-path: inset(0 0 100% 0);
}

.divAnaIkiBanner {
    width: 95%;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 70px auto 0;
}

.divAnaIkiBanner > div {
    width: calc(20% - 24px);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    max-height: 85px;
    transition: max-height 0.8s ease, box-shadow 0.4s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

/* Açık durum */
.divAnaIkiBanner .boxx.open {
    max-height: 500px; /* içerik yüksekliğini aşacak kadar büyük olmalı */
}

.divAnaIkiBanner > div > div:first-of-type {
    padding: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divAnaIkiBanner > div > div:last-of-type {
    padding: 15px;
    padding-top: 0px;
    text-align: center
}

.divAnaIkiBanner > div > div:first-of-type > div:last-of-type {
    margin-left: 20px;
    font-size: 20px;
    font-family: KZFont2;
}
.bNika{text-align: center;margin: 80px 0}
.bNika > h4{display: block;font-size: 43px}
.bNika > h5{font-size: 25px;margin: 20px 0;}
.bNika > p{font-size: 18px;}
.bNikaIki{display: flex;flex-wrap: wrap;gap: 50px 80px;width: 95%;margin: 80px auto;justify-content: center;}
.bNikaIki > div{width: calc(50% - 40px);}
.bNikaIki span{text-align: center;display: block;font-family: KZFont2;font-size: 40px;margin-bottom: 20px;position:relative;padding-bottom: 15px}
.bNikaIki span:after{    content: "";
    width: 100%;
    height: 2px;
    background: #b5151d;
    display: block;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 0;}
.bNikaIki p{font-size: 16px;line-height: 32px;text-align: center;}
.boxx {
    opacity: 0;
    transform: translateY(50px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    cursor: pointer
}

.boxx ul li {
    padding: 6px;
}

.divAnaUrunler {
    width: 95%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
}

.divAnaUrunler > div:first-of-type {
    width: calc(45% - 30px);
}

.divAnaUrunler > div:last-of-type {
    width: calc(55% - 30px);
}

.divAnaUrunler img {
    height: 1000px;
    object-fit: cover;
    object-position: center;
}

.divAnaUrunler span {
    width: 75px;
    background: #fff;
    height: 8px;
    position: absolute;
    top: 12px;
    left: -20px;
    transform: rotate(-35deg);
}

.divAnaUrunler span:nth-child(3) {
    width: 130px;
    background: #fff;
    height: 8px;
    position: absolute;
    top: 30px;
    left: -35px;
    transform: rotate(-35deg);
}

.divAnaUrunler span:nth-child(4) {
    width: 180px;
    background: #fff;
    height: 8px;
    position: absolute;
    top: 30px;
    left: -20px;
    transform: rotate(-35deg);
}

.divAnaUrunlerText {
    position: relative;
}

.divAnaUrunlerText h2 {
    display: block;
    font-size: 60px
}

.divAnaUrunlerText h3 {
    display: block;
    font-size: 40px;
    margin: 30px 0;
}

.divAnaUrunlerText p {
    line-height: 32px;
    font-size: 16px
}

.divAnaUrunlerText a {
    font-size: 16px;
    margin-top: 30px;
    border: 1px solid;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    transition: 250ms ease-in-out;
}

.divAnaUrunlerText a:hover {
    background: #1d2344;
    border-color: #1d2344;
    color: #fff
}

.divAnaSurec {
    width: 95%;
    margin: 70px auto 110px
}

.divAnaSurec > .divS > span {
    font-size: 18px
}

.divAnaSurec > .divS > h4 {
    font-size: 43px;
    margin-bottom: 50px;
    position: relative
}

.divAnaSurec > .divS > h4:after {
    content: "";
    width: 590px;
    border-radius: 30px;
    height: 10px;
    background: #b5151d;
    display: block;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 0;
}

.divAnaSurec .mediaGroup {
    margin-bottom: 25px;
    position: relative;
}

.divAnaSurec .mediaGroup:before {
    z-index: 2;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #161616;
    left: 0px;
    bottom: -40px;
    transform: translate(-10px, 13px);
    border-radius: 50%;
    margin: 10px;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    box-shadow: 0 0 0px 5px #F5F4F2;
}

.icoWrapper {
    margin-bottom: 80px
}

.icoContent {
    font-size: calc(48px + 12px);
    width: 100px;
    height: 100px;
    background-color: aliceblue;
    color: #161616;
    border-radius: 50%;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    height: 1em;
    width: 1em;
}

.detailGrop {
    position: relative;
}

.detailGrop {
    margin-top: 80px
}

.divAnaSurec .owl-stage-outer {
    position: relative;
}

.divAnaSurec .owl-stage-outer:after {
    content: "";
    width: 700vw;
    height: 1px;
    display: block;
    position: absolute;
    top: 139.5px;
    background: #DFDEDC;
    left: -50vw;
    z-index: -1
}

.contentTitle h5 {
    font-size: 25px
}

.contentDesc {
    font-size: 16px;
    margin-top: 20px;
}

.divRef {
    margin: 70px auto 0px;
    width: 95%;
}

#owlRef .logo-box {
    width: 100%;
    height: 100px; /* sabit kutu yüksekliği */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; /*border: 1px solid #eee;      !* opsiyonel çerçeve *!*/ /*border-radius: 6px;          !* opsiyonel köşe yuvarlama *!*/
    background: #fff;
}

#owlRef .logo-box img {
    max-width: 100%; /*max-height: 100%;*/
    object-fit: contain; /* logoyu orantılı sığdır */
}

.divIBaslik {
    width: 95%;
    margin: auto;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #1d2344;
}

.divIBaslik h1 {
    text-align: center;
    display: block;
    font-size: 43px;
    color: #1d2344
}

.divIForms > form {
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    width: 80%;
    flex-wrap: wrap;
    margin-top: 30px;
}

.divIForms > form > div {
    position: relative;
    width: calc(50% - 15px);
}

.divIForms > form > div:last-of-type {
    width: 100%
}

.divIForms > form > div input, .divIForms > form > div textarea {
    width: 100%;
    border: 1px solid #DFDEDC;
    padding: 30px 20px;
    border-radius: 50px
}

.divIForms > form > div input::placeholder, .divIForms > form > div textarea::placeholder {
    text-transform: capitalize;
    font-family: KZFont2;
    color: #5d5b5b;
}

.divIForms > form > div input::focus, .divIForms > form > div textarea::focus {
    outline: none;
    border: 1px solid #1d2344;
}

.divIFKayitButon button {
    margin-top: 30px;
    background-color: #1d2344;
    color: #fff;
    padding: 18px 70px;
    border: none;
    border-radius: 30px;
    font-family: KZFont1;
    cursor: pointer;
}

.divIForm {
    display: flex;
    width: 95%;
    margin: 70px auto;
    position: relative;
    gap: 0 60px
}

.divIForm > div:first-of-type {
    width: calc(50% - 30px);
    text-align: center;
}

.divIForm > div:last-of-type {
    width: calc(50% - 30px)
}

.divIForm p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
}

.divIForm h2, .divIForm h3 {
    font-size: 43px;
}

.bKutu {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 35px;
    text-align: center;
    color: #fff;
    background-color: #1d2344;
    padding: 20px;
    width: 240px;
    height: 140px;
    font-size: 60px;
    font-family: KZFont2;
    border-radius: 20px
}

.bKutu > span {
    display: block;
    font-family: KZFont1;
    font-size: 22px;
}

.bannerTextKutu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-top: 40px;
    align-items: center
}

.bannerTextKutu > div:first-of-type {
    width: calc(40% - 10px);
}

.bannerTextKutu > div:last-of-type {
    width: calc(60% - 10px);
}

.about {
    margin: 70px 0;
    position: relative;
    overflow: hidden;
}

.about > div:first-of-type {
    width: 38%;
    background-color: #fff;
    padding: 60px;
    position: absolute;
    top: 135px;
    right: 10%;
    border-radius: 20px
}

.about > div:first-of-type h2 {
    font-size: 43px;
    display: block
}

.about > div:first-of-type p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}

.about > div:first-of-type ol {
    margin-top: 15px;
    margin-left: 15px
}

.about > div:first-of-type li {
    padding: 10px 0;
    font-family: KZFont2;
    font-size: 16px;
}

.about > div:first-of-type a {
    display: inline-block;
    background-color: #1d2344;
    padding: 15px 30px;
    color: #fff;
    margin-top: 40px;
    border-radius: 30px
}

.divYonetim {
    position: relative
}

.divYonetim:before {
    background: url(../img/eceGlobalSilik.png) center center / 40% no-repeat !important;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.divYonetim h3 {
    font-size: 43px;
    display: block;
    text-align: center;
    margin-bottom: 50px
}

.divYonetim > div {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    gap: 0 120px
}

.divYonetim > div > div {
    width: calc(50% - 60px);
}

.divYonetim > div > div h4 {
    display: block;
    font-size: 33px
}

.divYonetim > div > div h5 {
    display: block;
    font-size: 26px;
    margin: 5px 0
}

.divYonetim > div > div span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.divYonetim > div > div p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
}

.divDil {
    margin-right: 25px;
    margin-top: -8px;
}

#ddDil {
    width: 50px;
    background: transparent;
    color: #000;
    padding: 3px 5px;
    border: none;
    outline: none;
}

#ddDil option {
    color: #000 !important;
}

.divProjeler {
    width: 95%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap;
    min-height: 400px; /* animasyon öncesi boşluk sağlar */
}

.divProjeler > div {
    width: calc(25% - 23px);
    position: relative;
}

.divProjeler > div img {
    height: 680px;
    object-fit: cover;
}

/* Projeler hover efekti */
.divProjeler div a img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px
}

.divProjeler div a img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.divProjeler .divText {
    font-size: 24px;
    padding-top: 15px
}

.divDProjeler {
    width: 95%;
    margin: 70px auto;
    position: relative;
}

.divDProjeler > div {
    display: flex;
    gap: 0 30px;
    flex-wrap: wrap
}

.divDProjeler h2 {
    display: block;
    text-align: center;
    font-size: 43px;
    margin-bottom: 30px
}

.divDProjeler > div > div {
    width: calc(25% - 23px);
}

.divDProjeler > div > div img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px
}

.divDProjeler > div > div .divText {
    font-size: 20px;
    margin-top: 20px;
}

footer {
    width: 100%;
    padding: 5px 0;
    background: #1d2344;
    color: #fff;
    margin-top: 20px;
}

footer a, footer p, footer span {
    color: #fff;
    line-height: 25px;
}

.fContainer {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding-top: 30px;
}

.fContainer > div:first-of-type {
    width: calc(50% - 30px);
}

.fContainer > div:nth-child(2) {
    width: calc(50% - 30px);
}

footer > div > div ul li a {
    font-size: 30px;
    padding: 20px 0;
    text-align: end;
}

footer .fSocial {
    width: 60%;
    background: #1d2344;
    margin: 0 auto 0;
    text-align: center;
    color: #000;
    padding: 15px 0
}

.divSM > li {
    display: inline-block;
}

.divSM > li > a {
    display: inline-block;
    position: relative;
    width: 32px;
    margin-right: 35px;
    height: 32px;
    line-height: 40px;
}

.aSMFace:before {
    background-image: url(../img/facebook.svg);
}

.aSMInstagram:before {
    background-image: url(../img/instagram.svg);
}

.aSMTwitter:before {
    background-image: url(../img/x.svg);
}

.aSMYoutube:before {
    background-image: url(../img/youtube.svg);
}

.aSMLinkedIn:before {
    background-image: url(../img/linkedin.png);
    height: 30px !important;
    width: 30px !important;
    top: 2px !important;
}

.divMenuSag .aSMLinkedIn:before {
    background-image: url(../img/linkedin.png);
    height: 35px !important;
    width: 35px !important;
    top: 8px !important;
}

.aSMFace:before, .aSMTwitter:before, .aSMInstagram:before, .aSMPinterest:before, .aSMLinkedIn:before, .aSMGoogle:before, .aSMYoutube:before {
    content: "";
    position: absolute;
    top: 0;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(9)
}

#video {
    border-radius: 20px !important;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 100px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: url(../img/favicon.ico) center / contain no-repeat;
    background-color: #fff;
    background-size: 24px;
    background-position: 10px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap:hover::before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.slide-nav-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 10;
    pointer-events: none;
}

.slide-arrow { /*background: rgba(255, 255, 255, 0.2);*/
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; /*backdrop-filter: blur(10px);*/
    pointer-events: all;
    color: white;
    background: transparent;
}

.slide-arrow:hover { /*background: rgba(255, 255, 255, 0.3);*/
    transform: scale(1.1);
}

.slide-arrow:active {
    transform: scale(0.95);
}

.slide-arrow svg {
    width: 50px;
    height: 50px;
}
.ah {
    text-align: center
}

.kuzgun {
    display: table;
    width: auto!important;
    margin: 0 auto;
    color: #000!important;
    font-size: 14px!important;
    line-height: 30px;
    font-weight: 700!important
}

.kuzgun a img{
    float: left;
    height: 50px;
    margin-right: 0!important
}

.kuzgun a img:last-of-type{
    width: 135px;
    height: auto;
    margin: 14px 3px 0!important;
    transition: width .3s
}

/* Mobil için stil ayarları */
@media (max-width: 768px) {
    .slide-nav-arrows {
        padding: 0 1rem;
    }

    .slide-arrow {
        width: 40px;
        height: 40px;
    }

    .slide-arrow svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .about > div:first-of-type {
        top: 60px;
        width: 50%;
        right: 5%
    }
}

@media screen and (max-width: 1330px) {
    .about > img {
        height: 750px;
        object-fit: cover;
    }

    .about > div:first-of-type {
        top: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .videoBaslik {
        width: 75%;
    }

    .bKutu {
        bottom: 0
    }

    .divProjeler > div img {
        height: 600px;
    }

    .divProjeler > div {
        width: calc(33.33% - 20px)
    }

    .divDProjeler > div {
        gap: 0 15px
    }

    .divDProjeler > div > div {
        width: calc(25% - 12px);
    }

    .divDProjeler > div > div img {
        height: 600px;
        object-fit: cover;
    }

    .divMenuSag > ul > li > a {
        font-size: 26px;
        padding-bottom: 25px
    }

    .divMenuSag > div h3 {
        font-size: 22px;
        padding-top: 20px;
    }

    .divMenuSag > div a {
        color: #fff;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .divMenuSag .divSM li a {
        margin-right: 25px;
    }

    .divMenuSag .aSMFace:before, .divMenuSag .aSMTwitter:before, .divMenuSag .aSMInstagram:before, .divMenuSag .aSMPinterest:before, .divMenuSag .aSMLinkedIn:before, .divMenuSag .aSMGoogle:before, .divMenuSag .aSMYoutube:before {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1280px) {
    .videoBaslik {
        top: 35%
    }

    .divAnaBanner > div:last-of-type h1 span:after {
        width: 100%
    }

    .videoBaslik p {
        font-size: 45px;
        line-height: 55px;
    }

    .divAnaBanner > div:last-of-type h1, .divAnaBanner > div:last-of-type h1, .divAnaBanner > div:last-of-type h2, .divAnaSurec > .divS > h4, .divRef > h3 {
        font-size: 38px
    }

    .divAnaBaslik {
        padding: 30px
    }

    .divAnaBanner > div:last-of-type h1:after, .divAnaBanner > div:last-of-type h2:after, .divRef > h3:after {
        width: 65%;
    }

    .divAnaIkiBanner {
        gap: 0 5px;
    }

    .divAnaIkiBanner > div {
        width: calc(20% - 4px)
    }

    .divAnaIkiBanner > div > div:first-of-type {
        justify-content: center
    }

    .bannerText:before {
        opacity: 0.2
    }

    .slide__text-line {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1038px) {
    .divAnaIkiBanner {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .divDil {
        margin-right: 12px
    }

    #ddDil {
        width: auto
    }
    .bNikaIki{width: 98%;gap: 30px;}
    .bNikaIki > div{width: 100%}
    .bNikaIki span{font-size: 38px}
    .bNikaIki p{font-size: 16px}
    .divMenuSag > div a {
        font-size: 14px;
    }

    #video {
        width: 100%
    }

    .divAnaSurec > .divS > h4 {
        font-size: 38px
    }
    .bNika{margin: 40px auto;width: 98%}
    .bNika > h4{font-size: 38px}
    .bNika > h5{font-size: 16px;}
    .bNika > p{font-size: 14px;}
    .divAnaBanner > div:last-of-type a {
        font-size: 14px
    }

    .divAnaBaslik {
        font-size: 45px
    }

    .divAnaBanner {
        width: 95%;
        gap: 30px 0
    }

    .divAnaBanner > div {
        width: 100%
    }

    .divAnaBanner > div:last-of-type p {
        font-size: 14px;
        line-height: 30px;
    }

    .divAnaIkiBanner {
        gap: 18px;
        margin: 25px auto;
        justify-content: center;
        width: 95%
    }

    .divAnaIkiBanner > div {
        width: calc(50% - 20px)
    }

    .divAnaUrunlerText h2 {
        font-size: 40px;
    }

    .divAnaUrunlerText h3 {
        margin: 10px 0
    }

    .divAnaUrunlerText p {
        font-size: 14px;
        line-height: 30px;
    }

    .divAnaUrunlerText a {
        font-size: 12px;
        padding: 8px 22px;
        margin-top: 10px;
    }

    .divAnaUrunler {
        gap: 40px 0;
        flex-wrap: wrap
    }

    .divAnaUrunler > div:first-of-type, .divAnaUrunler > div:last-of-type {
        width: 100%
    }

    .contentTitle h5 {
        font-size: 22px
    }

    .contentDesc {
        font-size: 12px
    }

    .fContainer {
        width: 95%
    }

    footer > div > div ul li a, footer a, footer p, footer span {
        font-size: 20px !important;
    }

    footer {
        padding: 40px 0
    }

    .divMenuSag {
        width: 100%;
        padding: 100px 0 0px 28px;
        padding-bottom: 0;
        background: rgba(000, 000, 000, 0.5)
    }

    .divMenuSag .fSocial {
        margin-top: 20px !important
    }

    #owlSlide img {
        height: 800px;
        object-fit: cover;
        object-position: center
    }

    .divAnaUrunler img {
        height: 500px !important;
    }

    .divAnaBanner > div:last-of-type h1 br {
        display: none
    }

    .slide__text-line {
        font-size: 1rem !important;
    }

    .divMenuSag .divSM li a {
        margin-right: 35px;
    }

    .divMenuSag .aSMFace:before, .divMenuSag .aSMTwitter:before, .divMenuSag .aSMInstagram:before, .divMenuSag .aSMPinterest:before, .divMenuSag .aSMLinkedIn:before, .divMenuSag .aSMGoogle:before, .divMenuSag .aSMYoutube:before {
        width: 40px;
        height: 40px;
    }

    .divMenuSag .aSMLinkedIn:before {
        top: 0 !important;
    }

    .divMenuSag .aSMFace:before {
        top: -1.5px
    }

    .divMenuSag .aSMYoutube:before {
        top: -0.1px;
        width: 45px;
        height: 45px;
    }

    .divAnaBanner > div:last-of-type h3 {
        font-size: 30px
    }

    .bannerText:before {
        background-position: 130% 220px;
    }

    .bKutu {
        left: 0
    }

    .about > img {
        height: 550px !important;
    }

    .about > div:first-of-type {
        position: initial;
        width: 100%;
        padding: 20px 30px;
    }

    .divAnaBanner > div:last-of-type p {
        font-size: 14px !important;
    }

    .about > div:first-of-type p {
        font-size: 14px
    }

    .about > div:first-of-type h2 {
        font-size: 38px
    }

    .about > div:first-of-type li {
        font-size: 14px
    }

    .divYonetim h3 {
        font-size: 38px
    }

    .divYonetim > div {
        width: 95%
    }

    .divYonetim > div > div h4 {
        font-size: 33px
    }

    .divYonetim > div > div h5 {
        font-size: 28px
    }

    .divYonetim {
        overflow: hidden;
    }

    .divIBaslik h1 {
        font-size: 38px
    }

    .divDProjeler h2 {
        font-size: 38px
    }

    .progress-wrap {
        bottom: 50px
    }

    .divIForm {
        gap: 30px 0
    }

    .divIForm {
        flex-wrap: wrap
    }

    .divIForm > div {
        width: 100% !important;
    }

    .divIForm h2, .divIForm h3 {
        font-size: 38px;
        display: block;
        text-align: center;
    }

    .divIForm p {
        font-size: 14px
    }

    .divIForms > form {
        width: 100%
    }

    .divProjeler > div {
        width: calc(50% - 15px)
    }

    .divPDetay {
        gap: 30px 0
    }

    .divPDetay > div:first-of-type, .divPDetay > div {
        width: 100%
    }

    .divPDetay > div:last-of-type p {
        font-size: 14px;
        line-height: 30px;
    }

    .divPDetay > div:first-of-type > div h3 {
        font-size: 18px
    }

    .divPDetayimage {
        margin-bottom: 30px
    }

    .divDProjeler > div > div {
        width: calc(50% - 8px)
    }

    .divDProjeler > div > div .divText {
        margin-bottom: 20px;
        font-size: 14px
    }

    footer .fSocial {
        width: 90%
    }

    .divSlide {
        display: none !important;
    }

    .divSlideM {
        display: block !important;
    }

    .mouse-icon {
        height: 70px
    }

    .slide__text {
        position: absolute;
        top: initial;
        bottom: 15%;
        max-width: 100%;
        z-index: 5;
        width: 100%;
        text-align: center;
        left: 14px;
    }

    .slide__text a {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .divMenuSag > ul > li > a {
        font-size: 25px;
        padding-bottom: 20px
    }

    .divMenuSag > div h3 {
        font-size: 20px;
    }

    .divMenuIc > div:last-of-type nav {
        display: none
    }

    .videoBaslik p {
        font-size: 30px;
        line-height: 45px;
    }

    .videoBaslik span:first-child {
        font-size: 20px;
    }

    .videoBaslik a {
        padding: 10px 20px;
        font-size: 12px
    }

    .fContainer {
        flex-wrap: wrap;
        text-align: center;
    }

    .fContainer > div {
        width: 100% !important;
    }

    footer > div > div ul li a, footer a, footer p, footer span {
        font-size: 14px !important;
        margin: 5px auto !important;
    }

    footer > div > div ul li a {
        text-align: center;
        padding: 5px 0
    }

    .fContainer > div:first-of-type img {
        width: 200px
    }

    .divAnaBanner > div:last-of-type h1:after, .divAnaBanner > div:last-of-type h2:after, .divAnaSurec > .divS > h4:after, .divRef h3:after {
        width: 100%;
        height: 6px
    }

    .slideshow {
        height: 90vh !important;
    }

    .divAnaBaslik {
        font-size: 38px
    }

    .slide__text a {
        font-size: 15px !important;
    }

    .divMenuSag > div h3 {
        font-size: 18px
    }

    .divMenuSag > div a {
        font-size: 16px
    }

    .owl-nav {
        display: none !important;
    }

    .divYonetim > div {
        gap: 0 50px
    }

    .divYonetim > div > div {
        width: calc(50% - 25px);
    }

    .divYonetim h3 {
        margin-bottom: 30px
    }

    .about > img {
        height: 480px !important;
    }

    .bKutu > span {
        font-size: 14px;
    }

    .bKutu {
        left: initial;
        right: 0;
        width: 180px;
        height: 115px;
        font-size: 40px;
    }

    .divIForms > form {
        gap: 20px
    }

    .divIForms > form > div input, .divIForms > form > div textarea {
        padding: 20px;
    }

    .divProjeler > div {
        width: calc(100% - 0px)
    }

    .divProjeler .divText {
        font-size: 20px
    }

    .divDProjeler > div > div img {
        height: 500px;
    }

    footer .divSM {
        margin-left: -20px
    }

    .divSM > li > a {
        margin-right: 30px !important;
    }

    #owlPDetay .owl-nav {
        display: block !important;
    }

    #owlPDetay .owl-prev, #owlPDetay .owl-next {
        width: 40px;
        height: 40px;
        background-size: 14px !important;
    }

    .divAnaIkiBanner > div > div:first-of-type > div:last-of-type {
        font-size: 16px
    }
}

@media screen and (max-width: 450px) {
    #owlSlide img {
        height: 700px;
    }

    .slideshow {
        height: 80vh !important;
    }

    .mouse-icon {
        left: 50% !important;
    }

    .divYonetim > div > div {
        width: 100%
    }

    .divYonetim > div {
        gap: 30px 0
    }

    .divIForms > form > div {
        width: 100%
    }

    .divProjeler > div img {
        height: 450px;
    }

    .divDProjeler > div > div img {
        height: 300px;
    }

    .progress-wrap {
        bottom: 8px;
        right: 8px
    }

    #owlPDetay img {
        height: 600px;
    }

    .mouse-icon::before {
        height: 70px
    }

    .mouse-icon {
        top: initial;
        bottom: 0
    }

    .mouse-icon::before {
        top: initial;
        bottom: 0
    }

    .slide__text {
        bottom: 9% !important;
    }
}

/*@media screen and (max-height: 860px) {*//*    .slide__text a{top: 100px !important;}*//*}*/
@media screen and (max-height: 746px) {
    .slide__text {
        bottom: 12% !important;
    }
}

@media screen and (max-height: 564px) {
    .slide__text {
        bottom: 15% !important;
    }
}

@media screen and (max-height: 445px) {
    .slide__text {
        bottom: 18% !important;
    }
}

.divSlideM {
    display: none
}

.slideshow {
    position: relative;
    width: 100%;
    min-height: 100vh; /* en az ekran boyu kadar olsun */
    height: auto; /* içeriğe göre uzayabilsin */
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    transform-origin: center;
}

.slide.active {
    visibility: visible;
}

.slide__img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform-origin: center;
    display: block; /* boşluk sorununu engeller */
}

.slide__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%);
}

.slide__text {
    position: absolute;
    bottom: 15%;
    max-width: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.slide__text a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
}

.slide__text-line {
    font-family: "PP Neue Montreal", sans-serif;
    display: block;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 15px;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.controls {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 10;
}

.controls-text {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
}

.slide-counter {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 10;
}

.counter-container {
    position: relative;
    min-width: 2rem;
    height: 1.2rem;
    overflow: hidden;
    text-align: right;
}

.counter-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

.counter-number {
    color: #fff;
    height: 1.2rem;
    display: block;
}

.counter-separator {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 0 1rem;
}

.counter-total {
    min-width: 2rem;
    text-align: left;
}

.slide-info {
    position: fixed;
    top: 2rem;
    left: 2rem;
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.7;
    z-index: 10;
    max-width: 15rem;
}

.slide-info-title {
    margin-bottom: 0.5rem;
}

.cursor {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: -30px;
    margin-left: -30px;
    z-index: 9999;
    pointer-events: none;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.cursor-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    opacity: 0;
}

.cursor.active {
    transform: scale(1);
}

.cursor.prev .cursor-arrow.prev, .cursor.next .cursor-arrow.next {
    opacity: 1;
}

@media (max-width: 768px) {
    .slide__text {
        bottom: 15%;
        max-width: 100%;
    }

    .slide__text-line {
        font-size: 3rem;
    }
}