@import url("fonts.css");
:root {
  --main-color: #ee5057;
  --main-color-dk: #d53239;
  --text-main: #535353;
  --text-secondary: #858789;
  --black-color: #212529;
  --orange: #ffa500;
  --border-color: #ced4da;
  --green-dk: #001a05;
}
body {
  font-family: "Roboto-Regular", "Helvetica Neue", "Arial", "sans-serif";
  color: var(--text-main);
}
a {
  color: var(--main-color);
}
a:hover {
  color: var(--main-color-dk);
}
h2 {
  text-transform: uppercase;
  color: var(--black-color);
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
.right {
  text-align: right;
}
.lft-10 {
  padding-left: 10px;
}
.p-sml {
  font-size: 14px;
}
.main-header {
  background-image: url(../img/heder.png);
  background-size: cover;
  width: 100%;
  height: 355px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.navbar {
  top: 45px;
}
main {
  position: relative;
  margin-top: -175px;
}
.filter-section {
  background-color: #fff;
  padding: 15px;
}
.title-sec {
  padding: 25px 15px 15px 15px;
}
.navbar-brand {
  padding: 10px 20px;
}
.form-control {
  padding: 0.675rem 0.75rem 0.675rem 4rem;
  border-radius: 0px;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
}
.form-control:focus {
  background-color: #fff;
  border-color: rgba(238, 80, 87, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(238 80 87 / 15%);
}
.tm-form-element {
  position: relative;
}
.tm-form-element i {
  color: var(--main-color);
  position: absolute;
  font-size: 1.7em;
  top: 10px;
  left: 15px;
}
.cst-select {
  background: #fff url(../img/down-filled-triangular-arrow.png) 95% 50%
    no-repeat;
  min-width: 150px;
}
.search-fields {
  background: #fff;
  min-height: 45px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  border: 0px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
  padding: 0px 10px;
}
.search-fields:focus-visible {
  border: 0px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
  outline: none;
}
a {
  font-family: "Roboto-Medium";
}
.btn-full {
  width: 100%;
  padding: 0.675rem 0.75rem;
}
.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 0px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--main-color-dk);
  border-color: var(--main-color-dk);
}
.search-form-ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  list-style-type: none;
}
.search-form-ul li {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.help-a p {
  display: inline-block;
}
.help-a a {
  float: right;
  font-size: 14px;
}
.help-btn {
  color: var(--main-color);
  text-decoration: none;
}
.help-btn:hover {
  color: var(--main-color-dk);
}
.custom-select select option {
  margin-top: 2rem;
  border: 0px;
}
.custom-select-2 {
  border: 0px;
  font-size: 13px;
  max-width: 70px;
}
.custom-select-2:focus-visible {
  border: 0px;
  outline: none;
}
.rs-ul {
  text-align: right;
  padding-left: 0px;
  list-style-type: none;
}
.rs-ul li {
  display: inline-block;
}
.rs-ul li:first-child {
  border-right: 1px solid var(--text-secondary);
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.sort-price-sec {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
}
/*-------booking-temp-------------*/
.booking-temp {
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px 0 rgb(0 26 5 / 6%);
  padding: 15px;
  margin: 15px 0px;
}
.booking-temp img {
  width: 100%;
}
.room-info {
  border-left: 2px solid var(--green-dk);
}
.room-info h4 {
  color: var(--black-color);
}
.icon-info {
  list-style-type: none;
  padding-left: 0px;
}
.icon-info li {
  display: inline-block;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  margin-top: 15px;
}
.icon-info li span {
  display: block;
}
.icon-info {
  font-size: 12px;
}
.icon-info i {
  font-size: 28px;
}
.room-info a {
  color: var(--main-color);
}
.room-info a:hover {
  color: var(--main-color-dk);
}
.rating-stars i.Checked {
  color: var(--orange);
}
.offers-sec {
  padding: 15px;
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.offers-sec ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.offers-sec ul:nth-child(2),
.offers-sec a {
  padding-left: 24px;
}
.offers-sec ul li {
  display: inline-block;
}
.offers-sec ul li label {
  text-transform: uppercase;
}
.offers-sec ul li p {
  margin-bottom: 0px;
  text-decoration: line-through;
  font-size: 14px;
}
.offers-sec ul li label,
.offers-sec ul li h5 {
  font-size: 16px;
}
.offers-sec ul li h6 {
  font-size: 14px;
}
.offers-sec a {
  color: var(--main-color);
}
.offers-sec a:hover {
  color: var(--main-color-dk);
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.price-sec {
  margin-top: 15px;
}
.price-sec ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  background-color: var(--green-dk);
  color: #fff;
}
.price-sec ul li {
  display: inline-block;
}
.price-sec a {
  background-color: var(--black-color);
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
}
.price-sec a:hover {
  background-color: var(--main-color);
}
.price-sec ul li:first-child {
  padding: 15px;
}
.price-sec ul li:last-child {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
  background-color: var(--black-color);
}
.price-sec ul li:last-child a:hover ~ .price-sec ul li:last-child,
.is-hover {
  background-color: var(--main-color) !important;
}
.price-sec ul li p {
  margin-bottom: 0px;
  text-decoration: line-through;
  font-size: 14px;
}
/*---------------------------------*/

/*----flex-slider----*/
.flex-direction-nav {
  display: block !important;
  top: 44% !important;
  position: absolute;
  width: 100%;
}
.flex-direction-nav li {
  position: absolute !important;
  height: 100%;
  width: 40px;
  top: 0;
}
.flexslider .flex-direction-nav .flex-nav-prev a.flex-prev {
  width: 30px;
  height: 30px;
  margin: -8px 0px 0px -1px;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../img/slider_arrow_left.png) 0px 0px no-repeat !important;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1 !important;
}

.flex-nav-prev,
.flex-nav-next {
  background-color: rgb(0 0 0 / 43%);
  width: 40px !important;
  height: 40px !important;
  border-radius: 99px;
}
.flex-nav-prev:hover,
.flex-nav-next:hover {
  background-color: rgb(238 80 87 / 50%);
}
.flexslider .flex-direction-nav .flex-nav-prev a.flex-prev:hover {
  background: url(../img/slider_arrow_left.png) 0px 0px no-repeat !important;
}
.flexslider .flex-direction-nav .flex-nav-next a.flex-next {
  width: 30px;
  height: 30px;
  margin: -8px -8px 0px 9px;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../img/slider_arrow_right.png) 0px 0px no-repeat !important;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1 !important;
}
.flexslider .flex-direction-nav .flex-nav-next a.flex-next:hover {
  background: url(../img/slider_arrow_right.png) 0px 0px no-repeat !important;
}

.flex-direction-nav a.flex-next:before {
  color: transparent;
}
.flex-direction-nav .flex-prev {
  text-align: left;
  left: -10px;
}
.flex-direction-nav li:last-child {
  right: 2%;
  float: right;
}
.flex-direction-nav li:first-child {
  left: 2%;
}

/*--------------------*/
/*------pagination-----------------*/
.pagination.custom-pagination li {
  padding: 0px 7px;
}
.pagination.custom-pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.pagination.custom-pagination .page-link {
  color: var(--text-main);
  background-color: transparent;
}
.pagination.custom-pagination li:first-child span,
.pagination.custom-pagination li:first-child a,
.pagination.custom-pagination li:last-child span,
.pagination.custom-pagination li:last-child a {
  border: none;
  background-color: transparent;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgb(238 80 87 / 25%);
}
/*----------------------------------*/
footer {
  height: 60px;
}
.back-to-top {
  position: fixed;
  display: none;
  background: var(--main-color);
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .search-form-ul {
    flex-direction: column;
  }
  .search-fields {
    width: 100%;
  }
  .navbar-toggler {
    margin-right: 15px;
  }
  .sort-price-sec {
    justify-content: space-around;
  }
  .room-info {
    border-left: 0px;
  }
  .room-info h4 {
    margin-top: 15px;
  }
  .rating-stars {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .offers-sec ul li label,
  .offers-sec ul li h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .price-info {
    margin-top: 15px;
  }
  .tm-form-element a.btn-full {
    font-size: 13px;
  }
  .form-control {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
}

/*---------------properties-booking----------*/
.guest-infomation {
  background-color: #fff;
  padding: 15px;
}
.contact-info,
.add-ons-info-sec,
.payment-method-info-sec {
  padding: 15px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px 0 rgb(0 26 5 / 6%);
}
.contact-info .form-group {
  margin-bottom: 15px;
}
.contact-info .form-control {
  padding: 0.675rem 0.15rem 0.675rem 1rem;
}
.last-p {
  margin-top: 10px;
}
.add-ons-info h2,
.payment-method-info h2 {
  padding: 25px 0px;
}
.card-payment-img {
  display: block;
}
.slider-side {
  margin-bottom: 15px;
}
.custom-ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.custom-ul li {
  display: inline-block;
}
.custom-ul li h6 {
  margin-bottom: 0px;
}
.custom-ul-2 {
  display: inline-block;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.custom-ul-2 li {
  display: inline-block;
}
.custom-ul-2 li:first-child {
  border-right: 2px solid var(--black-color);
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.custom-ul-2 li p,
.booking-info-sm p {
  margin-bottom: 0px;
}
.custom-ul-3 {
  display: inline-block;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.custom-ul-3 li {
  padding-left: 19px;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
}
.custom-ul-3 li::before {
  content: "\2022";
  color: var(--main-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -25px;
  font-size: 22px;
  line-height: 1;
  padding-right: 17px;
}
.booking-info-sm {
  margin: 15px 0px;
  border-bottom: 1px solid var(--black-color);
}
.booking-side-sm-info p {
  font-size: 14px;
}
.booking-side-info .total {
  border-top: 2px solid var(--black-color);
  padding: 10px 0px;
  margin: 20px 0px;
}
.booking-side-info .total .custom-ul {
  margin-bottom: 15px;
}
.booking-side-info .total .custom-ul li:first-child h6 {
  text-transform: uppercase;
}
.booking-side-info .total .custom-ul li:last-child h6 {
  font-weight: bold;
  color: var(--black-color);
}
.booking-side-info .total p {
  margin-bottom: 2px;
  text-align: right;
  font-size: 13px;
}
.terms-conditions {
  padding: 15px;
}
.terms-conditions label,
.terms-conditions p {
  font-size: 14px;
}
.terms-conditions a {
  margin: 15px 0px;
}
@media (max-width: 768px) {
  .booking-side-info {
    margin-top: 15px;
  }
  .booking-side-info .total {
    margin: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .booking-side-info {
    margin-top: 15px;
  }

  .booking-side-info .custom-ul li a {
    margin-top: -3px;
    display: block;
  }
  .contact-info .col-form-label,
  .last-p,
  .add-ons-info-sec,
  .payment-method-info-sec {
    font-size: 14px;
  }
}
/*--------------------------------------------*/

/*-------------modal---------------*/
.modal .close {
  opacity: 0.4;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 36px;
  line-height: 20px;
  color: var(--black-color);
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}
.modal .wrap-modal-slider {
  opacity: 0;
  transition: all 0.3s;
}

.modal .wrap-modal-slider.open {
  opacity: 1;
}
.modal .slider-nav {
  margin-top: -6px;
}
.modal .slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 5px 0px 5px;
  z-index: 10;
  font-size: 0;
  background-color: rgb(0 0 0 / 43%) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 99px;
  border: 0px;
}
.modal .slider .slick-arrow:hover {
  background-color: rgb(238 80 87 / 50%) !important;
}
.modal .slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/slider_arrow_left.png") 5px 11px / 60% no-repeat;
}
.modal .slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/slider_arrow_right.png") 7px 11px / 60% no-repeat;
}
/*----------------------------------*/

/*-----accordion--------------*/
.accordion-button {
  color: var(--text-main);
  font-family: "Roboto-Medium";
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--main-color);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
  background: url(../img/down-filled-white-triangular-arrow.png) 95% 50%
    no-repeat;
}
.accordion-button::after {
  background: url(../img/down-filled-triangular-arrow.png) 95% 50% no-repeat;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--main-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(238 80 87 / 25%);
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .accordion-button {
    padding: 0.5rem 1.25rem;
    font-size: 14px;
  }
  .custom-ul-3 li {
    font-size: 12px;
  }
  .slider-for .slick-slide img {
    width: auto;
    display: block;
    height: 221px;
  }
  .slider-nav .slick-slide img {
    width: auto;
    display: block;
    height: 60px;
  }
}
/*-----------------------------*/
