@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);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap);

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    margin: 0 -14px 0 0;
    padding: 0;
    z-index: -4;
    position: relative;
    min-height: 100%;
    font-size: 14px
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 15px;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: -4;
    touch-action: pan-y;
    margin-bottom: 60px
}
/* 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
    }

    .section1 {
        margin-top: 100px
    }
}

@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
    }
}

.section1 {
    margin-top: -124px
}

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

.section1:hover .text-box-new::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
}

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

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

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

.text-box-new {
    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;
    box-sizing: border-box;
    overflow: hidden
}

.text-box-new::after,
.text-box-new::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
}

.text-box-new::after {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-01_dcsjtp.svg?updatedAt=1762874083929);
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box-new::before {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-02_of5hqu.svg?updatedAt=1762874086319);
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 2
}

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

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

.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;
    box-sizing: border-box;
    overflow: hidden
}

.vertical-line {
    height: 70px;
    width: 3px;
    background-color: #fff
}

.divSpanHeader {
    position: absolute;
    top: 10px;
    left: 18%;
    display: flex;
    align-items: center;
    margin-top: 10px
}

.spanStyleHeader {
    color: #fff;
    font-size: 2.2em;
    font-weight: 600;
    margin-left: 2px;
    margin-top: 33px
}

.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
}

.text-box-sup::after {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-03_cpfsqd.svg?updatedAt=1762874085867);
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box-sup::before {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-04_mfhweq.svg?updatedAt=1762874084771);
    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-b {
    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;
    box-sizing: border-box;
    overflow: hidden
}

.text-box-b::after,
.text-box-b::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
}

.text-box-b::after {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-05_b3hdlq.svg?updatedAt=1762874086175);
    transform: rotateY(0deg);
    opacity: 1;
    z-index: 1
}

.text-box-b::before {
    background-image: url(https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store-06_iljrna.svg?updatedAt=1762874086312);
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 2
}

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

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

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

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

a:hover {
    color: currentColor
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill-opacity: 0;
    animation: draw 1s ease-out forwards, fill 1s 1s ease-out forwards;
    z-index: -1000
}

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

.deneme {
    width: 800px;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1000
}

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

.logo-line {
    width: 5px;
    height: 70px;
    background-color: #fff;
    margin: 0 15px
}

.c-store-text {
    padding-top: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif
}

.services-t {
    letter-spacing: .6px;
    font-size: 19px
}

.services-font {
    margin-top: -50px
}

.services-p {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500
}

.mobile-view.what-we-do .custom-row {
    margin-bottom: 30px
}

.mobile-view.what-we-do .custom-h5 {
    margin-top: 15px
}

.mobile-view.what-we-do .custom-svg {
    margin-bottom: 15px
}

.full-screen-image {
    height: calc(100vh - 130px);
    width: 100vw;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px
}

.img-hover-zoom {
    position: relative
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
    border-radius: 40px
}

a {
    text-decoration: none
}

a.no-underline {
    text-decoration: none
}

.logo-background {
    position: fixed;
    top: 40px;
    left: 50px;
    display: block;
    z-index: 10;
    transition: all 250ms linear
}

.logo-background img {
    height: 50px;
    width: auto;
    display: block
}

.logo {
    position: fixed;
    top: 30px;
    left: 20px;
    z-index: 100002;
    display: flex;
    align-items: center;
    height: 60px
}

.logo-img {
    height: 95px;
    height: auto
}

.logo img {
    height: 95px;
    width: auto;
    display: block
}

.MainTitle_Dark {
    font-size: 30px;
    font-weight: 700;
    color: #464749;
    text-transform: uppercase;
    margin-top: -60px;
    text-align: center
}

.img-hover-zoom img {
    width: 100%;
    transition: transform 0.5s ease;
    transform: scale(1);
    transform-origin: center center;
    overflow: hidden
}

.img-hover-zoom:hover img {
    transform: scale(1.03);
    overflow: hidden
}

a.myCustomLink:hover {
    color: currentColor
}

::-webkit-scrollbar {
    display: none
}

* {
    scrollbar-width: none
}

* {
    -ms-overflow-style: none
}

.partner-logo {
    max-width: 100%;
    height: auto
}

a:hover {
    color: currentColor
}

.carousel-text {
    content: '';
    position: absolute;
    top: 548px;
    left: 0;
    width: 38vw;
    height: 30%;
    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%)
}

a {
    text-decoration: none
}

a.no-underline {
    text-decoration: none
}

.col-md-6 {
    font-weight: 700
}

.col-md-6 p {
    margin-top: 50px
}

.whatwedosize {
    font-size: 100px;
    font-weight: 100000;
    color: #464749;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: .8
}

.whatwedoparag {
    font-size: 18px;
    margin-left: 100px;
    margin-top: -30px !important
}

.no-underline {
    text-decoration: none
}

.container-costum {
    top: -55px;
    height: 850px;
    overflow: hidden;
    z-index: 2;
    margin: auto;
    max-width: 1400px;
    padding-left: 0
}

.container-costum img {
    height: 750px;
    width: auto;
    object-fit: cover
}

.container-costum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(255 255 255 / .7), #fff0);
    z-index: 1
}

#mainTitleBlack {
    z-index: 1;
    color: #464749;
    transition: none
}

#mainTitleWhite {
    z-index: 3;
    color: #fff;
    transition: none
}

#whatWeDoSection .row {
    display: flex;
    align-items: center
}

.custom-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.text-box {
    position: absolute;
    top: 60%;
    left: 900px;
    transform: translate(0%, -50%);
    width: 520px;
    height: 612px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.svg-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover
}

.text-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    pointer-events: auto
}

.text-content-grey {
    position: relative;
    z-index: 1;
    top: -50px;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    box-sizing: border-box;
    pointer-events: auto
}

.img-hover-zoom:hover .text-box {
    right: 0
}

.text-box-build {
    position: absolute;
    top: 50%;
    left: 910px;
    transform: translate(0%, -50%);
    width: 520px;
    height: 520px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 2;
    pointer-events: none
}

.svg-background-build {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover
}

.text-content-build {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bolder;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    pointer-events: auto
}

.build-logo {
    width: 420px !important;
    margin-left: 10px !important;
    margin-top: -50px
}

.Paragraph-b {
    padding-left: 50px;
    padding-right: 55px;
    padding-bottom: 10px;
    margin-top: -15px
}

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

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

.fadeInUp {
    animation-name: fadeInUp
}

.text-box-supply {
    position: absolute;
    top: 0%;
    right: 95%;
    width: 525px;
    height: 525px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.svg-background-supply {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover
}

.text-content-supply {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    pointer-events: auto;
    padding: 20px 30px
}

.supply-logo {
    width: 420px !important;
    margin-top: -70px
}

.Paragraph-s {
    padding-left: 50px;
    padding-right: 40px;
    padding: -200px
}

.img-hover-zoom:hover .text-box-supply {
    left: 50
}

.container-fluid {
    padding-top: 130px
}

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

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

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

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

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

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

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

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

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

#mainTitleBlack,
#mainTitleWhite {
    font-size: 75px;
    margin-top: -210px
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

.partner-logo {
    width: 50%;
    height: auto
}

.social-icon {
    width: 50px;
    height: auto;
    margin: 5px
}

.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: #333;
    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%)
}

.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;
    z-index: 100;
    margin-top: -60px;
    margin-left: -25px
}

.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: #333;
    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 {
    padding: 0;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 20%;
    right: 25%
}

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

.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;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600
}

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

.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
}

#retail-dropdown,
#hospitality-dropdown {
    margin-bottom: 5px
}

#retail-dropdown-content,
#hospitality-dropdown-content {
    padding: 0;
    margin: 0
}

.dropdown-content {
    display: none;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out
}

.dropdown-content.show {
    display: contents;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-out
}

.dropdown-content a {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0
}

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

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

.btn-dark {
    color: #fff;
    background-color: #333
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto
}

.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
}

.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: #333;
    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: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

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

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

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

.row.custom-matterport-row {
    max-width: 55%;
    margin: 0 auto
}

.col-md-4.custom-matterport-col {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px
}

.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: #333;
    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: #333;
    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: #333;
    color: #fff;
    border: none;
    border-radius: 5px
}

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

.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
}

.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: 300px;
    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;
    width: 120px
}

.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
}

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

.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-2 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 300px;
    margin-bottom: 20px;
    color: #333
}

.services-title-3 {
    font-size: 1.2rem;
    font-weight: 600
}

@media (max-width:768px) {
    body {
        touch-action: pan-y;
        overflow-x: hidden;
        width: 100%
    }

    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

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

    .text-box-new.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-b.scrolled::after {
        transform: rotateY(180deg);
        opacity: 0
    }

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

    .vertical-line {
        display: none;
        height: 70px;
        width: 3px;
        background-color: #fff
    }

    .divSpanHeader {
        display: none;
        position: absolute;
        top: 0;
        left: 40%;
        display: flex;
        align-items: center;
        margin-top: 10px
    }

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

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

    .spanStyleHeader {
        display: none;
        color: #fff;
        font-size: 2.2em;
        font-weight: 400;
        margin-left: 2px;
        margin-top: 25px
    }

    .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: #333;
        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)
    }

    .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: #333;
        padding: 1rem 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 120px;
        z-index: 101
    }

    .carousel-text {
        display: none
    }

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

    #whatWeDoSection .d-flex {
        flex-direction: column;
        text-align: center
    }

    #whatWeDoSection .col-md-1,
    #whatWeDoSection .col-md-4,
    #whatWeDoSection .col-md-6 {
        width: 100%;
        margin-top: 20px
    }

    #Only_T {
        display: none;
        width: 100px;
        margin-top: 0
    }

    #mainTitleBlack,
    #mainTitleWhite {
        padding-left: 0;
        font-size: 50px;
        margin-left: 20px;
        margin-top: -310px
    }

    .footer-social-media {
        margin-left: 40px
    }

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

    .whatwedoparag {
        font-size: 16px;
        margin-top: -50px !important;
        padding: 25px;
        margin-left: -10px;
        color: #464749
    }

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

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

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

    .burger-menu {
        position: absolute;
        right: 50px
    }

    .mobile-view .section-container1 {
        margin-top: -550px !important
    }

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

    .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-3 {
        font-size: 16px;
        text-align: center
    }

    .left-arrow,
    .right-arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 40px;
        border: none;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        z-index: 5
    }

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

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

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

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

    .design-image {
        width: 100%;
        height: 300px;
        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-new {
        width: 100%;
        height: 101vw;
        margin: auto;
        margin-top: -20px !important
    }

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

    .partner-logo {
        height: 80px;
        width: auto
    }

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

    .text-box-new::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-01_jpbce3.svg?updatedAt=1762874083765')
    }

    .text-box-new::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-02_f3pm0d.svg?updatedAt=1762874084634')
    }

    .text-box-sup::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-03_dletcp.svg?updatedAt=1762874085842')
    }

    .text-box-sup::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-04_m0cenh.svg?updatedAt=1762874086234')
    }

    .text-box-b::after {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-05_llhyfl.svg?updatedAt=1762874086184')
    }

    .text-box-b::before {
        background-image: url('https://ik.imagekit.io/w6ym9axpg/Genel/Grocery-Store_Mobile-06_qf5j3t.svg?updatedAt=1762874085836')
    }

    .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
    }

    .footer-social-media {
        order: 1
    }

    .footer-links {
        order: 3
    }
}

@media (max-width:1400px) {
    .custom-container {
        max-width: 100%
    }
}