@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,400&family=Poppins:wght@300;400;500&display=swap");

/*:root {
  --base-color: #27b0f1;
  --border: 1px solid #eee;
  --text-color: #565a5c;
  --card-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}*/

* {
  font-family: Poppins;
}

body {
  background-color: #719AB9;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.fs-25 {
  font-size: 25px;
}
.dark-blue-bg {
  background: #002945;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.light-blue-bg {
  background :#0D476D;
  color: #fff;
}
.navbar {
  z-index: 1;
}
.navbar-nav .nav-item {
  margin: 25px 5px;
  padding: 0 5px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .navbar-nav .nav-item {
    margin: 15px 5px;
    padding: 0 2px;
  }
}
@media (max-width: 1023px) {
  .navbar-nav .nav-item {
    margin: 10px 2px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar {
    right: 0;
  }
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-transform: capitalize;
}
.nav-link-special-margin {
  margin-left: 50px;
}
.navbar-nav .nav-link.active {
  border-bottom: 1px solid #fff;
}
/* .navbar-toggler {
  color: ;
} */
.navbar-toggler-icon {
    background-image: url(../toggler.png);
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .navbar-collapse {
      position: absolute;
      top: -46px;
      right: 0%;
      background-color: #004173;
      padding: 40px 50px;
      z-index: 999;
      transition: right 0.2s ease-in-out;
  }
  .nav-link-special-margin {
    margin-left: 0;
  }
  .navbar-collapse-for-nav {
      position: absolute !important;
      top: -36px !important;
      right: -3% !important;
      background-color: #004173 !important;
      padding: 40px 50px !important;
      z-index: 999 !important;
      transition: right 0.2s ease-in-out !important; 
  }
}


 h1.banner-h1 {
  color: #fff !important;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  vertical-align: middle;
 }

 p.banner-p {
  color: #fff !important;
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
 }
.search-input {
  border-radius: 15px;
  height: 50px;
  justify-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  padding-right: 10px;
  padding-left: 30px;
  border: 1px solid #D65C68;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #004173 !important;
  width: 100%; /* Default: take full width of container */
}
input.search-input::placeholder {
  color: #004173 !important;
  opacity: 1; /* ensures full visibility */
}
.search-input:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .special-grid-media {
    min-width: 206px;
  }
  .search-input {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .special-grid-media {
    min-width: 300px;
  }
  .search-input {
    width: 100%;
  }
}
.input-icons {
  position: absolute;
  top: 15px;
  left: 8px;
  color: #701B42;
  /* color: #757575; */
}
.input-icons-loc {
  position: absolute;
  top: 15px;
  left: 11px;
  color: #701B42;
}
.mp-c {
  padding: 0 2px;
  margin-bottom: 5px;
}

.btn-search {
  background: #701B42;
  border-radius: 25px;
  color: #fff;
  height: 50px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.25%;
  vertical-align: middle;
  padding: 0 25px;
  gap: 10px;
}

@media screen and (max-width: 1199px) {
  video {
    height: 750px !important; 
  }
}
@media screen and (max-width: 921px) {
  video {
    height: 660px !important; 
  }
  .banner-h1 {
    font-size: 50px !important; 
  }
  .banner-p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 760px) {
  video {
    height: 640px !important; 
  }
  .banner-h1 {
    font-size: 40px !important; 
  }
  .banner-p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 576px) {
  video {
    height: 720px !important; 
  }
  .banner-h1 {
    font-size: 35px !important; 
  }
  .banner-p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 500px) {
  video {
    height: 900px !important; 
  }
  .banner-h1 {
    font-size: 41px !important; 
  }
  .banner-p {
    font-size: 20px !important;
  }
}

.btn-pansypurple {
  gap: 10px;
  padding: 17px 24px;
  border-radius: 30px;
  background: #701B42;
  color: #fff;
}
.btn-pansypurple:hover {
  color: #fff;
}

.footer-p {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  padding: 0;
}
@media (max-width: 425px) {
  .footer-p {
    font-size: 38px;
  }
}
.f-style {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.2px;
  text-align: justify;
  vertical-align: middle;
}
@media (max-width: 425px) {
  .f-special {
    letter-spacing: -1.1px;
  }
}
/*.welcome {
  text-align: center;
}*/
.welcome span.first {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #fff;
}
.welcome span.second {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #004173;
  position: relative;
}
@media (max-width: 398px) {
  .welcome span.second {
    font-size: 35px;
  }  
}
.welcome img {
  position: absolute;
  top: 60px;
  left: 10px;
}
.welcome p {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -2%;
/*  text-align: center;*/
  vertical-align: middle;
}


.trending span.first {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #fff;
}
.trending span.second {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #004173;
  position: relative;
}
.trending img.vector {
  position: absolute;
  top: 60px;
  left: 10px;
}
.trending .img-bordered {
  border-radius: 15px;
}
.getaways {
  background: #fff;
  padding: 25px 50px;
  border-radius: 20px;
}
.getaways p {
  color: #004173;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.getaways h6 {
  color: #701B42;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
.getaways span {
  color: #757575;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.getaways .properties {
  border-right: 1px solid rgba(214, 92, 104, 0.5);
}
@media screen and (max-width: 526px) {
  .getaways p {
    font-size: 25px;
  }
  .getaways h6 {
    font-size: 35px;
  }
  .getaways span {
    font-size: 15px;
  }
  .getaways {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .getaways .properties {
    border-bottom: 1px solid rgba(214, 92, 104, 0.5);
    border-right: none;
  }
  .getaways .spacing {
    padding: 15px 0;
  }
}

.amazing {
  background: #fff;
  padding: 0 80px;
  border-radius: 30px;
}
.amazing .owl-carousel2 p.who {
  color: #D65C68;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
}
.amazing .owl-carousel2 .stars {
  color: #F2AF0D;
  font-size: 22px;
}
.amazing .owl-carousel2 .rental {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #004173;
}
.amazing .owl-carousel2 .comma {
  width: 100px; 
  height: 82px; 
}
.amazing .owl-carousel2 .comma2 {
  width: 100px; 
  height: 82px; 
}
.amazing .owl-carousel2 p.testimonial {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-transform: capitalize;
  height:90px;
  overflow: auto;
  text-align: justify;
  padding-right:15px
}

/*.amazing .owl-carousel2 .palm-tree {
   background-image: url("../tree.png");
   background-size: 76%;
   opacity: 100%;
   color: black !important;
   background-repeat: no-repeat;
   background-position: top; 
 }*/

.qualities {
  background: #004173;
  padding: 70px;
}
@media (max-width: 550px) {
  .qualities {
    padding: 70px 0px;
  }
}
.qualities .solo {
  text-align: center;
  padding: 10px;
}
.qualities .solo p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
}
.qualities .solo span {
  color: #FFFFFF;
  font-weight: 100;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.thanks {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #D65C68;
  background: #fff;
}
.thanks h1 {
  color: #004173;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  vertical-align: middle;
}
.thanks p {
  /* color: ; */
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.thanks a {
  color: #AD1F28;
  font-weight: 600;
}



.grid-four {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.inner {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 10px;
}
.inner img:hover {
  opacity: 1;
}
.inner img.active {
  opacity: 1;
  border: 3px solid #701B42;
  /* border-radius: ; */
  border-radius: 10px;
}



.hot-destinations {
  background: #fff;
  border-radius: 25px;
}

.hot-destinations p {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #004173;
  margin: 0;
  padding: 0;
}
@media (max-width:767px){
.hot-destinations p {
  font-size: 30px;
 }
}
@media (max-width:523px){
.hot-destinations p {
  font-size: 25px;
 }
}
.input-form-control {
  margin-top: 30px;
  border-radius: 20px;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 14px;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: #D65C68;
  height: 55px;
}
.hot-button {
  background-color: #701B42;
  color: #fff;
  position: absolute;
  border: 0px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 0px;
  height: 55px;
  bottom: 8px;
  padding: 10px 20px;
}

.page-headings {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #004173;
}
@media (max-width:767px){
  .page-headings {
    font-size: 28px;
  }
}

.map-padding {
  width: 100%;
  height: 930px;
  object-fit: cover;
  border-radius: 40px 0px 0px 40px;
}

.property-card {
  padding: 0;
  border-radius: 20px;
}

.listing-card {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
}

.light {
  color: #818181;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
}
.light a {
  color: #818181;
}
.icon-light {
  color: #818181;
}
.night-rate {
  font-family: Poppins;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-transform: capitalize;
}

.contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px; 
}
.icon-div {
  background: #AD1F281A;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
}

.contact-input {
  border: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0;
  border-radius: 0;
} 

.contact-input:focus {
  box-shadow: none;
  border-color: #D65C68;
}

.about-box {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.about-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about-box-two {
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 89px;
}
.about-box-two button {
  padding: 12px 17px;
  font-size: 14px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-box-two {
    padding: 53px;
  }
  .about-box-two button {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-box-two {
    padding: 18px;
  }
  .about-box-two button {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-box-two {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40.5px;
  }
  .about-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .about-box-two button {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .about-box-two {
    padding: 15.5px;
  }
}
.about-box-two h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #004173;
}
.about-box-two p.italic {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  letter-spacing: -0.25px;
  vertical-align: middle;
}
.privacy-main-heading {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 40.5px;
  min-height: 41px;
  text-transform: capitalize;
}
.privacy-side-heading {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 40.5px;
  min-height: 41px;
}
.privacy-sub-heading-one {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 500;
  line-height: 31.5px;
  min-height: 31.5px;
  text-align: left;
  color: black;
  text-transform: capitalize;
}

.privacy-sub-heading-two {
  min-height: 27px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #414141;
  text-transform: capitalize;
}

.privacy-text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  min-height: 24px;
  letter-spacing: 0.25px;
  text-align: justify;
  color: #333333;
}

#privacy-scrollspy {
  list-style-type: disc;
  padding-left: 20px;
}

.privacy-bullet {
  list-style-type: disc;
  color: #3F444B; /* Default bullet color */
}

/* Bullet color when active */
.privacy-bullet.active {
  color: #701B42;
}

.privacy-bullet a {
  text-decoration: none;
  color: #3F444B;
  font-size: 17px;
}

.privacy-bullet .nav-link {
  text-decoration: none;
  color: #3F444B;
  font-size: 17px;
  transition: color 0.3s;
}

.privacy-bullet .nav-link.active {
  color: #701B42;
  font-weight: 600;
}

.privacy-heading-third-div {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 500;
  line-height: 31.5px;
  text-align: left;
  color: #414141;
  text-transform: capitalize;
}

.linkp-text {
  position: absolute;
  font-weight: 700;
  font-size: 25px;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #004173;
  margin:0;
  padding: 0 8px;
  border-radius: 10px;
}

.review-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.a-review {
  border: 1px solid rgba(214, 92, 104, 0.4);
  padding: 24px;
  border-radius: 10px;
}

.a-review .stars i {
  color: #F2AF0D;
  font-size: 25px;
  margin-right: 3px;
} 
.a-review .msg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #666666;
  max-height: 150px;
  overflow-y: auto; 
  text-align: justify; 
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
.a-review .msg p::-webkit-scrollbar {
    display: none;
}

.a-review .user span.name {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #004173;
  opacity: 100%;
}
.a-review .user span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1B2428;
  opacity: 70%;
}
.btn-reviews {
  background: transparent;
  color: #AD1F28;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  border: none;
}

.give-review-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.give-review-box h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}


.give-review-box input,
.give-review-box textarea {
  border: 1px solid #D65C68;
  border-radius: 10px;
  padding: 10px;
}

.give-review-box input:focus,
.give-review-box textarea:focus {
  box-shadow: none;
  border-color: #D65C68;
}

.give-review-box button {
  border-radius: 30px;
  padding: 8px 30px;
  background: #701B42;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -2%;
}


/*------------------------------------------------Search Page------------------------------------------*/

.seach-card {
  border-radius: 30px;
}
.search-page-input {
  border-radius: 15px;
  height: 50px;
  justify-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  padding-right: 10px;
  padding-left: 30px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #004173;
  /* color: #757575; */
}
input.search-page-input::placeholder {
  color: #004173 !important;
  opacity: 1; /* ensures full visibility */
}
.input-icons-search {
  position: absolute;
  top: 15px;
  left: 8px;
  color: #701B42;
  /* color: #757575; */
}
.input-icons-search-loc {
  position: absolute;
  top: 15px;
  left: 11px;
  color: #701B42;
}
.search-button {
  gap: 10px;
  border-radius: 41px;
  padding: 11px;
  color: #fff;
  background: #701B42;
  border: 1.5px solid #701B42;
}
.advance-search {
  gap: 10px;
  opacity: 0.8;
  border: 1.5px solid #D65C68;
  border-radius: 41px;
  padding: 11px;
  background: #fff;
  opacity: 80%;
}
.card-price-tags {
  font-family: Poppins;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: white;
  height: 26px;
  padding: 5px 10px 5px 10px;
  border-radius: 47.26px;
  background: #004173;
  border: 0px;
}
.tab-btn-view {
  border-radius: 0;
  border: 1px solid #701B42;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  background: white;
}
.tab-btn-view.active {
  background: #701B42;
  color: white;
  box-shadow: none;
}
.nightyy {
  text-decoration: none;
}
.nightyy:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .col-border {
    overflow-y: scroll;
    max-height: 930px;
  }
}
/* For Chrome, Edge, and Safari */
.col-border::-webkit-scrollbar {
    width: 13px !important; /* Total width of the scrollbar */
}
.col-border::-webkit-scrollbar-track {
    background: #701B42; /* Background color of the scrollbar track */
}
.col-border::-webkit-scrollbar-thumb {
    background-color: #c0d5d0; /* Inner scroll color */
    border-radius: 6px;
    border: none; /* Ensure no border is applied */
    width: 13px; /* Make sure the thumb width matches the scrollbar width */
}
.col-border::-webkit-scrollbar-thumb:hover {
    background-color: #701B42; /* Hover color for the scrollbar thumb */
}
.col-border {
    scrollbar-width: none; /* Ensure scrollbar width matches */
    scrollbar-color: #c0d5d0 #701B42; /* Sets colors for thumb and track */
}
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4.5px;
  transform: rotate(-45deg);
  width: 10px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}


.round input[type="checkbox"]:checked + label {
  background-color: #701B42;
  border-color: #701B42;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.price-input {
  width: 100%;
  display: flex;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  padding: 14px 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #701B42;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #701B42;
  border: 2px solid rgb(255, 255, 255);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #701B42;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.reset-button {
  text-decoration: underline; 
  color: #701B42;
  font-weight: 600;
  margin-top: 18px;
}
.reset-button:hover {
  cursor: pointer;
}
.label-hovers {
  user-select: none;
}
.label-hovers:hover {
  cursor: pointer;
}
@media all and (max-width: 3000px) and (min-width: 1401px) {
  .input-icons-search {
    font-size: 17px;
  }
}
.gm-fullscreen-control {
  top: 10px !important;
}
.gm-style-mtc-bbw {
  left: 15px !important;
  top: 10px !important;
}

/*---------------------------------------------Details Page----------------------------------------------*/

p.license {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #004173;
}
.navs .nav .nav-link {
  color: #004173;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  border-bottom: 1px solid #004173;
}
.navs .nav .nav-link.active {
  color: #002C4D;
  border-bottom: 2px solid #002C4D;
}
small.view-all {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}
@media (max-width: 768px){
  small.view-all {
    font-size: 16px;
  }
}
@media (max-width: 425px){
  small.view-all {
    font-size: 13px;
    margin-left: 10px;
  }
}
.common-head-details-page {
  color: #031D30;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}
.view-all {
  margin-left: 18px;
  margin-right: 15px;
}
@media (max-width: 374px) {
  .common-head-details-page {
    font-size: 25px;
  }
  .view-all {
    margin-left: 0;
    margin-right: 0;
  }
}
.Amenities-navbar-collapse {
  position: fixed;
  top: 0rem;
  right: -100%;
  width: 800px;
  height: 100%;
  background-color: #ffffff;
  padding: 40px 30px;
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  border-radius: 20px 0px 0px 20px;
}

.Amenities-navbar-collapse.show {
  right: 0 !important;
}

.calender-navbar-collapse {
  position: fixed;
  top: 0rem;
  right: -100%;
  width: 800px;
  height: 100%;
  background-color: #ffffff;
  padding: 40px 30px;
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  border-radius: 20px 0px 0px 20px;
}

.calender-navbar-collapse.show {
  right: 0 !important;
}

.gray {
  color: #757575;
}

/* round checkbox css */

.checkbox {
  position: relative;
  overflow: hidden;
}

.checkbox__input {
  position: absolute;
  top: -100px;
  left: -100px;
}

.checkbox__inner {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 35%;
  border: 1px solid #626262;
  background: transparent no-repeat center;
}

.checkbox__input:checked + .checkbox__inner {
  /*border-color: #00fe8c;
  background-color: #00fe8c;*/
  border-color: #701B42;
  background-color: #701B42;
/*  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
  background-image: url("../amenity-tick.png") ;
  background-size: 14px 10px;
}

.calendar-table tr td {
  text-align: center;
  border-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 2px;
}
.calendar-table tr th {
  padding: 2px 2px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.detail-input {
  justify-content: space-between;
  border-radius: 50px;
  padding: 16px;
  border: 1px solid #8F9AA380;
}
.common-btn {
  color: white;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 28px;
  background-color: #701B42;
  height: 41px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-btn:focus {
  background-color: black;
}
.common-btn::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -150%; /* Starts far left */
  width: 60px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  transition: none;
}

.common-btn:hover::after {
  animation: shine-left-to-right 0.75s linear forwards; 
}

.common-btn::after {
  pointer-events: none; 
}

.common-btn:not(:hover)::after {
  animation: shine-right-to-left 0.75s linear forwards;
}

.icon-pink-type {
  color: #D65C68 !important;
}
.amenity-card-radius {
  border-radius: 10px !important;
}

.reviews {
  gap: 60px;
  border-radius: 25px;
  padding: 35px;
  background: #fff;
}
.reviews .give-review p {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}
.reviews .give-review input,
.reviews .give-review textarea {
  border-radius: 10px;
  border: 1px solid #D65C6880;
  padding: 13px;
}
.reviews .fa-gold-type {
  color: #F2AF0D;
  margin-right: 8px;
  font-size: 22px;
}
.detail-star-rating {
   display: flex;
   flex-direction: row-reverse;
   justify-content: start;
}

.detail-star-rating input[type="radio"] {
   display: none;
}

.detail-star-rating label {
   font-size: 20px;
   color: #757575;
   cursor: pointer;
}

.detail-star-rating input[type="radio"]:checked ~ label {
   color: #F2AF0D;
}
.detail-star-rating label:hover,
.detail-star-rating label:hover ~ label {
   color: #F2AF0D;
   cursor: pointer;
}

.custom-pagination {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.custom-pagination .page-item {
  display: inline-block;
}

.custom-pagination .page-link {
  border: none;
  background: none;
  color: #1B242899;
  font-weight: 500;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  transition: background 0.3s, color 0.3s;
}
.custom-pagination .active-circle .page-link {
  background-color: #004173;
  color: white;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
.custom-pagination .arrow-left .page-link,
.custom-pagination .arrow-right .page-link {
  background: none;
  color: #004173;
  border: none;
  font-size: 18px;
  padding: 0 10px;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0 !important;
}
.custom-pagination .page-item:not(.active-circle) .arrow {
  color: #004173;
  background: transparent;
  border: none;
  padding: 0 10px;
}
/*.datepicker {
  right: 0%;
}*/

#booking_div p.order {
  color: #031D30;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
#booking_div p.summary,
#booking_div p.property {
  color: #004173;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
#booking_div .accordion-item {
  border-radius: 10px;
  border: 1px solid #D65C684D;
}
#booking_div .accordion-item .para {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  margin-bottom: 0;
}
#booking_div .section-heading {
  color: #004173;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
@media (max-width: 450px) {
  #booking_div .section-heading {
    font-size: 18px;
  }
}
#booking_div .form-fields-booking {
  gap: 7px;
  border-radius: 8px;
  border-width: 1px;
  padding: 12px;
  border: 1px solid #8F9AA380;
}

