body,
html {
  height: 100%;
  background: #161616;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  max-height: 100vh;
  max-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: none !important;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

/* popup css */
.image-box img{
  position: relative;
}
.box{
  position: absolute;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.box1{
  width: 32%;
  /* background-color: cyan; */
  top: 0;
  left: 0;
}
.box2{
  width: 34%;
  /* background-color: rgb(125, 199, 83); */
  top: 0;
  left: 32%;
}
.box3{
  width: 34%;
  /* background-color: rgb(235, 141, 0); */
  top: 0;
  left: 66%;
}

.box-new1{
  width: 50%;
  /* background-color: cyan; */
  top: 0;
  left: 0;
}
.box-new2{
  width: 50%;
  /* background-color: red; */
  top: 0;
  left: 50%;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
  z-index: 9998; /* Lower z-index than popups */
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out; /* Fade-in animation */
}

/* .popup img {
  max-width: 100%;
  max-height: 80vh;
} */

.close {
  position: absolute;
  top: -16px;
  right: -10px;
  cursor: pointer;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
iframe{
  width: 100%;
  height: 540px;
}
.item .image:hover{
cursor: pointer;
}
/*  */

@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

#rotate-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 45px;
}

.container {
  display: none; /* Initially hide the container */
}

/* Show the container in landscape orientation for mobile devices */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  iframe {
    height: 350px;
}
.popup {
  width: 60%;
}
.slideshow .slider .item img {
  max-width: 90vh; 
      
  }
}
@media screen and (max-width: 916px) and (orientation: landscape) {
  iframe {
    height: 260px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .container {
      display: block;
  }
  
  
}
