@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600&display=swap");

:root {
  --base-black: #000;
  --base-white: #fff;
  --text-title: #000;
  --text-body-1: #5f5f5f;
  --text-body-2: #adadad;
  --text-link-purple: #f3692e;
  --text-link-white: #fff;
  --primary: #13bfd6;
  --secondary: #ff9800;
  --accent: #4b3602;
  --font-family: "Montserrat", sans-serif;
  --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  --border-radius: 0.5rem;
  --transition: 0.3s all;
  --gradient: linear-gradient(93.38deg, #ffe9f1 40.1%, #cff4ff 100%);
}
body {
  background: #fff !important;
  font-family: var(--font-family);
  font-size: 16px;
}
#header {
  background-image: url(https://img.hweb.com/images/banners/21095/marti-myra-back.jpg);
  background-repeat: no-repeat;
  background-position: 0 6rem;
  background-size: cover;
  min-height: 200px;
}
#header .container {
  background: #fff;
}
.topHotelMenu ul li a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid var(--primary);
}
.languageBox a {
  color: var(--primary);
}
html .search-horizontal {
  padding: 0;
  margin: 0;
  background: none;
}
.search-horizontal .selectDate,
.search-horizontal .travelerSelect,
.search-horizontal input,
.search-horizontal select,
.notChain .hotelOnlyName,
.inputStyle,
body .inputStyle1 {
  border: 0;
  background-color: #f6f7f9 !important;
}
.btn-primary {
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  position: relative;
}
.btn-info {
  background: var(--primary);
}
.hotelName a {
  color: #000;
  letter-spacing: 1px;
}
.h3Blue,
.wrap h3 {
  color: #000;
  font-size: 20px;
}
.roomSelection .roomNameText a {
  color: #3b3e43;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.roomSelection .roomNameText a:hover {
  font-size: 20px;
  color: var(--secondary);
}
.btn.buttonOrange,
.room-price-td .buttonOrange,
.transferResults .buttonOrange {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn.buttonOrange:hover,
.room-price-td .btn.buttonOrange:hover,
.transferResults .btn.buttonOrange:hover {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background: #fafafa;
}
.btn.buttonOrange.active,
.room-price-td .btn.buttonOrange.active,
.transferResults .btn.buttonOrange.active {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.bestDealText,
.bestDealText span,
.bestDealPrice,
.bestDealCurrency,
html #f-results .f-price {
  color: var(--primary);
}
.is-sticky .sticky {
  color: #fff;
}

.is-sticky .sticky .bestDealText {
  color: #13bfd6;
}

.is-sticky .sticky .totalPrice {
  color: #13bfd6;
  padding: 0.8rem;
}

.is-sticky .sticky .bestDealPrice,
.is-sticky .sticky .bestDealCurrency {
  color: #13bfd6;
}

.search-horizontal .dates,
.search-horizontal .rooms {
  padding-right: 5px;
  font-size: 13px;
}
.search-horizontal .inputStyle2.hweb-datepicker {
  width: 40px;
}
.currentArrivalFlight ul li,
.currentDepartureFlight ul li,
.flightSelection .flight-details .arrival,
.flightSelection .flight-details .departure,
.transferResults .transfer-title,
.transferResults .transfer-box .transfer-route,
.colorBlue {
  color: var(--base-black);
}
html .result-summary-package h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3b3e43;
}
body .alert {
  font-size: 12px;
  border-left-width: 1px;
}
html .table {
  font-size: 12px;
}
.page-reservation .text-muted {
  font-size: 12px;
}
body .page-reservation .well {
  box-shadow: none;
  padding: 0;
}
h3.res-title {
  font-size: 20px;
  margin: 50px 0 10px;
  padding: 10px 0;
}
.hr {
  color: #eee;
  background-color: #eee;
}
html .guest-info label,
html label,
.responsive label,
.responsive th,
.promoCodeSection,
.frmSearch label {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.page-reservation .form-control,
.page-reservation input[type="text"],
.page-reservation select {
  border: 0;
  border-bottom: 1px solid #aaa;
  background-color: transparent;
}
.page-reservation textarea.form-control {
  border: 1px solid #aaa;
}
.card-back,
.card-front {
  border: 2px solid #eee !important;
  background: none !important;
}
.card-back-line .cc-line {
  padding: 3px 10px;
  background: var(--primary) !important;
}
.page-reservation .card-back-line input {
  font-size: 14px;
  background: #fff !important;
}
html .logo {
  margin-top: 0.5rem;
}
html #header .languageBox a {
  border: 0;
}
@media (min-width: 992px) {
  html .wrap {
    padding: 0 40px 0 0;
  }
  html #header .languageBox a {
    background: #fff;
    color: var(--primary);
  }
  html .logo {
    margin-top: 0;
  }
  .topHotelMenu ul li a {
    color: var(--primary);
  }
  .header .voip {
    position: static;
    text-align: center;
  }
  #header {
    height: 400px;
    padding: 0;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-position: 0 -28rem;
  }
  #header .topHotelMenu {
    padding-block: 5px;
  }
  #header .container {
    background: none;
  }
  #header .container > .row {
    align-items: end;
    display: flex;
    position: relative;
    bottom: -75px;
  }
  .main-banner-left,
  .main-banner-right {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 160px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  }
  html .wrap {
    padding: 0 40px 0 40px;
  }
  .logowrap a {
    width: 100%;
    height: 150px;
    padding: 2rem;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #13bfd6;
  }
  #simpleSearch:not(.search-horizontal) {
    padding: 2rem;
    box-shadow: 0 5px 20px #ccc;
    border-radius: 3px;
    margin-left: 0;
  }
  .search-horizontal .location,
  .search-horizontal .dates,
  .search-horizontal .rooms {
    padding-right: 15px;
  }
  html .search-horizontal {
    margin: 0;
    display: flex;
    align-items: end;
    padding-block: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  html .search-horizontal .location #addDeparture {
    right: 15px;
  }
  .search-horizontal label,
  .search-horizontal .paxlabels {
    display: block;
    color: #aaa;
  }
  .search-horizontal .inputStyle2.hweb-datepicker {
    width: auto;
  }
  .result-summary-package .sum-pack-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  html .result-summary-package .sum-pack-submit .sum-pack-section {
    padding: 0;
  }
  html .result-summary-package .sum-pack-price {
    margin: 5px 0 15px 0;
  }
}
@media screen and (max-width: 760px) {
  .footer .banks,
  .footer .f-insurance,
  .footer .f-paymentopt,
  .footer .f-secured {
    min-height: initial;
    border: 0;
    width: 100%;
  }
}
