/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  box-sizing: border-box;
}

hr.lg {
    margin: 60px 0;
}
hr {
    border-top-color: #eeeeee;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6 {
    color: #271b1b;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #687693;
    line-height: 1.8em;
}

ul {
    padding-left: 0;
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

.container {
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}


/*-------------------------------------------
    Header
--------------------------------------------*/

.block-header-hotelsoffers {
    background: rgb(37 48 65 / 41%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 130px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #faed4c21;
}

.block-header-hotelsoffers .navigation {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.block-header-hotelsoffers .navbar-brand img{
  max-width: 90px;
}

.block-header-hotelsoffers .row {
    width: 100%;
}


.block-header-hotelsoffers #navbar {
         -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        justify-content: flex-end;
}


.block-header-hotelsoffers .navigation .logo-2 {
    display: none;
}

.block-header-hotelsoffers .menu-close {
    display: none;
}

.block-header-hotelsoffers #navbar ul {
    list-style: none;
}

.block-header-hotelsoffers #navbar li {
        position: relative;
}

.block-header-hotelsoffers #navbar > ul > li > a {
        font-size: 16px;
        padding: 35px 20px;
        display: block;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        position: relative;
}

.block-header-hotelsoffers #navbar > ul > li > a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: #fc4c4c;
        content: "";
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 3px;
}

.block-header-hotelsoffers #navbar > ul li a:hover, .block-header-hotelsoffers #navbar > ul li a:focus {
    text-decoration: none;
    color: #ffd150;
}

.block-header-hotelsoffers #navbar > ul li a.active{
    text-decoration: none;
    color: #ffd150;
}

.block-header-hotelsoffers #navbar > ul > li > a:hover:before, .block-header-hotelsoffers #navbar > ul > li > a.active:before {
        opacity: 1;
        visibility: visible;
    }

.block-header-hotelsoffers #navbar > ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 225px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
}

.block-header-hotelsoffers #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.block-header-hotelsoffers #navbar > ul > li .sub-menu a {
   font-size: 16px;
   display: block;
   padding: 10px 15px;
   color: #303443;
   position: relative;
   overflow: hidden;
   font-weight: 600;
   text-decoration: none;
}

.block-header-hotelsoffers #navbar > ul > li .sub-menu a:after {
  position: absolute;
  left: 15px;
  bottom: 4px;
  width: 0px;
  height: 2px;
  content: "";
  background: #fc4c4c;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.block-header-hotelsoffers #navbar > ul > li .sub-menu a:hover:after, .block-header-hotelsoffers #navbar > ul > li .sub-menu a.active:after {
  width: 40px;
  opacity: 1;
  visibility: visible;

}

.block-header-hotelsoffers #navbar > ul > li .sub-menu a:hover{
    color: #bf2616;
}

.block-header-hotelsoffers #navbar > ul > li .sub-menu a.active:after {
    color: #bf2616;
}

/*-------------------------------------------
    block-banner
--------------------------------------------*/

.block-banner {
  background: url(../img/home-banner-main.webp) no-repeat center top / cover;  
  height: 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.block-banner .left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
 
}


.block-banner .left-img:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 350px;
  content: "";
}

.block-banner .hero-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.block-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    background-color: #00000087;
    padding: 20px;
    border-radius: 10px;
}

.block-banner .banner-content .banner-title {
    max-width: 550px;
    margin: 0 auto;
}

.block-banner .banner-content .banner-title h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 90px;
    margin: 10px 0 15px;
    margin-bottom: 30px;
}

.block-banner .banner-content .banner-title h2 span {
    color: #fc4c4c;
}

.block-banner .banner-btns a {
    background: #bf2616;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 2px #198754;
   
}

.block-banner .banner-btns:hover a{
    background: #fc3333;
    color: #fff;
}


/*-------------------------------------------
    block-about-us-hotelsoffers
--------------------------------------------*/

.block-about-us-hotelsoffers .block-about-img img{
    width: 100%;
    border-radius: 15px;
}

