@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  margin: 0;
}

:root {
  --text-color: #444;
  --color-secondary: #30a7df;
  --color-primary: #f78800;
  --color-primary2: #4f429f;
  --white-color: #fff;
  --color-black: #000;
  --font-mont: "Montserrat", sans-serif;
  --font-arl: Arial, sans-serif;
  --font-sans: "Open Sans", sans-serif;
  --font-syn: "Syne", sans-serif;
  --font-abr: "Abril Fatface", serif;
  --ease: all 400ms ease-in-out;
  --border-color: #d4d4d4;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-mont);
}

a {
  text-decoration: none !important;
  transition: all .4s ease-in-out;
  transition: var(--ease);
}

a:hover {
  color: var(--color-primary) !important;
}



svg {
  vertical-align: -0.125em !important;
}

.section-pad-t {
      padding-top: 50px;
}

.section-pad-b {
  padding-bottom: 65px;
}

/*********************** kbs-resorts Start ***********************/
/*********************** kbs-resorts HEADER Start ***********************/
a.logo img {
  width: 110px;
}

.mid-navbar {
  background: #f4931f8f;
  padding-bottom: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.mid-navbar nav.navbar {
  padding: 0px;
}

.mid-navbar .main-navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.right-navbar a {
  padding: 16px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-sans);
}

.mid-navbar .search_icon {
  font-size: 30px;
  color: var(--white-color);
}

.main-navbar .modal {
    padding-top: 120px !important;
    z-index: 999;
}

.modal-backdrop.show
 {
    z-index: -1 !important;
}

.search_input {
    width: 100%;
    height: 100px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 44px;
    font-weight: 600;
    color: var(--color-dark) !important;
    background-color: var(--color-white);
}
/*********************** kbs-resorts HEADER END ***********************/
/*********************** kbs-resorts END ***********************/
/* Bottom to top button style */
.top-to-btm {
  position: relative;
}

.icon-position {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 20;
}

.icon-style {
  background-color: #e280c6;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  color: #fff;
  cursor: pointer;
  animation: 3s ease-in-out infinite;
  transition: all .5s ease-in-out;
}

.icon-style:hover {
  animation: none;
  background: #fff;
  color: #e280c6;
  border: 1px solid #e280c6;
}

.custom_btn {
  background: transparent;
  outline: none;
}

.custom_btn a {
  background: var(--color-secondary);
  color: var(--white-color) !important;
  padding: 22px 50px;
  font-family: var(--font-syn);
  transition: all 0.5s ease-in-out;
}

.custom_btn:hover a {
  background: var(--color-primary);
}

.custom_btn4 {
  outline: none;
  background: var(--color-primary);
  color: var(--white-color) !important;
  padding: 22px 50px;
  font-family: var(--font-syn);
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-weight: 600;
}

.custom_btn4:hover {
  background: var(--color-secondary);
}

.custom_btn2 {
  background: transparent;
  outline: none;
  padding: 22px 42px;
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
}

.custom_btn2 a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black) !important;
  font-family: var(--font-syn);
}

.custom_btn2:hover {
  background: var(--color-black);
}

.custom_btn2:hover a {
  color: var(--white-color) !important;
}

.custom_btn3 {
  background: #FFF;
  /*background: transparent;*/
  outline: none;
  font-size:25px;
  padding: 6px 20px;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--color-secondary);
}

.custom_btn3 a {
  color: var(--color-secondary) !important;
}

.custom_btn3:hover {
  /*border: 1px solid var(--white-color);*/
  border: 1px solid #000;
  color:#000;
}

.custom_btn3:hover a {
  /*color: var(--white-color) !important;*/
  color: #000;
}

