﻿:root {
    --spacing: calc(100vw / 40);
    --col: calc(100vw / 8);
    --spacing4: calc(var(--spacing) * 4);
    --col2: calc(var(--col) * 2);
}

@media(max-width:2000px) {
    :root {        
        --col: calc(100vw / 12);
    }
}
.prelative{position:relative}

body, html {
    background: #2c2926;
}

.main {
    background: url(/img/bg.jpg?v=1);
    background-repeat: repeat-y;
    background-size: 100%;
}

.ustmenu {
    display: flex;
    gap: 20px;
    margin-left: 20px;
}

    .ustmenu > a {
    letter-spacing: 2px;
    color: #f9f0ec;
    font-size: 12px;
    font-weight: 500;
}

.mobilephoneicon{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
50px:
    ba;50px:
    ba;50px:
    b;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: none;
    z-index: 99;
}
.mobilephoneicon>a{
    display: block;
    padding: 15px;
}
.mobilephoneicon>a>img{
    width: 100%;
}
.loadingpage {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #2c2926 url(/img/bg.jpg?v=1);
    background-repeat: repeat-y;
    background-size: 100%;
}

    .loadingpage .txtcenter {
        position: relative;
        width: 80%;
        max-width: 500px;
    }

.lotus-logo {
    width: 100%;
}

/* Animation for letter fills (continuous fill animation) */
.loadingpage .letter-fill {
    opacity: 1;
    fill-opacity: 0;
    animation: fillAnimation 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

/* Animation for letter strokes (always visible) */
.loadingpage .letter-stroke {
    opacity: 1;
    stroke-dashoffset: 0; /* Make stroke always visible */
    animation: none; /* Remove the animation */
}

/* Staggered animations for each letter */
#L-fill, #L-stroke {
    animation-delay: 0s;
}

#O-fill, #O-stroke {
    animation-delay: 0.4s;
}

#T-fill, #T-stroke {
    animation-delay: 0.8s;
}

#U-fill, #U-stroke {
    animation-delay: 1.2s;
}

#S-fill, #S-stroke {
    animation-delay: 1.6s;
}

/* Animations */
@keyframes fillAnimation {
    0% {
        fill-opacity: 0;
    }

    50% {
        fill-opacity: 1;
    }

    100% {
        fill-opacity: 0;
    }
}

@keyframes drawStroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fillUp {
    from {
        opacity: 0;
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* After animation complete, hide the loading page */
.lotus-logo.animated + .loadingpage {
    animation: fadeOutLoader 0.5s ease-out forwards;
    animation-delay: 2.5s;
}

@keyframes fadeOutLoader {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.galeryitem{
    display: flex;
    justify-content: center;
}

.galeryitem .galeryhead{
    position: absolute;
    bottom: 40px;
    z-index: 99;
}
    .galeryitem .galeryhead > ul {
        display: flex;
        gap: 13px;
        border: 1px solid #ffffffa6;
        padding: 5px;
        border-radius: 8px;
    }
.galeryitem .galeryhead>ul>li{}
    .galeryitem .galeryhead > ul > li button {
        border: 0;
        padding: 8px 25px;
        border-radius: 7px;
        background: transparent;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        font-family: "the-seasons";
        cursor: pointer;
        transition: 0.5s;
    }
    .galeryitem .galeryhead > ul > li button.active,.galeryitem .galeryhead > ul > li button:hover {
        /* backdrop-filter: blur(10px); */ /* asıl blur efekti */
         /* Safari desteği */
        /* background-color: rgba(255, 255, 255, 0.2); */ /* yarı saydam zemin */
    }


.galeryitem, .galery-1 {
    width: 100%;
    /* height: 100%; */
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 9;
}
    .galery-1 .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position:relative;
  height: 100%;
  }

        .galery-1 .slick-slide>img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: 1.5s;
            filter: blur(10px);
            transform: scale(1.2);
        }

        .galery-1 .slick-slide .resp {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: 1.5s;
            filter: blur(10px);
            transform: scale(1.2);
        }

        .galery-1 .slick-slide .resp img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .galery-1 .slick-slide.slick-active .resp {
            filter: blur(0px);
            transform: scale(1);
            transition: filter 0.4s cubic-bezier(0, 0, 0, 0.75), transform .85s ease-in; /* Farklı süre ve hız eğrileri */
        }

        .galery-1 .slick-slide.slick-active>img {
            filter: blur(0px);
            transform: scale(1);
            transition: filter 0.4s cubic-bezier(0, 0, 0, 0.75), transform .85s ease-in; /* Farklı süre ve hız eğrileri */
        }

    .galery-1 .slick-arrow {
        background: #dad5ce url(/assets/w-ok.svg) no-repeat center;
        background-size: 44%;
        border-radius: 100%;
        position:absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
    }

        .galery-1 .slick-arrow:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-radius: 100%;
            transition: 0.25s;
            border:0px;
            
        }
        .galery-1 .slick-arrow:hover::after {
            border: 1px solid #b89581;
            width: 80%;
            height: 80%;
        }

