@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Prata&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
}
a,
p,
button,
span {
  font-family: "Jost", sans-serif;
}
/* navbar */
.nav-link {
  font-size: 18px;
  font-weight: 200;
  color: #fff !important;
}
.nav-link:hover {
  color: #868788 !important;
}
.nav-link.active {
  color: #7f8285 !important;
}
.navbar-brand img {
  max-width: 65px;
  height: 85px;
  object-fit: contain;
}
.modal-content {
  background-color: #333 !important;
  overflow-y: auto;
  margin-bottom: 10rem;
}
.navbar {
  background-color: #1b1918;
  padding: 0;
  transition: ease-in-out 0.5s;
}
.navChange {
  position: fixed;
  top: 0;
  background: #151618;
  opacity: 1;
  width: 100%;
  z-index: 9999;
  transition: ease-in-out 0.5s;
}
/* end of navbar */
/* header section */
.head {
  padding: 4rem 0;
  background: url("../assets/images/vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1a1b1d;
}
.head_section {
  text-align: center;
}
.head_title {
  position: relative;
  color: #d1ad59;
  font-size: 84px;
  font-weight: 400;
  display: inline-block;
}
.head_img {
  position: absolute;
  top: -58%;
  right: -4%;
}
.head_subtitle {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}
.head_booking {
  background-color: #242527;
}
/* header section */
/* booking form section */
.booking_form .form-control,
.booking_form .form-control:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px !important;
  outline: none !important;
  color: #fff;
  font-family: "Jost", sans-serif;
  margin: 0 auto;
}
.booking_form .form-control i {
  color: #fff;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.booking_num_inputs input {
  border-bottom: 1px solid #666 !important;
}
.booking_num_inputs button {
  border: 0px solid;
  border-radius: 0;
  border-bottom: 1px solid #666;
}
span.input-group-text {
  background: transparent !important;
  border: 0px solid;
  border-radius: 0;
  border-bottom: 1px solid #666;
}
span.input-group-text .fa-calendar {
  color: #fff;
}
.day.today::before {
  border-bottom-color: #d1ad59 !important;
}
.day.active.today::before {
  border-bottom-color: #333 !important;
}
.day.active {
  background-color: #d1ad59 !important;
}
.booking_btn {
  color: #fff !important;
  background-color: #d1ad59 !important;
  padding: 17px 62px 17px 62px !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  font-weight: 400;
}
.booking_btn:hover {
  color: #fff;
  background-color: #edce86 !important;
}
/* end of booking form section */