/******* Bottom to top button style *******/
/* NEW Hero BANNER */
.main-slider {
  background-image: url(../images/hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_section_btns {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: center;
  padding: 60px 0 0;
}

.hero_cirle {
  position: absolute;
  top: 162px;
  right: 12px;
}

.main-slider .hero_section {
  position: relative;
  color: var(--white-color);
  width: 95%;
  margin: 0px auto;
  padding-top: 90px;
}

.hero_section_btns .player_btns {
  background-color: transparent;
  outline: none;
}

.hero_section_btns a {
  font-size: 18px;
  font-weight: 600;
}

.vacation_card_img .vacation-slider .vacation-slide img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.hero_section_btns .player_btns span {
  padding: 8px 14px;
  transition: var(--ease);
}

.hero_section_btns .player_btns:Hover span {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-slider h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.main-slider .hero_section h5 {
  font-family: var(--font-arl);
  font-size: 42px;
}

.main-slider .hero_section h1 {
  font-family: var(--font-mont);
  font-size: 130px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-slider .hero_section p {
  font-family: var(--font-arl);
  font-size: 18px;
  padding-bottom: 25px;
}

/* END Hero BANNER */
/********* start Vacation rental *********/
.section_title {
  text-align: center;
}

.section_title h1 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-black);
}

.vacation_main .section_title p {
  font-size: 19px;
  font-weight: 500;
  font-family: var(--font-arl);
  width: 60%;
  margin: 0px auto;
}

.vacation_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.vacation_cards .vacation_card {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #cecece;
    padding: 6px;
}

.vacation_cards .vacation_card h5 {
  font-weight: 700;
  font-size: 22px;
  font-family: var(--font-syn);
  color: var(--text-color);
  padding-top: 14px;
  max-height: 55px;
}

.vacation_cards .vacation_card .vacation_card_body p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  padding-top: 14px;
  line-height: 24px;
}
/*.vacation_cards .vacation_card p {*/
/*  font-size: 20px;*/
/*  margin: 0px 2px;*/
/*  min-height: 100px;*/
/*  height: 145px;*/
/*}*/


.vacation_card .vacation_card_img {
  width: 100%;
}

.vacation_card .vacation_card_img img {
  width: 100%;
  display: block;
}

.vacation_card_footer {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-bottom: 20px;
}

.vacation_card_footer button {
  background: var(--color-secondary);
  padding: 7px 24px;
}

.vacation_card_footer button a {
  font-family: var(--font-syn);
  font-size: 12px;
  font-weight: 600;
  color: var(--white-color);
}

/********* END Vacation rental *********/
/********* START ABOUT COMPONENT *********/
.about_main .about_img {
  width: 85%;
}

.about_main .about_img img {
  width: 100%;
  object-fit: cover;
}

.about_main .about_content h1 span {
  color: var(--color-secondary);
}

.about_main .about_content h1 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-black);
  padding-bottom: 25px;
}

.about_main .about_content h2 {
  font-size: 38px;
  font-weight: 300;
  position: relative;
  margin-left: auto;
  width: 65%;
}

.about_main .about_content h2:before {
  content: '';
  height: 2.5px;
  width: 170px;
  top: 23px;
  left: -220px;
  background-color: var(--color-black);
  position: absolute;
}

.about_main .about_content h2:after {
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 12px;
  top: 16px;
  left: -35px;
  background-color: var(--color-primary);
  position: absolute;
}

.about_main .about_content p {
  width: 88%;
  font-size: 19px;
  font-family: var(--font-arl);
  color: #444;
}

.about_main .hero_section_btns {
  justify-content: start;
  font-family: var(--font-syn);
}

.choose_main .choose_icons {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 35px;
}

.choose_main .choose_icon a {
  width: 300px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.choose_main .choose_icon a h5 {
  padding-top: 10px;
  color: var(--color-black);
  font-family: var(--font-arl);
  font-weight: 500;
}

/********* END ABOUT COMPONENT *********/
/********* Start Dream Vacation COMPONENT *********/
.dream_main {
  background-color: #000;
  height: 450px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dream_main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/dream1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.5;
}

.dream_main .dream_vacation {
  width: 90%;
  margin: 0px auto;
  z-index: 999;
}

.dream_main .dream_vacation h1 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white-color);
  padding-bottom: 25px;
}

