:root {
  --vbo-blue-color:var(--theme-color);
}

.page-banner {
  height: 310px;
  background-image: url("../images/RoomsBanner.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner h2 {
  font-family: 'Poppins Bold';
  color: #fff;
  text-shadow: 1px 3px 1px #000;
}

fieldset {
  border-color: #d67e45;
}

section.page-width h1 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  position: relative;
  padding: 2rem 0;
}

section.page-width h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-bottom: 2px solid var(--theme-color);
  width: 30%;
  height: 10px;
  margin-bottom: -0.5rem;
}

section.page-width .room-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

section.page-width .room-row > div {
  border: 1px solid var(--theme-color);
  background-color: #fff;
  position: relative;
  padding-bottom: 3rem;
}

section.page-width .room-row > div img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page-width .room-row > div > div {
  padding: 1rem;
  padding-top: 0;
}

section.page-width .room-row > div > div > h3 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  white-space: nowrap;
}

section.page-width .room-row > div > div .details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

section.page-width .room-row > div > div .details > div {
  text-align: center;
}

section.page-width .room-row > div > div .details > div img {
  width: 60%;
  margin: auto;
}

section.page-width .room-row > div > div .details > div p {
  text-align: center;
  font-family: 'Poppins';
  font-size: 12px;
  margin: 0;
}

section.page-width .room-row > div > div > p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  height: 70px;
}

section.page-width .room-row > div > div > .button-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.page-width .room-row > div > div > .button-option a {
  padding: 0.5rem 1rem;
  border: 1px solid var(--theme-color);
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 45%;
  text-align: center;
  font-family: 'Poppins Light';
  color: var(--theme-color);
  border-radius: 2px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-user-drag: none;
}

section.page-width .room-row > div > div > .button-option a:hover, section.page-width .room-row > div > div > .button-option a:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.063) inset;
          box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.063) inset;
}

section.page-width .room-row > div > div > .button-option a:first-child {
  background: var(--theme-color);
  color: #fff;
}

section.page-width .room-row > div > div > .button-option a:first-child:hover, section.page-width .room-row > div > div > .button-option a:first-child:focus {
  background: #d85e17;
}

section.page-width .single-details {
  margin: 2rem 0;
  margin-top: 5rem;
}

section.page-width .single-details > h2 {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
}

section.page-width .single-details > .single-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  border-top: 1px solid #ccc;
  padding: 2rem 0;
}

section.page-width .single-details > .single-row > div:first-child img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page-width .single-details > .single-row > div:nth-child(2) {
  margin: auto;
}

section.page-width .single-details > .single-row > div:nth-child(2) .icon-details-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

section.page-width .single-details > .single-row > div:nth-child(2) .icon-details-row img {
  height: 70px;
}

section.page-width .single-details > .single-row > div:nth-child(2) .icon-details-row p {
  font-size: 15px;
  font-family: 'Poppins Light';
}

section.page-width .single-details > .single-row > div:nth-child(2) > p {
  font-size: 15px;
  font-family: 'Poppins Light';
  font-weight: 600;
}

section.page-width .single-details > .single-row > div:nth-child(2) > a {
  background-color: var(--theme-color);
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins Light';
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-user-drag: none;
}

section.page-width .single-details > .single-row > div:nth-child(2) > a:hover, section.page-width .single-details > .single-row > div:nth-child(2) > a:focus {
  background-color: #d85e17;
}

section.page-width .single-details > .single-row > div:nth-child(2) > a:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 72, 0, 0.15);
          box-shadow: 0 0 0 4px rgba(255, 72, 0, 0.15);
}

section.page-width .single-details > .single-row > div:nth-child(2) > a:active {
  background-color: #c97747b9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.page-width .single-details > .single-row + div {
  margin-bottom: 2rem;
}

section.page-width .single-details > .single-row + div fieldset legend {
  text-align: center;
  padding: 0 1rem;
  font-family: 'Poppins Bold';
}

section.page-width .single-details > .single-row + div fieldset > ul {
  -webkit-column-count: 3;
          column-count: 3;
}

