@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,800;0,900;1,200;1,400;1,600;1,800;1,900&display=swap);

body,
html {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    width: 100%;
    text-decoration: none
}
/* TV Optimizasyonu - Tüm Çözünürlükler */

/* Full HD TV (1920x1080) */
@media screen and (min-width: 1920px) and (max-width: 2559px) and (aspect-ratio: 16/9) {
    body {
        zoom: 1.3;
    }
}

/* 2K/QHD TV (2560x1440) */
@media screen and (min-width: 2560px) and (max-width: 3839px) and (aspect-ratio: 16/9) {
    body {
        zoom: 1.6;
    }
}

/* 4K TV (3840x2160) */
@media screen and (min-width: 3840px) and (max-width: 5119px) and (aspect-ratio: 16/9) {
    body {
        zoom: 2.0;
    }
}

/* 5K TV (5120x2880) */
@media screen and (min-width: 5120px) and (max-width: 7679px) and (aspect-ratio: 16/9) {
    body {
        zoom: 2.4;
    }
}

/* 8K TV (7680x4320) */
@media screen and (min-width: 7680px) and (aspect-ratio: 16/9) {
    body {
        zoom: 3.2;
    }
}

/* Ultra Wide TV'ler için */
@media screen and (min-width: 3440px) and (aspect-ratio: 21/9) {
    body {
        zoom: 1.8;
    }
    
    .container {
        max-width: 2000px; /* Ultra wide için daha geniş */
    }
}

/* TV için genel iyileştirmeler */
@media screen and (min-width: 1920px) and (aspect-ratio: 16/9) {
    /* Minimum dokunma alanları TV kumandası için */
    .burger-menu {
        width: 50px;
        height: 50px;
    }
    
    .burger-menu div {
        height: 4px;
        width: 40px;
    }
    
    /* Yazılar daha net görünsün */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Animasyonlar daha yavaş TV için */
    * {
        transition-duration: 0.4s !important;
    }
}
@media only screen and (min-width:2235px) and (max-width:2245px) and (min-height:1255px) and (max-height:1265px) {
    body {
        zoom: 1.3
    }

    .design-section-2 {
        margin-top: 120px
    }
}

@media only screen and (min-width:2044px) and (max-width:2052px) and (min-height:1147px) and (max-height:1157px) {
    body {
        zoom: 1.15
    }

    .design-section-2 {
        margin-top: 120px
    }
}

@media only screen and (min-width:2555px) and (max-width:2565px) and (min-height:1435px) and (max-height:1445px) {
    body {
        zoom: 1.5
    }

    .design-section-2 {
        margin-top: 120px
    }
}

@media only screen and (min-width:3195px) and (max-width:3205px) and (min-height:1795px) and (max-height:1805px) {
    body {
        zoom: 1.85
    }

    .design-section-2 {
        margin-top: 120px
    }
}

@media only screen and (min-width:1435px) and (max-width:1445px) and (min-height:895px) and (max-height:905px) {
    body {
        zoom: .85
    }

    .design-section-2 {
        margin-top: 120px
    }
}

@media only screen and (min-width:2297px) and (max-width:2307px) and (min-height:1435px) and (max-height:1445px) {
    body {
        zoom: 1.4
    }

    .design-section-2 {
        margin-top: 120px
    }
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

section {
    height: auto;
    min-height: 87vh
}

#fullpage {
    height: 100vh;
    overflow: visible;
    width: 100%
}

.section-container,
.image-container,
.text-box {
    overflow: visible;
    height: auto
}

::-webkit-scrollbar {
    display: none
}

* Firefox için */ * {
    scrollbar-width: none
}

* {
    -ms-overflow-style: none
}

@media only screen and (min-width:2240px) and (max-width:2240px) and (min-height:1260px) and (max-height:1260px) {
    body {
        zoom: 1.25
    }

    .design-section-2 {
        margin-top: -200px
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease-in-out
}

.fade-in-visible {
    opacity: 1
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

a {
    text-decoration: none;
    color: inherit
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none
}

.container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin-top: 120px;
    width: 100%;
    max-width: 1440px
}

.section-container:hover .text-box::after {
    transform: rotateY(180deg);
    opacity: 0;
    transition-delay: 1.0s
}

.section-container:hover .text-box::before {
    transform: rotateY(0deg);
    opacity: 1;
    transition-delay: 1.0s
}

.section-container-reverse:hover .text-box-sup::after {
    transform: rotateY(180deg);
    opacity: 0;
    transition-delay: 1.0s
}

.section-container-reverse:hover .text-box-sup::before {
    transform: rotateY(0deg);
    opacity: 1;
    transition-delay: 1.0s
}

.denek:hover .text-box-build::after {
    transform: rotateY(180deg);
    opacity: 0;
    transition-delay: 1.0s
}

.denek:hover .text-box-build::before {
    transform: rotateY(0deg);
    opacity: 1;
    transition-delay: 1.0s
}

.navbar-custom {
    clip-path: polygon(97.807% 62.917%, 2.307% 100%, 2.307% 100%, 1.935% 99.684%, 1.581% 98.503%, 1.251% 96.529%, .948% 93.833%, .679% 90.487%, .448% 86.561%, .259% 82.126%, .118% 77.255%, .03% 72.018%, 0% 66.486%, 0% 0%, 100% 0%, 100% 29.403%, 100% 29.403%, 99.972% 34.74%, 99.889% 39.814%, 99.757% 44.56%, 99.579% 48.908%, 99.361% 52.793%, 99.106% 56.147%, 98.818% 58.904%, 98.503% 60.996%, 98.165% 62.356%, 97.807% 62.917%);
    background-color: #6d6555;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    z-index: 101;
    max-width: 1440px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgb(255 255 255 / .7), #fff0);
    z-index: 1;
    pointer-events: none
}

.carousel-4-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px
}

.carousel-4-inner {
    width: 100%;
    height: 100%
}