.dream_main .dream_vacation p {
  font-size: 19px;
  font-family: var(--font-arl);
  color: var(--white-color);
  margin: 0px 55px 50px 55px;
}

/********* END Dream Vacation COMPONENT *********/
/********* START RECENT POSTS COMPONENT *********/
.recent_main .recent_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

.recent_content .recent_card {
  width: 400px;
  position: relative;
}

.recent_content .recent_card_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #000;
}

.recent_content .recent_card_img img {
  width: 100%;
  transform: scale(1);
  transition: var(--ease);
  opacity: 0.5;
  object-fit: cover;
  height: 100%;
}

.recent_content .recent_card_img img:hover {
  transform: scale(1.1);
}

.recent_content .recent_card h5 {
  position: absolute;
  top: 45px;
  left: 45px;
  width: 235px;
  z-index: 999;
  color: var(--white-color);
  font-weight: 800;
  text-transform: capitalize;
  font-size: 22px;
}
/* inner pages start */
.blog-inner-content strong{
  font-size: 18px;
}
.blog-inner-content p{
  font-size: 18px;
  line-height: 25px;
}
/* inner pages end */

/********* END RECENT POSTS COMPONENT *********/
/********* START Contact Us COMPONENT *********/
/******** Start Contact Us Page ********/
.form_all_input form {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.form_input {
  margin-bottom: 20px;
}

.form_input input,
textarea,
select {
  width: 100%;
  padding: 15px;
  border: 2px solid rgb(0 0 0 / 13%);
  border-radius: 5px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #e1e1e1;
}

/******** End Contact Us Page ********/
/********* END Contact Us COMPONENT *********/
/********* START LISTION Page *********/
.listing_img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 12px 3px #afafaf;
}

.listing_main .form_all_input form {
  text-align: start;
}

.listing_main .form_input {
  text-align: start;
}

.listing_main .form_input label {
  font-family: var(--font-syn);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
}

.listing_main .file_input input {
  background-color: transparent !important;
  border: 0px;
  padding-left: 0px !important;
}

/********* END LISTION Page *********/
/********* START Cookie Policy Page *********/
.cookie_policy .section_title h1 {
  text-align: start;
}

.cookie_policy .cookie_policy_content strong {
  font-family: var(--font-arl);
  font-size: 19px;
  font-weight: 700;
}

/********* END Cookie Policy Page *********/
/********* START Villa Del Page *********/
.villa-del-sliderimg img {
  width: 410px;
  object-fit: cover;
  height: 240px;
  border-radius: 2px;
}

.villa-del-slider {
  width: 85%;
  margin-left: auto;
}



.villa-del-slider .slick-dots li button {
  font-size: 0px;
}

.villa-del-slider .slick-dots {
  display: flex !important;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.villa-del-slider .slick-dots li.slick-active button:before {
  background-color: #444;
}
.villa-del-slider .slick-dots li button:before {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #44444456;
  content: '';
  border-radius: 50px;
  top: 30px !important;
}

.villa-del-slider button.slick-prev.slick-arrow{
  display: none !important;
}
.villa-del-slider button.slick-next.slick-arrow{
  display: none !important;
}

.villa-del-content {
  color: var(--text-color);
}

.villa-del-content h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 45px;
}

.villa-del-content p {
  width: 80%;
  padding-top: 14px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 22px;
}

.villa-del-main .custom_btn {
  text-align: center;
  width: 100%;
  padding-top: 25px;
}

/********* END Villa Del Page *********/
/********* START Choose Us inner Pages *********/
.choose-us-inner .inner_content h1 {
  text-align: center;
  font-family: var(--font-abr);
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase;
  color: var(--text-color);
}

.choose-us-inner .inner_content {
  width: 80%;
  margin: 0px auto;
}
.choose-us-inner .inner_content .custom_btn{
  text-align: start;
}

.choose-us-inner .choose-us-inner-img {
  overflow: hidden;
  text-align: center;
  height: 360px;
  width: 500px;
  margin-bottom: 28px;
}