section.page-width .single-details > .single-row + div fieldset > ul > li {
  font-family: 'Poppins';
  font-size: 15px;
  list-style: none;
  font-weight: 900;
  margin-bottom: 2rem;
}

section.page-width .single-details > .single-row + div fieldset > ul > li ul li {
  list-style-type: disc;
  font-weight: normal;
}

section.page-width .single-details > .single-bottom-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  border-top: 1px solid #ccc;
}

section.page-width .single-details > .single-bottom-row > div {
  padding-top: 2rem;
}

section.page-width .single-details > .single-bottom-row > div img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page-width .single-details > .single-bottom-row > div:last-child {
  padding-top: 0;
  text-align: center;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.page-width .single-details > .single-bottom-row > div:last-child p {
  margin: 0;
  padding-bottom: 0.5rem;
}

section.page-width .single-details > .single-bottom-row > div:last-child p:first-child {
  color: #7a7a7a;
  font-size: 15px;
}

section.page-width .single-details > .single-bottom-row > div:last-child p:last-child {
  color: #7a7a7a;
  font-size: 15px;
}

.rooms-section.room-details {
  position: relative;
}

.rooms-section.room-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-texture.jpg);
  background-size: cover;
  opacity: 0.8;
}

.rooms-section.room-details .room_container .vbroomimgdesc, .rooms-section.room-details .room_container .room_carats {
  display: none;
}

.rooms-section.room-details .room_container .room_prices h4 {
  font-family: 'Poppins Bold';
  margin: 0;
  padding: 2rem;
}

.rooms-section.room-details .room_container .vbo-showprc-roomname h3 {
  font-family: 'Poppins Bold';
  margin: 0;
  font-size: 40px;
  padding-top: 2rem;
}

.rooms-section.room-details .room_buttons_box .goback {
  display: none;
}

.rooms-section.room-details .room_buttons_box .booknow {
  border: 1px solid var(--theme-color);
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: 'Poppins-Bold';
  border-radius: 2px;
  background: var(--theme-color);
  color: #fff;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-user-drag: none;
}

.rooms-section.room-details .room_buttons_box .booknow:hover, .rooms-section.room-details .room_buttons_box .booknow:focus {
  background: #d85e17;
}

.rooms-section.room-details > div > section.page-width {
  background-color: #fff;
  padding-top: 1rem;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
          box-shadow: 0 0 5px 0 #ccc;
  border-radius: 2px;
}

.rooms-section.room-details > div > section.page-width > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.rooms-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  font-family: 'Myanmar MN';
  background-color: #f38e46;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.rooms-container.animate > div:first-child h3 {
  -webkit-animation: 2s fade-in-down ease;
          animation: 2s fade-in-down ease;
}