.carousel-4-item {
    display: none;
    width: 100%;
    height: auto
}

.carousel-4-item.active {
    display: block
}

.carousel-5-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px
}

.carousel-5-inner {
    width: 100%;
    height: 100%
}

.carousel-5-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%
}

.carousel-5-item {
    min-width: 100%;
    transition: transform 0.5s ease-in-out
}

.carousel-5-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.carousel-5-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: rgb(255 255 255 / .5);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.carousel-5-indicators .indicator.active {
    background-color: #fff
}

.carousel-6-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px
}

.carousel-6-inner {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out
}

.carousel-6-item {
    min-width: 100%
}

.carousel-6-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.carousel-6-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: rgb(255 255 255 / .5);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.carousel-6-indicators .indicator.active {
    background-color: #fff
}

.burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    z-index: 102
}

.burger-menu div {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.navbar-custom .logo img {
    height: 95px;
    width: auto;
    margin-left: -9px;
    z-index: 100
}

.navbar-custom .burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    margin-top: -40px;
    z-index: 100;
    transition: transform 0.3s ease
}

.navbar-custom .burger-menu div {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 100
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #6d6555;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease;
    z-index: 100
}

.fullscreen-menu nav {
    width: auto;
    text-align: left;
    margin-right: 20px
}

.fullscreen-menu.open {
    right: 0;
    transition: right 0.5s ease-in-out
}

.fullscreen-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 20%;
    right: 25%
}

.fullscreen-menu ul li {
    display: block;
    margin-bottom: 20px
}

.fullscreen-menu ul li a {
    text-transform: uppercase;
    text-align: left;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    transition: color 0.3s;
    font-weight: 600
}

.fullscreen-menu ul li a:hover {
    font-weight: bolder
}

.burger-menu.open div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.burger-menu.open div:nth-child(2) {
    opacity: 0
}

.burger-menu.open div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.burger-menu.open div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center
}

.burger-menu.open div:nth-child(1),
.burger-menu.open div:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg)
}

.burger-menu.open div:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg)
}

.burger-menu.open div:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.burger-menu,
.navbar-custom .logo {
    position: relative;
    z-index: 102
}

.dropdown-content {
    display: none;
    flex-direction: column;
    margin-top: 10px
}

.dropdown-content a {
    font-size: 20px;
    padding-left: 20px
}

.dropdown.active .dropdown-content {
    display: flex
}

.fullscreen-menu ul li .dropbtn {
    margin-bottom: 10px
}

.content {
    width: 100%
}

.carousel {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    border-radius: 40px;
    margin-top: -50px
}

.carousel-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.carousel-inner {
    width: 100%;
    height: 100%
}

.carousel-item {
    width: 100%;
    height: 800px;
    overflow: hidden;
    transition: transform 0.5s ease
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#wwd {
    margin-top: 20vh
}

.carousel-text-enter {
    animation: textEnter 0.5s ease forwards
}

.carousel-text-exit {
    animation: textExit 0.5s ease forwards
}

.highlighted-text {
    font-weight: 700;
    font-size: 2.99vw
}

.carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    z-index: 6;
    padding: 20px 40px;
    max-width: 50%;
    border-radius: 15px
}

.carousel-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38vw;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: -1;
    border-radius: 15px;
    clip-path: polygon(100% 55.205%, 100% 11.441%, 100% 11.441%, 99.951% 9.585%, 99.808% 7.825%, 99.58% 6.183%, 99.275% 4.684%, 98.899% 3.351%, 98.461% 2.207%, 97.968% 1.277%, 97.429% .583%, 96.85% .15%, 96.24% 0%, 3.76% 0%, 3.15% .15%, 2.571% .583%, 2.032% 1.277%, 1.539% 2.207%, 1.101% 3.351%, .725% 4.684%, .42% 6.183%, .192% 7.825%, .049% 9.585%, 0% 11.441%, 0% 88.559%, 0% 88.559%, .057% 90.564%, .222% 92.449%, .485% 94.187%, .835% 95.75%, 1.262% 97.111%, 1.757% 98.243%, 2.308% 99.117%, 2.906% 99.706%, 3.54% 99.983%, 4.201% 99.92%, 96.682% 66.565%, 96.682% 66.565%, 97.234% 66.238%, 97.753% 65.679%, 98.233% 64.907%, 98.667% 63.942%, 99.05% 62.804%, 99.376% 61.513%, 99.64% 60.087%, 99.835% 58.548%, 99.957% 56.914%, 99.999% 55.205%)
}

.alt-yazi {
    font-size: 2.7rem
}

.ek-yazi {
    color: #fff0
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.carousel-text-exit {
    animation: slideRight 0.5s ease forwards
}

.carousel-text-enter {
    animation: slideIn 0.5s ease forwards
}

.services-row {
    margin-top: 0
}

.services-title {
    font-size: 5rem;
    font-weight: 700;
    color: #6d6555;
    text-transform: uppercase;
    text-align: center
}

.services-title-2 {
    font-size: 3rem;
    font-weight: 700;
    color: #6d6555;
    text-transform: uppercase;
    text-align: center
}

.services-row-2 {
    margin-top: 100px
}

.section-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
    max-width: 1600px;
    margin: 0 auto
}

.image-container {
    flex: 1;
    position: relative;
    max-width: 70%
}

.design-image {
    width: 100%;
    height: auto;
    border-radius: 15px
}

.text-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    height: 520px;
    width: 520px;
    max-width: 100%;
    z-index: 1;
    margin-left: -5%;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    backface-visibility: hidden;
    background-image: none
}

.text-box::after,
.text-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.6s ease-in-out;
    backface-visibility: hidden
}

.text-box::after {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Luxury/D_-_S_-_B_with_text-01-lux_ai9btb.svg?updatedAt=1762874096149');
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box::before {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text-02-lux_orfhp6.svg?updatedAt=1762874086246');
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 2
}

.text-box:hover::after {
    transform: rotateY(180deg);
    opacity: 0
}

.text-box:hover::before {
    transform: rotateY(0deg);
    opacity: 1
}

.Paragraph {
    color: #fff
}

.section-container-reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
    max-width: 1600px;
    text-decoration: none;
    margin: 0 auto
}

