/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;700&family=Ubuntu:wght@300;400&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  background-color: #f3f4f7;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

p {
  color: rgb(51, 48, 48);
  font-weight: 400;
}

b, i {
  color: #08321D;
}

ul {
  list-style-type: none;
}

button {
  padding: 0.8rem 4rem;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 16px;
  font-weight: 700;
}

button:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: -9px 5px 25px 6px rgba(243, 156, 49, 0.3);
  box-shadow: -9px 5px 25px 6px rgba(243, 156, 49, 0.3);
}

section {
  padding: 2rem 4rem;
  margin: 4rem auto;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #08321D;
  padding: 0.2rem 3rem;
}

header .logo {
  width: 150px;
}

header .menu-call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

header .menu a {
  color: rgb(255, 122, 13);
  font-weight: 600;
  display: block;
}

header .menu a:hover {
  color: #e76813;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

header .book-now-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

header .book-now-contact a {
  color: white;
  padding: 0.5rem 1.8rem;
  border: 2px solid rgb(255, 122, 13);
  border-radius: 1rem;
  font-size: 0.9rem;
}

header .book-now-contact a i {
  color: #08321D;
  margin-left: 6px;
  -webkit-transform: translateY(230%);
      -ms-transform: translateY(230%);
          transform: translateY(230%);
}

header .book-now-contact a:hover i {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: white;
}

header .book-now-contact .book-now {
  background-color: rgb(255, 122, 13);
  color: white;
  font-size: 0.9rem;
  padding: 0.6rem 2.8rem;
}

header .book-now-contact .book-now:hover,
header .book-now-contact a:hover {
  background-color: #e76813;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: -9px 5px 25px 6px rgba(243, 156, 49, 0.3);
          box-shadow: -9px 5px 25px 6px rgba(243, 156, 49, 0.3);
}

section.hero {
  margin: 0;
}

.hero {
  padding: 2rem 4rem;
  height: 84.7vh;
  background: url(imgs/Exterior.jpg), rgba(2, 32, 17, 0.322);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: white;
  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;
}

.hero .hero-text {
  text-align: center;
  background-color: rgba(2, 32, 17, 0.13);
  border-radius: 2rem;
  padding: 1rem;
  text-shadow: 4px 4px 4px rgb(129, 128, 128);
}

.hero .hero-text h3 {
  font: 1.2rem;
  font-weight: bolder;
  color: rgb(255, 122, 13);
  font-style: italic;
  color: rgb(255, 153, 0);
  text-shadow: 4px 4px 4px rgb(129, 128, 128);
}

.hero .hero-text h1 {
  font-size: 3.2rem;
  font-weight: 600;
  text-shadow: 4px 4px 4px rgb(129, 128, 128);
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .left {
  width: 30rem;
}

.about .left img {
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 4px gray;
          box-shadow: 4px 4px 4px gray;
}

.about .right {
  width: 70%;
}

.about .right h2 {
  color: rgb(255, 122, 13);
  font-style: italic;
  font-size: 3rem;
  font-weight: bolder;
  margin: 1rem auto;
}

.about .right p {
  margin: 0.7rem auto;
  padding-right: 1rem;
  text-align: justify;
  border-left: 2px solid rgb(255, 122, 13);
  padding-left: 0.7rem;
}

.about .right p::first-letter {
  font-size: 2rem;
  color: rgb(255, 122, 13);
}

.about .right .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.about .right button.btn-call {
  background-color: transparent;
  border: 1px solid rgb(255, 122, 13);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.about .right button.btn-call:hover {
  background-color: rgb(255, 122, 13);
  border: 1px solid rgb(255, 122, 13);
}

.about .right button.btn-book {
  background-color: #08321D;
  color: white;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.about .right button.btn-book:hover {
  background-color: rgb(255, 122, 13);
  color: white;
}

section.rooms {
  padding: 0;
  margin: 0;
}

.rooms-slider {
  padding: 1rem 1.8rem;
}

.rooms h2 {
  font-size: 3rem;
  color: rgb(255, 122, 13);
  padding: 1rem;
  text-align: center;
  background-color: #08321D;
  margin-bottom: 1rem;
}

.swiper-slide {
  background-color: white;
  z-index: 1 !important;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 30px !important;
}

.swiper-slide img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide .slide-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  border-bottom: 100px solid #f3f4f7;
}

.swiper-slide .slide-content h3 {
  font-size: 1rem;
  font-weight: 500;
  color:rgb(255, 122, 13) ;
}

.swiper-pagination-bullet {
  background-color: rgb(255, 122, 13) !important;
}

.swiper-slide .slide-content .room-name-icons {
  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;
  gap: 0.4rem;
}

.swiper-slide .slide-content .room-name-icons .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.swiper-slide .slide-content .room-name-icons .icons img {
  width: 20px;
  height: 20px;
}

.swiper-slide .slide-content .price-know-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* .swiper-slide .slide-content .price-know-more p, */
.swiper-slide .slide-content .price-know-more a,
.swiper-slide .slide-content .price-know-more i {
  color: rgb(255, 122, 13);
  font-size: 0.9rem;
}

.swiper-slide .slide-content .price-know-more p {
  font-weight: 400;
}

.locations {
  padding: 0;
}

.locations .general {
  margin-bottom: 2rem;
}

.locations .general h2 {
  color: rgb(255, 122, 13);
  font-size: 3rem;
  text-align: center;
  background-color: #08321D;
  padding: 1rem;
}

.locations .general p {
  color: #08321D;
  font-size: 1.2rem;
  text-align: center;
  font-style: italic;
  margin-top: 1rem;
}

.locations .places {
  padding: 1rem 4rem;
  background-color: white;
  border: 1px solid rgb(255, 122, 13);
  border-radius: 30px;
  margin: 1rem;
}

.locations .places:hover {
  -webkit-box-shadow: -9px 5px 15px 15px rgba(31, 30, 29, 0.3);
          box-shadow: -9px 5px 15px 15px rgba(31, 30, 29, 0.3);
}

.locations .places h2 {
  color: #08321D;
  text-transform: uppercase;
  border-radius: 50%;
}

.locations .places h2 i {
  color: #e76813;
  font-size: 2rem;
}

.locations .places .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgb(255, 122, 13);
}

.locations .places .place i {
  font-weight: 500;
}

.locations .places .place p {
  font-weight: 300;
}

.locations .places .place:hover i {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.locations .places.nearby h2 {
  padding-left: 2rem;
  border-left: 20px solid rgb(255, 122, 13);
}

.locations .places.nearby,
.locations .places.res-cafes,
.locations .places.attractions,
.locations .places.beauty,
.locations .places.airports {
  width: 50%;
}

.locations .places.res-cafes h2 {
  text-align: right;
  border-right: 20px solid rgb(255, 122, 13);
  padding-right: 2rem;
}

.locations .places.res-cafes {
  margin-left: auto;
}

.locations .places.attractions h2 {
  border-left: 20px solid rgb(255, 122, 13);
  padding-left: 2rem;
}

.locations .places.beauty h2 {
  text-align: right;
  border-right: 20px solid rgb(255, 122, 13);
  padding-right: 2rem;
}

.locations .places.beauty {
  margin-left: auto;
}

.locations .places.airports h2 {
  padding-left: 2rem;
  border-left: 20px solid rgb(255, 122, 13);
}

.locations .disclaimer {
  text-align: right;
  margin-top: 2rem;
  font-size: 0.8rem;
}

section.house-rules {
  padding: 0;
}

.house-rules h2 {
  font-size: 3rem;
  text-align: center;
  color: rgb(255, 122, 13);
  background-color: #08321D;
  padding: 1rem;
}

.rules {
  padding: 1rem 4rem;
  background-color: #21da7d;
  margin-top: 4rem;
}

.rules .rule {
  background-color: rgba(0, 0, 0, 0.712);
  color: white;
  padding: 1rem;
  margin: 1rem;
  border-top: 8px solid rgb(255, 122, 13);
  border-radius: 3rem;
}

.rules .rule .icon {
  font-size: 1.5rem;
  color: #96590e;
  margin-right: 0.5rem;
  border-top: 3px solid rgb(255, 122, 13);
}

.rules .rule p {
  font-weight: 300;
  color: white;
}

.rules .rule a {
  color: rgb(255, 122, 13);
}

.rules .rule i {
  color: rgb(255, 122, 13);
  padding-right: 1rem;
  font-size: 2rem;
}

.rules .check-in-out-cancellation,
.child-and-bed,
.age-pets-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background-color: #08321D;
  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;
  padding: 1rem;
  position: relative;
}

footer .info {
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .info .links .links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

footer .info .links a,
footer .info .links p {
  color: white;
  font-weight: 400;
}

footer .info .links a i,
footer .info .links p i {
  color: white;
  margin-right: 0.5rem;
}

footer .info .links a:hover i {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}

footer .info .links h3 {
  color: rgb(255, 122, 13);
  font-size: 1.5rem;
}

.copyright {
  background-color: #08321D;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.copyright p {
  color: white;
  text-align: center;
}

.burger {
  color: rgb(255, 122, 13);
  display: none;
  cursor: pointer;
  font-size: 2.2rem;
}

@media only screen and (max-width: 1150px) {
  header {
    padding: 0.4rem 1rem;
  }
  header .logo {
    width: 120px;
  }
}
@media only screen and (max-width: 1050px) {
  header {
    padding: 0.6rem 2rem;
  }
  header .book-now-contact a,
header .book-now-contact .book-now {
    padding: 0.5rem 2rem;
  }
}
@media only screen and (max-width: 1020px) {
  .burger {
    display: block;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #08321D;
    font-size: 2.2rem;
  }
  header .menu-call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    background: white;
    width: 50%;
    height: 100%;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    right: -100%;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  header .menu-call-to-action .menu {
    margin-top: 6rem;
  }
  header .menu-call-to-action .menu,
header .menu-call-to-action .book-now-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .book-now-contact a {
    color: rgb(255, 122, 13);
    background-color: #08321D;
    border: none;
  }
  header .book-now-contact .book-now {
    padding: 0.7rem 4rem;
  }
  header .book-now-contact a i {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    color: rgb(255, 122, 13);
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  section {
    padding: 1rem 2rem;
    margin: 2rem auto;
  }
  header {
    padding: 0.2rem 2rem;
  }
  header .logo {
    width: 100px;
  }
  .hero {
    padding: 2rem 2rem;
  }
  .hero .hero-text h1 {
    font-size: 3rem;
  }


  /* Imported Form  */

  #txtadult {
    width:93%;
}

#txtChildren {
    width: 93%;

}

#txtcheckindate {
    width: 93%;


}

#txtcheckoutdate {
    width: 93%;

}

#txtPromocode {
    width: 100%;
}

