@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: #00486C;
    --secondary: #ff9800;
    --accent: #4B3602;
    --font-family: 'Montserrat', sans-serif;
    --box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(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://cdn.hweb.com/banners/132563/side-orange-paradize-havuzlar-21200x800.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 {
    background: #fff;
}
.is-sticky .sticky .bestDealText {
    background: #fff;
    color: #00486C;
}
.is-sticky .sticky .totalPrice {
    color: #00486C;
    padding: .8rem;
}
.is-sticky .sticky .bestDealPrice,
.is-sticky .sticky .bestDealCurrency {
    color: #00486C;
}
.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 {
    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;
}
.logowrap a {
    width: 100%;
    height: 150px;
    padding: 2rem;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00486C;
}
#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%;
    }
}