.text-box-reverse {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    padding: 20px;
    background-color: #f7c973;
    clip-path: polygon(79.376% 97.025%, 24.077% 99.973%, 24.077% 99.973%, 21.073% 99.893%, 18.195% 99.352%, 15.482% 98.384%, 12.975% 97.023%, 10.712% 95.306%, 8.733% 93.267%, 7.077% 90.94%, 5.784% 88.362%, 4.893% 85.566%, 4.444% 82.588%, .048% 20.046%, .048% 20.046%, .108% 16.685%, .738% 13.492%, 1.886% 10.517%, 3.502% 7.812%, 5.535% 5.427%, 7.933% 3.411%, 10.647% 1.816%, 13.625% .693%, 16.817% .091%, 20.171% .06%, 82.797% 5.061%, 82.797% 5.061%, 85.747% 5.534%, 88.514% 6.443%, 91.064% 7.749%, 93.363% 9.414%, 95.376% 11.398%, 97.071% 13.661%, 98.411% 16.166%, 99.365% 18.873%, 99.896% 21.742%, 99.973% 24.736%, 97.043% 79.329%, 97.043% 79.329%, 96.681% 82.132%, 95.924% 84.79%, 94.802% 87.269%, 93.348% 89.539%, 91.593% 91.569%, 89.566% 93.328%, 87.3% 94.784%, 84.826% 95.906%, 82.174% 96.663%, 79.376% 97.025%);
    border-radius: 15px;
    height: 32rem;
    width: auto;
    z-index: 1;
    max-width: 35%;
    box-sizing: border-box;
    margin-right: -5%
}

.section-container:hover .text-box::after {
    transform: rotateY(180deg);
    opacity: 0
}

.section-container:hover .text-box::before {
    transform: rotateY(0deg);
    opacity: 1
}

.section-container-reverse:hover .text-box-sup::after {
    transform: rotateY(180deg);
    opacity: 0
}

.section-container-reverse:hover .text-box-sup::before {
    transform: rotateY(0deg);
    opacity: 1
}

.denek:hover .text-box-build::after {
    transform: rotateY(180deg);
    opacity: 0
}

.denek:hover .text-box-build::before {
    transform: rotateY(0deg);
    opacity: 1
}

.image-container-reverse {
    flex: 1;
    position: relative;
    max-width: 70%;
    text-decoration: none
}

.design-image-reverse {
    width: 100%;
    height: auto;
    text-decoration: none;
    border-radius: 15px
}

.text-box-sup {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    height: 520px;
    width: 520px;
    max-width: 100%;
    z-index: 1;
    margin-right: -5%;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    backface-visibility: hidden;
    background-image: none
}

.text-box-sup::after,
.text-box-sup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.6s ease-in-out;
    backface-visibility: hidden
}

.text-box-sup::after {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Luxury/D_-_S_-_B_with_text-03-lux_dm623z.svg?updatedAt=1762874096164');
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box-sup::before {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text-04-lux_nfqlfg.svg?updatedAt=1762874085853');
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 2
}

.text-box-sup:hover::after {
    transform: rotateY(180deg);
    opacity: 0
}

.text-box-sup:hover::before {
    transform: rotateY(0deg);
    opacity: 1
}

.text-box-build {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    height: 520px;
    width: 520px;
    max-width: 100%;
    z-index: 1;
    margin-left: -5%;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    backface-visibility: hidden;
    background-image: none
}

.text-box-build::after,
.text-box-build::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.6s ease-in-out;
    backface-visibility: hidden
}

.text-box-build::after {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Luxury/D_-_S_-_B_with_text-05-lux_ytljp0.svg?updatedAt=1762874098003');
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box-build::before {
    background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text-06-lux_czs8rj.svg?updatedAt=1762874085935');
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 2
}

.text-box-build:hover::after {
    transform: rotateY(180deg);
    opacity: 0
}

.text-box-build:hover::before {
    transform: rotateY(0deg);
    opacity: 1
}

.section-container-retail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 200%;
    padding: 40px 0;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.large-image-container-retail {
    flex: 2;
    max-height: 600px;
    width: 150%;
    position: relative;
    z-index: 1;
    margin-right: -170px;
    clip-path: polygon(96.198% 100%, 3.799% 100%, 3.799% 100%, 3.183% 99.933%, 2.598% 99.74%, 2.053% 99.43%, 1.555% 99.015%, 1.113% 98.504%, .733% 97.909%, .424% 97.24%, .194% 96.507%, .05% 95.721%, 0% 94.892%, 0% 5.108%, 0% 5.108%, .05% 4.279%, .194% 3.493%, .424% 2.76%, .733% 2.091%, 1.113% 1.496%, 1.555% .985%, 2.053% .57%, 2.598% .26%, 3.183% .067%, 3.799% 0%, 72.256% 0%, 72.256% 0%, 72.731% .04%, 73.192% .157%, 73.633% .347%, 74.052% .607%, 74.442% .931%, 74.801% 1.316%, 75.124% 1.758%, 75.406% 2.252%, 75.643% 2.795%, 75.832% 3.383%, 99.774% 93.168%, 99.774% 93.168%, 99.96% 94.167%, 99.995% 95.156%, 99.89% 96.11%, 99.656% 97.009%, 99.304% 97.83%, 98.848% 98.552%, 98.297% 99.151%, 97.664% 99.607%, 96.961% 99.897%, 96.198% 99.998%)
}

.large-image-retail {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center
}

.small-images-container-retail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 2;
    transform: translateX(-20px)
}

.image-item {
    position: relative;
    z-index: 3
}

.image-item:first-child {
    transform: translateX(-13px)translateY(-5px);
    width: 757.47px;
    height: 373px
}

