/* 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.active {
   color: #bf2616;
}

.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;
}

/*-------------------------------------------
    breadcumb-section
--------------------------------------------*/

.breadcumb-area {
    background: url(../img/breadcrumbs-hotelsoffers.jpg) no-repeat center top / cover;
    min-height: 415px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.breadcumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffd1500d;
    content: "";
    z-index: -1;
}

.breadcumb-area .breadcumb-wrap {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: white;
    text-align: center;
    z-index: 2;
    background-color: #00000073;
    padding: 30px;
    border-radius: 10px;
}

.breadcumb-area h2 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.breadcumb-area ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    position: relative;
    font-size: 20px;
}

.breadcumb-area ul li a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.breadcumb-area ul li a:hover{
    color: #ffd150;
}

.breadcumb-area ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-area ul li:last-child:after {
    content: none;
    
}

.breadcumb-area ul li:last-child span {
    color: #ffd150;
}


/*-------------------------------------------
    content
--------------------------------------------*/

#block1 .container{
  padding: 0 30px;
}

#block1 li{
  list-style: none;
}

/*-------------------------------------------
   hotel-destination-single-section
--------------------------------------------*/

.hotel-destination-single-content{
  text-align: center;
}

.hotel-destination-single-content-des{
  text-align: left;
  padding: 60px 0;
}

.hotel-destination-single-content img{
  border-radius: 20px;
  max-width: 700px;
  -webkit-box-shadow: 0px 1px 9px 2px #198754;
    box-shadow: 0px 1px 9px 2px #198754;
}

.hotel-destination-single-content-des h2, .hotel-benefits-section h2 {
    font-size: 33px;
    font-family: "Jost", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}

.hotel-destination-single-content-des p {
    margin-bottom: 30px;
}

.hotel-destination-single-content .hotel-destination-single-sub-img {
    margin-top: 50px;
}

.hotel-destination-single-content .hotel-destination-single-sub-img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.hotel-destination-single-content .hotel-destination-single-sub-img li {
    padding-left: 10px;
    padding-right: 10px;
}

.hotel-destination-single-content .hotel-destination-single-sub-img img {
    width: 100%;
    max-height: 230px;
}

.hotel-benefits-section {
    padding-top: 30px;
}

.hotel-destination-single-wrap .accordion {
    border-top: 1px solid #e1e1e1;
}

.hotel-destination-single-wrap .accordion-item {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}

.hotel-destination-single-wrap .accordion-item p{
  color: #343a40;
}

.hotel-destination-single-wrap .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hotel-destination-single-wrap button {
    padding: 16px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    color: #303443;
    text-align: left;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.hotel-destination-single-wrap button:after{

}

.hotel-destination-single-wrap button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}

.hotel-destination-single-wrap .accordion-button {
    background: transparent;
}

.hotel-single-sidebar {
    padding-left: 20px;
}

.hotel-single-sidebar .widget {
    padding: 30px 40px;
    margin-bottom: 40px;
    background: #f9f9f9;
}

.hotel-single-sidebar .widget h2 {
    font-size: 25px;
    font-family: "Jost", sans-serif;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.hotel-single-sidebar .widget h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffc107;
    content: "";
    width: 70px;
    height: 4px;
}

.hotel-single-sidebar .widget ul {
    list-style: none;
}

.hotel-single-sidebar ul li:first-child a {
    padding-top: 0;
}

.hotel-single-sidebar .hotel-service-widget ul li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #303443;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 30px;
    position: relative;
}

.hotel-single-sidebar .hotel-service-widget ul li:last-child a {
    padding-bottom: 0;
    border-bottom: 0;
}

.hotel-single-sidebar .hotel-service-widget ul li a:before {
    position: absolute;
    left: 0;
    top: 15px;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 14px;
    color: #ffc107;
}

.hotel-single-sidebar .hotel-service-widget ul li a:hover {
    color: #ffc107;
}

.hotel-single-sidebar .hotel-contact-widget {
    border: 0;
    background: url(../img/breadcrumbs-hotelsoffers.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
}

.hotel-single-sidebar .hotel-contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 52, 67, 0.9);
    content: "";
    z-index: -1;
}

.hotel-single-sidebar .hotel-contact-widget h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.hotel-single-sidebar .hotel-contact-widget p {
    color: #fff;
    font-size: 18px;
}

.hotel-single-sidebar .hotel-contact-widget a {
    border: 1px solid #198754;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #fc4c4c;
    border-radius: 10px;
    padding: 10px 35px;
    box-shadow: 0px 1px 4px 2px #198754;
    display: inline-block;
}

.hotel-single-sidebar .hotel-contact-widget a:hover{
    background-color: #fff;
    color: #fc4c4c;
}

/*-------------------------------------------
    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-hotel-area .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;
  }

}


@media (max-width: 1200px) {

  .block-header-hotelsoffers .navbar-brand img {
    max-width: 80px;
  }

  .site-footer .link-widget, .site-footer .hotel-link-widget {
        padding-left: 20px;
   }
  
}

@media (max-width: 1199px) {
  
  .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;
    }

     .site-footer-hotelsoffers .link-widget, .site-footer-hotelsoffers .hotel-link-widget {
        padding-left: 0px;
    }

    .hotel-destination-single-content img {
          max-width: 600px;
    }

    .hotel-destination-single-content{
      text-align: left;
    }

    .hotel-single-sidebar {
      padding-left: 0px;
  }

  .container {
    padding: 0 20px;
  }

  .hotel-single-sidebar .hotel-contact-widget h2, .hotel-benefits-section h2{
     font-size: 25px;
     text-align: center;
  }

  .hotel-destination-single-wrap button{
    font-size: 18px;
  }

  .hotel-single-sidebar .hotel-contact-widget p{
    font-size: 16px;
  }

}

@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;
  }

  .breadcumb-area {
    min-height: 280px;
  }

  .breadcumb-area .breadcumb-wrap {
    position: absolute;
    top: 68%;
  }

  .site-footer-hotelsoffers .widget-title h3{
    font-size: 18px;
  }

  .site-footer-hotelsoffers .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
   }

  
}

@media (max-width: 768px) {
    .section-padding {
       padding: 80px 0;
    }

    .breadcumb-area h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .hotel-destination-single-content img {
      width: 100%;
    }

     .hotel-destination-single-content {
        text-align: center;
    }

    .hotel-single-sidebar {
        padding-left: 0;
        margin-top: 60px;
    }

    .cookie-banner .container {
        flex-direction: column;
    }
}


@media (max-width: 480px) {

    .navbar>.container-fluid{
        justify-content: center;
    }

    .block-header-hotelsoffers {
        background-color: #00000094;
    }

    .block-header-hotelsoffers .row {
        align-items: center !important;
    }

    .breadcumb-area .breadcumb-wrap {
        left: 7%;
        transform: translate(-4%, -57%);
        background-color: #0000008c;
        padding: 15px;
    }

    .breadcumb-area h2 {
        font-size: 24px;
        line-height: 22px;
    }

    .site-footer-hotelsoffers .upper-footer .col {
        min-height: auto;
        margin-bottom: 40px;
    }

    .block-hotel-review-hotelsoffers .title-left h2 {
        font-size: 30px;
        text-align: center;
    }

    #back-top {
        bottom: 80px;
    }


}