.choose-us-inner-img img {
  overflow: hidden;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--ease);
}
.choose-us-inner-img img:hover {
transform: scale(1.1);
}
/********* END Choose Us inner Pages *********/
/* NEW FOOTER */
.top-footer {
  background-color: var(--color-primary);
  padding: 30px 0 30px 0;
}

.top-footer h1 {
  font-family: var(--font-mont);
  font-size: 40px;
  font-weight: 800;
  margin: 0px;
}

.main__footer {
  background-image: url(../images/footer_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.footer__content__text strong {
  font-size: 26px;
  display: block;
  margin: 0 0 20px;
}

.footer__bottom {
  border-top: 1px solid #fff;
  padding: 12px 50px;
  width: 85%;
  margin: 0px auto;
}

.copy_sec p {
  margin: 0;
}

.footer__content ul {
  list-style-type: none;
  padding: 0 0 0;
}

.footer__content__text li {
  margin: 0 0 14px;
}

.footer__content__text {
  padding: 60px 0 0;
}

.footer__content__text a {
  color: var(--white-color);
  font-size: 19px;
  font-family: var(--font-sans);
  font-weight: 400;
}

.footer_logo {
  overflow: hidden;
  width: 70%;
}

.footer_logo p {
  font-size: 14px;
  margin: 0px;
}

.footer_logo img {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  object-fit: cover;
}

.footer__bottom_link {
  display: flex;
  gap: 19px;
  font-size: 19px;
}

/* END  NEW FOOTER */
/******** Section Header ********/
.inner-banner {
  text-align: center;
  padding: 220px 0 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.inner-banner .ib-title {

  line-height: 50px;
  color: var(--white-color);
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.inner-banner .breadcrumbs {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  color: var(--white-color);
  margin: 0;
  padding: 0px;
  font-size: 20px;
}

.inner-banner .breadcrumbs li:not(li:last-child):after {
  content: '»';
  position: absolute;
  right: -15px;
  color: var(--white-color);
  font-size: 20px;
}

.inner-banner .breadcrumbs li {
  position: relative;
}

.inner-banner .breadcrumbs li a {
  color: var(--white-color);
}

.inner-banner .breadcrumbs li a:hover {
  color: var(--color-primary);
}

/******** Section Header ********/
/******** Faqs Page Css ********/
.faq_section {
  padding: 90px 0px;
}

.faq-accordion {
  width: 85%;
  margin: 0px auto;
}

.faq_section_heading {
  padding: 60px 0px;
  font-size: 48px;
  font-weight: 700;
  color: var(--text-color) !important;
  text-align: center;
}

.faq_section_heading span {
  color: var(--color-primary);
}

/* .faq-accordion button.accordion-button.collapsed {
  letter-spacing: 1px;
}

.faq-accordion button.accordion-button::after {
  color: var(--color-white);
} */

.faq-accordion-body.accordion-body {
  padding-left: 0px;
}

.faq_section button.accordion-button.faq-accordion-header.collapsed:hover {
  color: var(--color-secondary);
}

.faq_section button.accordion-button.faq-accordion-header.collapsed{
  background: transparent !important;
  letter-spacing: 0;
  color: var(--text-color);
  outline: none !important;
  box-shadow: 0px 0px 0px !important;
}

.faq_section button.accordion-button.faq-accordion-header {
  outline: none !important;
  color: var(--color-secondary);
  background: transparent !important;
  padding-left: 0px;
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: 800;
  box-shadow: 0px 0px 0px !important;
}

.faq_section .faq-Accordion-item.accordion-item {
  border-left: 0px !important;
  border-top:0px !important;
  border-right:0px !important;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 30px;
}

.faq_section button.accordion-button.faq-accordion-header::after {
  content: "-";
  background-image: none !important;
  border: 1px solid var(--color-secondary);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 300;
  color: var(--color-secondary);
}

.faq_section button.accordion-button.faq-accordion-header.collapsed::after {
  color: var(--text-color);
  content: "+";
  background-image: none !important;
  border: 1px solid #000;

}

.faq_section button.accordion-button.faq-accordion-header.collapsed:hover::after {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}

a.btn.btn-home {
  background: #30a7df;
  border-radius: 1px;
  color: #fff;
  padding: 7px;
  margin-top: 3%;
}
.property-images-slider img {
    height: 500px;
    object-fit: cover;
    margin: 0;
    margin-bottom: 10px;
}
.property-images-slider-nav img {
    width: 50px;
    height: 90px;
    object-fit: cover;
}
section.single-listing {
    padding: 80px 0;
}
.universal-box {
    background: #fff;
    box-shadow: 0 0 20px 1px #00000036;
    padding: 20px 30px;
    margin: 30px 0;
}

.universal-box h2 {
    font-size: 26px;
    color: #30a6de;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.property-name p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.fact-property {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-fact-one {
    text-align: center;
    margin: 10px 0;
}

.property-fact-one svg {
    width: 75px;
    height: 75px;
    fill: #f7941d;
    background: #f7941d26;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 5px;
}

.property-fact-one p {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}
.animities-property {
    display: flex;
    justify-content: flex-start;
    gap: 0 80px;
    align-items: center;
    margin: 30px 0;
    
}

.animity-one {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: flex-start;
    width: 35%;
}

.animity-one p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.animity-one svg {
    width: 40px;
    height: 40px;
}

.rules-property {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}

.property-rule-one {
    width: 45%;
    display: flex;
    gap: 0 20px;
    justify-content: flex-start;
    align-items: center;
}

.property-rule-one svg {
    width: 40px;
    height: 40px;
}

.property-rule-one p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}
/*Calander*/
.datepicker {
  width: 95%;
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.datepicker-top {
  margin-bottom: 1rem;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
    justify-content: space-between;
}

.tag {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: 0;
  background-color: #eaebec;
  border-radius: 10px;
  padding: 0.5em 0.75em;
  font-weight: 600;
}

.month-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #FFF;
  border-radius: 12px;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.month-name {
  font-weight: 600;
}

.datepicker-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 1rem;
}

.day, .date {
  justify-self: center;
}

.day {
  color: #000;
  font-size: 0.875em;
  font-weight: 500;
  justify-self: center;
}

.date {
  border: 0;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
}
.date:focus {
  outline: 0;
  color: #f78800;
  border: 2px solid #f78800;
}

.faded {
  color: #999fa6;
}

.current-day {
    color: #FFF;
    border-color: #f78800;
    background-color: #f78800;
}
.current-day:focus {
  background-color: #ffb860;
}
.available-dates {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Calander*/
.calander-bottom {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calander-bottom p {
    margin: 0;
}

.calander-bottom button {
    background: #f78800;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 30px;
    font-size: 15px;
}
.property-pricing {
    background: #fff;
    box-shadow: 0 0 20px 1px #00000047;
    padding: 20px 30px;
    border-radius: 40px;
    top: 30px;
    
}

.price-prop h3 {
    color: #f78800;
    font-weight: 600;
    font-size: 30px;
}

.price-prop h3 span {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

.date-reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.date-select {
    border: 1px solid #f78800;
    padding: 10px;
    border-radius: 30px;
}
.number-guest {
    display: flex;
    border: 1px solid #f78800;
    padding: 10px;
    border-radius: 30px;
}
.number-guest input {
    width: 120px;
    padding: 0px;
    text-align: center;
}

.number-guest svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.property-cost {
    margin: 25px 0;
}

.total-ammount {
    display: flex;
    justify-content: space-between;
}

.total-ammount p {
    margin: 0;
    margin-bottom: 10px;
}

.book-now-btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.book-now-btns a.bkn-btn {
    background: #f78800;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #f78800;
}
.book-now-btns a.bkn-btn:hover {
    background: transparent ;
    color: #f78800;
}

.book-now-btns button {
    background: transparent;
}

.book-now-btns a.sin-btn {
    background: #fff;
    color: #f78800;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #f78800;
}
.property-location {
    margin-bottom: 0;
}

.mobile-hamburger-main-top {
    display: none;
}


/*__RESPONSIVE___STARTS____HERE______*/

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {
    
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 2px !important;
}

.main-slider .hero_section h1 {
    font-size: 80px;
}

.about_main .about_content h1 {
    font-size: 50px !important;
}

.about_main .about_content p {
    width: 100%;
}

.choose_main .choose_icon a {
    width: 255px;
    display: flex;
}

.choose_main .choose_icons {
    display: flex !important;
    flex-wrap: nowrap;
}

.footer__content__text strong {
    font-size: 24px;
}

.footer_logo {
    overflow: hidden;
    width: 50%;
}

.about_main .about_img {
    width: 95% !important;
}
    
}

@media only screen and (max-width: 1200px) {
    
.dream_main .dream_vacation h1 {
    font-size: 50px;
}
 
.about_main .about_content h1 {
    padding-bottom: 0px;
}

.main-slider .hero_section h1 {
    font-size: 55px;
}
    
}

@media only screen and (max-width: 1024px) {

.choose_main .choose_icon a {
    width: 240px;
    display: flex;
}

.choose_main .choose_icons {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0px 1px !important;
}

.choose_main .choose_icon a h5 {
    font-size: 15px !important;
}

.about_main .about_content h2:before {
    width: 150px;
    left: -195px;
}

.about_main .about_content h1 {
    font-size: 42px !important;
}

.about_main .about_content h2 {
    font-size: 30px;
}

.dream_main .dream_vacation h1 {
    font-size: 40px;
}

.footer__content__text strong {
    font-size: 20px;
}

.choose_icon h5 {
    padding: 20px 0 0;
    font-size: 16px !important;
}

.auth-card {
    padding: 40px 20px !important;
}

.auth-title {
    font-size: 35px !important;
}

ul.navbar-nav.align-items-center.my-2.my-lg-0.ms-auto.auth-nav {
    padding-right: 40px !important;
}

.main-slider .hero_section h1 {
    font-size: 50px !important;
}
    
}

@media only screen and (max-width: 992px) {
    
ul.navbar-nav.align-items-center.my-2.my-lg-0.ms-auto.auth-nav {
    padding-right: 50px !important;
}

.main-slider .hero_section h1 {
    font-size: 45px;
}
    
}

@media only screen and (max-width: 840px) {
    
.vacation_card {
    margin: 10px 0 10px;
}

.vacation_main .section_title p {
    width: 100%;
}

nav.navbar.navbar-expand-lg {
    display: none !important;
}

.sub-hamburger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4931f8f;
    padding: 20px 20px 20px;
}

.mobile-hamburger-main-top {
    display: block;
}

.mid-navbar {
    display: none;
}

div#gt_float_wrapper {
    display: none !important;
}

.hero_section_btns {
    padding: 40px 0 0;
}

.section-pad-t {
    padding-top: 5px;
}

.top-footer h1 {
    font-family: var(--font-mont);
    font-size: 25px;
}

.choose_main .choose_icons {
    display: flex;
    flex-wrap: wrap !important;
    gap: 35px !important;
    justify-content: space-between;
    padding: 0 0 25px;
}

.about_main .about_img {
    width: 100% !important;
    padding: 0 0 50px;
}

.section_title {
    padding: 25px 0 25px;
}

.choose_main .choose_icon a h5 {
    font-size: 20px !important;
}

.choose_main .choose_icon a {
    width: 100%;
    display: flex;
}
    
}

@media only screen and (max-width: 768px) {
    
.main-slider .hero_section h1 {
    font-size: 35px !important;
}

.main-slider .hero_section h5 {
    font-family: var(--font-arl);
    font-size: 30px;
}

.about_main .about_img img {
    padding: 40px 0 0;
}
    
}

@media only screen and (max-width: 576px) {
    
.main-slider .hero_section h1 {
    font-size: 25px !important;
}

.main-slider .hero_section h5 {
    font-family: var(--font-arl);
    font-size: 25px;
}

.section_title h1 {
    font-size: 45px;
}

.footer__bottom {
    border-top: 1px solid #fff;
    padding: 12px 30px;
    width: 100%;
    margin: 0px auto;
}

.inner-banner .ib-title {
    font-size: 45px;
    padding-bottom: 0px;
}

.hero_section_btns {
    padding: 0px 0 0px;
}

.hero_section_btns {
    display: flex;
    gap: 61px 0px;
    flex-wrap: wrap;
}

.rules-property {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 1px;
}

.property-rule-one {
    width: 100%;
}

section#faq h2 {
    font-size: 24px;
    padding: 0 0 20px;
}

section#faq h4 {
    font-size: 20px;
}

section#calendar ul {
    padding: 0 0 0;
}
    
}