.block-about-us-hotelsoffers .block-about-content{
  padding-left: 30px;
}

.block-about-us-hotelsoffers .about-title span{
    font-size: 20px;
    color: #dc3545;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
}

.block-about-us-hotelsoffers .about-title h2{
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}

.block-about-us-hotelsoffers a {
    background: #bf2616;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 2px #198754;
    margin-top: 5px;
}

.block-about-us-hotelsoffers a:hover{
    background: #fc3333;
    color: #fff;
}


/*-------------------------------------------
    block-hotel-review-hotelsoffers
--------------------------------------------*/

.block-hotel-review-hotelsoffers{
  padding-bottom: 90px;
}

.block-hotel-review-hotelsoffers .title-center{
    text-align: center;
}

.block-hotel-review-hotelsoffers .title-center h2{
    font-size: 42px;
    line-height: 55px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.block-hotel-review-hotelsoffers .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    margin-top: 10px;
}

.block-hotel-review-hotelsoffers .btns a{
    border: 1px solid #198754;
    width: 180px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #fc4c4c;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 2px #198754;
}

.block-hotel-review-hotelsoffers .btns a:hover{
    background: #bf2616;
    color: #fff;
}

.block-hotel-review-hotelsoffers .wpo-section-title{
    margin-bottom: 60px;
}

.block-hotel-review-hotelsoffers .destination-wrap .destination-item{
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
    box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
    border-radius: 20px;
}

.block-hotel-review-hotelsoffers .destination-img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.block-hotel-review-hotelsoffers .destination-img img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    min-height: 260px;
}

.block-hotel-review-hotelsoffers .destination-item:hover .destination-img img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.block-hotel-review-hotelsoffers .destination-item .destination-content{
  padding: 30px;
  border-bottom: 1px solid #e9e9e9;
}


.block-hotel-review-hotelsoffers .destination-content .sub{
    font-size: 16px;
    color: #fc4c4c;
}