/* head bottom */
.head_b_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.l_address,
.r_title {
  color: #d1ad59;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.r_title {
  text-align: end;
}
.l_fAddress,
.r_phone {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.r_phone:hover {
  color: #fff;
}
/* end of head bottom */
/* header divider */
.divider_cont {
  text-align: center;
  background: url("../assets/images/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.divider_img {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
/* end of header divider */
/* slider */
#slider_s {
  background-color: #1a1b1d;
  padding-bottom: 2rem;
}
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 7rem;
}
.swiper-slide {
  display: grid;
  grid-template-columns: 50% 50%;
}
.slider_left p {
  font-size: 20px;
  font-weight: 300;
  color: #f3f3f3;
  padding-right: 3rem;
}
.slider_left {
  margin-right: 1rem;
}
.slider_left img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.slider_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.slider_title {
  padding-top: 2.5rem;
  color: #d1ad59;
  font-size: 34px;
  font-weight: 400;
}
.swiper-button-next-unique,
.swiper-button-prev-unique {
  position: absolute !important;
  bottom: 0 !important;
  right: 32%;
  z-index: 99;
  width: 70px;
}
.swiper-button-next-unique img,
.swiper-button-prev-unique img {
  width: 100%;
  border-radius: 50%;
}
.swiper-button-next-unique:hover img,
.swiper-button-prev-unique:hover img {
  background-color: #d1ad59;
}
.swiper-button-prev-unique {
  transform: translate(-175%, 0%);
}
@media screen and (max-width: 576px) {
  .swiper-slide {
    display: grid;
    grid-template-columns: 100% 100%;
  }
}
/* end of slider */
/* spacer */
#spacer {
  background-color: #1a1b1d;
  height: 200px;
  position: relative;
}
.spacer_b {
  background-color: #1a1b1d;
  height: 150px;
}
.spacer_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* end of spacer */
/* Statistics section */
#statistics {
  background: url("../assets/images/ellipse.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  background-color: #1a1b1d;
  padding: 4rem 0;
}
.stat_heading {
  position: relative;
  color: #d1ad59;
  font-size: 72px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 1rem;
}
.stat_heading_img {
  position: absolute;
  top: -130%;
  right: -19%;
}
.stat_content {
  display: grid;
  grid-template-columns: 55% 45%;
}
.stat_img {
  width: 100%;
}
.stat_content_right {
  padding-left: 2rem;
}
.stat_title_odd,
.stat_title_even {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  border-bottom: 1px solid #f3f3f321;
}
.stat_title_odd {
  color: #d1ad59;
}
.stat_title_even {
  color: #f3f3f3;
}
/* end of Statistics section */
/* statistics footer */
.stat_footer {
  display: flex;
  margin: 3rem 0;
  background: url("../assets/images/statistics_vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}
.stat_footer_left {
  width: 35%;
}
.stat_footer_right {
  width: 50%;
}
.stat_footer_nums {
  display: flex;
  justify-content: space-between;
  text-align: start;
  border-bottom: 1px solid #f3f3f321;
  width: 80%;
}
.stat_footer_title,
.stat_footer_num_sb {
  font-size: 24px;
  font-weight: 400;
  color: #f3f3f3;
  padding: 1rem 0;
}
.stat_footer_num_t {
  font-size: 50px;
  line-height: 36px;
  color: #d1ad59;
  margin-top: 1rem;
}
/* end of statistics footer */
/* bedroom section */
#bedroom {
  background: url("../assets/content_images/bedroom_bg.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #1a1b1d;
  padding: 3rem 0;
}
#spacer_bedroom {
  height: 40px;
  background-color: #1a1b1d;
  position: relative;
}
#spacer_bedroom .bed_img_sp {
  position: absolute;
  top: -50% !important;
  left: 0;
  width: 100%;
  z-index: 99;
}
.bedroom_title {
  color: #d1ad59;
  font-size: 70px;
  font-weight: 400;
}
.bedroom_subtitle,
.bedroom_subtitle span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Prata", serif;
  line-height: 36px;
}
#bedroom .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bed_img,
.bed_imgt {
  width: 47%;
  height: 500px;
  object-fit: cover;
  margin: 2rem 0;
}