.image-item:nth-child(2) {
    transform: translateX(-200px) translateY(25px);
    width: 615.81px;
    height: 373px;
    position: relative;
    left: 133px
}

.small-image-retail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.small-image-1 {
    clip-path: polygon(96.227% 0%, 3.776% 0%, 3.776% 0%, 3.018% .157%, 2.319% .605%, 1.69% 1.309%, 1.143% 2.236%, .69% 3.351%, .341% 4.621%, .109% 6.011%, .005% 7.487%, .04% 9.014%, .226% 10.56%, 14.688% 94.776%, 14.688% 94.776%, 14.875% 95.683%, 15.111% 96.522%, 15.391% 97.286%, 15.711% 97.968%, 16.068% 98.563%, 16.455% 99.064%, 16.871% 99.464%, 17.309% 99.758%, 17.766% 99.938%, 18.238% 100%, 96.227% 100%, 96.227% 100%, 96.839% 99.897%, 97.42% 99.598%, 97.961% 99.119%, 98.455% 98.477%, 98.895% 97.688%, 99.272% 96.769%, 99.579% 95.735%, 99.808% 94.602%, 99.951% 93.388%, 100% 92.108%, 100% 7.892%, 100% 7.892%, 99.951% 6.612%, 99.808% 5.398%, 99.579% 4.265%, 99.272% 3.231%, 98.895% 2.312%, 98.455% 1.523%, 97.961% .881%, 97.42% .402%, 96.839% .103%, 96.227% 0%);
    rotate: -0.9deg
}

.small-image-2 {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(22.49% 100%, 95.347% 100%, 95.347% 100%, 96.102% 99.897%, 96.818% 99.598%, 97.485% 99.119%, 98.095% 98.477%, 98.637% 97.688%, 99.102% 96.769%, 99.481% 95.735%, 99.763% 94.602%, 99.939% 93.388%, 100% 92.108%, 100% 7.892%, 100% 7.892%, 99.939% 6.612%, 99.763% 5.398%, 99.481% 4.265%, 99.102% 3.231%, 98.637% 2.312%, 98.095% 1.523%, 97.485% .881%, 96.818% .402%, 96.102% .103%, 95.347% 0%, 4.656% 0%, 4.656% 0%, 3.721% .157%, 2.859% .605%, 2.084% 1.309%, 1.41% 2.236%, .851% 3.351%, .421% 4.621%, .135% 6.011%, .006% 7.487%, .049% 9.014%, .278% 10.56%, 18.112% 94.776%, 18.112% 94.776%, 18.343% 95.683%, 18.634% 96.522%, 18.98% 97.286%, 19.375% 97.968%, 19.814% 98.563%, 20.292% 99.064%, 20.804% 99.464%, 21.345% 99.758%, 21.909% 99.938%, 22.49% 100%);
    rotate: -0.7deg
}

.retail-text-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -180px
}

.retail-title {
    margin-top: 50px;
    font-size: 4.2rem;
    font-weight: 700;
    transform: translateX(50px) translateY(10px);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 0
}

.retail-title::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 142%;
    transform: translate(-50%, -50%);
    width: 918.99px;
    height: 159.9px;
    background: #333;
    clip-path: polygon(95.757% 99.732%, 4.239% 100%, 4.239% 100%, 3.551% 99.717%, 2.899% 98.899%, 2.291% 97.59%, 1.735% 95.834%, 1.241% 93.676%, .818% 91.159%, .473% 88.33%, .216% 85.231%, .055% 81.908%, 0% 78.404%, 0% 21.871%, 0% 21.871%, .055% 18.367%, .216% 15.043%, .473% 11.944%, .818% 9.113%, 1.241% 6.596%, 1.735% 4.437%, 2.291% 2.68%, 2.899% 1.37%, 3.551% .551%, 4.239% .268%, 91.77% 0%, 91.77% 0%, 92.3% .169%, 92.814% .663%, 93.306% 1.466%, 93.773% 2.561%, 94.209% 3.931%, 94.609% 5.558%, 94.969% 7.425%, 95.284% 9.515%, 95.55% 11.811%, 95.76% 14.297%, 99.747% 70.837%, 99.747% 70.837%, 99.956% 75.067%, 99.995% 79.248%, 99.878% 83.287%, 99.617% 87.091%, 99.225% 90.566%, 98.716% 93.619%, 98.101% 96.156%, 97.395% 98.084%, 96.609% 99.309%, 95.757% 99.738%);
    z-index: -1
}

.retail-paragraph {
    font-size: 1.2rem;
    color: #464749;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 40px
}

.large-image-container-retail {
    position: relative;
    overflow: hidden
}

.overlay-text {
    position: absolute;
    transform: rotate(-90deg);
    top: 50%;
    left: 100%;
    white-space: nowrap;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    z-index: 10;
    transition: left 0.5s ease-in-out, background 0.5s ease-in-out
}

.overlay-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -150%;
    transform: translateY(-50%);
    width: 100vh;
    height: 150%;
    background: rgb(0 0 0 / .5);
    z-index: -1
}

.large-image-container-retail .overlay-text {
    left: -100%;
    top: 45%;
    left: -60px
}

.small-images-container-retail .overlay-text {
    right: -100%;
    top: 35%;
    left: auto;
    transform: rotate(-90deg);
    transition: right 0.5s ease-in-out, background 0.5s ease-in-out;
    right: -50px
}

.retail-title .first-letter {
    font-size: 7rem;
    display: inline-block;
    vertical-align: baseline
}

.section-container-hospitality {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding: 40px 0;
    max-width: 1440px;
    margin: 0 auto;
    gap: 10px;
    position: relative;
    margin-top: 60px
}