@media only screen and (max-width: 450px) {
    
.section_title h1 {
    font-size: 35px;
}

.vacation_main .section_title p {
    font-size: 15px;
}

.main-hero-slider .main-slider {
    height: 65vh !important;
}

.vacation_card {
    margin: 10px 0 45px;
}

.section-pad-b {
    padding-bottom: 25px !important;
}

.about_main .about_content h2:before {
    width: 90px;
    left: -140px;
}

.about_main .about_content h1 {
    font-size: 35px !important;
}

.about_main .about_content h2 {
    font-size: 29px;
}

.dream_main .dream_vacation h1 {
    font-size: 30px;
}

.dream_main .dream_vacation p {
    font-size: 15px;
    margin: 0px 55px 50px 55px;
}

.footer__bottom {
    border-top: 1px solid #fff;
    padding: 12px 0px;
    width: 100%;
}

.copy_sec {
    font-size: 14px !important;
}

.inner-banner .ib-title {
    font-size: 35px;
    padding-bottom: 0px;
}

.universal-box h2 {
    font-size: 20px;
}

section {
    overflow: hidden !important;
}

.animity-one {
    width: 100%;
}

.animities-property {
    display: flex;
    flex-wrap: wrap;
}

section#faq h2 {
    font-size: 18px;
    padding: 0 0 20px;
}