.block-hotel-review-hotelsoffers .destination-content h2{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.block-hotel-review-hotelsoffers .destination-content h2 a{
    color: #303443;
}

.block-hotel-review-hotelsoffers .destination-content h2 a:hover{
    color: #fc4c4c;
}

.block-hotel-review-hotelsoffers .destination-content .destination-bottom{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-hotel-review-hotelsoffers .destination-content .destination-bottom p{
    margin-bottom: 0;
    font-size: 19px;
    color: #585858;
}

.block-hotel-review-hotelsoffers .destination-bottom-right{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-hotel-review-hotelsoffers .destination-bottom-right ul{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #bcbcbc;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.block-hotel-review-hotelsoffers .destination-bottom-right li{
    margin-right: 2px;
    color: #fc4c4c;
}

.block-hotel-review-hotelsoffers .destination-bottom-right li:last-child{
  color: #bababa;;
}

.block-hotel-review-hotelsoffers .destination-bottom-right small{
    margin-left: 10px;
    font-size: 13px;
}

.block-hotel-review-hotelsoffers .destination-content-bottom {
    padding: 40px;
    padding-top: 35px;
    text-align: center;
}

.block-hotel-review-hotelsoffers .destination-content-bottom ul{
    list-style: none;
    margin-bottom: 10px;
}

.block-hotel-review-hotelsoffers .destination-content-bottom ul li {
    color: #777777;
    padding-bottom: 15px;
}

.block-hotel-review-hotelsoffers .destination-content-bottom a{
    border: 1px solid #198754;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fc4c4c;
    border-radius: 10px;
    padding: 10px 35px;
    box-shadow: 0px 1px 4px 2px #198754;
    display: inline-block;
}

.block-hotel-review-hotelsoffers .destination-content-bottom a:hover{
    background: #bf2616;
    color: #fff;
}

/*-------------------------------------------
    block-fun-fact-section-hotelsoffers
--------------------------------------------*/

.block-fun-fact-section-hotelsoffers {
    text-align: center;
    background: url(../img/fun-section.webp) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}

.block-fun-fact-section-hotelsoffers:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    content: "";
    z-index: -1;
    opacity: .7;
}

.block-fun-fact-section-hotelsoffers h3{
    font-size: 60px;
    font-weight: 700;
    color: #198754;
    margin: 0 0 0.2em;
    font-family: "Jost", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-fun-fact-section-hotelsoffers p{
  font-size: 18px;
    margin: 0;
    color: #fff;
}

.block-fun-fact-section-hotelsoffers .item-box{
  position: relative;
}

.block-fun-fact-section-hotelsoffers .col-lg-3{
  position: relative;
}

.block-fun-fact-section-hotelsoffers .col-lg-3:before{
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 70px;
    content: "";
    background: #bf2616;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-fun-fact-section-hotelsoffers .col-lg-3:last-child:before{
    content: none;
}

/*-------------------------------------------
    block-hotel-area-hotelsoffers
--------------------------------------------*/

.block-hotel-area-hotelsoffers{
  padding: 0 100px;
  padding-top: 100px;
}

.block-hotel-area-hotelsoffers .block-hotel-wrap{
    padding: 100px 180px;
    background: #f3f8fc;
    border-radius: 20px;
}

.block-hotel-area-hotelsoffers .block-hotel-content{
    text-align: center;
}

.block-hotel-area-hotelsoffers .block-hotel-content h2 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
}

.block-hotel-area-hotelsoffers .block-hotel-content p {
    margin-bottom: 30px;
}

.block-hotel-area-hotelsoffers .hotel-btn{
    background: #bf2616;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 2px #198754;
    margin-top: 20px;
}

.block-hotel-area-hotelsoffers .hotel-btn:hover{
    background: #fc3333;
    color: #fff;
}

 .block-hotel-area-hotelsoffers .block-hotel-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-hotel-area-hotelsoffers .hotel-item{
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    margin-right: -1px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.block-hotel-area-hotelsoffers .hotel-item i:before{
    font-size: 50px;
    color: #687693;
}

.block-hotel-area-hotelsoffers .hotel-item a {
    display: block;
    font-size: 20px;
    color: #303443;
    font-weight: 600;
}

.block-hotel-area-hotelsoffers .hotel-item a:hover {
    color: #fc4c4c;
}

/*-------------------------------------------
    block-testimonial-hotelsoffers-area
--------------------------------------------*/

.block-testimonial-hotelsoffers-area{
  position: relative;
}

.block-testimonial-hotelsoffers-area .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 1px 9px 2px #198754;
    box-shadow: 0px 1px 9px 2px #198754;
    border-radius: 20px;
}

.block-testimonial-hotelsoffers-area .owl-stage-outer {
    margin: -15px;
}

.block-testimonial-hotelsoffers-area .owl-stage {
    margin: 15px;
}

.block-testimonial .owl-item{
  padding: 30px;
}

.owl-carousel{
  cursor: pointer;
}

.block-testimonial-hotelsoffers-area .block-testimonial-img{
    -ms-flex-preferred-size: 30%;
    flex-basis: 46%;
}

.block-testimonial-hotelsoffers-area .block-testimonial-img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.block-testimonial-hotelsoffers-area .block-testimonial-content{
    padding: 80px;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.block-testimonial-hotelsoffers-area .block-testimonial-content p {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.block-testimonial-hotelsoffers-area .block-testimonial-content p:before {
    position: absolute;
    left: -66px;
    top: -10px;
    content: "\f10b";
    font-family: "Flaticon";
    z-index: -1;
    font-size: 60px;
    color: #fc4c4c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-testimonial-hotelsoffers-area .block-testimonial-content h2 {
    font-size: 25px;
    font-weight: 600;
}

.block-testimonial-hotelsoffers-area .block-testimonial-content span{
    color: #dc3545;
}

/* Arrows */

.block-testimonial button {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    background: #fff!important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #198754 !important;
    box-shadow: 0px 1px 9px 2px #198754;
    font-size: 20px;
    border-radius: 50%;
}

.block-testimonial button i{
    color: #fc4c4c;
}

.block-testimonial button.owl-next {
    right: 0px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-testimonial button:hover {
    background: #bf2616 !important;
}

.block-testimonial button:hover i{
    color: #fff!important;
}

.block-testimonial-hotelsoffers-area .n-shape {
    position: absolute;
    left: 0;
    top: -33%;
    z-index: -1;
    opacity: .5;
}

.block-testimonial-hotelsoffers-area .n-shape2 {
    position: absolute;
    right: 0;
    bottom: -22%;
    z-index: -1;
    opacity: .5;
}

/*-------------------------------------------
    footer-hotelsoffers
--------------------------------------------*/

.site-footer-hotelsoffers{
    background: #6c757d;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

.site-footer-hotelsoffers .upper-footer {
    padding: 50px 0;
}

.site-footer-hotelsoffers p {
    color: #fff;
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.site-footer-hotelsoffers .widget-title {
    margin-bottom: 30px;
}

.site-footer-hotelsoffers .link-widget{
  padding-left: 80px;
}

.site-footer-hotelsoffers .hotel-link-widget {
  padding-left: 70px;
}

.site-footer-hotelsoffers .widget-title h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-family: "Jost", sans-serif;
}

.site-footer-hotelsoffers ul {
    list-style: none;
}

.site-footer-hotelsoffers li {
    color: #fff;
}

.site-footer-hotelsoffers .link-widget ul li a {
    color: #fff;
    font-size: 17px;
}

.site-footer-hotelsoffers .link-widget ul li a:hover {
    color: #ffd150;
}

.site-footer-hotelsoffers .link-widget ul li a.active {
    color: #ffd150;
}

.site-footer-hotelsoffers .link-widget ul li + li {
    padding-top: 15px;
}

.site-footer-hotelsoffers .contact-ft {
    margin-top: 20px;
}

.site-footer-hotelsoffers .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    color: #e5e3e3;
    font-size: 17px;
    display: flex;
}

.site-footer-hotelsoffers .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
    box-shadow: 0px 1px 9px 2px #ffd150;
    border-radius: 40px;
    padding: 5px;
}

.site-footer-hotelsoffers .contact-ft ul li a{
  color: #fff;
}

.site-footer-hotelsoffers .contact-ft ul li a:hover {
    color: #ffd150;
}

.site-footer-hotelsoffers .lower-footer {
    text-align: center;
    position: relative;
    background: #1e2332;
}

.site-footer-hotelsoffers .lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.site-footer-hotelsoffers .lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    margin: 0;
}

/*-------------------------------------------
    back-to-top
--------------------------------------------*/

#back-top {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #198754;
    box-shadow: 0px 1px 9px 2px #198754;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

#back-top:hover {
    background-color: #bf2616;
    color: #fff;
}

#back-top:hover a {
    color: #fff;
}

#back-top a{
  color: #fc4c4c;
  display: block;
}