.large-image-container-hospitality {
    flex: 2;
    height: 530px;
    max-width: 712.51px;
    position: relative;
    z-index: 1;
    clip-path: polygon(96.198% 100%, 3.799% 100%, 3.799% 100%, 3.183% 99.933%, 2.598% 99.74%, 2.053% 99.43%, 1.555% 99.015%, 1.113% 98.504%, .733% 97.909%, .424% 97.24%, .194% 96.507%, .05% 95.721%, 0% 94.892%, 0% 5.108%, 0% 5.108%, .05% 4.279%, .194% 3.493%, .424% 2.76%, .733% 2.091%, 1.113% 1.496%, 1.555% .985%, 2.053% .57%, 2.598% .26%, 3.183% .067%, 3.799% 0%, 72.256% 0%, 72.256% 0%, 72.731% .04%, 73.192% .157%, 73.633% .347%, 74.052% .607%, 74.442% .931%, 74.801% 1.316%, 75.124% 1.758%, 75.406% 2.252%, 75.643% 2.795%, 75.832% 3.383%, 99.774% 93.168%, 99.774% 93.168%, 99.96% 94.167%, 99.995% 95.156%, 99.89% 96.11%, 99.656% 97.009%, 99.304% 97.83%, 98.848% 98.552%, 98.297% 99.151%, 97.664% 99.607%, 96.961% 99.897%, 96.198% 99.998%)
}

.large-image-hospitality {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.large-image-container-hospitality:first-child {
    z-index: 2;
    left: 50px;
    width: 845px;
    height: 510px;
    transform: translateY(-70px) scale(1.13) translateX(5px);
    box-shadow: -20px 0 30px rgb(0 0 0 / .5)
}

.large-image-container-hospitality:last-child {
    clip-path: polygon(100% 81.04%, 99.992% 3.755%, 99.992% 3.755%, 99.942% 3.146%, 99.799% 2.568%, 99.571% 2.029%, 99.264% 1.537%, 98.887% 1.1%, 98.447% .724%, 97.953% .419%, 97.411% .191%, 96.831% .049%, 96.219% 0%, 3.775% 0%, 3.775% 0%, 3.018% .075%, 2.319% .288%, 1.69% .623%, 1.143% 1.064%, .69% 1.594%, .341% 2.198%, .109% 2.86%, .005% 3.562%, .04% 4.288%, .226% 5.024%, 33.596% 97.515%, 33.596% 97.515%, 33.783% 97.946%, 34.019% 98.346%, 34.299% 98.709%, 34.619% 99.034%, 34.976% 99.316%, 35.363% 99.555%, 35.779% 99.745%, 36.217% 99.885%, 36.674% 99.971%, 37.145% 100%, 96.222% 100%, 96.222% 100%, 96.834% 99.951%, 97.414% 99.809%, 97.955% 99.581%, 98.45% 99.276%, 98.889% 98.9%, 99.267% 98.463%, 99.573% 97.971%, 99.802% 97.432%, 99.945% 96.854%, 99.994% 96.245%, 99.994% 81.223%, 99.994% 81.223%, 99.995% 81.205%, 99.996% 81.187%, 99.997% 81.168%, 99.997% 81.15%, 99.998% 81.132%, 99.998% 81.113%, 99.998% 81.095%, 99.998% 81.077%, 99.999% 81.059%, 99.999% 81.04%);
    width: 810px;
    height: 700px;
    rotate: 0.2deg;
    z-index: 1;
    transform: scale(1.1)translateX(-160px) translateY(25px)
}

.hospitality-text-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -160px;
    margin-bottom: 80px
}

.hospitality-title {
    font-size: 4.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transform: translateX(50px) translateY(10px)
}

.hospitality-title .first-letter {
    font-size: 8rem;
    display: inline-block;
    vertical-align: baseline
}

.hospitality-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 73.5%;
    transform: translate(-50%, -50%);
    width: 870px;
    height: 178px;
    background: #333;
    clip-path: polygon(95.757% 99.732%, 4.239% 100%, 4.239% 100%, 3.551% 99.717%, 2.899% 98.899%, 2.291% 97.59%, 1.735% 95.834%, 1.241% 93.676%, .818% 91.159%, .473% 88.33%, .216% 85.231%, .055% 81.908%, 0% 78.404%, 0% 21.871%, 0% 21.871%, .055% 18.367%, .216% 15.043%, .473% 11.944%, .818% 9.113%, 1.241% 6.596%, 1.735% 4.437%, 2.291% 2.68%, 2.899% 1.37%, 3.551% .551%, 4.239% .268%, 91.77% 0%, 91.77% 0%, 92.3% .169%, 92.814% .663%, 93.306% 1.466%, 93.773% 2.561%, 94.209% 3.931%, 94.609% 5.558%, 94.969% 7.425%, 95.284% 9.515%, 95.55% 11.811%, 95.76% 14.297%, 99.747% 70.837%, 99.747% 70.837%, 99.956% 75.067%, 99.995% 79.248%, 99.878% 83.287%, 99.617% 87.091%, 99.225% 90.566%, 98.716% 93.619%, 98.101% 96.156%, 97.395% 98.084%, 96.609% 99.309%, 95.757% 99.738%);
    z-index: -1
}

.hospitality-paragraph {
    font-size: 1.2rem;
    color: #464749;
    font-weight: 700;
    display: inline-block;
    margin-top: -20px;
    vertical-align: top
}

.large-image-container-hospitality .vertical-text-left {
    position: absolute;
    bottom: 200px;
    transform: rotate(-90deg);
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    white-space: nowrap;
    transition: opacity 0.5s ease;
    opacity: 1
}

.large-image-container-hospitality .vertical-text-right {
    position: absolute;
    bottom: 380px;
    transform: rotate(-90deg);
    font-size: 2.5rem;
    letter-spacing: 3px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: opacity 0.5s ease;
    opacity: 1
}

.large-image-container-hospitality .vertical-text-left {
    left: -20px
}

.large-image-container-hospitality .vertical-text-right {
    right: -80px
}