#txtRoomId {
    height: 36px;
    padding: 1rem 0.6rem;
    width: 100%;

}
.container {
    width: 100%;
}



    /* end imported form  */


  .about {
    gap: 2rem;
  }
  .about .left {
    width: 25rem;
  }
  .about .right {
    width: 80%;
  }
  .about .right button.btn-call,
.about .right button.btn-book {
    padding: 0.6rem 2.5rem;
  }
  .locations .places {
    padding: 1rem 2rem;
    margin: 2rem;
  }
  .locations .general p {
    font-size: 1rem;
  }
  .locations .places.nearby,
.locations .places.res-cafes,
.locations .places.attractions,
.locations .places.beauty,
.locations .places.airports {
    width: 60%;
  }
  .rules {
    padding: 1rem 2rem;
  }
  .rules .check-in-out-cancellation,
.child-and-bed,
.age-pets-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .info .links h3 {
    font-size: 1.2rem;
  }
  footer .info .links a,
footer .info .links p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
  section {
    padding: 1rem 1.5rem;
    margin: 1.6rem auto;
  }
  header {
    padding: 0.2rem 1.5rem;
  }
  header .logo {
    width: 90px;
  }
  .hero {
    padding: 2rem;
  }
  .hero .hero-text {
    /* margin-top: 4rem; */
  }
  .hero .hero-text h1 {
    font-size: 2.5rem;
  }


  /* imported form  */

  #btnGo {
    display: block;
    padding: 0.4rem 2rem;
    margin: auto;
    line-height: 2;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1rem;
    background-color: rgb(255, 122, 13);
    color: white;
}



    /* end imported form  */





  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .left {
    width: 30rem;
  }
  .about .right h2 {
    text-align: center;
  }
  footer .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .info .links .links-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .info .links h3 {
    color: rgb(255, 122, 13);
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
  section {
    padding: 1rem;
    margin: 1.2rem auto;
  }
  header {
    padding: 0.3rem 1rem;
  }
  header .logo {
    width: 70px;
  }
  header .menu-call-to-action {
    width: 60%;
  }
  .hero {
    padding: 1.5rem;
  }
  .hero .hero-text {
    margin-top: 2rem;
  }
  .hero .hero-text h1 {
    font-size: 2rem;
  }
  .hero .book-now-form {
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .hero .book-now-form form {
    width: 30rem;
    gap: 0.4rem;
  }
  .hero .book-now-form form .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .right button.btn-call,
.about .right button.btn-book {
    padding: 0.8rem 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .hero .book-now-form form {
    width: 25rem;
    gap: 0.4rem;
  }
  .about .left {
    width: 25rem;
  }
  .locations .places {
    margin: 1rem auto;
  }
  .locations .places.nearby,
.locations .places.res-cafes,
.locations .places.attractions,
.locations .places.beauty,
.locations .places.airports {
    width: 90%;
  }
  .rules .check-in-out-cancellation,
.child-and-bed,
.age-pets-group {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  header .logo {
    width: 60px;
  }
  .hero .hero-text {
    margin-top: 2rem;
  }
  .hero .book-now-form {
    padding-bottom: 1.8rem;
    margin-top: 2rem;
    width: 100%;
  }
  .hero .book-now-form form {
    width: 100%;
    gap: 0.4rem;
  }
  .hero .book-now-form form .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .right button.btn-call,
.about .right button.btn-book {
    padding: 0.6rem 1rem;
  }
}