/*-------------------------------------------
    cookie
--------------------------------------------*/

.cookie-banner .container{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #292b2c;
  padding: 15px 20px;
  letter-spacing: 0.4px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  font-size: 16px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-banner a {
    color: #000000;
    font-weight: 600;
     -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}

.cookie-banner a:hover {
    color:#f0222c;
}

.cookie-banner p{
    margin-bottom: 0;
}

.cookie-banner button{
   background: #fc4c4c;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;

}

.cookie-banner button:hover {
    background-color: #dc3545;
    color: #fff;
}

.hidden {
  display: none;
}

/*-------------------------------------------
    Media
--------------------------------------------*/

@media (max-width: 1700px) {
  .block-header-hotelsoffers {
    padding: 0 30px;
  }

  .block-banner .left-img{
    width: 45%;
  }

  .block-hotel-area-hotelsoffers .block-hotel-wrap{
        padding: 100px 35px;
   }

}

@media (max-width: 1500px) {
  .block-header-hotelsoffers {
    padding: 0 10px;
  }

 .block-header-hotelsoffers #navbar > ul > li > a {
    padding: 30px 15px;
  }

  .block-banner .left-img {
        width: 38%;
  }

}


@media (max-width: 1200px) {

  .block-header-hotelsoffers .navbar-brand img {
    max-width: 80px;
  }


  .block-banner .left-img {
    width: 38%;
  }

  .block-banner .banner-content .banner-title h2{
    font-size: 50px;
  }

  .block-hotel-area-hotelsoffers .block-hotel-wrap{
        padding: 50px 15px;
   }

   .block-hotel-content{
        margin-bottom: 50px;
   }
}