.large-image-container-hospitality .vertical-text-left::after {
    content: '';
    position: absolute;
    top: 30%;
    left: -170%;
    transform: translateY(-50%);
    width: 1000px;
    height: 100px;
    background: rgb(0 0 0 / .7);
    z-index: -1
}

.large-image-container-hospitality .vertical-text-right::after {
    content: '';
    position: absolute;
    top: 80%;
    left: -120%;
    transform: translateY(-50%);
    width: 900px;
    height: 100px;
    background: rgb(0 0 0 / .7);
    z-index: -1
}

.large-image-container-hospitality:hover .vertical-text-left,
.large-image-container-hospitality:hover .vertical-text-right {
    opacity: 1
}

.third-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.polygon-branding {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 200px;
    background-color: #333;
    clip-path: polygon(54.429% 100%, 12.202% 100%, 12.202% 100%, 10.223% 99.951%, 8.345% 99.81%, 6.595% 99.583%, 4.996% 99.28%, 3.574% 98.906%, 2.354% 98.471%, 1.362% 97.982%, .622% 97.446%, .16% 96.872%, 0% 96.266%, 0% 3.734%, 0% 3.734%, .16% 3.128%, .622% 2.554%, 1.362% 2.018%, 2.354% 1.529%, 3.574% 1.094%, 4.996% .72%, 6.595% .417%, 8.345% .19%, 10.223% .049%, 12.202% 0%, 87.798% 0%, 87.798% 0%, 89.925% .056%, 91.926% .219%, 93.772% .477%, 95.435% .822%, 96.885% 1.243%, 98.094% 1.73%, 99.031% 2.273%, 99.669% 2.863%, 99.977% 3.49%, 99.928% 4.143%, 66.558% 96.676%, 66.558% 96.676%, 66.222% 97.229%, 65.633% 97.748%, 64.815% 98.228%, 63.788% 98.663%, 62.573% 99.048%, 61.192% 99.375%, 59.665% 99.64%, 58.015% 99.836%, 56.263% 99.958%, 54.429% 100%);
    z-index: 20;
    transform-origin: left;
    transform: scaleX(1.6)
}

.branding-text {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    margin-right: 50px;
    z-index: 20;
    transform: rotate(180deg) scaleX(.666);
    text-align: center
}

.app-carousel-container {
    position: relative;
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.app-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    width: 100%;
    height: 100%;
    position: relative
}

.app-carousel-item {
    width: 550px;
    height: 750px;
    background-color: coral;
    margin: 0 15px;
    border-radius: 10px;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    box-shadow: 0 10px 30px rgb(0 0 0 / .3);
    overflow: hidden
}

.app-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.app-carousel-item:nth-child(1) {
    transform: translateX(-300px) scale(.8) rotateY(15deg);
    z-index: 1;
    opacity: .5
}

.app-carousel-item:nth-child(2) {
    transform: translateX(-150px) scale(.9) rotateY(10deg);
    z-index: 2;
    opacity: .7
}

.app-carousel-item:nth-child(3) {
    transform: translateX(0) scale(1) rotateY(0deg);
    z-index: 3;
    opacity: 1
}

.app-carousel-item:nth-child(4) {
    transform: translateX(150px) scale(.9) rotateY(-10deg);
    z-index: 2;
    opacity: .7
}

.app-carousel-item:nth-child(5) {
    transform: translateX(300px) scale(.8) rotateY(-15deg);
    z-index: 1;
    opacity: .5
}

#prevBtn,
#nextBtn {
    background-color: #fff0;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #333;
    outline: none;
    border: none
}

#prevBtn {
    left: 20px
}

#nextBtn {
    right: 20px
}

#prevBtn:hover,
#nextBtn:hover {
    color: #333
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    height: 800px
}

.grid-item {
    background-color: #f8f9fa;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    aspect-ratio: 5 / 1
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel {
    background-color: #fff0;
    color: #fff;
    width: 100%;
    height: 100%
}

.gallery {
    grid-column: span 2;
    grid-row: span 1;
    background-color: #6d6555;
    border-radius: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 100px
}

.gallery h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.contact-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    max-height: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .3);
    display: none;
    z-index: 1000;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.contact-popup.open {
    display: block;
    transform: translateY(0);
    opacity: 1
}

.popup-header {
    background-color: #6d6555;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-radius: 10px 10px 0 0
}

.close-popup-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.contact-popup-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #6d6555;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999
}

.contact-form {
    padding: 20px
}

.contact-form .form-row {
    margin-bottom: 10px
}

.contact-form .form-input,
.contact-form .form-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.contact-form .btn {
    width: 100%;
    padding: 10px;
    background-color: #6d6555;
    color: #fff;
    border: none;
    border-radius: 5px
}

.contact-popup.hidden {
    opacity: 0;
    transform: translateY(100%);
    display: none
}

.animated {
    opacity: 0;
    transform: translateY(-20px);
    animation-duration: 0.6s;
    animation-fill-mode: both
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.zoom-on-hover {
    overflow: hidden;
    position: relative
}

.zoom-on-hover img {
    transition: transform 0.5s ease
}

.zoom-on-hover:hover img {
    transform: scale(1.1)
}

.image-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.radius {
    border-radius: 15px
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes fill {
    to {
        fill-opacity: 1
    }
}

#logo-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
    z-index: 1000;
    width: 200px;
    height: auto
}

#logo-loader.hide {
    opacity: 0;
    transition: opacity 1s ease
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

.branding-header {
    text-align: center;
    margin-bottom: 20px
}

.branding-header h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center
}

.mobile-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
    margin: 0 auto;
    border-radius: 25px
}

.mobile-carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.mobile-carousel-item {
    min-width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    background-color: #333;
    color: #fff;
    border-radius: 25px
}

.carousel-20-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px
}

.section9 {
    height: 100vh;
    margin-top: -350px
}

.carousel-20-row {
    display: flex;
    transition: transform 0.5s ease;
    width: calc(100% - 100px);
    justify-content: center;
    position: relative
}