/* end of bedroom section */
/* kitchen section */
#kitchen {
  background: url("../assets/images/ellipse_full.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-color: #1a1b1d;
  padding: 3rem 0;
}
.kitchen_heading {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: flex-end;
}
/* end of kitchen section */
/* news section */
#news {
  background: url("../assets/images/news_bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  background-color: #1a1b1d;
  padding: 3rem 0;
}
.swiper_two .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 1.2rem;
  transition: 0.5s ease-in-out;
}
.swiper_two {
  position: relative;
  width: 100%;
  padding-bottom: 7rem;
}
.news_img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}
.swiper_two .swiper-slide-active {
  color: #fff;
  transform: scale(1.1) !important;
  z-index: 2;
}
.news_date {
  color: #7f8285;
  font-size: 15px;
  font-weight: 400;
  padding: 0.5rem 0;
}
.news_title {
  color: #d1ad59;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-top: -1rem;
}
.news_desc,
.news_desc_full {
  color: #f3f3f3;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.news_btn {
  color: #fff;
  background-color: transparent;
  padding: 17px 62px 17px 62px;
  border-radius: 0px !important;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #d1ad59;
  align-self: flex-start;
}
.news_btn:hover {
  color: #fff;
  background-color: #d1ad59;
}
.swiper_two .swiper-button-next-unique,
.swiper_two .swiper-button-prev-unique {
  position: absolute !important;
  bottom: 0 !important;
  right: 42.5%;
  z-index: 99;
}
/* end of news section */
/* news modal */
.modal-header,
.modal-footer {
  border: 0px solid;
  background-color: #212124;
}
.mynews3 .modal-body {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 2rem;
  background: #212124 !important;
  padding: 0 2rem;
}
.mynews3 {
  top: 14%;
}
.modal .news_date {
  padding: 0;
}
.modal .news_img {
  width: 100%;
  object-fit: contain;
  object-position: top;
  margin: 0;
  padding: 0;
}
.modal .news_desc_full {
  padding-right: 5rem;
}
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 2rem 2rem 2rem;
}
.modal-footer .r_title {
  text-align: start !important;
}
.modal_f_phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.modal_f_phone p,
.modal_f_address p {
  margin: 0;
}
/* end of news modal */
/* about us section */
#about_us {
  background: url("../assets/images/ellipse_ab.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  background-color: #1a1b1d;
  padding: 6rem 0;
}
.table {
  font-family: "Jost", sans-serif !important;
  border-color: #f3f3f344 !important;
}
.table thead {
  font-size: 20px;
  color: #f3f3f3;
  text-transform: uppercase;
}
.table thead th {
  border-color: #f3f3f344 !important;
  font-weight: 400;
}
.table thead th:first-child,
.table tbody th {
  font-size: 15px;
  font-weight: 400;
  color: #868788;
  border-color: #f3f3f344 !important;
}
.table_services {
  font-size: 18px;
  color: #f3f3f3;
  font-weight: 300;
}
.table_apart {
  background-color: #ffffff0f !important;
  color: #d1ad59;
  border-color: #f3f3f344 !important;
  font-size: 20px;
  text-align: center;
}
.table_hotel {
  text-align: center;
}
.table_otel {
  color: #d1ad59;
  border-color: #f3f3f344 !important;
  font-size: 20px;
  text-align: center;
}
/* end of about us section */
/* testimonials section */
#testimonials {
  background-color: #1a1b1d;
  padding: 4rem 0;
}
.testimonials_desc {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.swiper_three .swiper-slide {
  background-color: #242527;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
  min-height: 375px;
}
/* end of testimonials section */
/* contact section */
#contact_us {
  background-color: #1a1b1d;
  padding: 4rem 0;
}
.contact_form .form-control,
.contact_form .form-control:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px !important;
  outline: none !important;
  color: #fff;
  font-family: "Jost", sans-serif;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 300;
}
.contact_form .form-control i {
  color: #fff;
}
.contact_form .booking_btn {
  margin-top: 3rem;
}
/* end of contact section */
/* foooter section */
#footer {
  background-color: #242527;
  padding: 2rem 0;
}
#footer .modal_f_phone {
  flex-direction: column;
  width: 100%;
  text-align: end;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 !important;
}
#footer .footer_mt {
  margin-top: 1.6rem;
}
#footer .booking_btn {
  margin-top: 1.2rem;
}
.footer_lang {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.footer_date,
.footer_date a {
  font-size: 20px;
  font-weight: 300;
  color: #f3f3f352;
}
/* end of footer section */
/* booking form modal */
.modal_submission .modal-body {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
  background-color: #212124;
  padding: 4rem 2rem;
  text-align: center !important;
}
.modal_submission .news_desc_full {
  padding: 0 4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/* end of booking form modal */
/* bedroom slider, kitchen slider */
.swiper_five {
  z-index: 999 !important;
}
.gen_slide_img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding: 0 2rem;
}
.swiper-pagination-bullet-active {
  background: #d1ad59;
}
/* end of bedroom slider, kitchen slider */
/* Breakpoint 1024px */
@media screen and (max-width: 1024px) {
  .nav-link {
    font-size: 15px;
  }
  .head_title {
    font-size: 52px;
  }
  .head_img {
    top: -80%;
    right: -8%;
  }
  .head_subtitle {
    font-size: 24px;
  }
  .booking_btn {
    padding: 12px 50px 12px 50px !important;
    font-size: 18px !important;
    font-weight: 300;
  }
  .stat_heading {
    font-size: 52px;
  }
  .stat_heading_img {
    top: -85%;
    right: -12%;
    width: 20%;
    max-width: 100%;
  }
  .stat_title_odd,
  .stat_title_even {
    font-size: 20px;
  }
  .stat_footer_title,
  .stat_footer_num_sb {
    font-size: 20px;
  }
  .stat_footer_num_t {
    font-size: 36px;
    line-height: 36px;
  }
  .bedroom_title {
    font-size: 52px;
  }
  .bedroom_subtitle,
  .bedroom_subtitle span {
    font-size: 20px;
  }
  .l_address,
  .r_title {
    font-size: 18px;
  }
  .l_fAddress,
  .r_phone {
    font-size: 18px;
  }
  #spacer {
    height: 120px;
  }
}
/* end of breakpoint 1024px*/

