@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;
  }
}
@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: 0.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;
  }
}
.build-box {
  background-color: #6d6555;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 20px;
  color: #fff;
}
.build-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.build-icon {
  width: 100px;
  height: 100px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.build-title {
  font-size: 34px;
  font-weight: 700;
  margin-right: 10px;
}
.build-description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
a:hover {
  color: currentColor;
}
a {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none;
}
::-webkit-scrollbar {
  display: none;
}
* {
  scrollbar-width: none;
}
* {
  -ms-overflow-style: none;
}
.content {
  width: 100%;
}
.carousel-text-exit {
  animation: slideRight 0.5s ease forwards;
}
.carousel-text-enter {
  animation: slideIn 0.5s ease forwards;
}
.carousel {
  background-color: #fff0;
  color: #fff;
  width: 1440px;
  height: 100%;
  margin-left: -22px;
}
.carousel-container {
  width: 1440px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.carousel-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: -55px;
  border-radius: 40px;
}
.carousel-item {
  width: 100%;
  height: 800px;
  overflow: hidden;
  transition: transform 0.5s ease;
  position: relative;
}
.carousel-item img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}
.highlighted-text {
  font-weight: 700;
  font-size: 3.3rem;
}
.carousel-text {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 3vw;
  font-weight: 400;
  line-height: 0.9;
  text-align: left;
  z-index: 6;
  padding: 20px 40px;
  max-width: 60%;
  border-radius: 15px;
}
.carousel-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37vw;
  height: 100%;
  background: rgb(0 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% 0.583%,
    96.85% 0.15%,
    96.24% 0%,
    3.76% 0%,
    3.15% 0.15%,
    2.571% 0.583%,
    2.032% 1.277%,
    1.539% 2.207%,
    1.101% 3.351%,
    0.725% 4.684%,
    0.42% 6.183%,
    0.192% 7.825%,
    0.049% 9.585%,
    0% 11.441%,
    0% 88.559%,
    0% 88.559%,
    0.057% 90.564%,
    0.222% 92.449%,
    0.485% 94.187%,
    0.835% 95.75%,
    1.262% 97.111%,
    1.757% 98.243%,
    2.308% 99.117%,
    2.906% 99.706%,
    3.54% 99.983%,
    4.201% 99.92%,
    96.682% 66.565%,
    96.682% 66.565%,
    97.234% 66.238%,
    97.753% 65.679%,
    98.233% 64.907%,
    98.667% 63.942%,
    99.05% 62.804%,
    99.376% 61.513%,
    99.64% 60.087%,
    99.835% 58.548%,
    99.957% 56.914%,
    99.999% 55.205%
  );
}
.alt-yazi {
  font-size: 3rem;
  font-weight: bolder;
}
.ek-yazi {
  color: #fff0;
}
.bold {
  font-weight: 700;
}
.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;
}
.design-text {
  color: #fff;
  font-size: 4rem;
}
.design-title {
  margin-top: 50px;
  font-size: 5rem;
  font-weight: 700;
}
.full-screen-image {
  height: 85%;
  border-radius: 40px;
}
.NumberSvg {
  height: 30px;
  margin-bottom: 10px;
}
.logo {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 100002;
  display: flex;
  align-items: center;
  height: 60px;
}
.logo img {
  height: 95px;
  width: auto;
  display: block;
}
.MainTitle_Dark {
  font-size: 30px;
  font-weight: 700;
  color: #464749;
  text-transform: uppercase;
  margin-top: -30px;
  text-align: center;
}
.WhatWeDoAnimation div[name="zoomImage"] {
  overflow: hidden;
  border-radius: 40px;
  width: 50%;
  max-height: 100%;
}
.WhatWeDoAnimation div[name="zoomImage"] img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.WhatWeDoAnimation:hover div[name="zoomImage"] img {
  transform: scale(1.1);
}
.Paragraph_Dark {
  color: #464749;
  font-weight: 400;
}
.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.partner-logo {
  max-width: 50%;
  height: auto;
}
.design-box {
  width: 1700px;
  height: 200px !important;
  background-color: #6d6555 !important;
  margin-top: -120px !important;
  border-radius: 40px !important;
  max-width: 1440px !important;
  margin-left: -22px !important;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.design-box:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
}
.DoFade {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@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;
  opacity: 100;
}
.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;
}
.no-underline {
  text-decoration: none;
}
.custom-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-costum {
  top: -55px;
  position: relative;
  height: 85vh;
  overflow: hidden;
  z-index: 2;
  margin: auto;
  max-width: 1500px;
  padding-left: 20px;
}
.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 / 0.7), #fff0);
  z-index: 1;
}
#whatWeDoSection .row {
  display: flex;
  align-items: center;
}
.lower-build-icon {
  margin-top: 60px;
}
.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-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-content {
  padding-left: 50px;
  margin-left: 150px;
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 700;
}
.design_icon_design {
  width: 200px;
  height: 180px;
  width: auto;
  margin-top: -20px;
}
.icons-hight {
  width: 200px;
}
.build-icon-son {
  position: relative;
  top: -30px;
}
.design-icon-son {
  position: relative;
  top: -30px;
}
.supply-icon-son {
  position: relative;
  top: -30px;
}
.img-fluid {
  border-radius: 20px;
  max-width: 95vw;
  margin-left: -20px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.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%,
    0.948% 93.833%,
    0.679% 90.487%,
    0.448% 86.561%,
    0.259% 82.126%,
    0.118% 77.255%,
    0.03% 72.018%,
    0% 66.486%,
    0% 0%,
    100% 0%,
    100% 29.403%,
    100% 29.403%,
    99.972% 34.74%,
    99.889% 39.814%,
    99.757% 44.56%,
    99.579% 48.908%,
    99.361% 52.793%,
    99.106% 56.147%,
    98.818% 58.904%,
    98.503% 60.996%,
    98.165% 62.356%,
    97.807% 62.917%
  );
  background-color: #6d6555;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  z-index: 101;
  max-width: 1440px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.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: #6d6555;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease;
  z-index: 100;
}
.fullscreen-menu nav {
  width: auto;
  text-align: left;
  margin-right: 20px;
}
.fullscreen-menu.open {
  right: 0;
  transition: right 0.5s ease-in-out;
}
.fullscreen-menu ul {
  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(2) {
  opacity: 0;
}
.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.open div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.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;
}
.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;
  justify-content: center;
  align-items: center;
}
.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-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;
}
.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%,
    0.948% 93.833%,
    0.679% 90.487%,
    0.448% 86.561%,
    0.259% 82.126%,
    0.118% 77.255%,
    0.03% 72.018%,
    0% 66.486%,
    0% 0%,
    100% 0%,
    100% 29.403%,
    100% 29.403%,
    99.972% 34.74%,
    99.889% 39.814%,
    99.757% 44.56%,
    99.579% 48.908%,
    99.361% 52.793%,
    99.106% 56.147%,
    98.818% 58.904%,
    98.503% 60.996%,
    98.165% 62.356%,
    97.807% 62.917%
  );
  background-color: #6d6555;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 1440px;
  margin: 0 auto;
  transform: scaleY(-1) scaleX(-1);
}
.footer-text {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  transform: scaleY(-1) scaleX(-1);
  text-align: center;
}
.social-icon-link {
  margin: 0 10px;
}
.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 / 0.3);
  display: none;
  z-index: 1000;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.contact-popup.open {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.popup-header {
  background-color: #6d6555;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
.close-popup-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.contact-popup-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #6d6555;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 999;
}
.contact-form {
  padding: 20px;
}
.contact-form .form-row {
  margin-bottom: 10px;
}
.contact-form .form-input,
.contact-form .form-textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form .btn {
  width: 100%;
  padding: 10px;
  background-color: #6d6555;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.seciton-1 {
  max-width: 1380px;
}
.contact-popup.hidden {
  opacity: 0;
  transform: translateY(100%);
  display: none;
}
@media (max-width: 768px) {
  body {
    touch-action: pan-y;
    overflow-x: hidden;
    width: 100%;
    max-width: 768px;
  }
  .contact-popup-toggle {
    right: 20px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .text-content {
    margin-top: -110px;
    margin: -15px 8px 4px 8px !important;
  }
  .design-box {
    width: 100vw !important;
    height: 300px !important;
    margin: 1px 1px 1px 1px !important;
    border-radius: 40px !important;
    margin-top: -120px !important;
    padding: 0 20px;
  }
  .icons-hight {
    width: 100px;
  }
  .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%,
      0.797% 95.347%,
      0.461% 93.97%,
      0.211% 92.457%,
      0.054% 90.831%,
      0% 89.113%,
      0% 0.482%,
      100% 0.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;
  }
  .design_icon_design {
    margin-left: 40vw;
    height: 130px;
  }
  .navbar-custom .logo img {
    height: 60px;
    width: auto;
    margin-top: -80px;
    z-index: 100;
  }
  .partner-logo {
    height: 80px;
    width: auto;
  }
  .burger-menu {
    position: absolute;
    right: 40px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: -80px;
  }
  #section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -14px;
    margin-top: -55px;
    height: 86vh;
  }
  .carousel,
  .carousel-item {
    overflow: hidden;
    margin: 0;
  }
  .carousel-inner {
    width: 100%;
    margin-left: -20px;
  }
  .carousel-item img {
    width: 100vw;
    height: 86vh;
    object-fit: cover;
  }
  .carousel,
  .carousel-item {
    overflow: hidden;
  }
  .carousel-container,
  .carousel-inner,
  .carousel-item {
    padding: 0;
    margin: 0;
  }
  .carousel-indicators {
    bottom: 10px;
    z-index: 3;
  }
  .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%,
      0.797% 95.347%,
      0.461% 93.97%,
      0.211% 92.457%,
      0.054% 90.831%,
      0% 89.113%,
      0% 0.482%,
      100% 0.482%,
      100% 54.231%,
      100% 54.231%,
      99.949% 55.889%,
      99.803% 57.465%,
      99.568% 58.938%,
      99.253% 60.288%,
      98.865% 61.493%,
      98.412% 62.533%,
      97.902% 63.388%,
      97.343% 64.037%,
      96.741% 64.459%,
      96.106% 64.634%
    );
    background-color: #6d6555;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    max-width: 1440px;
    margin: 0 auto;
    transform: scaleY(-1) scaleX(-1);
  }
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-social-media,
  .footer-links,
  .footer-logo {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-links ul {
    padding: 0;
    margin-left: -90px;
    margin-top: -20px;
  }
  .footer-links ul li {
    list-style: none;
    margin-top: 0;
  }
  .footer-logo {
    order: 2;
  }
  .footer-social-media {
    order: 1;
    margin-right: 20px;
  }
  .footer-links {
    order: 3;
  }
  .build-box {
    background-color: #6d6555;
    border-radius: 20px;
    width: 95vw;
    text-align: center;
    color: #fff;
    margin-left: -5px !important;
  }
  .build-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .build-icon {
    width: 120px;
    height: 120px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .build-title {
    font-size: 34px;
    font-weight: 700;
    margin-right: 10px;
  }
  .build-description {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
  }
  .carousel-text {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    z-index: 6;
    padding: 20px 20px;
    max-width: 100%;
    border-radius: 15px;
  }
  .carousel-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80%;
    background: rgb(0 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% 0.583%,
      96.85% 0.15%,
      96.24% 0%,
      3.76% 0%,
      3.15% 0.15%,
      2.571% 0.583%,
      2.032% 1.277%,
      1.539% 2.207%,
      1.101% 3.351%,
      0.725% 4.684%,
      0.42% 6.183%,
      0.192% 7.825%,
      0.049% 9.585%,
      0% 11.441%,
      0% 88.559%,
      0% 88.559%,
      0.057% 90.564%,
      0.222% 92.449%,
      0.485% 94.187%,
      0.835% 95.75%,
      1.262% 97.111%,
      1.757% 98.243%,
      2.308% 99.117%,
      2.906% 99.706%,
      3.54% 99.983%,
      4.201% 99.92%,
      96.682% 66.565%,
      96.682% 66.565%,
      97.234% 66.238%,
      97.753% 65.679%,
      98.233% 64.907%,
      98.667% 63.942%,
      99.05% 62.804%,
      99.376% 61.513%,
      99.64% 60.087%,
      99.835% 58.548%,
      99.957% 56.914%,
      99.999% 55.205%
    );
  }
  .highlighted-text {
    font-weight: 700;
    font-size: 30px;
  }
  .alt-yazi {
    font-size: 2.5rem;
  }
}
