html {
  scroll-behavior: smooth;
}

:root {
  --drawer-common-color: #333333;
}

.drawer-banner-wrapper {
  width: 100%;
  overflow: hidden;
}

.drawer-banner-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drawer-banner-wrapper img {
  display: none;
  width: 100%;
}

.drawer-common-heading {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--drawer-common-color);
}

.drawer-common-data {
  font-size: 14px;
  line-height: 1.66;
  color: var(--drawer-common-color);
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .drawer-common-heading {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .drawer-common-heading {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .drawer-common-heading {
    font-size: 24px;
  }

  .drawer-banner-wrapper img {
    display: block;
  }

  .drawer-banner-wrapper video {
    display: none;
  }
}

/* drawer-info-section */

.drawer-info-section {
  background: #ece9e5;
  /* padding: 40px 0;
  padding-bottom: 80px; */
}

.drawer-info-top {
  max-width: 60%;
}

.drawer-info-buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.drawer-info-btn {
  padding: 8px 25px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid var(--drawer-common-color);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: var(--drawer-common-color);
  position: relative;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-out;
}

.drawer-info-btn:hover {
  background-color: var(--drawer-common-color);
  color: #fff;
  transition: all 0.3s ease-in;
}

.drawer-info-right {
  background-color: #ffffff;
}

.drawer-cards-wrapper {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.drawer-card {
  margin-top: -130px;
  width: 312px;
  background: #ffffff;
  border: 4px solid #ffffff;
}

.drawer-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1280px) {
  .drawer-card {
    width: 232px;
  }

  .drawer-info-top {
    max-width: 80%;
  }
}

@media (max-width: 1024px) {
  .drawer-card {
    width: 150px;
    margin-top: -70px;
  }
}

@media (max-width: 767px) {
  .drawer-info-top {
    max-width: 100%;
  }

  /* .drawer-info-section {
    padding-top: 20px;
    padding-bottom: 60px;
  } */

  .drawer-cards-wrapper {
    margin-top: 30px;
    gap: 10px;
  }

  .drawer-card {
    width: 100%;
    margin-top: 0px;
  }
}

/* drawer-design-section start here  */

.drawer-common-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 50%;
  gap: 20px;
  margin-bottom: 50px;
}

.drawer-common-line {
  width: 115px;
  height: 3px;
  background-color: var(--drawer-common-color);
}

.drawer-design-section {
  padding-bottom: 0px;
}

.drawer-design-section .container {
  padding: 0 !important;
}

.drawer-design-info {
  display: flex;
  flex-direction: column;
}

.drawer-design-card {
  display: flex;
}

.drawer-design-left,
.drawer-design-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.drawer-design-card:nth-child(even) {
  flex-direction: row-reverse;
}

.drawer-design-left {
  padding: 40px;
  background-color: #ece9e5;
}

.drawer-design-right img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .drawer-design-card {
    flex-direction: column;
  }

  .drawer-design-left,
  .drawer-design-right {
    width: 100%;
  }

  .drawer-design-left {
    padding: 20px;
  }

  .drawer-common-header {
    margin-bottom: 20px;
  }

  .drawer-design-card:nth-child(even) {
    flex-direction: column;
  }
}

/* drawer-design-section ends here  */

/* drawer-comfort-section start here  */

.drawer-comfort-card {
  display: flex;
}

.drawer-comfort-left {
  width: 60%;
  position: relative;
}

.drawer-comfort-left img {
  width: 100%;
  height: 100%;
  display: block;
}

.drawer-comfort-right {
  width: 40%;
  padding: 20px;
}