/* Breakpoint 768px */
@media screen and (max-width: 768px) {
  .nav-link {
    font-size: 18px;
  }
  .head_title {
    font-size: 36px;
  }
  .head_img {
    width: 10%;
    max-width: 100%;
    top: -90%;
    right: -7%;
  }
  .head_subtitle {
    font-size: 20px;
  }
  .booking_btn {
    padding: 9px 35px 9px 35px !important;
    font-size: 15px !important;
    font-weight: 300;
  }
  input::placeholder {
    font-size: 12px;
  }
  input {
    font-size: 12px !important;
  }
  span.input-group-text {
    font-size: 12px;
  }
  .navbar-brand img {
    max-width: 60px;
    height: 70px;
    object-fit: contain;
  }
  .navbar-toggler,
  .navbar-toggler.collapsed {
    font-size: 20px;
    border: 0px solid !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .slider_title {
    padding-top: 1.5rem;
    font-size: 24px;
  }
  .swiper {
    padding-bottom: 4rem;
  }
  #slider_s .swiper-button-next-unique,
  #slider_s .swiper-button-prev-unique {
    right: 40%;
  }
  #slider_s p {
    font-size: 14px;
    line-height: 15px;
  }
  .slider_img {
    display: none;
  }
  #slider_s .swiper-slide {
    grid-template-columns: 100%;
  }
  .slider_left img {
    height: 600px;
  }
  .stat_heading {
    font-size: 36px;
  }
  .stat_heading_img {
    top: -60%;
    right: -10%;
    width: 16%;
    max-width: 100%;
  }
  .stat_content_right {
    padding-left: 1rem;
  }
  .stat_title_odd,
  .stat_title_even {
    font-size: 15px;
    line-height: 24px;
  }
  .stat_footer_title,
  .stat_footer_num_sb {
    padding: 1rem 0;
    font-size: 15px;
  }
  .stat_footer_num_t {
    font-size: 24px;
    line-height: 24px;
  }
  .stat_footer {
    margin: 2rem 0;
  }
  .stat_footer_num_t {
    margin-top: 0.5rem;
  }
  .bedroom_title {
    font-size: 36px;
  }
  .bedroom_subtitle,
  .bedroom_subtitle span {
    font-size: 15px;
    line-height: 24px;
  }
  #bedroom .col {
    flex-direction: column;
  }
  .bed_img,
  .bed_imgt {
    width: 100%;
    height: 450px;
  }
  .l_address,
  .r_title {
    font-size: 15px;
  }
  .l_fAddress,
  .r_phone {
    font-size: 15px;
  }
  #spacer {
    height: 40px;
  }
  #spacer_bedroom {
    height: 5px;
  }
  .news_btn {
    padding: 9px 35px 9px 35px;
    font-size: 15px;
    font-weight: 300;
  }
  .news_date {
    font-size: 14px;
  }
  .news_title {
    font-size: 18px;
  }
  .news_desc,
  .news_desc_full {
    font-size: 15px;
    line-height: 18px;
  }
  .mynews3 .modal-body {
    padding-top: 1rem;
    grid-template-columns: 100%;
    gap: 0rem;
  }
  .swiper_two .news_img {
    max-height: 200px;
    min-height: 200px;
  }
  .modal .news_img {
    display: none;
  }
  .modal .news_desc_full {
    padding-right: 0rem;
  }
  .mynews3 .modal-footer {
    padding: 0rem 2rem 2rem 2rem;
  }
  .mynews3 .modal_f_phone {
    width: 100%;
  }
  #about_us {
    background-size: 0%;
    padding: 1rem 0;
  }
  .table thead {
    font-size: 15px;
  }
  .table thead th:first-child,
  .table tbody th {
    font-size: 15px;
  }
  .table_services {
    font-size: 14px;
    line-height: 16px;
  }
  .table_apart {
    font-size: 15px;
  }
  .table_otel {
    font-size: 15px;
  }
  #testimonials {
    padding: 2rem 0;
  }
  #contact_us {
    padding: 2rem 0;
  }
  #footer .nav-link {
    font-size: 15px;
  }
  .swiper_two .swiper-slide {
    padding-left: 1rem;
  }
  .modal_submission {
    padding-top: 2rem;
  }
  .modal_submission img {
    width: 45px;
  }
  .modal_submission .news_desc_full {
    padding: 0rem;
  }
  .footer_date,
  .footer_date a {
    font-size: 18px;
  }
}
/* end of breakpoint 768px*/

