@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

html {
  background-image: url("img/bg.png");
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
}

.toolbox {
  top: 2%;
  min-width: 174px;
}

.toolbox .btn {
  font-weight: 100;
  color: #945343;
  font-size: 19px;
  background-color: #ffffff1a;
}

.toolbox .btn:hover {
  background-color: #ffffff45;
}

.toolbox .playPause::after,
.toolbox .autoPlay::after {
  filter: grayscale(1) brightness(0);
  opacity: 0.4;
}

.lightbox-box {
  background: #7e6958cf;
  backdrop-filter: blur(7px);
}

.lightbox-box img,
.lightbox-box iframe {
  max-width: 100%;
  object-fit: contain;
  border-radius: 9px;
  box-shadow: 0px 2px 65px #3e3329cc;
}

.lightbox-box .frame {
  filter: blur(17px);
  opacity: 0;
  transition: all 1.3s ease-in-out, transform 44s linear;
}

.lightbox-box.open .frame {
  filter: blur(0px);
  opacity: 1;
}

.lightbox-box .frame:not(.video) {
  transform: scale(0.95);
}

.lightbox-box.open .frame:not(.video) {
  transform: scale(1.2);
}

.photo_container {
  background-image: url("img/frame.png");
  padding-bottom: 251%;
  width: 184%;
  margin-left: -54%;
  position: relative;
  background-size: contain;
  direction:rtl;
}
.photo_container.words_frame {
  background-image: unset;
}

.photo_container .photo {
  background: white;
  height: 52%;
  width: 51.6%;
  position: absolute;
  top: 27%;
  left: 31%;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 16px #b59175, inset 0 0 5px 19px #39332fe3,
    inset 0 0 138px #000000;
  overflow: hidden;
  cursor: pointer;
  transition: filter 0.3s;
}

.photo_container:not(.words_frame):hover .photo {
  opacity: 1;
  filter: sepia(0.3);
}

.words_frame .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(1px);
  background-color: #ffffff12;
  box-shadow: -1px 1px 21px -2px #00000021;
  width: 63%;
  height: 43%;
  top: 31%;
  left: 25.2%;
  cursor: unset;
  border-top: 1px solid #fdffd31a;
  border-right: 1px solid #fdffd31a;
}

.words_extra_container {
  height: 99%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.words_extra_container::before {
  width: 40%;
  height: 23%;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffbb2e;
  border-radius: 50%;
  z-index: 9999;
  content: "";
  filter: blur(33px);
}

.words_frame .photo span {
  max-width: 90%;
  color: #10140e;
  line-height: 41px;
  text-shadow: -4px 6px 17px #6f6f6f7d;
  margin-top: -9%;
}

.words_frame .photo h3 {
  font-size: 29px;
  margin-bottom: -30px;
  margin-top: -10px;
}

.words_frame .photo h4 {
  font-size: 28px;
  font-weight: 100;
}

.words_extra_container .glass_dot {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 6px;
  height: 6px;
  background: #2a2e2a;
  border: 1px solid #1dbf6e80;
  border-radius: 50%;
  box-shadow: -3px 3px 7px #00000029, inset 0px 1px 3px #000000,
    inset 0px -3px 3px #ffffff8c;
}

.words_extra_container .glass_dot:nth-child(2) {
  left: auto;
  right: 3%;
}
.words_extra_container .glass_dot:nth-child(3) {
  top: auto;
  bottom: 3%;
}
.words_extra_container .glass_dot:nth-child(4) {
  left: auto;
  right: 3%;
  top: auto;
  bottom: 3%;
}

.swiper-container.wall {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}





.swiper-slide:nth-child(2) .photo_container .photo::before,
.swiper-slide:nth-child(3) .photo_container .photo::before {
  content: none;
}

.plant {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  max-height: 47%;
  max-width: 46%;
  filter: drop-shadow(10px 7px 14px rgba(0,0,0,0.3));
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.wall .swiper-wrapper {
  height: 81%;
  width: 100%;
}

.opening_cover.glass_doors .right_glass,
.opening_cover .left_glass {
  background: #ffffff9e;
  backdrop-filter: blur(5px);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 12s cubic-bezier(0.08, 0.13, 0.46, 0.64);
  z-index: 10;
  box-shadow: inset 1px 0 0px 0px #0000000d, inset 0 0 1500px 0px #00000012;
}

.opening_cover.glass_doors .left_glass {
  left: 0;
  right: auto;
}
body.open .opening_cover.glass_doors .right_glass {
  right: -70%;
}

body.open .opening_cover.glass_doors .left_glass {
  left: -70%;
}

.opening_cover.glass_doors .right_glass_shadow,
.opening_cover .left_glass_shadow {
  background: #000;
  filter: blur(20px);
  height: 150%;
  width: 100%;
  position: absolute;
  top: -25%;
  right: -41%;
  transition: all 13s cubic-bezier(0.08, 0.13, 0.46, 0.64), opacity 6s;
  z-index: 0;
  opacity: 0;
}

.opening_cover.glass_doors .left_glass_shadow {
  left: -41%;
  right: auto;
}
body.open .opening_cover.glass_doors .right_glass_shadow {
  right: -110%;
  opacity: 0.06;
}

body.open .opening_cover.glass_doors .left_glass_shadow {
  left: -110%;
  opacity: 0.06;
}

.glass_content {
  background: #ffffff42;
  padding: 2% 16%;
  color: #191a17;
  width: max-content;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 40%;
  left: 0;
}

.glass_content h2 {
  font-size: 46px;
}

.glass_content h3 {
  font-weight: 100;
  font-size: 32px;
}

.glass_content h5 {
  opacity: 0.3;
}

.opening_cover.glass_doors .glass_content {
  transform: translateX(-50%) translateY(-50%);
  left: 0;
}
.opening_cover.glass_doors .left_glass .glass_content {
  transform: translateX(50%) translateY(-50%);
  right: 0;
  left: auto;
}

.opening_cover.glass_doors .content_wraper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 799px) {
  .swiper-slide.wall-slide.empty {
    display: none;
  }
}

.photo_container .photo::after {
  content: "";
  height: 459px;
  width: 130%;
  z-index: 9999999;
  position: absolute;
  bottom: -286px;
  right: -24%;
  transform: rotate(75deg);
  background-color: white;
  background: linear-gradient(
    #ffffff61,
    #ffffff00 40%,
    #ffffff00 3%,
    #ffffff00
  );
  opacity: 0.8;
}

.words_frame .photo::after {
  bottom: -356px;
  background: linear-gradient(
    #ffffff21,
    #ffffff00 40%,
    #ffffff00 3%,
    #ffffff00
  );
}

.photo_label {
  height: 2%;
  width: 51.6%;
  position: absolute;
  top: 81%;
  left: 31%;
  color: #363a37;
}

.photo_label h3 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 3%;
}

.photo_label h4 {
  font-size: 26px;
  font-weight: 700;
  opacity: 0.3;
}

.info {
  position: absolute;
  bottom: 24px;
  right: 2%;
  color: white;
  font-size: 18px;
  padding: 0 15px;
  opacity: 0.5;
  background: #00000021;
}

.info::after {
  content: "→←";
  letter-spacing: -12px;
  vertical-align: middle;
  margin-right: 16px;
}

@media (max-width: 550px) {
  .info {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 123px;
    max-width: 270px;
  }

  .toolbox .btn {
    font-size: 16px;
  }

  .toolbox .playPause::after,
  .toolbox .autoPlay::after {
    width: 19px;
  }
}

.info.click {
  right: 17%;
  border-color: #ffffff00;
}