.carousel-20-item {
    flex: 1;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center
}

.carousel-20-item iframe {
    width: 100%;
    height: 250px;
    border-radius: 40px
}

.button-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.button-container button {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 40px;
    margin-top: 20px
}

.button-container button:hover {
    background-color: #555
}

.left-arrow,
.right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    padding: 10px;
    background: none
}

.left-arrow {
    left: 0;
    top: 160px;
    border: none
}

.right-arrow {
    right: 0;
    top: 160px;
    border: none
}

.left-arrow::before,
.right-arrow::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid
}

.left-arrow::before {
    border-width: 10px 15px 10px 0;
    border-color: #fff0 #333 #fff0 #fff0
}

.right-arrow::before {
    border-width: 10px 0 10px 15px;
    border-color: #fff0 #fff0 #fff0 #333
}

.services-title-3 {
    font-size: 1rem;
    font-weight: 700
}

.design-carousel-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px
}

.design-carousel-inner {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out
}

.design-carousel-item {
    min-width: 100%
}

.design-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.design-carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: rgb(255 255 255 / .5);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.design-carousel-indicators .indicator.active {
    background-color: #fff
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
    max-width: 1200px;
    margin: 10px 10px 10px 10px;
    gap: 160px
}

.footer-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ccc
}

.footer-social-media,
.footer-logo,
.footer-links {
    flex: 1
}

.footer-social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin-right: 50px
}

.footer-social-media p {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px
}

.social-icons a img {
    width: 40px;
    height: 40px
}

.footer-logo {
    text-align: center;
    margin: 0 50px;
    margin-left: -20px
}

.footer-logo img {
    width: 250px;
    height: auto
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
    margin-left: 50px
}

.footer-links h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 15px
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links ul li {
    margin-bottom: 10px
}

.footer-links ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 600
}

.footer-links ul li a:hover {
    text-decoration: underline
}

.site-footer {
    clip-path: polygon(97.807% 62.917%, 2.307% 100%, 2.307% 100%, 1.935% 99.684%, 1.581% 98.503%, 1.251% 96.529%, .948% 93.833%, .679% 90.487%, .448% 86.561%, .259% 82.126%, .118% 77.255%, .03% 72.018%, 0% 66.486%, 0% 0%, 100% 0%, 100% 29.403%, 100% 29.403%, 99.972% 34.74%, 99.889% 39.814%, 99.757% 44.56%, 99.579% 48.908%, 99.361% 52.793%, 99.106% 56.147%, 98.818% 58.904%, 98.503% 60.996%, 98.165% 62.356%, 97.807% 62.917%);
    background-color: #6d6555;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    max-width: 1440px;
    margin: 0 auto;
    transform: scaleY(-1) scaleX(-1)
}

.footer-text {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    transform: scaleY(-1) scaleX(-1);
    text-align: center
}

.footer-social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center
}

.social-icon-link {
    margin: 0 10px
}

.footer-links {
    text-align: left;
    max-width: 300px;
    margin: 0 auto
}

.footer-links h3 {
    margin-bottom: 10px
}

.footer-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.footer-links-grid a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 600
}