.drawer-comfort-icon {
  width: 100px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comfort-card {
  display: flex;
  gap: 20px;
  padding-left: 200px;
  margin-top: 50px;
}

.comfort-card-left {
  width: 60%;
}

.comfort-card-right {
  width: 40%;
}

.comfort-card img {
  width: 100%;
  display: block;
}

@media (max-width: 1024px) {
  .comfort-card {
    padding-left: 100px;
  }

  .drawer-common-header {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .drawer-comfort-card {
    flex-direction: column;
  }

  .drawer-comfort-left,
  .drawer-comfort-right {
    width: 100%;
  }

  .drawer-comfort-icon {
    width: 70px;
  }

  .comfort-card {
    padding-left: 0px;
    margin-top: 0px;
    flex-direction: column;
  }

  .drawer-comfort-right {
    padding: 20px 0;
  }

  .comfort-card-left,
  .comfort-card-right {
    width: 100%;
  }
}

/* drawer-comfort-section ends here  */

/* drawer-choices-section start here  */

.drawer-choices-section {
  padding: 0;
}

.drawer-choices-data {
  text-align: center;
  margin: 0;
}

.drawer-choices-card {
  display: flex;
}

.drawer-choices-left {
  width: 40%;
}

.drawer-choices-left-inner {
  padding: 20px;
}

.drawer-choices-right {
  width: 60%;
}

.drawer-choices-right img {
  width: 100%;
  display: block;
}

.choices-card {
  display: flex;
  gap: 20px;
}

.choices-card-left,
.choices-card-right {
  width: 50%;
}

.drawer-choices-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.choices-card-left img,
.choices-card-right img {
  width: 100%;
  display: block;
}

.drawer-choices-slider-card {
  display: flex;
}

.drawer-choices-slider-card .swiper-slide {
  height: auto;
}

.choices-slider-left {
  width: 70%;
}

.choices-swiper {
  overflow: hidden;
  width: 100%;
}

.choices-slider-right {
  width: 30%;
  padding: 20px;
}

.swiper-choice-card img {
  width: 100%;
  display: block;
}

.choices-thumb-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.choice-thumb-card {
  height: 100%;
}

.choice-thumb-card img {
  width: 100%;
  display: block;
}

.choices-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.choices-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.choices-dots .swiper-pagination-bullet:hover {
  background: #000;
  opacity: 1;
}

.choices-dots .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

@media (max-width: 767px) {
  .drawer-choices-card {
    flex-direction: column;
  }

  .drawer-choices-left,
  .drawer-choices-right {
    width: 100%;
  }

  .drawer-choices-left-inner {
    padding: 20px 0;
  }

  .choices-card {
    flex-direction: column;
  }

  .choices-card-left,
  .choices-card-right {
    width: 100%;
  }

  .drawer-choices-slider-card {
    flex-direction: column;
  }

  .choices-slider-left,
  .choices-slider-right {
    width: 100%;
  }

  .choices-slider-right {
    padding: 20px 0;
  }

  .choices-thumb-swiper {
    display: none;
  }
}

/* drawer-choices-section ends here  */

/* drawer-extensions-section start here  */

.drawer-extensions-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.drawer-extensions-card {
  display: flex;
  gap: 20px;
}

.drawer-extensions-left {
  width: 70%;
}

.drawer-extensions-right {
  width: 30%;
}

.drawer-extensions-left img,
.drawer-extensions-right img {
  width: 100%;
  height: 100%;
  display: block;
}

.extensions-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.extensions-box img {
  width: 100%;
  display: block;
  height: initial;
}

.extentions-box-content {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.extension-sub-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.extension-box-heading {
  font-weight: 100;
}

@media (max-width: 1024px) {
  .extentions-box-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .drawer-extensions-left {
    display: none;
  }

  .extentions-box-content {
    padding: 20px 0;
  }

  .drawer-extensions-right {
    width: 100%;
  }

  .extensions-card {
    grid-template-columns: 1fr;
  }
}

/* drawer-extensions-section ends here  */

/* drawer-rooms-section start here  */

.drawer-rooms-section {
  padding-top: 0px;
}

.drawer-rooms-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.drawer-rooms-box img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .drawer-rooms-card {
    grid-template-columns: 1fr;
  }

  .drawer-rooms-wrapper .drawer-common-header {
    margin-bottom: 50px;
  }
}

/* drawer-rooms-section ends here  */

/* video popup start here  */
/* 
.video-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}

.video-popup.active {
  display: block;
}

.video-popup-content {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 20vh auto;

  z-index: 2;
}

.video-popup-video video {
  width: 100%;
  display: block;
  height: initial;
}

.video-popup-close {
  position: fixed;
  top: 80px;
  right: 0px;
  cursor: pointer;
  z-index: 20;
  width: 35px;
  height: 35px;
  text-align: center;

  color: #fff;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
} */


.video-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.video-popup.active {
  display: flex;
}

.video-popup-content {
  position: relative;
  max-width: 1200px;
  width: 90%;
}

.video-popup-video video {
  width: 100%;
  height: auto;
  display: block;
}

.video-popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;

  color: #fff;
  font-size: 40px;
  z-index: 1000;

  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}