@media (max-width: 1199px) {
  .block-banner {
    height: 500px;
  }

  .block-header-hotelsoffers #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px;
  }

  .block-header-hotelsoffers {
    padding: 0 0px;
  }

}

@media (max-width: 1024px) {
    .block-header-hotelsoffers container-fluid{
      justify-content: flex-end;
    }

    .container {
        padding: 0 20px;
    }

    .block-banner .left-img {
        width: 36%;
    }

    .block-banner .banner-content {
        transform: translate(-50%, -38%)
    }

    .block-about-us-hotelsoffers .about-title h2 {
      font-size: 40px;
      line-height: 48px;
    }

     .site-footer-hotelsoffers .link-widget, .site-footer-hotelsoffers .hotel-link-widget {
        padding-left: 0px;
    }

    .block-fun-fact-section-hotelsoffers{
        padding: 85px 0;
    }

    .block-fun-fact-section-hotelsoffers h3 {
        font-size: 50px;
    }

    .block-fun-fact-section-hotelsoffers p {
        font-size: 16px;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content p {
        font-size: 18px;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content{
        padding: 55px;
        margin-left: 15px;
    }

    .site-footer-hotelsoffers .link-widget, .site-footer-hotelsoffers .hotel-link-widget {
        padding-left: 0px;
    }

}

@media (max-width: 991px) {

    .section-padding {
        padding: 80px 0;
    }

  .block-header-hotelsoffers {
    padding: 0 10px;
  }

  .block-header-hotelsoffers .navigation {
    padding: 20px 0;
  }

  .block-header-hotelsoffers .row{
    align-items: center !important;
  }

  .block-header-hotelsoffers .navbar-header{
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }

  .block-header-hotelsoffers .mobail-menu button {
        background-color: #fc4c4c;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
  }

  .block-header-hotelsoffers .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
  }

  .block-header-hotelsoffers .mobail-menu button span:last-child {
        margin: 0;
    }

  .block-header-hotelsoffers .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
     box-shadow: none;
  }

  .block-header-hotelsoffers .navbar-toggler .first-angle, .block-header-hotelsoffers .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
  }

  .block-header-hotelsoffers .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
  }

  .block-header-hotelsoffers .x-close .middle-angle {
    opacity: 0;
  }

  .block-header-hotelsoffers .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }

  .block-header-hotelsoffers .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
  }

  .block-header-hotelsoffers .menu-close i{
    font-size: 20px;
  }

  .block-header-hotelsoffers #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }

  .block-header-hotelsoffers #navbar > ul {
        position: relative;
        z-index: 101;
  }

  .block-header-hotelsoffers #navbar {
        background: #243352;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
  }

  .block-header-hotelsoffers .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .block-header-hotelsoffers .navbar-nav > li {
        float: none;
  }

  .block-header-hotelsoffers #navbar > ul > li > a {
        padding: 15px 30px;
        color: #ddd;
        font-size: 15px;
        position: relative;
  }

  .block-header-hotelsoffers #navbar > ul .menu-item-has-children > a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 11px;
        color: #ddd;
        font-size: 0.73333rem;
        position: absolute;
        right: 20px;
        left: auto;
        top: 50%;
        height: auto;
        width: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
  }

  .block-header-hotelsoffers #navbar > ul .menu-item-has-children > a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
  }

  .block-header-hotelsoffers #navbar > ul .sub-menu{
    padding: 0;
  }

  .block-header-hotelsoffers #navbar > ul > li:hover > .sub-menu{
    display: block;
    background-color: transparent;
    position: initial;
  }

  .block-header-hotelsoffers #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
        color: #ddd;
        font-size: 15px;
  }

  .block-banner .banner-content {
    padding-top: 10px;
    transform: translate(-50%, -37%);
  }

  .block-banner .left-img {
    width: 100%;
  }

   .block-banner .left-img:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
  }

   .block-banner .banner-content .banner-title h2{
       color: #fff;
       font-size: 40px;
       line-height: 55px;
   } 


   .block-banner .col-md-8{
    width: 100%;
   }

    .block-about-img{
        text-align: center;
    }

    .block-about-us-hotelsoffers .block-about-img img {
        width: 60%;
    }

    .block-about-us-hotelsoffers .block-about-content {
       margin-top: 45px;
       text-align: center;
       padding: 10px;
    }

    .block-about-us-hotelsoffers .about-title h2, .block-hotel-review-hotelsoffers .title-left h2 {
        font-size: 40px;
        line-height: 48px;
    }


}