@media (max-width:768px) {
    .carousel-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 1px;
        width: 100%;
        margin-bottom: -80px;
        margin-top: 200px
    }

    .carousel-wrapper:last-of-type {
        margin-top: -80px;
        padding-bottom: 0
    }

    .grid-item {
        width: 100vw;
        height: 220px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgb(0 0 0 / .1);
        margin-bottom: 0
    }

    .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px
    }

    .gallery {
        grid-column: span 2;
        grid-row: span 1;
        background-color: #6d6555;
        border-radius: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        padding: 0;
        margin-top: 100px
    }

    .gallery-title {
        width: 100%;
        text-align: center;
        margin-bottom: 0
    }

    .gallery h2 {
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        margin: 0
    }

    .gallery-title h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

    .text-box.scrolled::after {
        transform: rotateY(180deg);
        opacity: 0
    }

    .text-box.scrolled::before {
        transform: rotateY(0deg);
        opacity: 1
    }

    .text-box-sup.scrolled::after {
        transform: rotateY(180deg);
        opacity: 0
    }

    .text-box-sup.scrolled::before {
        transform: rotateY(0deg);
        opacity: 1
    }

    .text-box-build.scrolled::after {
        transform: rotateY(180deg);
        opacity: 0
    }

    .text-box-build.scrolled::before {
        transform: rotateY(0deg);
        opacity: 1
    }

    .carousel-20-container {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden
    }

    .section9 {
        margin-top: -100px
    }

    .carousel-20-row {
        display: flex;
        transition: transform 0.5s ease;
        width: 100%
    }

    .carousel-20-item {
        min-width: 100%;
        box-sizing: border-box;
        transform: translateX(-50%)
    }

    .carousel-20-item iframe {
        width: 100%;
        height: 250px
    }

    .services-title-2 {
        font-size: 2rem;
        font-weight: 700;
        color: #6d6555;
        text-transform: uppercase;
        text-align: center
    }

    .services-title-3 {
        font-size: 16px;
        text-align: center
    }

    .left-arrow,
    .right-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgb(0 0 0 / .6);
        border-radius: 50%;
        border: none;
        color: #fff;
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 5;
        box-shadow: 0 4px 6px rgb(0 0 0 / .3);
        transition: background-color 0.3s ease
    }

    .left-arrow:hover,
    .right-arrow:hover {
        background-color: rgb(0 0 0 / .8)
    }

    .left-arrow {
        left: 10px;
        top: 140px
    }

    .right-arrow {
        right: 10px;
        top: 140px
    }

    .left-arrow::before,
    .right-arrow::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid
    }

    .left-arrow::before {
        border-width: 10px 15px 10px 0;
        border-color: #fff0 #fff #fff0 #fff0
    }

    .right-arrow::before {
        border-width: 10px 0 10px 15px;
        border-color: #fff0 #fff0 #fff0 #fff
    }

    .section-container {
        flex-direction: column;
        align-items: center
    }

    .carousel-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 65vw;
        height: 100%;
        background: rgb(0 0 0 / .5);
        z-index: -1;
        border-radius: 15px;
        clip-path: polygon(100% 55.205%, 100% 11.441%, 100% 11.441%, 99.951% 9.585%, 99.808% 7.825%, 99.58% 6.183%, 99.275% 4.684%, 98.899% 3.351%, 98.461% 2.207%, 97.968% 1.277%, 97.429% .583%, 96.85% .15%, 96.24% 0%, 3.76% 0%, 3.15% .15%, 2.571% .583%, 2.032% 1.277%, 1.539% 2.207%, 1.101% 3.351%, .725% 4.684%, .42% 6.183%, .192% 7.825%, .049% 9.585%, 0% 11.441%, 0% 88.559%, 0% 88.559%, .057% 90.564%, .222% 92.449%, .485% 94.187%, .835% 95.75%, 1.262% 97.111%, 1.757% 98.243%, 2.308% 99.117%, 2.906% 99.706%, 3.54% 99.983%, 4.201% 99.92%, 96.682% 66.565%, 96.682% 66.565%, 97.234% 66.238%, 97.753% 65.679%, 98.233% 64.907%, 98.667% 63.942%, 99.05% 62.804%, 99.376% 61.513%, 99.64% 60.087%, 99.835% 58.548%, 99.957% 56.914%, 99.999% 55.205%)
    }

    .highlighted-text {
        font-weight: 700;
        font-size: 40px
    }

    .alt-yazi {
        font-size: 1.2rem
    }

    .navbar-custom {
        clip-path: polygon(96.106% 64.634%, 4.103% 99.516%, 4.103% 99.516%, 3.442% 99.419%, 2.813% 99.054%, 2.225% 98.442%, 1.687% 97.605%, 1.208% 96.566%, .797% 95.347%, .461% 93.97%, .211% 92.457%, .054% 90.831%, 0% 89.113%, 0% .482%, 100% .482%, 100% 54.231%, 100% 54.231%, 99.949% 55.889%, 99.803% 57.465%, 99.568% 58.938%, 99.253% 60.288%, 98.865% 61.493%, 98.412% 62.533%, 97.902% 63.388%, 97.343% 64.037%, 96.741% 64.459%, 96.106% 64.634%);
        top: -2px;
        background-color: #6d6555;
        padding: 1rem 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 120px;
        z-index: 101
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center
    }

    .footer-social-media,
    .footer-logo,
    .footer-links {
        margin-bottom: 20px
    }

    .site-footer {
        clip-path: polygon(96.106% 64.634%, 4.103% 99.516%, 4.103% 99.516%, 3.442% 99.419%, 2.813% 99.054%, 2.225% 98.442%, 1.687% 97.605%, 1.208% 96.566%, .797% 95.347%, .461% 93.97%, .211% 92.457%, .054% 90.831%, 0% 89.113%, 0% .482%, 100% .482%, 100% 54.231%, 100% 54.231%, 99.949% 55.889%, 99.803% 57.465%, 99.568% 58.938%, 99.253% 60.288%, 98.865% 61.493%, 98.412% 62.533%, 97.902% 63.388%, 97.343% 64.037%, 96.741% 64.459%, 96.106% 64.634%);
        background-color: #6d6555;
        padding: 1rem 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 120px;
        max-width: 1440px;
        margin: 0 auto;
        transform: scaleY(-1) scaleX(-1)
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer-social-media,
    .footer-links,
    .footer-logo {
        width: 100%;
        margin-bottom: 60px
    }

    .footer-links ul {
        padding: 0;
        margin-left: -90px;
        margin-top: -20px
    }

    .footer-links ul li {
        list-style: none;
        margin-top: 0
    }

    .footer-logo {
        order: 2;
        margin-left: 40px
    }

    .footer-social-media {
        order: 1
    }

    .footer-links {
        order: 3
    }

    .footer-links-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-left: 20px
    }

    .footer-links-grid a {
        text-decoration: none;
        color: inherit;
        font-size: 14px;
        font-weight: 600
    }

    .footer-links h3 {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .carousel-text {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        font-size: 3vw;
        font-weight: 400;
        line-height: 1.7;
        text-align: left;
        z-index: 6;
        padding: 20px 20px;
        max-width: 90%;
        border-radius: 15px
    }

    .navbar-custom .logo img {
        height: 60px;
        width: auto;
        margin-top: -20px;
        z-index: 100
    }

    .carousel-item {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        transition: transform 0.5s ease
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .services-title {
        font-size: 3rem;
        font-weight: 700;
        color: #6d6555;
        text-transform: uppercase;
        text-align: center
    }

    .section-container {
        flex-direction: column;
        align-items: center
    }

    .image-container {
        max-width: 100%;
        margin-bottom: 20px
    }

    .design-image {
        width: 100%;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .design-image-reverse {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .text-box {
        width: 100%;
        height: 101vw;
        margin: auto;
        margin-top: -20px !important
    }

    .text-box-sup {
        width: 100%;
        height: 101vw;
        margin-top: -20px !important;
        margin: auto
    }

    .text-box-build {
        width: 100%;
        height: 101vw;
        margin-top: -20px !important;
        margin: auto
    }

    .text-box::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-01-lux_grrr8v.svg?updatedAt=1762874083922')
    }

    .text-box::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-02-lux_mx1guq.svg?updatedAt=1762874086036')
    }

    .text-box-sup::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-03-lux_adhntj.svg?updatedAt=1762874083866')
    }

    .text-box-sup::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-04-lux_buiyai.svg?updatedAt=1762874083892')
    }

    .text-box-build::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-05-lux_d7zohc.svg?updatedAt=1762874085859')
    }

    .text-box-build::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/D_-_S_-_B_with_text_For_Mob-06-lux_efrjzc.svg?updatedAt=1762874085848')
    }
}