@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);

a:hover {
  color: currentColor
}
/* 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
  }
}

* {
  box-sizing: border-box
}

body {
  font-family: sans-serif
}

a {
  text-decoration: none
}

.card {
  background-color: #fff0;
  overflow: hidden;
  border-radius: 20px;
  border: #fff0;
  text-decoration: none
}

.card-body a,
.card-body a:link,
.card-body a:visited,
.card-body a:hover,
.card-body a:active {
  text-decoration: none !important;
  color: inherit;
  font-weight: 400
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  text-decoration: none
}

.card-body {
  padding: 10px;
  border: none;
  text-decoration: none !important;
  text-decoration: none
}

.card-body a {
  text-decoration: none !important;
  color: inherit;
  text-decoration: none !important;
  text-decoration: none
}

.card-body a:hover {
  font-weight: bold !important;
  text-decoration: none !important
}

.card-title {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 18px;
  color: #333
}

.flickity-button {
  margin-top: -50px;
  background-color: rgb(0 0 0 / .5)
}

.flickity-button-icon {
  fill: #fff
}

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

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

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

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

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

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

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

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
}

.img-hover-zoom {
  position: relative
}

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

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

.gallery-texts {
  text-align: left
}

.overlay-left,
.overlay-right {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 101%;
  height: 103%;
  border-radius: 40px;
  background-color: #fff0;
  transition: background-color 0.5s ease, left 0.5s ease, right 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none
}

.overlay-left {
  left: -100%
}

.overlay-right {
  right: -100%
}

.img-hover-zoom:hover .overlay-left {
  left: 0;
  background-color: rgb(33 33 33)
}

.img-hover-zoom:hover .overlay-right {
  right: 0;
  background-color: rgb(33 33 33)
}

.overlay-left ul,
.overlay-right ul {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: x-large
}

.overlay-left li,
.overlay-right li {
  margin: 5px 0;
  display: flex;
  align-items: center;
  flex-direction: column
}

.NumberSvg {
  height: 30px;
  margin-bottom: 10px
}

.btn-custom:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  overflow-x: hidden;
  color: #fff
}

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

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
}

@media screen and (max-width:480px) {

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    top: 40px;
    right: 35px
  }

  .nav ul {
    right: 0;
    left: 0;
    padding-right: 0;
    margin: 15px 20px
  }

  .nav {
    right: -100vw;
    width: 100vw;
    height: 100vh;
    transition: right 0.5s ease
  }

  .menu-icon:checked~.nav {
    right: 0
  }

  .nav ul li a {
    font-size: 4vh;
    text-align: center;
    width: 100%;
    margin: 15px 20px
  }
}

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

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

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

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

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

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

.highlighted-text {
  font-weight: 700
}

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

.ek-yazi {
  color: #fff0
}

.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;
  background: rgb(0 0 0 / .5);
  border-radius: 15px;
  padding: 20px 120px;
  max-width: 100%;
  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.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%)
}

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

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

.carousel-text-fetured {
  position: absolute;
  bottom: 5vw;
  left: 60vw;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  z-index: 6;
  opacity: 0
}

.carousel-text-wwd {
  position: absolute;
  bottom: 5vw;
  left: 30vw;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  z-index: 6;
  opacity: 0
}

.news-h1 {
  font-weight: 900;
  font-size: 100px
}

.carousel-text-costum {
  position: absolute;
  bottom: 3vw;
  left: 5vw;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  z-index: 6
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2px
}

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

.MainTitle_Dark_index {
  font-size: 70px;
  font-weight: 700;
  color: #464749;
  text-transform: uppercase;
  margin-top: -40px;
  margin-left: -25px
}

.img-hover-zoom {
  position: relative
}

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

.supply-container:hover .supply-title-line {
  width: 100%
}

.supply-title-line-container {
  width: 100%;
  height: 4px;
  background: #fff;
  margin-top: 5px;
  position: relative
}

.supply-title-line {
  display: block;
  width: 0;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s ease
}

.supply-container:hover .supply-paragraph {
  transition: font-weight 0.3s ease
}

.supply-paragraph {
  transition: font-weight 0.3s ease;
  font-weight: 700;
  text-align: left
}

.featured-projects-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden
}

.featured-projects-title {
  position: absolute;
  bottom: 10px;
  right: 0%;
  color: #fff;
  font-size: 100THpx;
  padding: 5px 10px;
  background-color: #fff0;
  animation: fadeIn 2s ease;
  white-space: nowrap
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden
}

.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease
}

.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.2)
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  opacity: 100
}

.SubTitle_Dark {
  font-size: 80px;
  font-weight: 700;
  color: #464749;
  text-transform: uppercase
}

.SubTitle_White {
  font-size: 6vh;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.Paragraph_Dark {
  color: #464749;
  font-weight: 400
}

.Paragraph_Dark_retail {
  color: #464749;
  margin-left: -25px;
  font-size: 15px
}

.Paragraph_White {
  color: #fff;
  font-size: 14px
}

.rotate-icon {
  transition: transform 0.3s ease
}

a:hover .rotate-icon {
  filter: brightness(80%)
}

.logos {
  margin-left: -35px;
  margin-top: -25px
}

.logos_hosp {
  margin-left: -35px;
  margin-top: 10px
}

a.myCustomLink:hover {
  color: currentColor
}

.MainTitle_Light {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.full-width-image {
  position: relative;
  text-align: right
}

.full-width-image .featured-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  background-color: rgb(0 0 0 / .5);
  padding: 5px
}

.full-width-image img {
  width: 100%;
  height: auto
}

.carousel-item img {
  border-radius: 30px;
  height: 100vh;
  width: 100vw
}

.carousel-indicators {
  list-style: none;
  filter: invert(100%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer
}

.carousel-indicators li.active {
  background-color: #007bff
}

.carousel-caption h5 {
  font-size: 1rem;
  color: #fff;
  transition: font-size 0.5s ease, color 0.5s ease
}

.carousel-caption h5.scrolled {
  font-size: 10rem;
  color: #000
}

.col-4 h5 {
  margin-top: 20px
}

::-webkit-scrollbar {
  display: none
}

* {
  scrollbar-width: none
}

* {
  -ms-overflow-style: none
}

.DoSlid {
  animation-name: slide;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

@keyframes slide {
  from {
    left: 100vw
  }

  to {
    left: 0vw
  }
}

.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

a:hover {
  color: currentColor
}

body {
  font-family: "Montserrat", sans-serif;
  touch-action: pan-y
}

html {
  font-size: 14px
}

@media (min-width:768px) {
  html {
    font-size: 16px
  }

  .navbar-top-stripe {
    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;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 160px;
    z-index: 101;
    max-width: 1440px;
    z-index: 10002;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 .1rem white, 0 0 0 .25rem #258cfb
}

html {
  position: relative;
  min-height: 100%
}

body {
  margin-bottom: 60px;
  touch-action: pan-y
}

.hide-scrollbar::-webkit-scrollbar {
  display: none
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.OverlayMenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 999000000000000000000;
  background: #464749
}

.DoSlid {
  animation-name: slide;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

@keyframes slide {
  from {
    left: 100vw
  }

  to {
    left: 0vw
  }
}

.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

a {
  text-decoration: none
}

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

.MainTitle_Light {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.MainTitle_Mobile_Dark {
  font-size: 10vw;
  font-weight: 700;
  color: #464749;
  text-transform: uppercase
}

.MainTitle_Mobile_Light {
  font-size: 10vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.SubTitle_Ligth {
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.Paragraph_Light {
  color: #fff
}

.MIIII {
  opacity: 0;
  transition: opacity 2s ease-in-out
}

.Color-Dark {
  color: #464749
}

.Color-Light {
  color: #fff
}

.WhatWeDoAnimation:hover text[name="svgNumver"] {
  fill: #000
}

.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden
}

.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease
}

.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.2)
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  opacity: 100
}

.toggle-checkbox {
  display: none
}

.toggle-label {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 40px
}

.bar {
  background-color: #f3f5ea;
  height: 2px;
  margin: 8px 0;
  transition: all 1s
}

#menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  transition: right 0.5s ease-in-out;
  z-index: 1
}

.phrase-container {
  position: absolute;
  width: 250px;
  height: 420px;
  top: 20%;
  right: 260px;
  overflow: hidden
}

.phrase-container-Mobile {
  position: absolute;
  width: 250px;
  height: 420px;
  top: 20%;
  right: 60px;
  overflow: hidden
}

.phrase {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 1s ease-in;
  font-size: xx-large;
  font-weight: 700
}

.toggle-checkbox:checked+.toggle-label+#menu {
  right: 0
}

.toggle-checkbox:checked+.toggle-label .top,
.toggle-checkbox:checked+.toggle-label .middle,
.toggle-checkbox:checked+.toggle-label .bottom {
  transition-delay: 0.5s
}

.toggle-checkbox:checked+.toggle-label .top {
  transform: rotate(45deg);
  margin-top: 10px;
  margin-bottom: -10px
}

.toggle-checkbox:checked+.toggle-label .middle {
  opacity: 0
}

.toggle-checkbox:checked+.toggle-label .bottom {
  transform: rotate(-45deg);
  margin-top: -10px;
  margin-bottom: 10px
}

.categories {
  text-align: center;
  margin-top: 30px
}

.category {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%
}

.sub-category {
  text-decoration: none;
  background: none;
  border: none;
  padding-bottom: 10px;
  cursor: pointer;
  color: #333;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-flex
}

.sub-categories {
  display: none;
  margin-top: 30px
}

.category.selected::after,
.sub-category.selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #333
}

.category::before,
.sub-category::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #333;
  transition: all 0.8s ease-in-out
}

.category:hover::before,
.sub-category:hover::before {
  width: 100%;
  left: 0
}

.content {
  margin-top: 100vh
}

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

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px
}

@keyframes lineGrow {
  from {
    width: 0
  }

  to {
    width: 160px
  }
}

line[name="lineUnderText"] {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease
}

.WhatWeDoAnimation:hover line[name="lineUnderText"] {
  animation: lineGrow 0.5s forwards
}

.WhatWeDoAnimation p {
  font-weight: 400;
  transition: font-weight 0.3s ease
}

.WhatWeDoAnimation:hover p {
  font-weight: 700
}

.WhatWeDoAnimation ul li {
  font-weight: 400;
  transition: font-weight 0.3s ease
}

.WhatWeDoAnimation:hover ul li {
  font-weight: 700
}

.build-icon {
  position: relative;
  top: -30px
}

.active-indicator {
  height: 3px;
  width: 80%;
  background-color: #464749;
  margin: 0 auto
}

.Design-icon {
  position: relative;
  top: -20px
}

.Supply-icon {
  position: relative;
  top: -20px
}

.grey-container {
  background-color: #333;
  padding: 20px;
  color: #fff;
  margin-right: -50px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 6;
  height: calc(100% - 100px)
}

.image-container {
  position: relative
}

.section {
  margin-bottom: 50px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.img-hover-zoom h5 {
  margin-top: 50px;
  overflow: hidden
}

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

.col-md-4 h1 {
  margin-top: 20px
}

.img-fluid-costum {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.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;
  position: relative;
  height: 85vh;
  overflow: hidden;
  z-index: 2;
  margin: auto;
  max-width: 1420px;
  padding-left: 10px
}

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

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.floating-text {
  position: absolute;
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px
}

.black-text {
  color: #464749;
  display: block;
  z-index: -1;
  bottom: 100px;
  left: 810px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 140px
}

.white-text {
  color: #fff;
  transition: visibility 0.1s linear;
  z-index: 0;
  bottom: 100px;
  left: 810px;
  transform: translateY(-50%);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 140px
}

.carousel-control-next-icon {
  background-image: url(./icons/right-arrow.png)
}

.carousel-control-prev-icon {
  background-image: url(./icons/left-arrow.png)
}

.carousel-control-next-icon-lux {
  background-image: url(./icons/right-arrow-lux.png)
}

.carousel-control-prev-icon-lux {
  background-image: url(./icons/left-arrow-lux.png)
}

.carousel-control-prev,
.carousel-control-next {
  color: #fff0;
  text-shadow: 0 1px 2px rgb(0 0 0 / .6);
  font-size: 24px
}

.carousel-control-prev-lux,
.carousel-control-next-lux {
  color: #fff0;
  text-shadow: 0 1px 2px rgb(0 0 0 / .6);
  font-size: 24px
}

.gray-background {
  background-color: #464749;
  padding-right: 0;
  padding-left: 0
}

.gray-background-wrapper {
  background-color: #464749;
  padding: 15px;
  display: flex
}

.hosp-fontsize {
  font-size: 75px
}

.yazi-rengi {
  color: #fff
}

.white-fade {
  transition: opacity 4s ease-out
}

#mainTitleBlack {
  z-index: 1;
  color: #464749;
  transition: opacity 0.1s
}

#mainTitleWhite {
  z-index: 3;
  color: #fff;
  transition: opacity 0.1s
}

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

.lower-build-icon {
  margin-top: 60px
}

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

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

.image-container-design {
  position: relative;
  width: 200px;
  height: 500px
}

.outline-image,
.fill-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease
}

.fill-image {
  opacity: 0
}

.hover-trigger:hover .fill-image {
  opacity: 1
}

.container-costum-wwd {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between
}

.image {
  width: 49%;
  height: 100%;
  object-fit: cover
}

.carousel-costum {
  margin-left: 25%;
  margin-right: 25%
}

.project-title {
  color: #fff0
}

.project-details .hidden-text {
  display: none;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555
}

.project-info {
  text-align: center;
  margin-bottom: 20px;
  transition: opacity 0.5s ease
}

.project-info h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px
}

.project-info h1 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px
}

.project-info p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666
}

.project-details .toggle-text {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.project-details .toggle-text i {
  margin-left: 5px;
  transition: transform 0.3s ease
}

.project-details .toggle-text.open i {
  transform: rotate(180deg)
}

.project-details .toggle-text.open+.hidden-text {
  display: block
}

.details-left,
.details-right {
  font-size: 1.2rem
}

.details-left p,
.details-right p {
  margin: 0
}

.details-right {
  text-align: right
}

.carousel-inner img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  padding: 10px
}

.carousel-indicators button {
  background-color: #666;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px
}

.carousel-indicators .active {
  background-color: #333
}

.custom-gallery-img {
  width: 150px;
  cursor: pointer;
  margin: 10px
}

.custom-carousel {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.custom-carousel-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1
}

.custom-carousel-content img {
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
  max-width: 100%
}

.custom-carousel-thumbnails {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 1000
}

.custom-carousel-thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid #fff0
}

.custom-carousel-thumbnail.selected {
  border-color: red
}

.custom-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1000
}

.custom-close:hover,
.custom-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer
}

.custom-prev,
.custom-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
  background-color: #fff0;
  z-index: 1000
}

.custom-prev:hover,
.custom-next:hover {
  color: #555
}

.custom-prev {
  left: 10px
}

.custom-next {
  right: 10px
}

.custom-carousel-description {
  position: absolute;
  bottom: 10px;
  left: 100px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  z-index: 1000
}

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

.text-box-grey {
  color: #333;
  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
}

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

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

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

.photo-design {
  border-radius: 40px
}

.photo-supply {
  border-radius: 40px
}

.photo-build {
  border-radius: 40px
}

.img-hover-zoom:hover .text-box-supply {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto
}

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

.main-content {
  padding-top: 90
}

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

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

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

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

.text-box-supply-wwd {
  position: absolute;
  top: 50%;
  right: -45%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 520px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #f7c973;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none
}

.text-box-wwd {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 520px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #73cac1;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none
}

.text-box-build-wwd {
  position: absolute;
  margin-bottom: auto;
  left: 239%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 512px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #f15f5e;
  color: #fff;
  padding: 50px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none
}

.wwd-index {
  font-size: 100px;
  margin-top: -10px
}

.paragraph-style {
  margin-top: 80px;
  margin-left: 80px;
  font-size: 18px
}

.design_icon_design {
  width: 200px
}

.icon-design {
  width: 150px;
  background-color: #73cac1
}

.icons-hight {
  width: 150px
}

.icon-supply {
  width: 150px;
  background-color: #f7c973
}

.icon-build {
  width: 150px;
  background-color: #f15f5e
}

.build-icon-son {
  position: relative;
  top: -30px
}

.design-icon-son {
  position: relative;
  top: -30px
}

.supply-icon-son {
  position: relative;
  top: -30px
}

.d_icon_wwd {
  width: 300px;
  padding-left: 40px
}

.s_icon_wwd {
  width: 300px;
  padding-right: 38px
}

#mainTitleBlack,
#mainTitleWhite {
  font-size: 75px;
  margin-top: -150px;
  padding-right: 270px
}

.desktop-view {
  display: block
}

.mobile-view {
  display: none
}

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

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

.border-start {
  border-left: 2px solid #ccc
}

.border-end {
  border-right: 2px solid #ccc
}

.larger-logo {
  width: 80%;
  height: auto
}

.MainTitle_Dark-lux {
  font-size: 70px;
  font-weight: 700;
  color: #6d6555;
  text-transform: uppercase;
  margin-top: -130px !important;
  margin-left: -25px
}

.Paragraph_lux {
  color: #6d6555;
  font-size: 14px
}

.full-width-image-lux {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden
}

.full-width-image-lux img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.luxury-text-black {
  font-family: "KUNSTLER";
  font-size: 54px;
  color: #6d6555;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle
}

.carousel-text-fetured-lux {
  font-family: "KUNSTLER";
  position: absolute;
  bottom: 1vw;
  left: 30vw;
  font-size: 15vw;
  text-align: left;
  z-index: 6;
  opacity: 0;
  color: #e1d8c5;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle
}

.animated-lux {
  opacity: 0;
  transform: translateY(-20px)
}

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

.btn-dark-lux {
  color: #fff;
  background-color: #6d6555
}

.logo-container {
  position: relative;
  text-align: center;
  margin-top: 10px
}

.logo-container .powered-by {
  font-size: 18px;
  color: #000;
  font-weight: 400
}

.logo-container img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto
}

.bottom-font {
  font-weight: 400;
  display: block;
  padding: 5px;
  margin-bottom: 3px
}

.border-top {
  border-top: 3px solid #333
}

.lux-photo-container {
  position: relative;
  width: 80%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto
}

.lux-photo {
  overflow: hidden;
  width: 100%
}

.lux-photo-track {
  display: flex;
  transition: transform 0.5s ease-in-out
}

.lux-photo-item {
  min-width: 33.33%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center
}

.lux-photo-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 40px
}

.lux-photo-btn {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 24px;
  color: #000;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2
}

.lux-photo-btn:hover {
  background-color: #fff0
}

.prev-slide {
  left: -60px
}

.next-slide {
  right: -60px
}

.view-all-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px
}

.view-all-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #6d6555;
  text-decoration: none;
  color: #fff;
  font-weight: 400
}

.view-all-btn:hover {
  background-color: #e1d8c5;
  color: #000;
  font-weight: 400
}

.bottom-font {
  font-weight: 400;
  display: block;
  padding: 5px;
  margin-bottom: 3px
}

.gallery {
  background: #fff
}

.gallery-cell {
  width: 33%;
  margin-right: 10px;
  background: #fff
}

.baslik {
  margin-left: 350px;
  font-size: 50px;
  font-weight: 700;
  color: #464749
}

@media (max-width:768px) {
  .baslik {
    margin-left: 0;
    font-size: 24px;
    text-align: center;
    padding: 10px 0
  }

  main {
    padding: 15px
  }

  .container {
    margin-top: 20px;
    padding: 10px
  }

  .text-uppercase {
    margin-left: 0;
    font-size: 28px;
    text-align: center
  }

  .gallery {
    margin: 0 auto;
    max-width: 100%
  }

  .gallery-cell {
    width: 100%;
    margin-bottom: 20px
  }

  .card {
    margin: 0 auto;
    max-width: 90%;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1)
  }

  .card img {
    width: 100%;
    height: auto
  }

  .card-title {
    font-size: 18px;
    text-align: center;
    padding: 10px
  }

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

  .c-store-text {
    display: none
  }

  .logo-line {
    display: none
  }

  .carousel-text {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    z-index: 6
  }

  .text-box-size {
    font-weight: 400
  }

  .news-h1 {
    font-size: 50px;
    text-align: center
  }

  .news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .news-image img {
    width: 100%;
    height: auto
  }

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

  .news-caption {
    font-size: 3vw;
    text-align: center;
    margin-top: 10px
  }

  .news-text {
    padding: 10px;
    font-size: 4vw;
    text-align: left
  }

  .form-control {
    width: 100%;
    margin-bottom: 15px
  }

  .btn {
    width: 100%
  }

  .text-end {
    text-align: center !important
  }

  .larger-logo {
    width: 50%
  }

  .border-start,
  .border-end {
    border: none
  }

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

  .desktop-view {
    display: none !important
  }

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

  .mobile-view {
    display: block !important
  }

  .logo-background,
  .logo {
    top: 15px;
    left: 15px
  }

  .logo-background img,
  .logo img {
    height: 80px
  }

  .col-md-12 {
    text-align: center
  }

  .mobile-spacing {
    margin-top: 100px
  }

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

  .btn-custom:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    overflow-x: hidden;
    color: #fff
  }

  #Only_T {
    display: none
  }

  .carousel-text {
    font-size: 3vw;
    bottom: 5vw;
    left: 5vw;
    line-height: 1.2;
    text-align: left
  }

  .carousel-item {
    width: 100vw;
    height: 100vh
  }

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

  .design-container,
  .supply-container,
  .build-container {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    order: 2
  }

  .design-title-line-container,
  .supply-title-line-container,
  .build-title-line-container {
    margin: 10px auto;
    display: block;
    width: 50%
  }

  .design-paragraph,
  .supply-paragraph,
  .build-paragraph {
    font-size: 14px
  }

  .design-container img,
  .supply-container img,
  .build-container img,
  .design-title-line,
  .supply-title-line,
  .build-title-line,
  .design-paragraph,
  .supply-paragraph,
  .build-paragraph {
    margin-left: auto;
    margin-right: auto;
    display: block
  }

  .supply-container .col-md-12 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .supply-container img {
    width: 120px;
    margin-bottom: 10px
  }

  .supply-container .SubTitle_Dark,
  .supply-container .Paragraph_Dark {
    margin: 0
  }

  .supply-title-line-container {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px
  }

  .col-md-6 {
    width: 100%;
    margin-bottom: 20px
  }

  .col-md-3 {
    width: 100%;
    margin-bottom: 5px
  }

  .col-md-9 {
    width: 100%
  }

  .rotate-icon {
    max-width: 50px;
    margin: auto;
    display: block
  }

  .MainTitle_Light {
    font-size: 10px
  }

  .carousel-costum {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden
  }

  .carousel-costum .slides {
    width: 100%
  }

  .carousel-costum .slide-image img {
    width: 100%;
    height: auto
  }

  .text-box {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    top: 47%;
    left: 900px;
    background-color: #73cac1;
    color: #fff;
    padding: 20px;
    pointer-events: none;
    z-index: 2
  }

  .text-box-grey {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    top: 47%;
    left: 900px;
    background-color: #333;
    color: #fff;
    padding: 20px;
    pointer-events: none;
    z-index: 2
  }

  .text-box-supply {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    background-color: #f7c973;
    color: #fff;
    top: 0%;
    right: 98%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding: 20px;
    opacity: 1;
    pointer-events: none
  }

  .text-box-build {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    border-radius: 15px !important;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    top: 50%;
    left: 910px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background-color: #f15f5e;
    color: #fff;
    padding: 20px;
    opacity: 1;
    pointer-events: none;
    z-index: 2
  }

  .img-hover-zoom {
    width: 100%
  }

  .img-hover-zoom img {
    width: 100%;
    height: auto
  }

  .wwd-index {
    font-size: 50px;
    margin-top: -30px
  }

  .logos,
  .logos_hosp {
    margin: 5px auto;
    display: block
  }

  .MainTitle_Dark_index,
  .Paragraph_Dark_retail,
  .col-md-6 a,
  .col-md-9,
  .col-md-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 5px auto
  }

  .MainTitle_Dark_index {
    font-size: 50px;
    margin-top: 10px
  }

  .custom-paragraph-h {
    text-align: left;
    padding-right: 0;
    margin-left: -180px;
    padding-left: 10px
  }

  .Paragraph_Dark_retail {
    font-size: 14px;
    margin: 10px 0
  }

  .MainTitle_Dark {
    margin-top: 30px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto;
    padding-left: 30px;
    font-size: 24px;
    text-align: center
  }

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

  .custom-container .row .col-md-6 {
    margin-top: 20px
  }

  .custom-container .row .col-md-6 p {
    font-size: 14px;
    margin-top: 0
  }

  .paragraph-style {
    margin-top: 80px;
    margin-left: 0;
    font-size: 18px
  }

  .design_icon_design {
    width: 130px;
    float: right
  }

  .image-container-design {
    display: none
  }

  .icon-design,
  .icon-supply,
  .icon-build {
    width: 100px;
    margin: 0 auto
  }

  .row.justify-content-center>div {
    flex: 0 0 auto
  }

  .ozel-sayfa #mainTitleWhite {
    display: none
  }

  .text-box-wwd,
  .text-box-supply-wwd,
  .text-box-build-wwd {
    position: static;
    width: 100%;
    height: 320px;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    opacity: 1;
    pointer-events: auto;
    transform: none
  }

  .whatwedoparag {
    padding-left: 10px;
    margin-left: 10px;
    text-align: left;
    margin-top: 40px !important
  }

  .carousel-text {
    font-size: 25px
  }

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

  .border-start {
    border-left: 2px solid #ccc
  }

  .border-end {
    border-right: 2px solid #ccc
  }

  .larger-logo {
    width: 80%;
    height: auto
  }

  .container-costum-wwd {
    flex-direction: column
  }

  .right {
    display: none
  }

  .left {
    width: 100%;
    max-width: 100%
  }

  .custom-carousel-thumbnails {
    display: none
  }

  .custom-carousel-description {
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: translateX(-50%);
    color: #000;
    font-size: 20px;
    z-index: 1000;
    transform: rotate(0deg);
    transform-origin: initial
  }

  .custom-prev,
  .custom-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    background-color: #fff0;
    z-index: 1000
  }

  .custom-carousel-content img {
    object-fit: contain
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    top: 60px;
    right: 60px
  }

  .nav ul {
    padding-left: 0
  }

  .nav ul li {
    text-align: left
  }

  .nav {
    right: -120vw;
    width: 120vw;
    height: 120vh;
    transition: right 0.5s ease
  }

  .menu-icon:checked~.nav {
    right: 0
  }

  .nav ul li a {
    font-size: 4vh;
    text-align: left;
    top: -100px;
    left: 50px;
    width: 100%;
    margin: 15px 20px
  }

  .container.mt-5 {
    max-width: 95vw;
    padding: 0 2.5vw
  }

  .form-control {
    width: 100%
  }

  .carousel-text {
    font-size: 4vw;
    bottom: 5vw;
    left: 5vw;
    line-height: 1.2;
    text-align: left
  }

  .text-box,
  .text-box-build,
  .text-box-supply,
  .text-box-grey {
    position: static;
    width: 100%;
    height: 320px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease, transform 0.9s ease
  }

  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }

  .custom-paragraph {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 28px
  }

  .lux-photo-item {
    min-width: 100%;
    padding: 10px
  }

  .lux-photo-item p {
    font-size: 12px
  }

  .lux-photo-btn {
    font-size: 18px
  }

  .prev-slide {
    left: -30px
  }

  .next-slide {
    right: -30px
  }

  .container {
    width: 100%;
    padding: 0 10px
  }

  .form-control {
    width: 100%;
    margin-bottom: 15px
  }

  .grey-container {
    margin-left: 0;
    margin-right: 0
  }

  .image-container img {
    width: 100%;
    height: auto
  }

  .text-center {
    text-align: center
  }

  .social-icon {
    width: 40px;
    height: auto
  }

  .larger-logo {
    width: 70%
  }

  .paragraph-style {
    padding-left: 10px;
    padding-right: 10px
  }

  .mt-5,
  .my-5 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .mt-4,
  .my-4 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .mt-2,
  .my-2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pt-5,
  .py-5 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .pt-4,
  .py-4 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .pt-2,
  .py-2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .grey-container h1,
  .grey-container h6,
  .grey-container p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
  }

  .grey-container {
    padding-left: 10px;
    padding-right: 10px
  }

  .form-control {
    margin-bottom: 15px
  }

  .btn {
    width: 100%
  }

  .text-end {
    text-align: center !important
  }

  .text-box {
    margin-top: 0
  }

  .text-box-supply {
    margin-top: 20px
  }

  .svg-background {
    width: 50px;
    height: auto
  }

  .text-content-grey,
  .text-content-supply {
    text-align: left
  }

  .text-content-grey {
    margin-top: 50px
  }

  .text-content-supply {
    margin-top: 0
  }

  @media screen and (min-width:769px) and (max-width:1024px) {

    .logo-background,
    .logo {
      top: 60px;
      left: 30px
    }

    .logo-background img,
    .logo img {
      height: 40px
    }

    .carousel-text {
      font-size: 4vw;
      bottom: 5vw;
      left: 5vw;
      line-height: 1.2;
      text-align: left
    }
  }
}

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

.popup-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1000
}

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

.popup-form-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .5)
}

.popup-form-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1);
  position: relative
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  color: #333
}

.close-button:hover {
  color: #000
}

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

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

.services-title-2 {
  font-size: 2rem;
  margin-bottom: 20px
}

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

.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;
  z-index: 1000;
  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
}

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

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

.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: 10px
}

.footer-links-grid a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  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
  }

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

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

  .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: -50px;
    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: 40px;
    margin-left: 30px
  }

  .whatwedoparag {
    font-size: 16px;
    margin-top: 10px;
    padding: 25px;
    margin-left: -10px
  }

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

  .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: 100vw;
    margin: auto
  }

  .text-box-sup {
    width: 100%;
    height: 100vw;
    margin: 0 auto
  }

  .text-box-b {
    width: 100%;
    height: 100vw;
    padding: 15px;
    margin: 0 auto
  }

  .text-box-new::after {
    background-image: url('../Grocery-Store\ Mobile-01.svg')
  }

  .text-box-new::before {
    background-image: url('../Grocery-Store\ Mobile-02.svg')
  }

  .text-box-sup::after {
    background-image: url('../Grocery-Store\ Mobile-03.svg')
  }

  .text-box-sup::before {
    background-image: url('../Grocery-Store\ Mobile-04.svg')
  }

  .text-box-b::after {
    background-image: url('../Grocery-Store\ Mobile-05.svg')
  }

  .text-box-b::before {
    background-image: url('../Grocery-Store\ Mobile-06.svg')
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    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: #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-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:768px) {
  .carousel-item img {
    height: 200px
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 10%
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px
  }
}