.galery-1 .slide-counter {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 100;
    background-color: rgba(172, 131, 94, 0.9);
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.galery-1 .slide-counter .current {
    color: #ffffff;
    font-weight: 700;
}

.loadingpage > div {
    width: 100%;
}

.loadingpage svg {
    max-width: 90vw;
    width: 100%;
}

path[data-v-2b23ff20] {
    --color: var(--icon-color,var(--c-pure-white));
    fill: var(--color)
}

.contact-button[data-v-af58ae7b] {
    --btn-size: 3.5rem;
    --icon-size: 1.5rem;
    bottom: 2rem;
    opacity: 1;
    position: fixed;
    right: 2rem;
    transition: opacity .4s var(--easing);
    z-index: 2
}

@media (max-width: 1023px) {
    .contact-button[data-v-af58ae7b] {
        --btn-size: 2.875rem;
        --icon-size: 1.25rem;
        bottom: 1.0625rem;
        right: 1.25rem
    }
}

.contact-button.hide[data-v-af58ae7b] {
    opacity: 0;
    pointer-events: none
}

.switch-button[data-v-b55a36db] {
    --color: var(--text-color,var(--c-pure-white));
    --bd-color: var(--border-color,var(--c-pure-white-20));
    border: 1px solid var(--bd-color);
    border-radius: 21rem;
    color: var(--color);
    display: block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase
}

.button-inner[data-v-b55a36db] {
    align-items: center;
    display: flex;
    left: 0;
    padding: .3125rem .75rem .375rem;
    position: absolute;
    top: 0
}

.ios .button-inner[data-v-b55a36db] {
    padding: .1875rem .75rem
}

.option[data-v-b55a36db] {
    opacity: .4;
    transition: opacity .3s var(--easing)
}

.option.active[data-v-b55a36db] {
    opacity: 1
}

@media (hover: hover) {
    .option[data-v-b55a36db]:hover {
        opacity: 1
    }

    .switch-button:hover .divider[data-v-b55a36db] {
        opacity: .4
    }
}

.divider[data-v-b55a36db] {
    opacity: 0;
    transition: opacity .8s var(--easing)
}

.nav[data-v-3f6f8091] {
    display: flex;
    gap: .5rem
}

.nav:has(.swiper-button-disabled:first-child+.swiper-button-disabled) button[data-v-3f6f8091] {
    display: none
}

.nav-button[data-v-3f6f8091] {
    transition: opacity .4s var(--easing)
}

.nav-button.swiper-button-disabled[data-v-3f6f8091] {
    opacity: .2;
    pointer-events: none
}

path[data-v-83145932] {
    --color: var(--icon-color,var(--c-pure-white));
    fill: var(--color)
}


.header {
    position: relative; /* top: 0; */
    z-index: 9; /* background: linear-gradient(180deg,rgba(24,29,36,.7),rgba(24,29,36,0)); */
    width: 100%;
    display: flex;
    padding: 3vh 0 8vh 0;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
    align-content: center;
}

    .header > div {
        display: flex;
        flex-direction: row;
        max-width: 1620px;
        align-items: center;
        width: 90%;
        justify-content: space-between;
        position: relative;
        height: 100%;
        align-content: center;
    }

        .header > div > div {
            display: flex;
            align-items: center;
        }

            .header > div > div > div:nth-child(2) {
                margin-right: 30px;
                display: flex;
                align-items: center;
                cursor: pointer;
            }

            .header > div > div > div.logo:first-child {
                margin-right: 0px;
                max-width: 180px;
            }

            .header > div > div:first-child {
            }

            .header > div > div:last-child {
            }

            .tour{   margin-right: 15px;}
.tour>a{}
    .tour > a > img {width:100%;filter: brightness(1) invert(1);    max-width: 50px;}

.logo {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto; /* z-index: 99; */
}

    .logo a {
        width: 250px;
        transition: 0.5s;
    }

        .logo a img {
            width: 100%;
            filter: brightness(0) invert(1);
        }

.header > div > div .menu {
    margin-left: 20px;
    color: #f9f0ec;
    padding: 15px;
    border-radius: 37px;
    font-size: 13px;
    border: 2px solid #c49f8a;
}

    .header > div > div .menu > svg {
        width: 18px;
        margin-right: 6px;
    }

.header > div .arabut {
}

    .header > div .arabut > div {
        color: #ffffff;
        background-color: #c49f8a;
        padding: 11px 22px;
        border-radius: 20px;
        font-size: 13px;
        line-height: 1;
        font-family: "the-seasons";
        /* color: #2c2926; */
        letter-spacing: 1px;
        /* font-weight: 700; */
        cursor: pointer;
    }

.header div:not(.ustmenu) > a {
    display: block;
}

.header > div > div a.tel {
    font-size: 16px;
    font-weight: 500;
    color: #d4cdca;
}




.mobilephone {
}

    .mobilephone > a {
        border: 1px solid #ac835e; /* padding: 25px; */
        border-radius: 100%;
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        .mobilephone > a > img {
            width: 20px;
        }

.siziarayalim {
    position: absolute;
    bottom: 5vh;
    z-index: 9;
    width: 270px;
    background: #f9f0ec;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    right: calc((100%  - 1620px) / 2);
}

    .siziarayalim > a {
        display: block;
        width: 100%;
    }

        .siziarayalim > a > div {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
        }

            .siziarayalim > a > div > div:first-child {
                width: 75px;
                overflow: hidden;
                margin-right: 9px;
            }

            .siziarayalim > a > div img {
                width: 100%;
            }

            .siziarayalim > a > div h1 {
                color: #ac835e;
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 4px;
            }

            .siziarayalim > a > div h2 {
                color: #181d24;
                font-size: 13px;
                letter-spacing: 1px;
            }

.main .slader {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main .carousel__text {
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: 3; /*pointer-events: none;*/
    height: 100%;
    background: rgb(71 67 63 / 90%);
    padding: 0 3vw 0 7vw;
    left: 0;
}

.carousel__slide__innerbg {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    /* background: url("/img/lotusbg1.jpg?v=1"); */
    /* background-size: cover; */
    /* background-position: center bottom; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}

    .carousel__slide__innerbg .image {
    top: 10vh;
    width: 50vw;
    height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    overflow: hidden;
    z-index: 1;
}
        .carousel__slide__innerbg .image.normal{height:100%; width:100%; top:0
        }


        .carousel__slide__innerbg .image.left {
            width: 99vw;
        }


    .carousel__slide__innerbg .image.left .leftimg {
        width: 75vw;
        margin-left: 25vw;
    }

    .carousel__slide__innerbg .ustlogo {
    position: absolute;
    width: 100%;
    z-index: 2;
}

        .carousel__slide__innerbg .ustlogo > svg {
    width: 90vw;
    pointer-events: none
}

            .carousel__slide__innerbg .ustlogo > svg > g {
}

                .carousel__slide__innerbg .ustlogo > svg > g path {
                
                }


 


    .carousel__slide__innerbg .altlogo {
    position: absolute;
    z-index: 0;
    width: 100%;
}

        .carousel__slide__innerbg .altlogo > svg {
    width: 90vw;
}

            .carousel__slide__innerbg .altlogo > svg > g {
            }

                .carousel__slide__innerbg .altlogo > svg > g > path {
    fill: #c49f8a;
}


        .carousel__slide__innerbg .ustlogo.small > svg, .carousel__slide__innerbg .altlogo.small > svg {
    width: 48vw;
}

          .carousel__slide__innerbg .ustlogo > svg .letter-fill{fill:transparent}
          .carousel__slide__innerbg .altlogo > svg .letter-fill{}

.main .carousel__text > div {
    max-width: 1620px;
    position: relative;
    width: 100%;
}

.main .carousel__text h1 {
    font-size: 2.25vw;
    line-height: 1.2;
    color: #ca9d75;
}

.main .carousel__text h2 {
    font-size: 7vw;
    line-height: 1.2;
    color: #f9f0eb;
    font-family: "the-seasons";
}

.main .carousel__text h3 {
    font-size: 7vw;
    line-height: 1;
    color: #f9f0eb;
    font-family: "the-seasons";
}

.main .carousel__text p {
}

.main .carousel__text.full {
    width: 100%;
    padding: 0
}

    .main .carousel__text.full > div {
        width: 100%;
        max-width: 100%;
    }

        .main .carousel__text.full > div > svg {
            width: 90%;
            max-width: 100%;
        }

            .main .carousel__text.full > div > svg > g {
            }

        .main .carousel__text.full > div > svg > g > path {
            fill: transparent;
            stroke-width: .12px;
            stroke: #c49f8a;
        }

        .main .carousel__text.full > div > h1 {
            font-family: "the-seasons";
        }

.main .carousel__slide__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
    position: relative
}

.main .slader img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .slader .slick-slider, .main .slader .slick-slider .slick-track, .main .slader .slick-slider .slick-list, .main .slader .slick-initialized .slick-slide, .main .slader .carousel__slide__inner {
    height: 100%
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.main.altbar {
    width: 100%;
    position: relative
}

    .main.altbar .carousel__text {
        bottom: -5vh;
    }

        .main.altbar .carousel__text h3, .main.altbar .carousel__text h2 {
            color: #fff
        }


.div-itemfull, .div-item {
    padding: calc(var(--spacing) * 2) 0;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 0 !important;
}

    .div-item > div {
        max-width: 1620px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

        .div-item > div > div.left {
            width: 50%;
            margin-left: 50%;
            display: flex;
            flex-direction: column;
        }

    .div-item h1 b, .div-item h1 {
        color: #ececeb;
        margin-bottom: 5vh;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: .1em;
        font-weight: 300;
    }
    .div-item h1 b {    
    font-weight: 500;
}
        .div-item h1 span, .div-item h1 a {
            color: #f9f0ec;
        }

    .div-item h2 {
        color: #f9f0ec;
        width: 40%;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 23px;
    }

    .div-item h1 span.block {
        display: block;
        color: #ca9d75;
    }

.itembar {
    padding: var(--spacing4) 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.darbar {
    padding: calc(var(--spacing) * 1.5) 0;
}

.lightbg .div-item h2 span {
    color: #ca9d75;
    font-family: SangBleu Empire;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 3px;
}

.itemic {
    position: relative
}

.darpad {
    padding: var(--spacing);
    margin-bottom: 0 !important;
}

.lotusimg {
    text-align: center;
    width: 90%;
    max-width: 420px
}

    .lotusimg > img {
        width: 100%
    }

.tophead {
    margin-left: 25%;
    margin-bottom: calc(var(--spacing) * 1);
}

    .tophead > h1 {
    color: #c49f8a;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 2px;
}

    .tophead > h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 1.3em;
}

.topheadbig {
    margin-bottom: 0;
}

    .topheadbig > h1 {
        font-size: 4.1rem;
        line-height: 1.12754em;
        letter-spacing: 0.25px;
        color: #c4b8ac;
        font-family: "the-seasons";
    }

    .topheadbig > h2 {
        font-size: 4.1rem;
        line-height: 1.12754em;
        letter-spacing: 0.25px;
        color: #c4b8ac;
        margin-right: var(--col);
        margin-left: 10%;
        font-family: "the-seasons";
    }

    .topheadbig > p, .topheadbig > p > b {
        font-size: 3.2rem;
        line-height: 1.25;
        letter-spacing: 0.35px;
        color: #c4b8ac;
        font-family: "the-seasons";
    }

.lightbg .topheadbig > p, .lightbg .topheadbig > p > b {
    color: #815c47;
}

.topheadbig > p > b {
    font-weight: bold;
    color: #c49f8a;
}

.padtop {
    margin-top: calc(var(--spacing) * 1);
    margin-bottom: 0;
}

.atop {
    position: absolute !important;
    top: calc(-1 * var(--spacing));
    margin-bottom: 0;
}

.tophead.atop {
    margin-left: 10%;
}

    .smallmotto {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: row;
    /* gap: calc(var(--spacing) / 3); */
    /* background: #c4b8ac; */
    padding: var(--spacing) 0 0 var(--spacing);
}

.maxwsmall {
    max-width: 320px;
}

.tophead.light {
    margin-bottom: 0;
    padding-top: calc(var(--spacing) * 1);
}

    .tophead.light > h1, .tophead.light > h2 {
    color: #2c2926;
}

.flexspace {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 eşit sütun */
    gap: 40px; /* öğeler arası boşluk */
    margin-top: 0;
    padding-top: 0;
}

.flexspace-item{}
    .flexspace-item .item {
        position: relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        cursor: pointer;
        aspect-ratio: 1;
    }


  .flexspace  .slick-slide .flexspace-item{margin-right:40px; }
  .flexspace  .slick-slide .flexspace-item:last-child{margin-right:0px; }
    .flexspace .slick-slide>div{margin-bottom:40px;display: flex;flex-direction: column;width: calc(100% - 40px);}
    .flexspace .slick-track>div:last-child>div{margin-right:0px;}



.flexspace > ul {
    display: flex;
    gap: var(--spacing);
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

        .flexspace > ul > li {
    position: relative;
    width: calc((100% / 3) - (var(--spacing) / 1.5));
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
            cursor: pointer
}

.flexspace-item .item:hover .yazi {
    animation: cursorChange .5s .5s forwards; /* 1 saniye gecikmeli animasyon */
}

@keyframes cursorChange {
    0% {
        cursor: pointer;
    }

    100% {
        cursor: auto;
    }
}

.flexspace  img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1920 /1080;
}

.flexspace  .title {
    position: absolute;
    bottom: var(--spacing);
    left: var(--spacing);
    color: #fff;
    max-width: 121px;
    line-height: 1.2;
    z-index: 2;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
}

.flexspace  .yazi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

    .flexspace .yazi .icon {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        transition: 0.3s;
        align-content: center;
    }

        .flexspace .yazi .icon > div {
            background: #d0cac2;
            padding: 20px;
            border-radius: 100%
        }

        .flexspace.yazi .icon svg path {
            fill: #fff
        }

        .flexspace .yazi .icon use {
            color: #fff
        }

.flexspace .flexspace-item .item:hover .icon {
    opacity: 0
}

.bgdaire {
    z-index: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: rgb(44 41 38 / 95%);
    overflow: hidden;
    transition: .7s cubic-bezier(0.42, 0, 0, 0.97);
}

.flexspace .flexspace-item .item:hover .bgdaire {
    width: 150%;
    height: 150%;
}

.flexspace .yazi .svg {
}

.flexspace .yazi .text {
    width: 100%;
    padding: var(--spacing);
    color: #fff;
    line-height: 1.6;
    opacity: 0;
    transition: .7s cubic-bezier(0.79, -0.02, 0.58, 1);
    padding-top: calc(2 * var(--spacing));
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}

.flexspace .flexspace-item .item:hover .yazi .text {
    opacity: 1;
    padding-top: var(--spacing);
}


.cizgi:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #c49f8a;
    position: absolute;
    bottom: 0;
    left: var(--spacing);
}

.smallhead {
}

    .smallhead * {
        font-family: "the-seasons";
    }

    .smallhead > h1 {
    }

    .smallhead > h2 {
    }

.topheadsmall {
    margin-bottom: calc(var(--spacing) * 2);
}


.topheadsmall > h1 {
    font-size: 0.75rem;
    line-height: 1.65;
    letter-spacing: 0.25px;
    color: #c4b8ac;
    /* font-family: "the-seasons"; */
    font-weight: 400;
    padding-left: 20px;
}


.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center
}

.motto {
    width: 90%;
    margin: 0 auto;
    max-width: 1420px;
    margin-bottom: calc(var(--spacing4) * 1);
}

.headitem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.itemic .headitem {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.headitem > .head {
    font-size: 4.1rem;
    line-height: 1.12754em;
    letter-spacing: 0.25px;
    color: #c4b8ac;
    margin-right: var(--col);
    margin-left: 10%;
}

.mimar {
    width: 100%;
    position: relative;
}

    .mimar .big {
        width: 70%;
        margin-left: 30%;
        margin-top: 7%;
    }

.carousel-2 .slick-arrow {
    top: auto;
    bottom: 0;
    right: 69px;
    left: auto;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    background: url(/assets/white-arrow.svg) no-repeat center;
    background-size: 10px;
}

.carousel-2 .slick-arrow.slick-next {
    right: 30px;
    left: auto;
}

.mimar .mimarimg {
}

.mimar img {
    width: 100%;    
}

.bottomhead {
    position: absolute;
    bottom: 10%;
    width: 35%;
    background: #c4b8ac;
    padding: var(--spacing);
    left: 10%;
}

    .bottomhead.img {
        background: none;
        padding: 0;
    }

    .bottomhead > div {
    }

    .bottomhead h1 {
    font-weight: 400;
    line-height: 1.45;
    font-size: 12px;
    letter-spacing: 0;
}

    .bottomhead img {
        width: 100%
    }

.div-itemfull .galery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.twoblock {
    display: flex;
    flex-direction: row;
    gap: calc(var(--spacing) * 1);
    width: 100%;
    margin-top: var(--spacing);
    align-items: flex-start;
}

    .twoblock > div {
        gap: calc(var(--spacing) / 3);
        display: flex;
        flex-direction: column;
    }


        .twoblock > div > div:not(.smallmotto) {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: calc(var(--spacing) / 3);
    /*background: #c4b8ac;*/
    /* padding: var(--spacing); */
    align-items: stretch;
}


        .twoblock > div .title h2 {
    color: transparent;
    -webkit-text-stroke: 1px #a97f67; /* Safari & Chrome */
            text-stroke: 1px #fff; /* Diğer modern tarayıcılar (bazı destek sınırlı) */
    font-size: 175px;
    font-family: "the-seasons";
}

        .twoblock > div .img {
            width: 100%;
        }

        .twoblock > div .title {
    position: absolute;
    top: calc(-2.8 * var(--spacing));
    z-index: 1;
}

            .twoblock > div .title.bottom {
        position: absolute;
        bottom: -105px;
        top: auto;
    }

        .twoblock > div .konsept {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

            .twoblock > div .konsept > p {
                font-weight: 400;
                line-height: 1.45;
                font-size: 12px;
                letter-spacing: 0;
                padding: calc(var(--spacing) / 2);
                color: #c4b8ac;
            }

            .twoblock > div .konsept > div {
    margin-top: var(--spacing);
}

    .twoblock .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.pad50 {
    margin-top: calc(var(--spacing4) * 1);
}

.twoblock > div .konsept img {
    width: 100%
}

.div-itemfull .galery > div {
    width: 27%;
    position: relative;
}

    .div-itemfull .galery > div:nth-child(2) {
        width: 40%;
        position: relative;
    }

    .div-itemfull .galery > div > img {
        width: 100%
    }

.page-top .div-item h1 {
    margin-bottom: 20px;
    letter-spacing: .05em;
}

.page-top .div-item h2 {
    font-size: 17px;
    line-height: 29px;
    width: 60%;
}

.scrollhidden {
    overflow: hidden !important;
}

.ortametin {
    position: absolute;
    z-index: 9;
}

    .ortametin h1 {
        font-family: Wonder Garden Script;
        font-size: 10vw;
        line-height: 11vh;
        color: #f9f0eb;
    }

.icortala {
    display: flex;
    flex-direction: column;
    max-width: 1430px;
    width: 90%;
}

.circile {
    border: 2px solid #ca9d75;
    display: flex;
    align-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    justify-content: center;
    position: absolute;
    bottom: 2vw;
    z-index: 2;
    left: 2vw;
}

    .circile > a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

        .circile > a > img {
            width: 10px;
        }

    .circile.usttab {
        position: absolute;
        bottom: -80px;
        left: auto;
        color: #f9f0eb;
        background: #181d24;
        width: 200px;
        height: 200px;
        z-index: 13;
        border: 0;
    }

        .circile.usttab a {
            color: #f9f0eb;
            width: 200px;
            height: 200px;
            border: 0;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.carousel__text .circile img {
    width: 20px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-top: 1px solid rgb(196 159 138 / 13%);
    background: #2c2926;
    color: #ffffff;
    transition: 1s;
}

    .cookie-consent > div {
        padding: 2vh 0;
    }

        .cookie-consent > div > div {
            display: flex;
            align-items: center;
            width: 90%;
            margin: 0 auto;
            justify-content: space-between;
        }

        .cookie-consent > div p {
            font-size: 11px;
            letter-spacing: 2px;
            color: #e7e2da;
        }

            .cookie-consent > div p > a {
                color: #f9f0ec;
                letter-spacing: 2px;
                margin-left: 5px;
                font-size: 11px;
            }

.cookie-ok {
    /* border: 1px solid #ac835e; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px;
    background: #c49f8a;
}

    .cookie-ok > span {
        color: #2c2926;
    }

.circile .icon {
    position: relative;
    z-index: 2;
}

.circile .circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ca9d75;
    border-radius: 100%;
}

    .circile .circle:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 100%;
        background: #181d24;
    }

    .circile .circle span {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

        .circile .circle span em {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #f9f0eb;
            border-radius: 999px;
            transition: transform 0.25s linear;
        }

        .circile .circle span:first-child {
            left: 0;
        }

            .circile .circle span:first-child em {
                left: 100%;
                transform-origin: 0% 50%;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .circile .circle span:last-child {
            left: 50%;
        }

            .circile .circle span:last-child em {
                left: -100%;
                transform-origin: 100% 50%;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                transition-delay: 0.25s;
            }

.circile:hover .circle span:first-child em {
    transform: rotate(-180deg);
    transition: transform 0.25s 0.25s ease-out;
}

.circile:hover .circle span:last-child em {
    transform: rotate(-180deg);
    transition: transform 0.25s linear;
}



.bigtxt {
    font-family: "the-seasons";
}

.item {
    width: 100%
}

    .item .head {
        font-size: 2.2vw;
        line-height: 2.8vw;
        color: #ca9d75;
        text-align: center;
    }

        .item .head > span {
            display: block;
            font-family: SangBleu Empire;
            color: #f9f0eb;
        }

.bylink {
    width: 100%;
}

    .bylink > a {
        color: #f9f0eb;
        border: 1px solid #ca9d75;
        padding: 16px 45px;
        border-radius: 45px;
        margin-top: 25px;
        display: block;
        float: left;
        transition: 0.5s
    }

        .bylink > a:hover {
            background: #ca9d75
        }


.container-h .item .head:not(.bigtxt) > span {
    font-family: 'Euclid Square';
    font-weight: 600;
    margin-top: 45px
}

.container-h .lightbg .item .head > span {
    color: #ac835e;
}

.item h2.head {
    font-size: 1vw;
    line-height: 1.85w;
    letter-spacing: .3em;
    color: #f9f0eb;
}

.tphk {
    padding-top: 8vh !important
}

.item p.head {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: .1em;
    margin-bottom: 45px
}

.page-top .item p.head {
    width: 90%;
    max-width: 1620px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 32px;
}

.ustyaprak {
    background: url("/img/ustyaprak.svg?v=4") no-repeat center top;
    width: 100%;
    background-size: 100% auto
}

.altyaprak {
    background: url("/img/altyaprak.svg?v=4") no-repeat center bottom;
    width: 100%;
    background-size: 100% auto
}

.imgfull {
    width: 100%
}

.maps {
    padding: 6vh 0 6vh 0;
    position: relative;
    margin-bottom: 120px;
}

.slader.sosyal {
    height: 70vh;
}

.slader .txtslide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .slader .txtslide > div {
        width: 46%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

        .slader .txtslide > div img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .slader .txtslide > div:last-child {
            width: 50%;
            color: #ca9d75;
            padding-right: 7vw;
        }

            .slader .txtslide > div:last-child > div {
            }

            .slader .txtslide > div:last-child > div {
                font-size: 1.8vw;
                line-height: 2.4vw;
                color: #ac835e;
                font-family: SangBleu Empire;
                margin-bottom: 20px;
            }

                .slader .txtslide > div:last-child > div:last-child { /* color: #ca9d75; */
                    font-family: 'Euclid Square';
                    font-size: 21px;
                    line-height: 39px;
                    letter-spacing: .1em;
                    color: #181d24;
                }

.leftslider .slick-list {
    padding-left: 0px !important;
}

.leftslider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.leftslider.galeri {
    height: 60vh;
}

.leftslider .slick-slide {
    padding-right: 90px;
}

.fullimg {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

    .fullimg > img {
        width: 100%;
    }

.lightbg {
    background: #d0cac2 url(/img/bg.svg) center center;
    background-size: 150%;
    color: #ac835e;
}

.darkbg {
    position: relative;
     /* Arka plan rengi */
     /* Taşmayı engelle */
    min-height: 100vh;
}

    .darkbg::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/img/lotusbg1.jpg?v=1);
        transform: rotateX(180deg); /* istediğin derece */
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.darkbg > * {
    position: relative;
    z-index: 1; /* İçerik üstte kalır */
}

.phototext {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.maxic {
    max-width: 1620px;
    position: relative;
    width: 100%;
    margin-bottom: -71px;
}

.bigtxt1 {
    font-family: SangBleu Empire;
    font-size: 5vw;
    line-height: 12vh;
    color: #ffffff;
}

.mediumtxt {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: .1em;
    color: #ac835e;
    margin-bottom: 45px;
}

.lightbg .div-item h1 span.block {
    color: #ac835e;
    color: #181d24;
}

.homegaleri {
    background: #392d29;
    padding: 10vh 0;
}

.miniform {
}

    .miniform > div {
        margin-bottom: 40px;
    }

    .miniform .althead {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .miniform .althead p {
            width: 30%;
            line-height: 1.5;
            letter-spacing: 0;
            font-size: 14px;
        }

        .miniform .althead h2 {
            width: 100%;
            text-align: right;
            font-family: "the-seasons";
            font-size: 52px;
            color: #815c47;
        }

            .miniform .althead h2 > span {
                display: block;
                font-family: "the-seasons";
                font-size: 32px;
                line-height: 1.6;
            }


    .miniform .formbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: calc(var(--spacing) / 2);
    }

        .miniform .formbody > div {
            width: calc(50% - (var(--spacing)) / 4);
        }

input, textarea {
    background: transparent;
    border: 1px solid #c9b6ab;
    min-width: 0;
    color: #392d29;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding: calc(var(--spacing) / 3);
}

    input::placeholder {
        font-size: 14px;
        font-weight: 300
    }

.form-control-checkbox__icon, .form-control-checkbox__label {
    position: relative; /* min-height: 20px; */
    cursor: pointer
}

    .form-control-checkbox__icon:after, .form-control-checkbox__label:after {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -5px;
        bottom: -10px;
        left: -5px
    }

.form-control-checkbox__icon {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px #c9b6ab;
    flex-shrink: 0;
    overflow: hidden;
    transition-property: border-color
}

    .form-control-checkbox__icon:before {
        content: "";
        display: block;
        position: absolute;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        left: 0;
        top: 0;
        background: url(/img/checkbox.svg);
        background-color: #c49f8a;
        background-size: 10px;
        background-position: 50%;
        background-repeat: no-repeat;
        transition-property: opacity;
        opacity: 0
    }

.form-control-checkbox__icon, .form-control-checkbox__label {
    position: relative;
    /* min-height: 20px; */
    cursor: pointer;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
}

.form-control-checkbox input {
    position: absolute;
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    width: 40px;
}

.form-control-checkbox {
    display: flex;
    align-items: center;
}

.form-control-checkbox__label a {
    color: #181d24;
    font-size: 12px;
    position: relative;
    z-index: 1
}

.homeform {
    position: relative
}

.miniform input:checked ~ .form-control-checkbox__icon:before, .modelpopup input:checked ~ .form-control-checkbox__icon:before {
    opacity: 1;
}

.miniform h3.head {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .miniform h3.head > span:first-child {
        width: 100%;
    }

    .miniform h3.head > span:last-child {
        font-size: 74px;
        line-height: 1;
        margin-bottom: var(--spacing);
    }

.fonttxt {
    font-family: Wonder Garden Script; /* position: absolute; */
}

.miniform button {
    background: #2c2926;
    outline: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    cursor: pointer;
    COLOR: #dcd8d0;
    padding: calc(var(--spacing)/4) calc(var(--spacing)/1);
    border-radius: 5px;
}

    .miniform button:hover {
        background: #c49f8a;
    }

    .miniform button img {
        width: 14px;
        transform: rotate(-90deg);
    }

.miniform div:last-child {
    display: flex;
    /* justify-content: center; */
}

.formtesekkurler {display: none;max-width: 520px;}
.poptesekkurler{
    display: none;
}
.poptesekkurler>div{background: #c49f8a;padding: 39px 25px;}
.poptesekkurler>div, .formtesekkurler > div {display: table !important;}
.poptesekkurler>div h1, .formtesekkurler > div h1 {font-size: 28px;line-height: 1.3;text-align: center;font-weight: 500;letter-spacing: 0px;}
.poptesekkurler > div p, .formtesekkurler > div p {font-size: 16px;text-align: center;margin-top: 12px;letter-spacing: 0;font-weight: 400;line-height: 1.4;}
.poptesekkurler>div h1{font-weight: 500;color: #000000;}
.poptesekkurler > div p{color: #000000;}
.formloading.loading1{top: -15px;left:0;height: calc(100% + 50px);}
.formloading {
    position: absolute;
    top: -20px;
    left: -20px;
    /* background: rgb(172 131 94 / 52%); */
    height: 100%;
    display: none;
    width: calc(100% + 40px);
    z-index: 2;
}

.modelpopup {
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    display: none;
}

    .modelpopup.active {
        display: flex;
    }

    .modelpopup > div {
        display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        align-items: center;
        justify-content: center;
    }

        .modelpopup > div > div {
            width: 90%;
            max-width: 840px;
            position: relative;
        }

        .modelpopup > div .close {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            z-index: 4;
        }

            .modelpopup > div .close > svg {
            }

                .modelpopup > div .close > svg > path {
                    fill: #fff;
                }

        .modelpopup > div .gorsel {
            text-align: center;
            margin-bottom: 25px;
        }

            .modelpopup > div .gorsel > img {
                max-width: 800px;
                max-height: 400px;
            }

        .modelpopup > div .head > h1 {
            font-size: 31px;
            font-weight: 500;
            color: #c49f8a;
            text-align: center;
            max-width: 700px;
            margin: 0 auto;
            /* font-family: "the-seasons"; */
            line-height: 1.3;
            letter-spacing: 0;
            margin-bottom: 25px;
        }

        .modelpopup > div form {
            display: flex;
            justify-content: center;
            width: 100%;
            flex-direction: column;
        }

            .modelpopup > div form .formbody {
                display: flex;
                gap: calc(var(--spacing) / 4);
                justify-content: center;
                flex-direction: row;
                margin-bottom: 25px;
            }

                .modelpopup > div form .formbody > div {
                    /* width: calc(50% - (var(--spacing) / 6)); */
                }

                    .modelpopup > div form .formbody > div:first-child {
                        text-align: right;
                    }

                .modelpopup > div form .formbody input {
                    max-width: 250px;
                    color: #d6b5a2;
                    font-weight: 500;
                    letter-spacing: 1px;
                }

                    .modelpopup > div form .formbody input.gonder {
                        max-width: 250px;
                    }

                .modelpopup > div form .formbody .dripi {
                }

                .modelpopup > div form .formbody .kosul {
                }

        .modelpopup > div .kosul.alt {
            display: flex;
            justify-content: center;
            width: 80%;
            margin: 0 auto;
        }

            .modelpopup > div .kosul.alt input {
            }

            .modelpopup > div .kosul.alt span {
                color: #c49f8a;
            }

        .modelpopup > div button {
            background: transparent;
            border: 1px solid #d8b6a3;
            min-width: 0;
            color: #000000;
            width: 100%;
            font-size: 15px;
            font-weight: 600;
            padding: calc(var(--spacing) / 3) calc(var(--spacing) / 2);
            background: #c49f8a;
            cursor: pointer;
        }

    .modelpopup .form-control-checkbox__icon {
        width: 20px;
        height: 20px;
        border-radius: 0
    }

    .modelpopup .form-control-checkbox__label a {
        color: #c49f8a;
    }


    .modelpopup .form-control-checkbox__icon:before {
        content: "";
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        border-radius: 00;
    }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
  0% {
transform: rotate(0deg);
  }

  100% {
transform: rotate(360deg);
  }
}

.kosul {
    position: relative;
    display: flex;
    align-items: center;
}

.dtipi {
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid #d0cac2; */
    min-width: 0;
    /* padding: calc(var(--spacing) / 3); */
}

    .dtipi > div {
        margin-right: 7px;
    }

        .dtipi > div:first-child {
            margin-right: 45px;
            font-size: 12px;
            letter-spacing: 2px; /* border-bottom: 1px solid #ac835e; */
        }

footer {
    background: url(/img/bg.jpg?v=1);
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 0;
}

    footer > div {
        width: 90%;
        max-width: 1620px;
        margin: 0 auto;
        padding: calc(var(--spacing) * 2) 0;
    }

    footer .ust {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .ust > div {
        }

            footer .ust > div:first-child a {
                display: flex;
                align-content: center;
                align-items: center;
            }

                footer .ust > div:first-child a button {
                    border: 1px solid #ac835e;
                    color: #ac835e;
                    border-radius: 100%;
                    background: transparent;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 500;
                    font-size: 13px;
                    margin-right: 14px;
                }

                footer .ust > div:first-child a p {
                    color: #faf0eb;
                    font-size: 14px;
                }

            footer .ust > div:last-child a {
                color: #faf0eb;
                font-size: 13px;
                display: flex;
                align-items: center;
            }

                footer .ust > div:last-child a button {
                    border: 1px solid #ac835e;
                    color: #ac835e;
                    border-radius: 100%;
                    background: transparent;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 500;
                    font-size: 13px;
                    margin-right: 14px;
                }

                    footer .ust > div:last-child a button img {
                        width: 9px;
                        transform: rotate(180deg);
                    }

            footer .ust > div:last-child p {
                margin-right: 15px;
            }

    footer .orta {
        text-align: center;
        color: #ca9d75;
    }

        footer .orta a {
            font-size: 90PX;
            font-family: SangBleu Empire;
            margin-bottom: 50px;
            display: block;
            letter-spacing: 9px;
        }

        footer .orta p {
            color: #71677a;
            line-height: 26px;
            font-size: 13px;
        }

            footer .orta p span {
                color: #f9f0ec;
                margin-top: 25px;
                display: block;
            }

    footer .alt {
        margin-top: 50px;
        /* margin-bottom: 80px; */
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        footer .alt > div {
            width: 250px;
        }

            footer .alt > div:first-child > div {
                color: #71677a;
                line-height: 26px;
                font-size: 11px;
            }

            footer .alt > div:last-child {
            }

                footer .alt > div:last-child a {
                }

                    footer .alt > div:last-child a span {
                        color: #ca9d75;
                        line-height: 26px;
                        font-size: 11px;
                        display: block;
                        text-align: right;
                    }

                        footer .alt > div:last-child a span:last-child {
                            color: #faf0eb;
                        }


.firma > a {
    display: block;
    text-align: center;
}

    .firma > a > img {
        width: 220px;
        filter: brightness(0) invert(1);
        filter: invert(53%) sepia(80%) saturate(130%) hue-rotate(-12deg);
    }

.leftslider .slick-dots {
    bottom: -5vh
}

.streetAddress {
}

    .streetAddress > p {
        color: #ca9d75;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .streetAddress > h1 {
        color: #fff;
    }

.slader.sosyal .slick-arrow {
    background: #ca9d75 url(/assets/white-arrow.svg) no-repeat center;
    background-size: 14px;
    border-radius: 100%;
    width: 5vw;
    height: 5vw;
    max-width: 100px;
    max-height: 100px;
}

    .slader.sosyal .slick-arrow.slick-next {
    }

.toplink {
    position: absolute;
    height: 1px;
    margin-top: -4vh
}

.maps-mesafe {
    width: 90%;
    margin: 0 auto;
    max-width: 1620px;
    color: #ca9d75;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px auto;
}

    .maps-mesafe > div {
        width: calc((100% / 5) - 15px);
        border: 1px solid #292f38;
        padding: 17px 10px;
        border-radius: 20px;
        margin-block: 10px;
        margin-right: 15px;
        text-align: center;
    }

    .maps-mesafe ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .maps-mesafe ul > li {
            font-size: 12px;
            line-height: 17px;
            text-transform: uppercase;
        }

            .maps-mesafe ul > li:last-child {
                font-weight: 600;
                margin-top: 3px;
                font-size: 16px;
                line-height: 22px;
                color: #fff;
            }

            .maps-mesafe ul > li div {
                width: 50px;
                background: #bf9b73;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                margin-bottom: 9px;
            }

                .maps-mesafe ul > li div > span {
                    font-family: 'Museo 700';
                    color: #181d24;
                    font-size: 26px;
                    display: block;
                }

.progress-list {
}

    .progress-list > ul {
        list-style-type: none;
        margin: 0 0 70px;
        margin: 160px 0 90px;
        position: relative;
    }

        .progress-list > ul:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: 0 auto;
            display: block;
            background-color: #cfd7d9;
        }

        .progress-list > ul > li {
            width: 30%;
            position: relative;
            height: 750px;
        }

            .progress-list > ul > li:before {
                content: '';
                position: absolute;
                height: 1px;
                width: 35px;
                display: block;
                background-color: #cfd7d9;
                top: 30px;
            }

            .progress-list > ul > li.media {
                width: 465px;
            }

                .progress-list > ul > li.media:nth-child(even) {
                    margin-left: calc(50% - 465px);
                }

                .progress-list > ul > li.media p {
                    float: left;
                    display: block;
                    width: 170px;
                }

            .progress-list > ul > li h3 {
                margin: 0 0 20px;
                font-size: 68px;
                font-weight: 700;
                color: #ac835e;
            }

            .progress-list > ul > li h4 {
                font-size: 24px;
                font-weight: 300;
                color: #5c666f;
                margin: 0 0 15px;
                line-height: 120%;
            }

            .progress-list > ul > li p {
                font-size: 14px;
                font-weight: 300;
                color: #5c666f;
                line-height: 170%;
                margin: 0;
            }

            .progress-list > ul > li .img-container {
                float: left;
                display: block;
                margin-right: 25px;
            }

                .progress-list > ul > li .img-container img {
                    margin-bottom: 15px;
                }

            .progress-list > ul > li:nth-child(odd) {
                margin-left: 50%;
                padding-left: 45px;
            }

                .progress-list > ul > li:nth-child(odd):before {
                    left: 0px;
                }

            .progress-list > ul > li:nth-child(even) {
                padding-right: 45px;
                margin-left: calc(50% - 30%);
                text-align: right;
            }

                .progress-list > ul > li:nth-child(even):before {
                    right: 0;
                }

                .progress-list > ul > li:nth-child(even) div {
                    right: 0;
                }

            .progress-list > ul > li > ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
                line-height: 150%;
            }

                .progress-list > ul > li > ul > li {
                    position: relative;
                    margin-bottom: 10px;
                }

                    .progress-list > ul > li > ul > li div {
                        width: 100%;
                        position: absolute;
                    }

                        .progress-list > ul > li > ul > li div a {
                            display: block;
                            cursor: pointer;
                        }

                    .progress-list > ul > li > ul > li img {
                        width: 100%
                    }

.resimpopup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #181d24;
    transition: 1s;
}

    .resimpopup.active {
        right: 0;
        overflow-y: scroll;
    }

    .resimpopup > div {
    }

        .resimpopup > div > div {
        }

    .resimpopup .popclose {
        width: 120px;
        position: absolute;
        left: 00px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .resimpopup .popclose:before {
            background-color: #ac835e;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            transition-property: transform,background-color,border-color,box-shadow;
            transition-duration: .4s;
            transition-timing-function: cubic-bezier(.25,.74,.22,.99);
            cursor: pointer;
        }

        .resimpopup .popclose .close {
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        .resimpopup .popclose:hover:before {
            transform: translateY(-100%);
        }

        .resimpopup .popclose svg {
            cursor: pointer;
        }

            .resimpopup .popclose svg path {
                fill: #fff;
            }

    .resimpopup .poptext {
        position: absolute;
        top: 25%;
        left: 25%;
        z-index: 32;
    }

        .resimpopup .poptext h1 {
            color: #fff;
            font-family: SangBleu Empire;
            font-size: 7vw;
            line-height: 14vh;
        }

    .resimpopup .popresimler {
        position: absolute;
        right: 0; /* overflow-y: scroll; */
        height: 100%;
        width: 60%;
    }

        .resimpopup .popresimler div:last-child {
            margin-bottom: 30px;
        }

        .resimpopup .popresimler div {
            margin-bottom: 30px;
        }

        .resimpopup .popresimler a {
            position: relative
        }

        .resimpopup .popresimler img {
            width: 100%
        }

        .resimpopup .popresimler a div {
            width: 40px;
            height: 40px;
            background: #ca9d75;
            border-radius: 40px;
            position: absolute;
            bottom: 20px;
            left: 20px;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 900;
            color: #fff;
            margin: 0;
        }

.projesurecivideo {
    display: flex;
    width: 90%;
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

    .projesurecivideo > div {
        width: calc(25% - 25px);
        text-align: center; /* background: #000; */
        margin-bottom: 25px;
    }

        .projesurecivideo > div > div {
            position: relative;
            display: flex;
            justify-content: center;
            width: 100%;
            overflow: hidden;
            align-items: center;
            cursor: pointer;
        }

            .projesurecivideo > div > div > img {
            }

        .projesurecivideo > div h1 {
            font-size: 30px;
            margin: 35px;
            color: #fff;
            font-family: SangBleu Empire;
            text-align: center;
        }

    .projesurecivideo .playicon {
        position: absolute;
        z-index: 555;
    }

        .projesurecivideo .playicon img {
            width: 60px;
        }

    .projesurecivideo > div > div > a {
        display: flex;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }

    .projesurecivideo > div.genisvideo {
        width: calc(50% - 25px);
    }

        .projesurecivideo > div.genisvideo > div > a > img {
            width: 100%
        }

.detayvideo {
    width: 100%;
    text-align: center;
}

    .detayvideo video {
        height: 100%;
    }

.vdetail {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    left: 0;
    top: 0;
    z-index: 999999;
}

    .vdetail .videobar {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .vdetail video {
        background: #000;
        height: 90vh;
    }

    .vdetail .popupclose {
        position: fixed;
        right: 30px;
        top: 30px;
        display: block;
        cursor: pointer;
        z-index: 99;
    }

        .vdetail .popupclose svg {
            width: 100%;
        }

/*Menu*/
        

header {
    position: fixed;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    header .nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        z-index: 8;
    }

        header .nav .title {
            line-height: 80px;
            padding: 0 120px;
            font-size: 24px;
            color: #fff;
            font-weight: 900;
        }

        header .nav .toggle {
            position: absolute;
            margin: auto;
            width: 46px;
            height: 46px;
            right: 120px;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10;
            cursor: pointer;
        }

.toggle .bar {
    position: relative;
    width: 25px;
    height: 1px;
    background: #c49f8a; /* margin-right: 10px; */
}

    .toggle .bar:before, .toggle .bar:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        left: 0;
        transform-origin: center center;
        transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
    }

    .toggle .bar:before {
        top: -7px;
    }

    .toggle .bar:after {
        bottom: -7px;
    }

.toggle.clicked .bar {
    background: transparent;
}

    .toggle.clicked .bar:before, .toggle.clicked .bar:after {
        background: #ac835e;
    }

    .toggle.clicked .bar:before {
        transform: rotate(45deg);
        top: 0;
    }

    .toggle.clicked .bar:after {
        transform: rotate(-45deg);
        bottom: 0;
    }

header .nav nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    opacity: 0;
    z-index: 10;
    transition: opacity 0.5s ease; /*display: none;burayı aç*/
}

    header .nav nav .showcase {
        background: #4b3c2f;
        flex: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        header .nav nav .showcase .showcase-container {
            width: 100%;
            position: relative;
            overflow: hidden;
            height: 100%;
        }

            header .nav nav .showcase .showcase-container:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

header .nav nav .showcase .showcase-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  list-style-type: none;
  transition: top 0.25s ease;
}

header .nav nav .showcase .showcase-menu li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

                header .nav nav .showcase .showcase-menu li span {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 25px;
    letter-spacing: 1px;
}

                header .nav nav .showcase .showcase-menu li img { /*border: 3px solid #ac835e;padding: 23px;*/
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

header .nav nav .showcase .showcase-menu li.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

header .nav nav .menu {
  background: #241f1b;
  flex: 1;
}

header .nav nav .menu ul {
  width: 100%;
  padding: 80px 48px 24px 48px;
  list-style-type: none;
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .nav nav .menu ul::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

header .nav nav .menu ul::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

header .nav nav .menu ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border: 0px none #ffffff;
  border-radius: 3px;
}

header .nav nav .menu ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

header .nav nav .menu ul::-webkit-scrollbar-thumb:active {
  background: #000;
}

header .nav nav .menu ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border: 0px none #ffffff;
  border-radius: 0;
}

header .nav nav .menu ul::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
}

header .nav nav .menu ul::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.1);
}

header .nav nav .menu ul::-webkit-scrollbar-corner {
  background: transparent;
}

header .nav nav .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .nav nav .menu ul li .number {
  display: inline-block;
  padding: 0 0 0 80px;
  overflow: hidden;
  min-width: 150px;
                    display: none;
}

header .nav nav .menu ul li .number span {
  display: block;
  font-size: 48px;
  font-weight: 400;
  transition: transform 0.25s ease;
  transform: translateY(100%);
  COLOR: #c49f8a;
}

header .nav nav .menu ul li a {
                    width: 100%;
  display: inline-block;
                    font-size: calc(25px + 1vw);
  color: #c49f8a;
  line-height: 1;
                    padding: 15px 0 15px 30px;
  transition: transform 0.25s ease;
  letter-spacing: 2px;
                    font-family: "the-seasons";
                    border-bottom: 1px solid #3d352e;
                    line-height: 1.5;
}

header .nav nav .menu ul li:hover a {
  transform: translateX(20px);
}

header .nav nav .menu ul li.hover .number span {
  transform: translateY(0);
}

header .nav nav.hidden {
  display: none;
}

header .nav nav.open {
  opacity: 1;
}

    header .nav nav.open .showcase {
        -webkit-animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
        animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
        Flex: 1;
    }

header .nav nav.open .menu {
  -webkit-animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}


.header.fixed {
    background: #2c2926;
    box-shadow: 0 0 7px 3px rgb(0 0 0 / 30%);
    padding: 15px 0 15px 0;
    height: auto;
}

    .header.fixed > div {
    }

    .header.fixed .ustmenu > a {
        color: #e9e4dc;
        letter-spacing: 1px;
    }

    .header.fixed > div > div {
        padding-top: 0;
    }

    .header.fixed > div {
        display: flex;
        align-items: center;
    }

        .header.fixed > div > div > div.logo:first-child {
            max-width: 150px;
        }

    .header.fixed .logo a img {
    filter: brightness(1) invert(0);
}

    .header.fixed > div > div a.tel {
        color: #e9e4dc;
        letter-spacing: 2px;
    }

@-webkit-keyframes slideInRight {
    from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.content {
  position: relative;
  flex: 1;
  padding: 80px 40px 40px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/124740/2018-09-28%2009_21_48-https___d2kbkpwf98wmwo.cloudfront.net_videos_hero-lg.mp4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content p {
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content p a {
  color: #fff;
  box-shadow: 0 1px 0 0 #ef3340;
}

#up.scroll {
    overflow-y: hidden
}

.maxicorta {
    max-width: 1620px;
    margin: 0 auto;
    width: 90%
}

.page-top {
    margin: 0 auto;
    padding-top: 350px;
}

.age-top__spacer {
    flex-grow: 1;
}

.ui-dark {
    position: relative;
}

    .ui-dark .breadcrumbs {
    display: flex;
    flex-direction: row;
}

        .ui-dark .breadcrumbs a {
    color: #c49f8a;
    line-height: 1.4;
    font-size: 13px;
}

            .ui-dark .breadcrumbs a:after {
                content: "/";
    margin-left: 10px;
}

        .ui-dark .breadcrumbs span {
    color: #c49f8a;
    line-height: 1.4;
    font-size: 13px;
    margin-left: 10px;
}

.ui-title {
    padding-top: 15px;
    height: 7vw;
    position: relative;
}

    .ui-title h1 {
    font-size: 8vw;
    color: #ca9d75;
    font-family: SangBleu Empire;
    position: absolute;
    z-index: 9;
}

.maximg {
    width: 100%;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

    .maximg > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.mtust {
    padding-top: 8vh
}

.projeinfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .projeinfo > div {
     width: calc((100% / 4) - 15px); 
    border: 1px solid #ca9d75;
    padding: 20px 15px;
    border-radius: 20px;
    margin-right: 15px;
    text-align: center;
}

        .projeinfo > div > div, .projeinfo > div > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

            .projeinfo > div > div .title {
                color: #fff;
                font-size: 41px;
                font-weight: 600;
            }

            .projeinfo > div > div .desc {
    color: #ac835e;
    margin-top: 10px;
}

.itemtop {
    padding: 8vh 0 0 0;
}

.itembottom {
    padding: 0 0 8vh 0;
}

.lightbg .item h2.head {
}

.lightbg .projeinfo > div > div .title {
}

.lightbg .item h2.head, .lightbg .projeinfo > div > div .title {
    color: #ac835e;
    font-weight: 600;
}

.galeridetay {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}

    .galeridetay > div {
        width: calc((100% / 3) - 27px);
        margin: 0 40px 40px 0;
    }

        .galeridetay > div:nth-child(3n) {
            margin-right: 0
        }

        .galeridetay > div a {
            display: block
        }

        .galeridetay > div img {
            width: 100%
        }

.kvkkmetin {
}

    .kvkkmetin ul {
        padding-left: 5%;
        margin: 55px 0;
    }

        .kvkkmetin ul li {
            color: #ca9d75;
            margin-bottom: 2vh;
            font-size: 26px;
            line-height: 36px;
            letter-spacing: .1em;
            font-weight: 300;
            list-style-type: disc;
        }

    .kvkkmetin .table {
        border: solid 1px #999;
        width: 100%;
        display: table;
        margin: 25px 0;
    }

        .kvkkmetin .table span:first-child {
            width: 150px;
            border-right: solid 1px #999;
        }

        .kvkkmetin .table span {
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
            color: #ca9d75;
            margin-bottom: 5vh;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: .1em;
            font-weight: 300;
        }

        .kvkkmetin .table .left {
            width: 150px;
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
            border-right: solid 1px #999;
            color: #ca9d75;
        }

        .kvkkmetin .table .right {
            width: calc(100% - 150px);
            display: table-cell;
        }

            .kvkkmetin .table .right .line:not(:last-child) {
                border-bottom: solid 1px #999;
            }

            .kvkkmetin .table .right .right .line span {
                display: table-cell;
                padding: 10px;
                vertical-align: middle;
            }


.iletisim {
}

    .iletisim .tel {
    margin-top: 4vh;
    text-align: center;
}

        .iletisim .tel > a {
    font-size: 10.8rem;
    font-family: SangBleu Empire;
    margin-bottom: 50px;
    display: block;
    letter-spacing: 9px;
    color: #ca9d75;
}

    .iletisim .altbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}

        .iletisim .altbar > div:first-child {
    width: 20%;
    display: flex;
    flex-direction: column;
    color: #f9f0eb;
}

            .iletisim .altbar > div:first-child > div {
    width: 100%;
}

        .iletisim .altbar .ofis {
        }

            .iletisim .altbar .ofis h1 {
    color: #ca9d75;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
}

            .iletisim .altbar .ofis h2 {
    font-size: 24px;
    line-height: 36px;
}

        .iletisim .altbar .adrestarif {
    position: relative;
    height: 180px;
    margin: 90px 0;
}

            .iletisim .altbar .adrestarif > div {
    left: 0;
    top: 0;
    bottom: auto;
}

                .iletisim .altbar .adrestarif > div > a {
    text-align: left;
    color: #f9f0eb;
}

        .iletisim .altbar .saat {
        }

            .iletisim .altbar .saat p {
    color: #ca9d75;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
}

                .iletisim .altbar .saat p span {
    color: #f9f0eb;
}

        .iletisim .altbar .email a {
    text-align: left;
    color: #f9f0eb;
}

        .iletisim .altbar > div:last-child {
    width: 70%;
}

            .iletisim .altbar > div:last-child > div {
            }

            .iletisim .altbar > div:last-child .circile {
            }

.w100 {
    width: 100%
}


.dron {
    width: 100%;
    position: relative;
    aspect-ratio: 1920/800;
    overflow: hidden;
}

    .dron > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

.konuamgit{position:absolute;bottom: -20px;z-index9;left: 50%;transform: translateX(-50%);text-align: center;.konuamgit {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 210px;
};.konuamgit {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 210px;
};}
.konuamgit>a{
    background: #c49f8a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1;
    font-family: "the-seasons";
    letter-spacing: 1;
    width: 200px;
    display: block;
}

.location-marker {
    position: absolute;
    width: calc(100vw / 50);
    height: calc(100vw / 50);
    background: #c49f8a;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    min-width: 20px;
    min-height: 20px;
    --marker-left: 0;
    left: var(--marker-left);
}
.adliye{top: 44%; left: 54.7%;}
.zincirlikuyu{top: 47%; left: 61.5%;}
.Perpa{top: 54%; left: 44.4%;}
.sisliMetro{top: 55.5%; left: 52.2%;}


.location-marker > div {
    position: relative;
    width: calc(100vw / 50);
    height: calc(100vw / 50);
}

    .location-marker:before,
    .location-marker:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #c49f8a;
        border-radius: 50%;
        animation: radarPulse 2s infinite;
    }

    .location-marker:before {
        animation-delay: 0s;
    }

    .location-marker:after {
        animation-delay: 1s;
    }

@keyframes radarPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.location-marker .plus {
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
    line-height: 1;
    z-index: 2;
    position: absolute;
    width: calc(100vw / 50);
    height: calc(100vw / 50);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .location-marker .plus svg {
        width: calc(100vw / 120);
        height: calc(100vw / 120);
    }

        .location-marker .plus svg path {
            fill: #fff
        }

.location-popup {
    position: absolute;
    background: #181d24;
    padding: 1vw;
    border-radius: 0.5vw;
    /* width: 230px; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
    left: 0;
    transform: translateX(-50%) translateY(-100%);
    bottom: -40px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.location-marker .plus:hover + .location-popup {
    opacity: 1;
    visibility: visible;
}

.location-popup h3 {
    color: #f9f0ec;
    font-size: 15px;
    margin-bottom: 0.3vw;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.location-popup p {
    color: #c49f8a;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
}

@keyframes fillAnimation {
    0% {
        opacity: 0;
        fill-opacity: 0;
    }

    50% {
        opacity: 1;
        fill-opacity: 1;
    }

    100% {
        opacity: 0;
        fill-opacity: 0;
    }
}

.galeryitem .slide-counter {
    position: absolute;
    left: 30px;
    z-index: 100;
    color: white;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.galeryitem .slide-counter .current {
    color: #ffffff;
    font-weight: 200;
    font-size: 70px;
}


.galeryitem .slide-counter .total, .galeryitem .slide-counter .tire {
    color: #ffffff;
    font-weight: 200;
    font-size: 35px;
}

.galeryhead {
    position: relative;
}

.btn-highlight {
    position: absolute;
    bottom: 12%;
    height: 76%;
    border-radius:6px;
    /*    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
    filter: blur(2px);*/
    transition: all 0.4s ease;
    z-index: -1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.galeryhead ul {
    position: relative;
    z-index: 2;
}



@media(max-width:1620px) {
    .siziarayalim {
        right: 5%;
    }
}

@media(max-width:1620px) {
    .leftslider.galeri {
        height: 450px;
    }

    .altsayfametin {
        width: 90%;
        margin: 0 auto
    }

    .leftslider .slick-slide {
        padding-right: 45px;
    }
  
    .div-item > div > div.left {
        margin-left: 45%;
    }
}


@media(max-width:1420px) {
    .circile {
        width: 100px;
        height: 100px;
    }

    .headitem > .head {
        font-size: 3rem;
        line-height: 1.2;
    }

    .topheadbig > p, .topheadbig > p > b {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .twoblock > div .title h2 {
        font-size: 125px;
 
    }
    .miniform h3.head > span:last-child {
        font-size: 64px;
    }
    .miniform .althead h2 {
        font-size: 42px;

    }
}

@media(max-width:1280px) {
    .flexspace {
    
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}
    .header > div {
        width: 94%;
    }
    .header > div > div > div.logo:first-child {        
        max-width: 150px;
    }
    .ustmenu > a {
        letter-spacing: 1px;
        font-size: 11px;
    }
    .ustmenu {
        gap: 15px;
    }
    .twoblock > div > div:not(.smallmotto) {
        display: flex;
        flex-direction: column;
    }
    .twoblock > div .konsept {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
        .twoblock > div .konsept > p{width: 56%;}
        .twoblock > div .konsept > div{width: 39%;}
    .flexspace > ul > li .yazi .text {
        font-weight: 400;
        font-size: 11px;
 
    }
    .flexspace > ul > li .yazi .icon > div > svg {
        width: 15px;
        height: 15px;
    }
    .flexspace > ul > li .yazi .icon > div {
        padding: 16px;
    }

    .flexspace > ul > li .title {
        line-height: 1.4;
        font-size: 13px;
    }
    .galeryitem .slide-counter .current {
        font-size: 60px;
    }
    .miniform .althead p {
        width: 70%;
    }
    .miniform .althead h2 {
        font-size: 35px;
    }
        .miniform .althead h2 > span {
            font-size: 24px;
  
        }
    .miniform h3.head > span:last-child {
        font-size: 54px;
    }

    footer .orta a {
        font-size: 60PX;
    }
    .topheadbig > p, .topheadbig > p > b {
        font-size: 2rem;
        line-height: 1.3;
    }
    .dron {
        overflow: hidden;
        aspect-ratio: 1920 / 1200;
    }
    .dron > img {
        height: 100%;
        width: auto;
        max-width: none;
        position: relative;
        left: 40%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: center;
    }

    .location-marker, .location-marker > div, .location-marker .plus {
        width: 40px;
        height: 40px;
    }
    .location-marker .plus svg {
        width: calc(100vw / 120);
        height: calc(100vw / 120);
    }
    .location-marker {
    }
.adliye{top: 44%;left: 47.7%;}
.zincirlikuyu{top: 47%;left: 56.5%;}
.Perpa{top: 54%;left: 31.4%;}
.sisliMetro{top: 55.5%;left: 44.2%;}
}

@media(max-width:1080px) {
    :root {
        --spacing: calc(100vw / 20);
    }

    .ustmenu a:not(.fixed){display:none}
    .headitem > .head {
        font-size: 28px;
        line-height: 1.2;
    }

    .topheadbig > p, .topheadbig > p > b {
        font-size: 28px;
        line-height: 1.3;
    }

    .twoblock > div .konsept > p {
        width: 56%;
        font-size: 15px;
    }
    .bottomhead {
        width: 45%;

    }
    .twoblock {
        display: flex;
        flex-direction: column;
    }

    .smallmotto {
        margin-top: 25px;
    }

    .slick-dots li {
        width: 40px;
    }
    .flexspace > ul > li {
 
        width: calc((100% / 2) - (var(--spacing) / 1.5));

    }

    .flexspace > ul {
        justify-content: center;
    }
    .galeryitem .slide-counter .current {
        font-size: 25px;
    }
    .galeryitem .slide-counter .total, .galeryitem .slide-counter .tire {font-size: 16px;}
    .galery-1 .slick-arrow {
        background-size: 34%;
        width: 40px;
        height: 40px;
    }
    .galeryitem .galeryhead > ul > li button {
        font-size: 13px;
    }
    .miniform .althead h2 {
        font-size: 25px;
    }
        .miniform .althead h2 > span {
            font-size: 18px;
        }
    .miniform h3.head > span:last-child {
        font-size: 44px;
    }
    .miniform .dtipi{
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100% !important;
        margin-top: 10px;
    }
    .dtipi > div:first-child {
        letter-spacing: 1px;     
        width: 50%;
    }
    .kosul {
        /* width: 24%; */
    }
    .miniform button {

        padding: 9px 25px;

    }
    footer .orta a {
        font-size: 40PX;
        letter-spacing: 6px;
    }
    footer .alt > div {
        width: 180px;
    }
    .firma > a > img{width:100%}
    .header.fixed {
        padding: 5px 0 5px 0;
    }
}
@media(max-width:780px) {
    .mblock{display:block!important}
    .poptesekkurler > div h1, .formtesekkurler > div h1 {
        font-size: 22px;
    }
.poptesekkurler > div p, .formtesekkurler > div p{font-size: 14px;}
    .div-item h1 b, .div-item h1, .div-item h1 span, .div-item h1 a{font-size: 13px;line-height: 1.5;}
    .page-top{padding-top:150px}
    .main .slader {
        height: 50vh;
        padding-top: 5vh;
    }

    .carousel__slide__innerbg .image {
 
        width: 60%;
        height: 50%;

    }

    .carousel__slide__innerbg {
     
        height: 100%;
    }

        .carousel__slide__innerbg .image {
            top: 6vh;
            width: 58%;
            height: 75%;
        }

    .mobilenone:not(.mobiles), .circile, .ustmenu a {
        display: none;
    }

    .header > div > div > div.logo:first-child {
        max-width: 120px;
    }
    .header > div > div > div:nth-child(2) {
        display: none;
    }
    .headitem,.bottomhead {
        width: 100%;
        position: relative;
    }
    .mimar .big {
        width: 100%;
        margin-left: 0;
        margin-top: var(--spacing);
    }
        .siziarayalim {
        margin: 0 auto;
        /* border-radius: 20px; */
        left: 5%;
        bottom: auto;
        right: auto;
        position: relative;
        margin: 25px auto;
        margin-bottom: var(--spacing4);
    }
    .twoblock > div .title h2 {
        font-size: 85px;
    }
    .flexspace > ul > li {
        width: 100%;
    }
    .location-marker .plus svg {
        width: 15px;
        height: 15px;
    }
    .tophead {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .bottomhead {padding: 25px;left: 0;margin: 0;margin-top: -1px;}

        .bottomhead h1 {

            font-size: 14px;

        }
    .mimar {
        margin-top: var(--spacing);
    }
    .twoblock > div .img {
        aspect-ratio: 1;
        margin-top: 15px;
    }

    .twoblock > div .konsept {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 25px 0 0 0;
        margin-left:5%;
        gap: 25px;
    }
        .twoblock > div .konsept > p {
            width: 100%;
            font-size: 15px        }
        .twoblock > div .konsept > div{width:100%}
    .smallmotto {
        margin-top: var(--spacing4);
        margin-bottom: 25px;
    }
    .bottomhead.img {     
        display: none;
    }
    
    .tophead.atop {
        margin: 0 auto
    }
    .tophead.light {
        padding-top: 35px;
    }
    .topheadbig > p, .topheadbig > p > b {
        font-size: 26px;
        line-height: 1.4;
    }
    .dron {
        overflow: hidden;
        aspect-ratio: 200 / 330
    }
    .Perpa {
        top: 54%;
        left: 23.4%;
    }
    .sisliMetro {
        top: 61.5%;
        left: 49.2%;
    }
    .zincirlikuyu {
        top: 47%;
        left: 78.5%;
    }
    .adliye {
        top: 44%;
        left: 55.7%;
    }
    .location-popup {
        padding: 13px;
        border-radius: 10px;
    }
    .dron > img {
        left: 36%;
        transform: translateX(-50%);

    }
    .padtop {
        margin-top: 35px;
    }
    .darpad {
        padding: 25px;
    }
    .galeryitem .slide-counter {
        bottom: auto;
        top: 10px;

    }
    .galeryitem .galeryhead {
    bottom: -54px;
}

        .galeryitem .galeryhead > ul{}
        .galeryitem .galeryhead > ul > li button {
            padding: 8px 6px;
        }
    .miniform .althead {
        flex-direction: column;
        margin-bottom: 25px;
        }
        .miniform .althead p {
            width: 100%;
        }
        .miniform .althead h2 {
            margin-top: 25px;
            text-align: left;
        }
    .miniform div:last-child {
        display: flex;
        flex-wrap: wrap;
    }
    .dtipi > div:first-child {
        letter-spacing: 0;
        width: 100%;
        margin-top:10px;
        font-size: 11px;
    }
    .miniform > div {
        margin-bottom: 20px;
    }
    footer .orta {
        margin-top: 25px;
    }
    footer .alt {
        margin-top: 20px;
        /* margin-bottom: 80px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
        footer .alt > div{width:100%; margin-bottom:15px;text-align: center;}
    .firma > a > img {
        width: 150px;
    }
    footer .alt > div:last-child a span{text-align:center}
    .itemic.darpad{padding:25px 0}
    .icortala {
        width: 100%;
    }
    .mobileex{display:none}
    .flexspace.darpad{padding: 0;width: 100%;        grid-template-columns: repeat(1, 1fr);
        gap: 20px;}
    .flexspace > ul > li .yazi .text {        
        font-size: 13px;
    }
    .homeform{width:90%;padding: var(--spacing) 0;}
    .form-control-checkbox__icon, .form-control-checkbox__label {
        font-size: 11px;
        line-height: 15px;
    }
    .streetAddress > p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 12px;
    max-width:240px;
}
    footer .orta a {
        font-size: 40PX;
        letter-spacing: 6px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .modelpopup > div .head > h1 {
        font-size: 15px;
    }
    .modelpopup > div .gorsel {
        text-align: center;
        width: 70%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

        .modelpopup > div .gorsel > img {
            width: 100%;
        }

    .modelpopup > div form .formbody {
        display: flex;
        gap: 12px;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
        .modelpopup > div form .formbody > div:first-child {            
            width: 100%;
            text-align: left;
        }
        .modelpopup > div form .formbody input {
            max-width: 100%;
            height: 42px;
        }
        .galeryitem{margin:25px 0;max-height: 110vh;/* aspect-ratio: 200/200; */overflow: inherit;margin-bottom: 65px;}
    .galery-1 .slick-arrow {
        width: 40px;
        height: 40px;
        background: rgb(0 0 0 / 36%) url(/assets/w-ok.svg) no-repeat center;
        background-size: 18px;
        backdrop-filter: blur(5px);
        right: 10px;
    }
        .galery-1 .slick-arrow.slick-prev {
            left:10px; right:auto
        }
    .galery-1 .slick-arrow:hover::after {
        border: 0px solid #b89581;
    }
    .loadingpage svg {
        max-width: 80vw 300px;
        width: 100%;
    }
    .loadingpage > div {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mobilephoneicon{display:block}
    .tour {
    margin-right: 10px;
}
    .tour img {}
    .header > div .arabut > div {
        font-size: 12px;
        letter-spacing: .5px;
        padding: 9px 10px;
    }
    .loadingpage, .main {
        background-size: 200%;
    }
    .header.fixed > div > div > div.logo:first-child {
        max-width: 120px;
    }

    /*slader full*/
    .main .slader {
        height: 90vh;
        padding-top: 0;
    }
    .carousel__slide__innerbg .altlogo{display:none}
    .carousel__slide__innerbg .ustlogo{
    width: 90%;
    bottom: 10%;
}
    .carousel__slide__innerbg .image.left .leftimg{width:100%; margin-left:0}
   
    .carousel__slide__innerbg .image {
        top: 0;
        width: 100%;
        height: 100%
    }
    .carousel__slide__innerbg .ustlogo > svg > g path {
        stroke-width: .75px;
    }
    .carousel__slide__innerbg .ustlogo.small > svg, .carousel__slide__innerbg .altlogo.small > svg, .carousel__slide__innerbg .ustlogo > svg, .carousel__slide__innerbg .altlogo > svg{width:100%}
        .carousel__slide__innerbg .ustlogo {
        width: 90%;
        bottom: 10%;
    }
    .mobiltop0{margin-top:0;padding-top: 0;}
    .cookie-consent > div > div {
        flex-direction: column;
    }
    .cookie-consent > div p {
        font-size: 12px;
        letter-spacing: 0px;
        line-height:1.4;
        margin-bottom:10px;
    }
    .cookie-ok {
        font-size: 11px;
        cursor: pointer;
        padding: 10px 15px;
    }
    .konuamgit {
        bottom: -20px;
    }
    .galery-1 .grdbgbottom{display:none}
    .flexspace .yazi{position:relative;opacity:1;margin-top: 13px;}
    .flexspace .yazi .icon,.bgdaire{display:none}
        .flexspace .yazi .text {
            opacity: 1;
            transition:none;
            padding-top: 0;
            z-index: 1;
            position:relative;
            font-weight: 300;
            font-size: 12px;
            line-height: 1.8;
            letter-spacing: 0;
        }
    .flexspace .title{position:relative;width: 100%;max-width: 90%;bottom: auto;margin-top: 25px;font-size: 17px;left: auto;}
    .flexspace .slick-arrow{top: 15%;}
    .flexspace .flexspace-item .item:hover .yazi .text{    padding-top: 0;}
    .flexresp{    aspect-ratio: 1920 / 1080;}
    .flexspace .slick-slide > div {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Gallery Popup Styles */
.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery-popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.popup-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10001;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.popup-prev, .popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10001;
}

.popup-prev {
    left: 30px;
}

.popup-next {
    right: 30px;
}

.popup-prev:hover, .popup-next:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.popup-image-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-image-container.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10002;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

#popup-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
    touch-action: pan-x pan-y pinch-zoom;
}

#popup-image.dragging {
    transition: none;
}

.popup-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    z-index: 10001;
}
.popup-counter span{color:#fff}
.popup-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.popup-image-container.loading .popup-loading {
    display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-top .div-item h1{margin-bottom:10px}
    .popup-container {
        padding: 10px;
    }
    
    .popup-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    
    .popup-prev, .popup-next {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .popup-prev {
        left: 10px;
    }
    
    .popup-next {
        right: 10px;
    }
    
    .popup-counter {
        bottom: 20px;
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .popup-image-container {
        max-width: 95%;
        max-height: 85%;
    }
    
    /* Mobile touch optimizations */
    #popup-image {
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
	.flexspace-item .item {aspect-ratio: inherit !important;display: flex;flex-direction: column;}
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .popup-prev, .popup-next {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .popup-close {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    
    .popup-counter {
        font-size: 12px;
        padding: 6px 12px;
    }
}