#booking_div p.signature {
  color: #757575;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}
#booking_div #clearBtn:hover {
  cursor: pointer;
}
#booking_div a.rental-agree {
  color: #AD1F28;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
#booking_div a.rental-agree:hover {
  cursor: pointer;
}
#booking_div .form-check-rental-label {
  color: #757575;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.form-check-input:checked {
    background-color: #701B42;
    border-color: #701B42;
}
.form-check-input:focus {
  box-shadow: none;
}
#booking_div .place-order-btn {
  color: #fff;
  background: #701B42;
  gap: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2%;
  border: none;
}
#booking_div #goback {
  gap: 10px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  border-radius: 10px;
  border: 1px solid #FFFFFF99;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #fff;
  background: transparent;
}
.agreement-heading {
  font-family: Poppins;
  color: #701B42;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2%;
}
.calender-navbar h1.avail {
  color: #121B21;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}
.calender-navbar .fa-circle-xmark {
  color: #AD1F28;
}
.calender-navbar .month-name {
  color: #002C4D;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
}

.Amenities-navbar h1.amen {
  color: #121B21;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
}
.Amenities-navbar .fa-circle-xmark {
  color: #AD1F28;
}

.Amenities-navbar .keyy {
  color: #004173;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  margin-bottom: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.Amenities-navbar .amenity-div {
  border: 1px solid #D65C684D;
  border-radius: 15px;
  padding: 15px;
}
.Amenities-navbar .data-key {
  color: #031D30;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.small-as-icon {
    width: 65px!important
}
p.card-text::-webkit-scrollbar {
    display: none;
}
.navbar-toggler {
    font-size: 1.5rem;
    margin-top: -10px;
}
.fstyle-normal {
  font-style: normal !important;
}
.fs-13-form {
  font-size: 16px !important;
  font-weight: 400;
  font-family: Poppins;
  color: rgba(117, 117, 117, 1);
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}
.fs-13-new {
  font-size: 18px;
  font-family: "Poppins";
  color: black;
  line-height: 24px;
}
#loader {
    display: none;
    position: fixed;
    top: 42%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 999;
    background-color: none;
    width: 100px;
    height: 70px;
}
#loader img {
    width: 100px;
}
#checkavailability {
  height: 38px !important;
}
.available-a {
    background-color: #74FAFF !important;
    color: #111;
}
.unavailable-a {
    background-color: #701B42 !important;
    color: #fff;
}
.checkin {
    background: linear-gradient(57deg, #701B42 50%, #74FAFF 50%);
}
.checkout {
    background: linear-gradient(44deg, #74FAFF 50%, #701B42 50%);
}

.checkout,
.checkin {
  color: white;
  text-shadow: 0 0 3px #000;
  font-weight: 700;
}
#all_other_content_div {
    opacity: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}
.hoverable {
    color: #0dcaf0;
}
.hoverable:hover {
    cursor: pointer;
}
.no-hover:hover {
  color: white !important;
}
.firefox-icon:hover {
  cursor: pointer;
}
.safari-icon:hover {
  cursor: pointer;
}
.available-yes {
    gap: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #0041731A;
    color: #701B42;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.5%;
}
.not-available {
    gap: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #0041731A;
    color: #701B42;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.5%;
}
 
.available-dates-table tr td {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #031D30;
    border: none;
}
@media screen and (max-width: 435px) {
    .available-dates-table tr td {
        font-size: 11px;
    }
}
.available-dates-table tr td:last-child {
    text-align: end;
}
.tbl-border {
  border: 1px solid #D65C684D;
  border-top: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 10px;
  background-color: #fff;
}
#toggleQuoteDetails {
    cursor:pointer; 
    border: 1px solid #f5c6cb; 
    border-bottom: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    padding: 5px 18px;
}
#nightrate {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #031D30;
}
#nightrate sub {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #031D30;
}
#cancelit {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #AD1F28;
}
#cancelit:hover {
    cursor: pointer;
}
.cancelimg:hover {
    cursor: pointer;
}
#bookwithagent {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    text-align: center;
    color: #465E71;
    text-decoration: none;
}
#bookwithagent:hover {
    border-color: #111 !important;
}
.paragraph-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show 4 lines */
  -webkit-box-orient: vertical;
  text-align: justify;
}
.read-more-btn {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}
@media (max-width: 992px) {
    .calender-navbar-collapse,
    .Amenities-navbar-collapse {
        width: 80%;
        border-radius: 0px;
    }
}
@media (min-width: 552px) and (max-width: 991px) {
    .pink-button {
        padding-left: 30px;
        padding-right: 30px;
    }
}