.rooms-container.animate > div:first-child p {
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.rooms-container.animate > div:first-child ul {
  -webkit-animation: 2s fade-in-up ease;
          animation: 2s fade-in-up ease;
}

.rooms-container.animate > div:first-child .option {
  -webkit-animation: 1s fade-in-up forwards;
          animation: 1s fade-in-up forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.rooms-container.animate > div:last-child img {
  -webkit-animation: 1s fade-in-left ease;
          animation: 1s fade-in-left ease;
}

.rooms-container.animate > div:last-child img:last-child {
  -webkit-animation: 2s fade-in-left ease;
          animation: 2s fade-in-left ease;
}

.rooms-container > div:first-child {
  padding: 3rem 2rem;
  background-color: #ffbe90;
  color: #fff;
  position: relative;
}

.rooms-container > div:first-child::after {
  content: '';
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  margin-right: -100px;
  height: 100%;
}

.rooms-container > div:first-child h3 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}

.rooms-container > div:first-child p {
  font-size: 25px;
}

.rooms-container > div:first-child ul li {
  font-size: 25px;
}

.rooms-container > div:first-child .option {
  margin-top: 2rem;
  opacity: 0;
}

.rooms-container > div:first-child .option a {
  font-size: 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #f38e46;
  padding: 0.5rem 2rem;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.rooms-container > div:first-child .option a:hover {
  border-color: #f5f5f5;
  background-color: #f38e46;
  color: #e8dac0;
}

.rooms-container > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rooms-container > div:last-child img {
  width: 95%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.rooms-container > div:last-child img:hover {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-transition: 2s;
  transition: 2s;
}

.room-banner {
  background-image: url(../images/Bedroom02.jpg);
  background-size: cover;
  background-position: 100% 78%;
  height: 700px;
  position: relative;
}

.room-banner .page-width {
  height: 100%;
}

.room-banner.single-details {
  height: 550px;
}

.room-banner.single-details .room-title {
  top: 75%;
  -webkit-box-shadow: 0 0 10px 0 #6b4931;
          box-shadow: 0 0 10px 0 #6b4931;
}

.room-banner.single-details .room-title ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.room-banner.single-details .room-title ul li {
  font-size: 25px;
}

.room-single-details {
  font-family: 'Myanmar MN';
  margin: 0rem auto;
  position: relative;
  overflow: hidden;
}

.room-single-details .page-width {
  overflow: hidden;
}

.room-single-details div a {
  display: block;
  font-size: 25px;
  color: #6b4931;
}

.room-single-details h3 {
  font-size: 60px;
  font-weight: bold;
  color: #6b4931;
  position: relative;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.room-single-details h3.photos-text {
  background-color: #fff;
  padding-right: 2rem;
}

.room-single-details h3.rates-text {
  text-align: center;
  margin: auto;
}

.room-single-details h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  border: 4px solid #6b4931;
  border-radius: 10px;
}

.room-single-details h3.animate {
  -webkit-animation: 1s fade-in-right ease;
          animation: 1s fade-in-right ease;
}

.room-single-details .features-container {
  background: linear-gradient(145deg, #f5f5f5 36%, #eeeeeed1 29%);
}

.room-single-details .feature-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding: 3rem 0;
}

.room-single-details .feature-row > div {
  padding: 0;
}

.room-single-details .feature-row > div > ul li {
  font-size: 30px;
  font-weight: bold;
  list-style: none;
  color: #6b4931;
}

.room-single-details .feature-row > div > ul li ul li {
  list-style-type: disc;
  font-size: 25px;
  font-weight: normal;
  color: #000;
}

.room-single-details .rates-container {
  margin-top: 2rem;
  padding: 4rem 2rem;
}

.room-single-details .rates-container.animate h3 {
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.room-single-details .rates-container.animate p, .room-single-details .rates-container.animate a {
  -webkit-animation: 2s fade-in-up ease;
          animation: 2s fade-in-up ease;
}

.room-single-details .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: (5vw)[2];
      grid-template-rows: repeat(2, 5vw);
  grid-gap: 15px;
  padding: 3rem 0;
}

.room-single-details .gallery.animate img:nth-child(1) {
  -webkit-animation: 1s fade-in-down ease;
          animation: 1s fade-in-down ease;
}

.room-single-details .gallery.animate img:nth-child(2) {
  -webkit-animation: 1.2s fade-in-down ease;
          animation: 1.2s fade-in-down ease;
}

.room-single-details .gallery.animate img:nth-child(3) {
  -webkit-animation: 2s fade-in-left ease;
          animation: 2s fade-in-left ease;
}

.room-single-details .gallery.animate img:nth-child(4) {
  -webkit-animation: 2s fade-in-up ease;
          animation: 2s fade-in-up ease;
}

.room-single-details .gallery > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room-single-details .gallery > img:first-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.room-single-details .gallery > img:nth-child(2) {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.room-single-details .gallery > img:nth-child(3) {
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-column-end: 9;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 6;
}

.room-single-details .gallery > img:nth-child(4) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
      grid-row-start: 3;
  grid-row-end: 6;
}

.room-single-details .features.animate .feature-row ul {
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.room-single-details .features.animate > ul > li:nth-child(even) {
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.room-single-details .features.animate > ul > li:nth-child(odd) {
  -webkit-animation: 1.2s fade-in-up ease;
          animation: 1.2s fade-in-up ease;
}

.room-single-details .features > ul {
  -webkit-column-count: 3;
          column-count: 3;
}

.room-single-details .features > ul > li {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2rem;
  list-style: none;
  color: #6b4931;
}

.room-single-details .features > ul > li ul li {
  list-style-type: disc;
  font-size: 25px;
  font-weight: normal;
  color: #000;
}

.room-single-details .rates {
  text-align: center;
}

.room-single-details .rates p {
  font-size: 25px;
}

.room-single-details .rates a {
  font-size: 25px;
  display: inline-block;
  color: #6b4931;
  text-decoration: none;
  border: 1px solid #6b4931;
  padding: 0.5rem 2rem;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.room-single-details .rates a:hover {
  background-color: #6b4931;
  color: #e8dac0;
  border-color: #fff;
}

.room-title {
  background: #ffbe90;
  width: 70%;
  padding: 2rem;
  position: absolute;
  font-family: 'Myanmar MN';
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.room-title.animate h1 {
  -webkit-animation: 1s fade-in-down ease;
          animation: 1s fade-in-down ease;
}

.room-title.animate p, .room-title.animate ul {
  -webkit-animation: 2s fade-in-up ease;
          animation: 2s fade-in-up ease;
}

.room-title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  position: relative;
}

.room-title p{
    color: #fff;
}

.room-title h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border: 3px solid #fff;
  width: 40%;
  border-radius: 10px;
}

.room-title p {
  font-size: 25px;
  color: #fff;
}

.room-page {
  background: url(../images/texture.png) #ffffff4d;
  margin: 0;
  margin-top: -8rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1300px) {
  .page-width {
    width: 90%;
  }
  .room-single-details h3.photos-text {
    margin-top: 12rem;
    -webkit-transition: 2s;
    transition: 2s;
  }
}

@media screen and (max-width: 1235px) {
  section.page-width .room-row > div > div > p {
    height: 80px;
  }
  section.page-width .room-row > div > div > h3 {
    zoom: 80%;
  }
}

@media screen and (max-width: 1200px) {
  section.page-width .room-row > div > div .button-option {
    zoom: 90%;
  }
}

@media screen and (max-width: 1180px) {
  .room-banner.single-details .room-title h1 {
    font-size: 5vw;
  }
  .room-banner.single-details .room-title p {
    font-size: 2vw;
  }
  .room-banner.single-details .room-title ul li {
    font-size: 2vw !important;
  }
  .room-single-details h3.photos-text {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1030px) {
  section.page-width .room-row > div > div > p {
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  section.page-width .room-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.page-width .room-row > div > div > p {
    height: 70px;
  }
  section.page-width .room-row > div > div h3 {
    zoom: 100%;
  }
  section.page-width .room-row > div > div .button-option {
    zoom: 100%;
  }
  section.page-width .single-details > .single-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.page-width .single-details > .single-bottom-row {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  section.page-width .single-details > .single-bottom-row > div img {
    height: 220px;
  }
  .room-title {
    width: 80%;
  }
  .room-title h1 {
    font-size: 7vw;
  }
  .room-title p {
    font-size: 3vw;
  }
  .room-title ul li {
    font-size: 3vw !important;
  }
  .rooms-container {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
  .rooms-container > div:first-child h3 {
    font-size: 7vw;
  }
  .rooms-container > div:first-child p,
  .rooms-container > div:first-child a {
    font-size: 3vw !important;
  }
  .rooms-container > div:first-child ul li {
    font-size: 3vw;
  }
  .room-single-details h3.photos-text {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .page-banner h2 {
    display: none;
  }
  .rooms-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    border-radius: 5px;
  }
  .rooms-container.animate > div:last-child {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6b4931), color-stop(50%, #e8dac0));
    background: linear-gradient(180deg, #6b4931 50%, #e8dac0 50%);
  }
  .rooms-container.animate > div:last-child img {
    -webkit-animation: 1.2s fade-in-right ease;
            animation: 1.2s fade-in-right ease;
  }
  .rooms-container.animate > div:last-child img:first-child {
    border-top-left-radius: 2rem;
    border-top-right-radius: 8px;
  }
  .rooms-container.animate > div:last-child img:last-child {
    -webkit-animation: 1s fade-in-left ease;
            animation: 1s fade-in-left ease;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 2rem;
  }
  .rooms-container > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
  .rooms-container > div:first-child::after {
    width: 50px;
    margin-right: -50px;
  }
  .rooms-container > div:first-child .option {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rooms-container > div:first-child .option a {
    font-size: 3vw !important;
    padding: 0.5rem 1.5rem;
    margin: auto;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .rooms-container > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem;
  }
  .rooms-container > div:last-child img {
    width: 100%;
    height: 50vw;
    border: 1px solid #ccc;
    margin: auto;
    -webkit-transition: unset;
    transition: unset;
  }
  .rooms-container > div:last-child img:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .rooms-container > div:last-child img:first-child {
    border-bottom: none;
  }
  .room-banner.single-details .room-title h1::before {
    border-width: 2px;
  }
  .room-single-details h3 {
    font-size: 7vw;
  }
  .room-single-details h3::after {
    border-width: 2px;
  }
  .room-single-details h3.photos-text {
    margin-top: 5rem;
  }
  .room-single-details .feature-row {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }
  .room-single-details .feature-row > div ul {
    padding-left: 1rem;
  }
  .room-single-details .feature-row > div ul li {
    font-size: 3.2vw;
  }
  .room-single-details .feature-row > div ul li ul li {
    font-size: 3vw;
  }
  .room-single-details .features > ul {
    padding-left: 1rem;
    -webkit-column-count: 2;
            column-count: 2;
  }
  .room-single-details .features > ul li {
    font-size: 3.5vw;
  }
  .room-single-details .features > ul li ul {
    padding-left: 1rem;
  }
  .room-single-details .features > ul li ul li {
    font-size: 3vw;
  }
  .room-single-details .rates p, .room-single-details .rates a {
    font-size: 3vw;
  }
}

@media screen and (max-width: 717px) {
  section.page-width .room-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  section.page-width .room-row > div > img {
    height: 300px;
  }
  .room-banner.single-details {
    height: 450px;
  }
}

@media screen and (max-width: 678px) {
  section.page-width >
.single-details > .single-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  section.page-width >
.single-details > .single-bottom-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.page-width >
.single-details > .single-bottom-row > div:last-child {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 500px) {
  section.page-width h1 {
    font-size: 35px;
    line-height: 36px;
    text-align: left;
  }
  .room-banner {
    height: 550px;
  }
  .room-banner.single-details .room-title {
    top: 100%;
  }
  .room-banner.single-details .room-title h1 {
    font-size: 6vw;
  }
  .room-banner.single-details .room-title h1::before {
    border-width: 1px;
  }
  .room-banner.single-details .room-title p {
    font-size: 3vw;
  }
  .room-banner.single-details .room-title ul {
    padding-left: 1rem;
  }
  .room-banner.single-details .room-title ul li {
    font-size: 3vw !important;
  }
  .room-single-details h3.photos-text {
    margin-top: 15rem;
  }
  section.page-width .room-row > div > div h3 {
    zoom: 80%;
  }
  .room-title h1::before {
    border-width: 2px;
  }
  .rooms-container div:first-child {
    padding: 2rem 1rem;
    padding-top: 0;
  }
  .rooms-container div:last-child {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 390px) {
  .room-banner.single-details {
    height: 350px;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .room-single-details h3.photos-text {
    margin-top: 13rem;
  }
}

@media screen and (max-width: 340px) {
  section.page-width .room-row > div > div > p {
    height: 90px;
  }
  .room-banner {
    height: 450px;
  }
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@keyframes stretch {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
/*# sourceMappingURL=rooms.css.map */