/* Breakpoint 576px */
@media screen and (max-width: 576px) {
  .gen_slide_img {
    width: 375px;
    height: 350px;
    padding: 4rem 1rem;
    object-fit: cover;
  }
  .footer_date,
  .footer_date a {
    font-size: 16px;
  }
  #contact_us {
    padding: 0 2rem;
  }
  #map .map {
    height: 250px;
  }
  #contact_us .modal_f_phone {
    width: 100%;
  }
  #footer .modal_f_phone {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .swiper_two .swiper-slide-active {
    transform: scale(1) !important;
  }
  .swiper_two .swiper-button-next-unique,
  .swiper_two .swiper-button-prev-unique {
    right: 30%;
  }
  .mynews3 .modal-body {
    padding-top: 2rem;
  }
  .mynews3 {
    padding-right: 0 !important;
  }
  .modal .news_desc_full {
    padding-right: 0rem;
    text-align: justify;
  }
  .news_title {
    font-size: 16px;
  }
  .bedroom_title {
    font-size: 32px;
  }
  .bedroom_subtitle,
  .bedroom_subtitle span {
    font-size: 13px;
    line-height: 20px;
  }
  .l_address,
  .r_title {
    font-size: 13px;
  }
  .l_fAddress,
  .r_phone {
    font-size: 13px;
  }
  .kitchen_heading {
    grid-template-columns: 100%;
    align-items: center;
  }
  #kitchen {
    background-size: 0%;
  }
  .swiper_two .swiper-slide {
    padding-left: 0rem;
  }
  .bed_img {
    margin: 1rem 0;
  }
  .bed_imgt {
    width: 100%;
  }
  .stat_heading_img {
    display: none;
  }
  .head_title {
    font-size: 32px;
  }
  .head_subtitle {
    font-size: 18px;
  }
  .booking_btn {
    padding: 10px 45px 10px 45px !important;
    font-size: 14px !important;
  }
  .stat_heading {
    font-size: 32px;
  }
  .stat_title_odd,
  .stat_title_even {
    font-size: 16px;
  }
  .stat_footer_title,
  .stat_footer_num_sb {
    font-size: 16px;
  }
  .stat_footer_num_t {
    font-size: 28px;
    line-height: 24px;
  }
  .head_img {
    display: none;
  }
  #statistics {
    background-size: 0%;
    padding: 2rem 0;
  }
  .stat_content {
    grid-template-columns: 100%;
  }
  .stat_content_right {
    padding-left: 0rem;
    margin-top: 1.5rem;
  }
  .stat_footer {
    display: flex;
    flex-direction: column;
  }
  .stat_footer_nums {
    border-bottom: 0px solid;
  }
  .stat_footer_left {
    width: 100%;
  }
  .stat_footer_right {
    width: 100%;
  }
  .slider_left img {
    height: 550px;
  }
  .spacer_img {
    display: none;
  }
  img,
  svg {
    vertical-align: baseline !important;
  }
  .head_b_l {
    width: 50%;
  }
  .head_b_right {
    width: 50%;
  }
  .slider_title {
    font-size: 20px;
  }
  .slider_left p {
    padding-right: 0rem;
    text-align: justify;
  }
  .slider_left {
    margin-right: 0;
  }
  .swiper_one .swiper-button-next-unique,
  .swiper_one .swiper-button-prev-unique {
    right: 30% !important;
  }
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    width: 50px;
  }
  .navbar-brand img {
    max-width: 60px;
    height: 50px;
    object-fit: cover;
  }
}
/* end of breakpoint 576px*/