.main-hero-slider .main-slider {
    height: 80vh !important;
}

.main-slider .hero_section h5 {
    font-family: var(--font-arl);
    font-size: 24px;
}
    
.main-slider .hero_section h1 {
    font-size: 22px !important;
}
 
.dream_main {
  margin: 0 auto;
}

.main-hero-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.main-hero-slider button.slick-next.slick-arrow {
    display: none !important;
}

.top-footer {
    text-align: center;
}

.top-footer h1 {
    font-family: var(--font-mont);
    font-size: 25px;
    padding: 0 0 15px;
}
    
}

@media only screen and (max-width: 390px) {
    
.main-slider .hero_section h5 {
    font-family: var(--font-arl);
    font-size: 20px;
}

.main-hero-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.main-hero-slider button.slick-next.slick-arrow {
    display: none !important;
}

.about_main .about_content h2:before {
    width: 70px;
    left: -110px;
}

.about_main .about_content h1 {
    font-size: 30px !important;
}

.about_main .about_content h2 {
    font-size: 25px;
}

.dream_main .dream_vacation h1 {
    font-size: 29px;
}

.content-inner ul {
    padding: 0 0 0;
}

.content-inner ol {
    padding: 0 0 0;
}

section#cookie-policy ul {
    padding: 0 0 0;
}

.main-hero-slider .main-slider {
    height: 80vh !important;
}

.top-footer {
    background-color: var(--color-primary);
    padding: 30px 0 30px 0;
    text-align: center;
}

.top-footer h1 {
    padding: 0 0 20px;
}
    
}

/*__RESPONSIVE___ENDS____HERE______*/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #30a7df;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

div#main {
    margin: 0 0 0 !important;
}