@media (max-width: 768px) {

    
  .block-banner {
    height: 500px;
  }

  .cookie-banner .container {
        flex-direction: column;
    }

    .block-testimonial-hotelsoffers-area .slide {
        flex-direction: column;
    }

     .block-fun-fact-section-hotelsoffers h3 {
        font-size: 35px;
    }

    .block-fun-fact-section-hotelsoffers p {
        font-size: 14px;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-img {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-img img {
        border-radius: 20px;
        margin-top: 15px;
        width: 50%;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content {
        padding: 55px;
        margin-left: 28px;
    }

    .block-testimonial-hotelsoffers-area .n-shape img, .block-testimonial-hotelsoffers-area .n-shape2 img{
        width: 100%
    }

}

@media (max-width: 480px) {

    .navbar>.container-fluid{
        justify-content: center;
    }

    .block-header-hotelsoffers .row {
        align-items: center !important;
    }

    .block-banner .banner-content {
        padding-top: 10px;
        transform: translate(-12%, -36%);
        left: 20%;
    }

    .block-about-us-hotelsoffers .block-about-img {
        text-align: center;
        margin-top: 30px;
    }

    .block-about-us-hotelsoffers .block-about-img img {
        width: 100%;
    }

    .block-about-us-hotelsoffers .block-about-content {
       margin-top: 20px;
    }

    .block-about-us-hotelsoffers .about-title span {
        font-size: 18px;
    }

    .block-about-us-hotelsoffers .about-title h2, .block-hotel-review-hotelsoffers .title-left h2 {
        font-size: 30px;
        text-align: center;
    }

    .block-fun-fact-section-hotelsoffers .item-box{
        margin-bottom: 50px;
    }

    .block-hotel-area-hotelsoffers .block-hotel-content h2{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }

    .block-hotel-area-hotelsoffers .hotel-item{
        padding: 30px 15px;
        flex-basis: 50%;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content p:before{
        content: "";
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content {
        padding: 17px;
        margin-left: 17px;
    }

    .site-footer-hotelsoffers .upper-footer .col {
        min-height: auto;
        margin-bottom: 40px;
    }

    .block-hotel-review-hotelsoffers .btns{
        justify-content: center;
    }

    #back-top {
        bottom: 80px;
    }


}

@media (max-width: 375px){
    .block-hotel-review-hotelsoffers .destination-content h2 {
        font-size: 20px;
    }

    .block-hotel-review-hotelsoffers .destination-content .destination-bottom p {
        font-size: 15px;
    }
}

@media (max-width: 320px){
    .block-hotel-review-hotelsoffers .destination-item .destination-content {
        padding: 15px;
    }

    .block-hotel-review-hotelsoffers .destination-content .destination-bottom p {
        font-size: 11px;
    }

    .block-hotel-area-hotelsoffers .block-hotel-wrap {
        padding: 50px 5px;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content p:before{
        content: none;
    }

    .block-testimonial-hotelsoffers-area .block-testimonial-content {
        padding: 10px;
        margin-left: 0px;
    }
}