:root {
  /*
      #COLOR
    */
  --bground-header: #003580;
  --bg-calendar: #febb02;
  --bui_color_cta_highlighted: #00487a;
  --text-color: #6b6b6b;
  --light-grey-color: #ececec;
  --light-blue-color: rgba(0, 108, 228, 0.06);
  --blue-color: #006ce4;
  --opacitied-blue-color: rgba(0, 108, 228, 0.1);
  --bg-opacitied-black: rgba(0, 0, 0, 0.4);

  /*
      #SPACING
    */
  --section-space: 70px;

  /*
      #GRADIENT
    */
  --bui_shadow_100: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  --bui_easing-subtle-in-out: cubic-bezier(0.4, 0, 0.2, 1);
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.pos-rel {
  position: relative;
  margin-bottom: 10px;
}

.pos-abs {
  position: absolute;
}

.p-15 {
  padding: 15px;
}

.me-10 {
  margin-right: 10px;
}

.me-20 {
  margin-right: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-90 {
  margin-top: 90px;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w-35 {
  width: 35%r;
}

.w-65 {
  width: 65%;
}

.w-100 {
  width: 100%;
}

.bg-d9d9d9 {
  background: #f8f9fa;
}

.fw700 {
  font-weight: 700;
}

.text-gray {
  color: var(--text-color);
}

.fs13 {
  font-size: 13px;
}

.bg-subscribe {
  background-color: #0b1a5c;
}

.w-75 {
  width: 75%;
}

/*---------------------------*\
  #Header
\*---------------------------*/

.h-120 {
  height: 120px;
}

@media (min-width: 992px) {
  .h-120-lg {
    height: 120px;
  }
}

.display-block {
  display: none;
}

.bg-header {
  background: var(--bground-header);
}

.fs-25 {
  font-size: 25px;
}

.p-header-menu {
  padding: 15px 25px 15px 25px;
}

.btn:hover {
  background-color: #cbcbcb;
}

.flag {
  border-radius: 50%;
}

.signUp-text {
  color: var(--bground-header);
}

/* responsive menu */

.navbar-tog {
  padding: 5px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

.display-none {
  display: block;
}

.menu-table {
  background-color: white;
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  z-index: 10;
  overflow: auto;
}

.close-direction {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

.menu-table.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.a-block-list {
  display: block;
  padding: 12px 16px;
  border-radius: 20px;
  color: black;
}

.pl-li {
  padding-left: 2rem;
}

ul.li-block > li {
  display: block;
  padding: 5px;
  color: black !important;
}

.li-block > li:hover {
  background: rgb(234, 228, 228);
}

ul.li-block > li a {
  color: black !important;
}

/*---------------------------*\
  #Bookin Button Section
\*---------------------------*/

.p-header-menu {
  padding: 10px 25px 10px 14px;
}

.a-block {
  display: block;
  padding: 12px 16px;
  border-radius: 20px;
  color: white !important;
}

.a-block:hover {
  color: white !important;
}

.a-block:hover {
  background-color: rgba(239, 240, 242, 0.5);
  /* opacity: .1; */
}

/*---------------------------*\
  #Loyalty Program Section
\*---------------------------*/

.fs-45 {
  font-size: 45px;
}

.reg-btn {
  padding: 12px 16px;
  background: #0071c2;
}

.reg-btn:hover {
  background: #00487a;
}

.section-p {
  padding-top: 70px;
}

.m-0 {
  margin: 0;
}

.mt-free {
  margin-top: 0;
}

/*---------------------------*\
  #Search Form
\*---------------------------*/

.looking-for {
  margin-top: 15px;
  font-weight: 700;
}

/*---------------------------*\
  #Offers Responsive
\*---------------------------*/

.travel-box {
  width: 65px;
  height: 65px;
}

.fs-13 {
  font-size: 13px;
}

.offers-container {
  align-items: stretch;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  position: relative;
  box-shadow: var(--bui_shadow_100);
}

.offers-item {
  padding: 15px;
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-basis: 100%;
  /* Устанавливаем ширину элемента на 100% */
  max-width: 100%;
  /* Добавляем максимальную ширину 100% для респонсивности */
}

.width-propert {
  max-width: 50%;
  min-width: 180px;
}

.offers-description {
  align-self: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.pictures-box {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}

.offers-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  max-height: 100%;
  max-width: 100%;
}

/*---------------------------*\
  #Offers 
\*---------------------------*/

.banner-container {
  align-items: stretch;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  max-height: 228px;
  min-height: 184px;
  position: relative;
}

.banner-container-right {
  align-items: stretch;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  max-height: 228px;
  min-height: 184px;
  position: relative;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-item {
  height: 100%;
  z-index: 1;
  color: #fff;
}

.w-50 {
  width: 50%;
}

.box-shadow {
  box-shadow: var(--bui_shadow_100);
  border-color: #e7e7e7;
  background-color: #fff;
}

p {
  white-space: normal;
}

/*--- Country ---*/

/* containers */
.container-1 {
  margin-left: 1rem;
  margin-right: 1rem;
  /* width: 100%; */
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 27, 65, 0.65) 0,
    rgba(0, 27, 65, 0)
  );
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}

.bg-overlay:hover::before {
  opacity: 1 !important;
}

.orange-outline-on-hover:hover {
  opacity: 1 !important;
  outline: solid 1px orange;
}

/*---------------------------*\
  #Slider Style
\*---------------------------*/

.slick-prev:before,
.slick-next:before {
  color: #0f2d86;
}

.slick-prev {
  left: -15px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  right: 5px;
  top: 33%;
}

.slick-arrow::before {
  /* background-color: red !important; */
  color: gray !important;
  font-size: 30px;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.my-slick-arrow-red .slick-arrow.slick-disabled {
  display: none !important;
}

.sl-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.slick-slide {
  margin: 0 11px 0 0;
}

.slick-title {
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 2px;
}

.slick-info-reservation {
  font-size: 14px;
  margin-bottom: 2px;
  color: gray;
}

/*---------------------------*\
  #Country section
\*---------------------------*/

/*---------------------------*\
  #Living room slider
\*---------------------------*/

.quality-control {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  background-color: #0f2d86;
  color: #fff;
  margin-top: 2px;
  margin-right: 2px;
}

.quality-control-text {
  font-size: 14px;
  display: flex;
  align-items: center;
}

/*---------------------------*\
  #Travel img
\*---------------------------*/

.travel-img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*---- Responsive ----*/
@media (min-width: 320px) {
  /* bookin button section */

  div.bookin-main-div > div {
    flex-shrink: 0;
  }

  /* Accordion */

  .mt-accordion {
    margin-top: 30px;
  }

  /* Offers section */

  .quality-control {
    padding: 2px;
  }

  /* License */
  .fs13 {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  /* Loyalty program section */

  .mt-free {
    margin-top: 50px;
  }

  /* Accordion section*/

  .mt-accordion {
    margin-top: 30px;
  }

  /* Offers section */

  .quality-control {
    padding: 2px;
  }

  .offers-img-container {
    max-width: 33%;
    min-width: 180px;
  }

  /* License */
  .fs13 {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  /* bookin button section */

  .bookin-main-div {
    flex-wrap: wrap;
  }

  /* Loyalty program  */

  .mt-free {
    margin-top: 60px;
  }

  /* offers -responsive */

  .fs-13 {
    font-size: 18px;
  }

  /* Reservation and Search Form */

  .form-position {
    margin-top: 5px;
  }

  /* Offers */

  .quality-control {
    padding: 8px;
  }

  /* License */
  .fs13 {
    font-size: 12px;
  }

  .wx35 {
    width: 55%;
  }
}

@media (max-width: 991.98px) {
  /* scrolls calendar */
  .overflow-scroll-on-mobile {
    overflow: scroll !important;
  }
}

/* the-end-of-scrolls */

@media (min-width: 992px) {
  /* Loyalty program */

  .mt-free {
    margin-top: 50px;
  }

  .img-size {
    object-fit: cover !important;
  }

  .pos-abs-family {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .me-16 {
    margin-inline-end: 16px;
  }

  .e61f37fbcf {
    align-items: stretch;
    border: none;
    border-radius: var(--bui_border_radius_200);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    max-height: 228px;
    min-height: 184px;
    position: relative;
  }

  element.style {
    --bui_box_padding--s: 0;
  }

  .e61f37fbcf {
    align-items: stretch;
    border: none;
    border-radius: var(--bui_border_radius_200);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    max-height: 228px;
    min-height: 184px;
    position: relative;
  }

  .a30d591987 {
    box-shadow: var(--bui_shadow_100);
  }

  /* Reservation and Search Form  */

  .form-position {
    position: relative;
    top: -45px;
  }

  /* Accordion */

  .mt-accordion {
    margin-top: 10px;
  }

  .accordion-body {
    padding: 1rem 3rem !important;
  }

  /* Offers */

  .quality-control {
    padding: 2px;
  }

  /* calendat */
  /* mydropdown */
  /* .my-dropdown-box-large {
        min-width: 170% !important;
    } */
}

@media (min-width: 1024px) {
  .display-none {
    display: none;
  }

  .display-block {
    display: block;
  }

  /* Loyalty program */

  .mt-free {
    margin-top: 0;
  }

  /* country */

  /* double img */
  .block {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
  }

  .flag-pos {
    position: absolute;
    top: 0;
    /* inset: 0; */
    z-index: 3;
  }

  /* Subscribe Section */

  .sub-padding {
    padding: 50px 0 50px 0;
  }

  .input-style {
    width: 410px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
  }

  .sub-title {
    text-align: center;
    color: #fff;
  }

  .custom-btn {
    color: white;
    background: #0a58ca !important;
  }

  .custom-btn:hover {
    color: white;
    background: #0071c2 !important;
  }

  div.li-text-size > ul > li {
    font-size: 13px;
  }

  /* Direction Tab Section */

  .tab-text {
    position: relative;
  }

  .tab-text:hover ::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(12, 11, 11);
  }

  .ia_link {
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal !important;
    text-decoration: none;
  }

  .region-list-item {
    margin-top: 15px;
  }

  /* Footer menu */

  .bg-footer {
    background: #1f41d3;
  }
}

/* ------Tab section ----- */
/* titles */

.title-1 {
  color: black;
  font-size: 24px;
}

/* the-end-of-titles */

/* texts */

.text-1 {
  color: black;
  font-size: 16px;
}

/* the-end-of-texts */

/* my-tabs */

.my-tabs {
  margin-top: 2rem;
}

.my-tabs-tab {
  visibility: hidden;
  height: 0;
}

.my-tabs-tab.show {
  visibility: visible;
  height: auto;
}

.my-tabs-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 2rem;
}

.my-tabs-item:not(:last-child) {
  margin-right: 5px;
}

.my-tabs-btn {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  border-radius: 100px;
  font-size: 14px;
  background-color: grey;
  padding: 0.7rem 1rem;
  color: black;
  background-color: white;
  transition: all 0.3s;
  border: 1px solid transparent;
  line-height: 14px;
}

@media (hover: hover) {
  .my-tabs-btn:hover {
    background-color: var(--light-grey-color);
  }
}

.my-tabs-btn span {
  display: inline-block;
  margin-right: 8px;
  line-height: 16px;
  /* background-color: red; */
}

.my-tabs-btn span:last-child {
  vertical-align: bottom;
}

.my-tabs-btn svg {
  height: 16px;
  width: auto;
  fill: black;
}

.my-tabs-btn.active {
  background-color: var(--light-blue-color) !important;
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.my-tabs-btn.active svg {
  fill: var(--blue-color);
}

/* colors */

.color-black {
  color: black;
}

/* rounded */

.rounded-1 {
  border-radius: 0.5rem !important;
}

/* slick */

.slick-track {
  float: left !important;
}

.slick-spacing-sm .slick-slide {
  margin: 0 8px !important;
}

.slick-spacing-sm .slick-list {
  margin: 0 -8px !important;
}

/* the-end-of-slick */

/* scrollbars */

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* the-end-of-scrollbars */

/*---------------------------*\
  #Calendar
\*---------------------------*/

/* city-container */
.city-container {
  position: relative;
}

.select-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 200;
  left: 0;
  max-height: 300px;
  overflow: auto;
  display: none;
  background-color: white;
  min-width: max(300px, 100%);
  padding: 1rem;
}

.select-dropdown.show {
  display: block;
}

.select-dropdown-list {
  display: flex;
  flex-flow: column wrap;
}

.city-select-box {
  position: relative;
  display: flex;
  align-items: center;
}

.city-select-reset {
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  color: grey;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}

.select-dropdown-not-found {
  color: black;
  padding: 0.5rem;
  display: none;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.select-dropdown-not-found.show {
  display: block;
}

.select-dropdown-btn {
  color: black;
  font-weight: bold;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem !important;
  background-color: white !important;
  border: 1px solid var(--light-grey-color);
  transition: all 0.3s;
}

.select-dropdown-btn:hover {
  background-color: var(--light-grey-color) !important;
}

.select-dropdown-btn i {
  margin-right: 1rem;
}

/* the-end-of-city-container */

/* my-dropdown */

.my-dropdown {
  position: relative;
}

.my-dropdown-box {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 200;
  left: 0;
  max-height: 500px;
  overflow: auto;
  display: none;
  background-color: white;
  min-width: max(300px, 100%);
  padding: 1rem;
}

.my-dropdown-box.show {
  display: block;
}

.my-dropdown-box-large {
  min-width: 100%;
}

/* the-end-of-my-dropdown */

/* buttons */

.blue-btn {
  background-color: white;
  border: 1px solid var(--blue-color);
  width: 100%;
  border-radius: 5px;
  color: var(--blue-color);
  transition: all 0.3s;
  text-align: center;
  padding: 0.5rem;
  font-size: 15px;
}

.blue-btn:is(:hover, :active) {
  background-color: var(--opacitied-blue-color);
}

.blue-btn-2 {
  border: 0 !important;
  background-color: white;
  border-bottom: 2px solid var(--text-color) !important;
  width: 100%;
  border-radius: 0;
  color: black;
  transition: all 0.3s;
  text-align: center;
  padding: 1rem !important;
  font-size: 15px !important;
}

.blue-btn-2.active {
  border: 0 !important;
  border-bottom: 2px solid var(--blue-color) !important;
  color: var(--blue-color);
  border-radius: 0;
  background-color: white !important;
}

.blue-btn-2:is(:hover, :active) {
  background-color: var(--opacitied-blue-color) !important;
}

.blue-btn-3 {
  background-color: var(--blue-color);
  border: 0 !important;
  width: 100%;
  border-radius: 5px;
  color: white;
  transition: all 0.3s;
  text-align: center;
  padding: 0.7rem;
  font-size: 13px;
  font-weight: bold;
}

.blue-btn-3:is(:hover, :active) {
  background-color: blue;
}

.btn-input {
  height: 70px !important;
  width: 100%;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 3rem;
}
/* the-end-of-buttons */

/* number-input */

.number-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
}

.number-input-minus,
.number-input-plus {
  position: absolute;
  background: none;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  color: var(--blue-color);
  padding: 0 0.8rem !important;
}

.number-input-minus:is(:hover, :active),
.number-input-plus:is(:hover, :active) {
  background-color: var(--opacitied-blue-color) !important;
}

.number-input-minus.disabled,
.number-input-plus.disabled {
  cursor: not-allowed;
  color: var(--text-color) !important;
  background: none !important;
}

.number-input-minus {
  left: 0;
}

.number-input-plus {
  right: 0;
}

.number-input-input {
  color: black;
  padding: 0.7rem 1rem !important;
  border-radius: 5px;
  height: auto !important;
  border: 1px solid var(--text-color) !important;
  border-radius: 5px !important;
  text-align: center;
  width: 100% !important;
}

/* the-end-of-number-input */

/* font-sizes */

.fs-14px {
  font-size: 14px;
}

.fs-12px {
  font-size: 12px;
}

/* the-end-of-font-sizes */

/* selects */

.white-select {
  padding: 0.5rem;
  border: 1px solid var(--text-color);
  border-radius: 5px;
}

/* the-end-of-selects */

/* cols */

.my-col-5 {
  width: 49% !important;
}

/* the-end-ofcols */

/* radios */

.blue-radio > span {
  background-color: white;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  border: 1px solid grey;
  color: black;
  font-size: 13px;
  font-weight: 500;
}

.blue-radio > span:is(:hover, :active) {
  background-color: var(--light-grey-color);
}

.blue-radio input:checked ~ span {
  background-color: var(--opacitied-blue-color);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
}

.blue-radio i {
  font-size: 8px !important;
}

/* the-end-of-radios */

/* filter */

.custom-box {
  display: none;
}

.custom-box.show {
  display: block;
}

/* the-end-of-filter */

/* calendar */

.calendar-time {
  display: none;
}

/* the-end-of-calendar */

/* images-sizes */

.my-img-size-1 {
  height: 120px;
  width: 100%;
}

.my-img-size-2 {
  height: 80px;
  width: 100%;
}

.my-img-size-3 {
  height: 130px;
  width: 100%;
}

.my-img-size-4 {
  height: 195px;
  width: 100%;
}

.my-img-size-6 {
  border-radius: 7px;
  width: calc(100% / 4 - 5px);
  margin-bottom: 7px;
}

.my-img-size-6:not(.h-0) {
  height: 15vw;
}

.my-img-size-6 img {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
}

.my-img-size-7 {
  width: 100%;
  height: 280px;
}

.my-img-size-7 img {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
}

@media (min-width: 350px) {
  .my-img-size-4 {
    height: 220px;
  }

  .m-15px {
    margin-top: 15px;
  }
}

@media (min-width: 400px) {
  .my-img-size-1 {
    height: 140px;
  }

  .my-img-size-2 {
    height: 110px;
  }

  .my-img-size-3 {
    height: 150px;
  }

  .my-img-size-4 {
    height: 245px;
  }
}

@media (min-width: 480px) {
  .my-img-size-1 {
    height: 40vw;
  }

  .my-img-size-2 {
    height: 34vw;
  }

  .my-img-size-3 {
    height: 37vw;
  }
}

@media (min-width: 576px) {
  .my-img-size-3 {
    height: 130px;
  }

  .my-img-size-7 {
    height: 60vw;
  }
}

@media (min-width: 600px) {
  .my-img-size-1 {
    height: 25vw;
  }

  .my-img-size-4 {
    height: 27vw;
  }
}

@media (min-width: 768px) {
  .my-img-size-3 {
    height: 180px;
  }
}

@media (min-width: 992px) {
  .my-img-size-1 {
    height: 165px;
  }

  .my-img-size-2 {
    height: 245px;
  }

  .my-img-size-3 {
    height: 165px;
  }

  .my-img-size-4 {
    height: 250px;
  }

  /* footer */
  .m-15px {
    margin-top: 0;
  }
}

/* the-end-of-images-sizes */

/* my-modal */

.my-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: visibility 0.3s, opacity 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99990;
  overflow: auto;
}

.my-modal.show {
  visibility: visible !important;
  opacity: 1;
}

.my-modal-content {
  position: relative;
  width: 90%;
  background-color: white;
  border-radius: 0;
  padding: calc(1rem + 2vw) calc(1rem + 0.5vw);
  text-align: center;
  /* margin: 5rem auto !important; */
  overflow: auto;
  max-height: 90%;
}

.my-modal-content::-webkit-scrollbar {
  width: 10px;
}

.my-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.my-modal-content::-webkit-scrollbar-thumb {
  background: #888;
}

.my-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.my-modal-closer {
  color: black;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  background: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 20px !important;
}

.my-modal-toggler {
  cursor: pointer;
}

@media (min-width: 992px) {
  .my-modal-content {
    width: 70%;
  }
}

/* the-end-of-my-modal */

/* animations */

.grow-img-on-hover {
  overflow: hidden;
  cursor: pointer;
}

.grow-img-on-hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s;
}

.grow-img-on-hover:is(:hover, :active) img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/* the-end-of-animations */

/*-slider-arrows-2-*/

.slider-arrows-2 {
  position: relative;
}

.slider-arrows-2 .slick-arrow {
  visibility: hidden;
  float: left;
  width: 0;
  margin: 0;
  height: 0;
  padding: 0;
  top: calc(50% - 17.5px);
  /* overflow: hidden; */
}

.slider-arrows-2 .slick-prev {
  left: 0;
}

.slider-arrows-2 .slick-next {
  right: 0;
}

.slider-arrows-2 .slick-arrow::before {
  /* width: 30px;
	height: 30px; */
  cursor: pointer;
  color: white;
  border-radius: 50%;
  position: absolute;
  font-family: 'FontAwesome';
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 1;
  visibility: visible;
  transition: background-color 0.3s ease;
  z-index: 99999;
}

.slider-arrows-2 .slick-prev::before {
  content: '\f053';
}

.slider-arrows-2 .slick-next::before {
  content: '\f054';
}

.slider-arrows-2 .slick-arrow::before {
  width: 35px !important;
  height: 35px !important;
  color: block !important;
  border-radius: 0 !important;
  top: 90% !important;
  font-size: 16px !important;
  background-color: white !important;
  transition: opacity 0.5s, visibility 0.5s !important;
}

.slider-arrows-2 .slick-prev::before {
  left: 0 !important;
}

.slider-arrows-2 .slick-next::before {
  right: 0 !important;
}

@media (min-width: 992px) {
  .slider-arrows-2 .slick-arrow::before {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .slider-arrows-2:hover .slick-arrow::before {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* the-end-of-arrows */

/* bg-colors */

.bg-opacitied-black {
  background-color: var(--bg-opacitied-black);
}

/* the-end-of-bg-colors */

/* sliders */

.slick-no-spacing .slick-slide {
  margin: 0 !important;
}

.slick-no-spacing .slick-list {
  margin: 0 !important;
}

.slider-index-box {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 12px;
  z-index: 10;
}

/* the-end-of-sliders */

.footer-links a {
  color: white !important;
}

@media (max-width: 991.98px) {
  .w-100-on-mobile {
    width: 100% !important;
  }
}

/* new */

.btn-reserve:hover {
  background-color: #0d6efd !important;
}

/* the-end-of-new */

.my-tabs-list {
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.my-tabs-item {
  margin-bottom: 10px;
}
.js-date-range-toggler,
.js-date-range-toggler-2 {
  display: flex;
  justify-content: space-between;
}
.js-date-range-toggler i,
.js-date-range-toggler-2 i {
  font-size: 14px;
}

/* LOGIN REGISTER CSS */
.login-register-container {
  margin: 50px auto;
  padding: 30px 50px;
}

.login-register-container h1 {
  font-size: 23px;
  font-weight: 700;
}

.lr-text {
  font-size: 15px;
}

.login-register-container label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.login-register-container input,
.login-register-container input:focus {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
  border: 1px solid gray;
  cursor: pointer;
}

.login-register-container button[type='submit'] {
  background-color: #0a58ca !important;
  width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 14.8px;
  border: none;
  color: white;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 20px;
}

.form-data {
  margin-top: 10px;
}

.lr-phone {
  position: relative;
}

.lr-phone .countrycode {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 15px;
  font-weight: 400;
  color: black;
}

.have-acc {
  margin-top: 3px;
}

.have-acc a {
  color: #0a58ca !important;
}

.trip-user {
  color: white;
  font-size: 16px;
}
.trip-user i {
  font-size: 16px;
}
.trip-user a {
  color: white;
}
.column-2 {
  column-count: 2;
}
.column-2 li {
  margin-left: 25px;
}

@media (max-width: 1400px) {
  .login-register-container {
    padding: 25px 30px;
  }
}

@media (max-width: 768px) {
  .trip-logo img {
    width: 150px;
    object-fit: contain;
  }
  .footer-links a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .login-register-container {
    margin: 25px;
    padding: 10px;
  }
  .footer-links a {
    font-size: 15px;
  }
}

/* CART CSS */

.table_desc {
  border: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid var(--color-primary);
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  text-align: center;
  padding: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #222222;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #ffc900;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  color: #222222;
  text-transform: capitalize;
  /* font-size: 14px; */
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #003580;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td input {
  margin-left: auto;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}
.my-quantity-card {
  display: flex;
  margin-top: unset !important;
  align-items: center;
  justify-content: center;
}

.cart_page table thead tr:last-child th,
.table_desc table tbody tr td:last-child {
  border-right: 0;
  font-weight: 500;
}
.card-button button {
  margin-top: unset !important;
  float: right;
}

.card-total-container .coupon_code {
  border: none !important;
}
.cart_submit {
  text-align: right;
  padding: 12px;
}
.product_remove button {
  padding: 8px 20px;
}
th {
  border-bottom: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important;
}
th:last-child {
  border-right: none;
}
@media only screen and (max-width: 991px) {
  .table_desc .cart_page table tbody tr td.product_thumb a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cart_submit {
    text-align: center;
  }
  .product_remove button {
    padding: 6px 16px;
  }
  .table_desc .cart_page table tbody tr td.product_thumb {
    padding: 5px;
  }
}

.cart_submit button {
  background: #222222;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #ffc900;
}

.bro-wrapper {
  height: 40px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 11px;
}

.bro-wrapper span,
.bro-wrapper input {
  width: 43.33%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
.bro-wrapper span.minus {
  font-size: 24px;
}

.bro-wrapper input {
  font-size: 0.9rem;
  border: none;
}

.my-quantity {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}

.product_variant.quantity button {
  margin-left: unset;
}
.bro-wrapper input {
  width: 43.33%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  min-height: unset;
}
.cart-to-wp {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 40px;
}
.cart-to-wp span {
  color: var(--color-primary);
  font-weight: 500;
}
.cart-wp {
  background-color: #25d366 !important;
  color: white !important;
  text-align: end;
  display: block;
  width: max-content;
  margin-left: 10px;
}
.trip-user {
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.trip-user a:first-child {
  border-radius: 5px;
  background-color: white;
  color: #00487a;
  padding: 4px 10px;
  margin-right: 5px;
}
.trip-user .logout {
  margin: 0 5px;
}
.dropdown .btn {
  padding-bottom: 0.65rem;
}
@media (max-width: 576px) {
  .trip-user {
    margin-right: 3px;
  }
  .dropdown .btn {
    padding: 0.375rem 0.2rem;
    padding-bottom: 0.7rem;
  }
  .table_desc .cart_page table tbody tr td {
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
  }
  .table_desc .cart_page table tbody tr td.product-price {
    min-width: 100px;
    font-size: 15px;
    font-weight: 400;
  }
  .table_desc .cart_page table tbody tr td.product_name {
    min-width: 155px;
  }
  .table_desc {
    margin-bottom: 0;
  }
  .trip-user a:first-child {
    padding: 3px 10px;
  }
  .trip-user i {
    font-size: 17px;
  }
  .cart_page_bg.mt-5 {
    margin-top: 40px !important;
  }
}



.home_padd {
  padding: 150px;
}




