.kitchen-content {
    display: grid;
    align-self: center;
    justify-self: center;
    width: 100vw;
    height: 100vh;
    
    background-image: -webkit-linear-gradient(
        rgba(197, 188, 188, 0) 0%,
        rgba(0, 0, 0, 1) 100%
      ),
      url(/static/lagediapp/images/kitchenslider2.jpg);
    background-position: center;
    background-size: cover;
    font-family: "Urbanist Thin";
    gap: 2em;
    align-items: center;
    justify-items: center;
    color: #FEF9F5;
}

.kitchen-content h2 {
    font-size: clamp(1.5rem, 5vw, 4rem);
}

.kitchen-text {
  padding-top: 100px;
}
.swiper-slide-content {
    width: 100%;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FEF9F5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke: black;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  .swiper-button-next {
    color: black;
  }
  .swiper-button-prev {
    color: black
  }
  .swiper-pagination-bullet-active {
    background: black;
  }

.kitchen3d{
  width: 100%;
  text-align: center;
  font-family: "Urbanist Thin";
 
}
.kitchen3d h2{
  width: 100%;
  font-size: clamp(1rem, 5vw, 1.8rem);
  color: #444;
}
.gallery-title{
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 5vw, 2.5rem);
  font-family: "Urbanist Thin";
  color: #444;
}

  #gallery {
    padding-top: 40px;
  }

  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 100%;
    }
  }
  @media screen and (min-width: 1000px) and (orientation: landscape) {
    .kitchen-text {
      padding-top: 0px;
    }
    .swiper-slide-content {
      height: 100vh;
    }

    .swiper {
      width: 100%;
      max-height: 600px;
    }

    .swiper-slide img {
      width: 100%;
      max-height: 100%;
    }
    #overlay img {
      width: 90%;
    }
  }


  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 80%;
    }
  }
  @media screen and (min-width: 1600px) {
    #overlay img {
      width: 70%;
    }
    .swiper-slide {
      height: 100vh;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 2em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 2em;
    }
    #exitButton {
      top: 45px;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 1em;
    transition: opacity 0.8s;
    position: absolute;
    top: 65px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 2em;
    }
  }
  .lg-show-in .lg-outer.lg-hide-items .lg-toolbar {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  
.lg-toolbar-next:before {
  content: "\e094";
}
.lg-toolbar-prev:before {
  content: "\e095";
}
