﻿:root {
    --arkaana: rgb(249, 249, 249);
    --arkaaz: #e8e7e6eb;
    --anarenk: #e5332a;
    --baslikgolge: rgba(122,122,122,.8);
    --anarenk75: rgb(218 208 48 / 68%);
    --anarenk85: rgb(218 208 48 / 86%);
    --bos: transparent;
    --siyah: #fdfdfd;
    --beyaz: #212020;
    --koyufiltre: rgba(0,0,0,0.88);
    --beyaztram75: rgba(255,255,255,0.75);
    --beyaztram60: rgba(255,255,255,0.60);
    --beyaztram30: rgba(255,255,255,0.30);
    --beyaztram85: rgba(255,255,255,0.85);
    --bembeyaz: rgba(255,255,255,1);
    --beyaztram0: rgba(255,255,255,0);
    --siyahtram0: rgba(0,0,0,0);
    --siyahtram5: rgba(0,0,0,0.5);
    --siyahtram8: rgba(0,0,0,0.8);
    --siyahtram10: rgba(0,0,0,1);
    --azbeyaz: #d7cfcf;
    --koyu: #231f20;
    --azkoyu: #f1f1f1;
    --ortakoyu: #929292;
    --whatsapp: #25D366;
    --facebook: #607d8b;
    --font1: 'Outfit', sans-serif;
    --elyazi: "Kaushan Script", cursive;
    --tirnak: "Lora", serif;
    --iconfont: "Font Awesome 5 Free" !important;
    --mavi: #c1e0ff;
    --gradiet: linear-gradient(180deg, var( --anarenk) 5%, var(--anarenk85) 100%);
    --gradiet3: linear-gradient(128deg,#daecff,#94c4f7,#c7dcf3);
    --gradiet4: linear-gradient(180deg, var( --siyahtram8) 29%, var(--siyahtram0) 100%);
    --gradiet5: linear-gradient(180deg, var( --siyahtram10) 100%, var(--siyahtram10) 100%);
    --gradiet6: linear-gradient(180deg, var( --bembeyaz) -10%, var(--beyaztram0) 200%);
    --gradiet7: linear-gradient(180deg, var( --bembeyaz) 100%, var(--bembeyaz) 100%);
    --headw0: #fff0;
    --headw1: #ffff;
    --stw: 94%;
    --mxw: 1380px;
    --mxw2: 1240px;
    --mxw3: 1060px;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background-color: #fff;
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

button, a img {
    border: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

/* \*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

/**/
abbr, acronym {
    cursor: help;
    border-bottom: 1px dotted #444
}

kbd {
    font-family: monospace
}

figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    }

img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

* {
    -webkit-appearance: none !important;
    appearance: none !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: var(--bos);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--bos);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 1px rgba(0,0,0,.1);
    background-color: var(--anarenk);
}

html {
    scroll-behavior: smooth;
}

html, body {
    position: relative;
    font-size: 18px;
    font-family: var(--tirnak);
    background-color: var(--siyah);
}

body[data-fixed] {
    overflow: hidden;
}

.promo {
    width: var(--stw);
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 0;
    /* top: 130px; */
    max-width: var(--mxw);
    margin: 0 auto;
    aspect-ratio: 710 / 584;
    min-height: 300px;
}

.promovideo {
    margin: 0 auto;
    height: auto;
    text-align: center;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: auto;
    min-height: 100vh;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: huedeg 20s infinite; */
    /* opacity: 0.6; */
}

.promo-item {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* filter: brightness(0.5); */
}


.promo-yazi {
    position: relative;
    z-index: 1;
    color: var(--siyah);
    width: 80%;
    text-align: left;
    top: 50%;
    left: 40px;
    transform: translateX(-50%);
    /* max-width: 310px; */
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.promonote {
    font-size: 16px;
    line-height: 1.1;
    font-family: var(--tirnak);
    font-weight: 400;
    margin-bottom: 10px;
}

.promobaslik {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--tirnak);
    line-height: 1.1;
    margin-bottom: 10px;
}

a.promo-a {
    border: 2px solid var(--anarenk);
    padding: 7px 40px 5px 40px;
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0;
    transition: all 0.3s ease;
    font-family: var(--tirnak);
    color: var(--siyah);
    background-color: var(--anarenk);
    text-transform: uppercase;
    border-radius: 100px;
    line-height: 25px;
}
.islempencere {
    background: var(--siyahtram5);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
    left: 0;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    z-index: 140000;
    backdrop-filter: blur(13px);
}

.aramapencere {
    background: var(--beyaz);
    padding: 60px 20px 20px 20px;
    position: relative;
    box-shadow: 0 0 30px -10px var(--siyahtram10);
    width: 90%;
    height: 80px;
}

a.ipkapa {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

a.ipkapa span {
    display: block;
    width: 41px;
    height: 1px;
    background: var(--siyah);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
}

a.ipkapa span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.araform {
    padding: 0 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.arabtn {
    border: none;
    font-family: var(--font1);
    color: var(--siyah);
    background: var(--anarenk);
    line-height: 50px;
    min-width: 50px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
}

input.arainput {
    border: none;
    background-color: var(--siyah);
    width: calc(1000% - 50px);
    padding: 0px 15px;
    font-size: 18px;
    transition: all 0.2s;
    line-height: 50px;
}

a.dilmenu-oge-a {
    text-decoration: underline;
    color: var(--siyah);
    line-height: 130%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

li.dilmenu-oge {
    padding: 10px 0;
    width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dilmenu {
    display: flex;
    position: fixed;
    z-index: 10000;
    background: var(--beyaz);
    width: 90%;
    min-height: 20vh;
    top: -100vh;
    transition: all 0.3s cubic-bezier(0.5, -0.33, 0.26, 1.29);
    left: 50%;
    margin-left: -45%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    box-shadow: 0 0 0px 20px var(--koyufiltre);
    align-items: center;
}

a.promo-a:hover {
    color: var(--arkaana);
    background-color: var(--beyaz);
    border-color: var(--beyaz);
}

.icswiper {
    width: 80%;
    top: 25vh;
    position: absolute;
    z-index: 1;
    height: 50vh;
    margin: 0 10%;
    box-sizing: content-box;
    overflow: hidden;
}

.icspwslide {
    box-sizing: inherit;
}

.icslidetext {
    background-color: var(--beyaztram60);
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10vh;
    width: 90%;
    justify-content: center;
    padding: 30px 0;
    align-items: center;
    left: calc(5%);
    align-content: center;
}

.prm-ic-ybas {
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
}

.prm-ic-ydes {
    font-size: 20px;
    line-height: 120%;
}

.promo-ic-a {
    border: 1px solid var(--beyaz);
    width: fit-content;
    text-align: center;
    background-color: var(--beyaz);
    padding: 22px 30px 13px 30px;
    font-size: 25px;
    line-height: 100%;
    font-weight: 800;
    mix-blend-mode: unset;
    color: var(--siyah);
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(100px);
    }
}

svg #wheel {
    animation: scroll ease 1.5s infinite;
}

.godown {
    zoom: 0.7;
    display: none;
    }

.enanabaslik {
    font-family: var(--font1);
    font-size: 66px;
    color: var(--siyah);
    letter-spacing: -0.04em;
    width: 100%;
    position: absolute;
    margin-top: 140px;
    font-weight: 700;
}

.hizliiletisim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.hizliilet {
    width: 10vw;
    height: 10vw;
    padding: 3vw;
    background-color: var(--anarenk);
    border-radius: 30vw;
    margin: 1vw;
    max-width: 70px;
    max-height: 70px;
    min-width: 50px;
    min-height: 50px;
}

.hizliilet a svg {
    fill: var(--siyah);
}


.promostr3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 40px;
}

picture {
    font-size: 0;
    line-height: 0;
}

.icnavi-menu-li.icnv:before {
    content: '>';
}

.icnavi-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-transform: capitalize;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    width: 100%;
}

.icnavi-oge-a {
    display: inline-block;
    color: var(--beyaz);
    width: fit-content;
}

.icnavi-menu-li {
    padding: 0 3px;
    width: fit-content;
    white-space: nowrap;
    scroll-snap-align: start;
}
.sayfaanares {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  
  .anaresalt {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
  }

  .anaresalt img {
    height: 130%;
  }
.anaresalt:before {
    content: '';
    background-color: var(--beyaztram60);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sayfahead .syfh1 {
    width: calc(100% - 40px);
    text-align: center;
    line-height: 140%;
    font-size: 48px;
    font-weight: 700;
    color: var(--beyaz);
    margin: 10px auto;
    max-width: 1090px;
    /* padding: 0 20px; */
    text-transform: capitalize;
}

.sayfahead {
    color: var(--beyaz);
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-wrap: nowrap;
    align-content: baseline;
    justify-content: center;
    justify-items: center;
    align-items: stretch;
    width: 100%;
    /* transform: translateY(-190px); */
    text-transform: lowercase;
    margin: -0 auto 0 auto;
    position: relative;
    height: 100%;
}

@media screen and (min-width: 1024px) {
  .promo-yazi {
        /* width: 100% !important; */
        /* text-align: left !important; */
        /* left: calc(50% - 2px) !important; */
        /* transform: translateX(0) !important; */
    }

    a.promo-a {
        margin: 0 0 !important;
        font-size: 14px;
    }
    .promo {
        width: var(--stw);
        height: auto;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 0;
        max-width: var(--mxw);
        margin: 0 auto;
        aspect-ratio: 1380 / 584;
        min-height: 400px;
    }
    .promo-item {
        position: absolute;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        height: 100%;
        z-index: -1;
        
    }
    
    
    .promo-yazi {
        position: relative;
        z-index: 1;
        color: var(--siyah);
        /* width: 90%; */
        text-align: left;
        top: 50%;
        left: 140px;
        transform: translateX(-50%);
        /* max-width: 310px; */
        transition: all 0.3s ease;
        transform: translateY(-50%);
    }
    
    .promonote {
        font-size: 20px;
    }
    
    .promobaslik {
        font-size: 48px;
    }
    

    .promostr3 {
        font-size: 24px;

    }
   .icnavi-menu {
    /* overflow: auto; */
    /* scroll-snap-type: y mandatory; */

    justify-content: center;
    
    }
    .promo .swiper-pagination{
        display: none!important;
    }

    .promo .swiper-button-next,
    .promo .swiper-button-prev{
        display: flex!important;
    }
}
.promo .swiper-pagination{
    display: block;
}

.promo .swiper-button-next,
.promo .swiper-button-prev{
    display:none;
}
.icnavi {
    /* overflow: auto; */
    /* scroll-snap-type: y mandatory; */
    width: 90%;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
}
.icnavi-menu::-webkit-scrollbar {
  width: 0;
height: 0;
-webkit-appearance: none;
display: none;
}

.icnavi-menu::-webkit-scrollbar-thumb {
  background-color:var(--bos);
}

.icnavi-menu::-webkit-scrollbar-track {
  background-color:var(--bos);
}