/*------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
.logo-class{
    width: 170px;
    position: absolute;
    margin-top: -3rem;
}

@media screen and(max-width: 3000px){
  .header__bottom .menu{
    margin-top: 2rem;
  }
}
@media screen and (min-width: 2000px){
  .header__bottom .menu{
    margin-top: 5rem;
  }
}
/*-----------------------------------------------------------------
Home Page
-------------------------------------------------------------------*/
@media screen and(min-width: 2560){
  .slide__text-heading {
    font-size: 2vw;
    margin-bottom: 20px;
    margin-top: 10%;
    line-height: 1.6;
  }
}
.saloff p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.4;
}
.slide__content{
  top: 8%;
}
.slide__text p{
  font-size: 33px;
}
@media only screen and(min-width: 3000px){
 .top_destination .section_content .wrap .wrap_float {
    white-space: nowrap;
    padding-left: 26%;
    padding-right: 26%;
    width: auto;
  }
}
@media screen and (max-width: 1600px){
  .slide__text p{
    font-size: 20px;
  }
  
  .slider-container {
    height: 125vh;
  }
  .homepage_slider .categories{
    top: 79%;
  }
}
@media screen and (max-width: 1030px){
  .slider-container {
      height: 160vh;
  }
}
@media screen and (max-width: 800px){
  .slider-container {
      height: 150vh;
  }
}
@media screen and (max-width: 500px){
  .slide__text p{
    font-size: 17px;
    top: 30%;
  }
  .slide__text-heading{
    font-size: 27px;
  }
  .offer-details{
    width: 7rem;
    height: 2rem;
  }
  .chromeMobile .slider-container{
    height: 135vh;
  }
  .popular_destination__section{
    height: 42rem;
  }
  .scroll-mt{
    margin-top: 6rem;
  }
}

/*-----------------------------------------------------------------
About
-------------------------------------------------------------------*/
.section_content .item{
  float: unset;
}
.about-contactform{
  max-width: 26rem;
  float: unset;

}
.about-contactform .contact-form .submit-btn{
  float: unset;
}
.about-contactform .title{
  color: #fff;
}
.about-contactform .intro-text p{
  color: #fff;
}
.captchastyle{
  margin-left: 4rem;
}

@media screen and (max-width: 430px){
  .captchastyle{
    margin-left: 4px;
  }
}

.about-page .about-contactform .contacts-columns {
  margin-top: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10rem;
}
.about-page .about-contactform .contacts-columns .column {
  width: 22%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 52px;
  margin-right: 15%;
}
.about-page .about-contactform .contacts-columns .column:last-child {
  margin-right: 0;
}
.about-page .about-contactform .contacts-columns .column.tel ._title:before {
  background-image: url(../img/call-3.svg);
  width: 32px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.about-page .about-contactform .contacts-columns .column.email ._title:before {
  background-image: url(../img/email-3.svg);
  width: 32px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
}
.about-page .about-contactform .contacts-columns .column.location ._title:before {
  background-image: url(../img/geo-3.svg);
  width: 24px;
  height: 32px;
  top: 50%;
  margin-top: -13px;
}
.about-page .about-contactform .contacts-columns .column ._title {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  position: relative;
  padding-left: 48px;
  line-height: 32px;
  margin-bottom: 20px;
}
.about-page .about-contactform .contacts-columns .column ._title:before {
  position: absolute;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.about-page .about-contactform .contacts-columns .column .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
.about-page .about-contactform .contacts-columns .column a {
  font-size: 20px;
  color: #FF7F00;
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .mab-block {
  background: #eee;
  height: 570px;
  overflow: hidden;
  width: 100%;
}
.about-page .mab-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-page .content-head {
  position: relative;
}
.about-page .content-body {
  position: relative;
}
.about-page .content-body:before {
  background: -moz-linear-gradient(top, #000000 0%, #000000 17%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #000000 17%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #000000 17%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  z-index: 1;
}

/*------------------------------------------------------------------
Contact Form
-------------------------------------------------------------------*/
.contact-form{
  margin-top: 3%;
  margin-bottom: 3%;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.contacts-page .intro-text .intro-text-contacts{
  font-size: 1rem;
  color: #fff;
}

.form-input{
  width: 25rem;
  border-radius: 5px;
  height: 2rem;
  margin-top: 1rem;
  padding: 1rem;
}

.comment-area{
  height: 6rem;
  width: 25rem;
  margin-top: 1rem;
  border-radius: 5px;
  padding: 1rem;
}

.submit-btn{
  margin-top: 1rem;
  padding: 10px;
  background-color: #ff7f00;
  border-radius:31px;
  width: 10rem;
  color: #fff;
  font-size: 1rem;
}
.modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 3;
        visibility: hidden;
        transform: scale(1.1);
        z-index: 9999;
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
    .modal-content {
        position: absolute;
        top: 18%;
        left: 82%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        width: 24rem;
        border-radius: 0.5rem;
    }
    .close-button {
        float: right;
        width: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button:hover {
        background-color: darkgray;
    }
    .show-modal {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

@media screen and (max-width: 686px){
  .form-input{
  width: 24rem;
  }
  .comment-area{
    width: 24rem;
  }
}

@media screen and (max-width: 405px){
    .form-input {
        width: 22rem;
    } 
    .comment-area{
    width: 22rem;
  }   
}

@media screen and (max-width: 375px){
  .form-input{
    width: 21rem;
  }
  .comment-area{
    width: 21rem;
  }
}
@media screen and (max-width: 350px){
  .form-input{
    width: 18rem;
  }
  .comment-area{
    width: 18rem;
  }
}

/*--------------------Destinations-----------------------*/
.popular_destination__slider .slide_item_content .slide_text a:hover{
  color: #ff7f00;
}
.popular_destination__slider .slide_item_content{
  height: 415px;
  min-height: 415px;
}
.arrow-desti{
  float: right;
}
.popular_destination__slider .slide_item_content .slide_text:hover{
  padding: 1px;
  height: 30px;
  font-weight: bold;
  color: #ff7f00;
}



/*------------------------------------------------------------------
Country Details
-------------------------------------------------------------------*/
.title-country{
  color: #fff;
  font-size: 1.5rem;
  margin-left: 5%;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 2560px){
  .title-country{
    color: #fff;
    font-size: 1.5rem;
    margin-left: 25%;
    padding-bottom: 3rem;
    padding-top: 17rem;
  }
}
.homepage_slider2 {
  height: 35vh;
  overflow: hidden;
  background: #000;
}
.homepage_slider2 .categories {
  /*position: absolute;*/
  bottom: 50px;
  left: 0;
  z-index: 4;
}
.homepage_slider2 .categories.scrolled .items .scroll {
  transform: translateX(-950px);
  transition: all .3s linear;
}
.homepage_slider2 .categories.scrolled .other_items .icon .arrow:before {
  transform: rotate(180deg);
  transition: all .2s linear;
}
.homepage_slider2 .categories .items {
  width: auto;
  margin-left: -70px;
  width: 1190px;
  overflow: hidden;
  white-space: nowrap;
}
.homepage_slider2 .categories .items .scroll {
  width: auto;
  transition: all .3s linear;
  height: 165px;
}
.homepage_slider2 .categories .other_items {
  width: 185px;
}
.homepage_slider2 .categories .other_items .categories_item {
  width: 100%;
  border-right: 0;
  padding-left: 55px;
}
.homepage_slider2 .categories .other_items .icon {
  opacity: 1;
}
.homepage_slider2 .categories .other_items .icon .arrow {
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  display: block;
  float: left;
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-block;
  float: none;
}
.homepage_slider2 .categories .other_items .icon .arrow:before {
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  transition: all .2s linear;
}
.homepage_slider2 .categories_item {
  width: 238px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  height: 150px;
  padding-top: 10px;
  display: inline-block;
  float: none;
  white-space: normal;
  margin-left: -3px;
}
.homepage_slider2 .categories_item:hover {
  cursor: pointer;
}
.homepage_slider2 .categories_item:hover * {
  cursor: pointer;
}
.homepage_slider2 .categories_item:hover ._title {
  color: #176EFF;
  transition: all .2s linear;
}
.homepage_slider2 .categories_item:hover .icon {
  opacity: 1;
  transition: all .2s linear;
}
.homepage_slider2 .categories_item .icon {
  height: 67px;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 26px;
  transition: all .2s linear;
}
.homepage_slider2 .categories_item .icon .icon-wrap {
  width: 67px;
  display: inline-block;
  float: none;
  height: 67px;
  border-radius: 50%;
  overflow: hidden;
}
.homepage_slider2 .categories_item ._title {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: all .2s linear;
}
.homepage_slider2 .categories_item ._title span {
  max-width: 95px;
  display: inline-block;
}

.cat-position{
  position: absolute;
  top: 113%;
}
.country-bg{
  height: 150vh;
}
@media screen and (max-width: 350px) {
  .cat-position{
    position: absolute;
    top: 135%;
  }
}
@media screen and (max-width: 1600px) {

  .homepage_slider2 .categories {
    bottom: 20px;
  }
  .homepage_slider2 .categories_item .icon {
    height: 48px;
  }
  .homepage_slider2 .categories_item .icon .icon-wrap {
    width: 48px;
    height: 48px;
  }
.homepage_slider2 .categories_item {
    height: 140px;
  }
}
@media screen and (max-width: 1400px) {

 .homepage_slider2 .categories .other_items {
    width: 170px;
  }
  .homepage_slider2 .categories .items {
    width: 1100px;
  }
  .homepage_slider2 .categories_item {
    width: 224px;
  }
  .homepage_slider2 .categories.scrolled .items .scroll {
    transform: translateX(-900px);
  }
}

@media screen and (max-width: 1230px) {
.homepage_slider2 .categories_item {
    width: 190px;
  }
  .homepage_slider2 .categories .items {
    width: 900px;
  }
  .homepage_slider2 .categories.scrolled .items .scroll {
    transform: translateX(-760px);
  }
}

@media screen and (max-width: 1076px) {
.homepage_slider2 .categories .wrap {
    max-width: 100%;
  }
  .homepage_slider2 .categories .items {
    margin-left: 0;
    overflow: auto;
  }
  .homepage_slider2 .categories .items {
    width: 100%;
  }
  .homepage_slider2 .categories .other_items {
    display: none;
  }
.homepage_slider2 .categories .items .scroll {
    padding: 0 4vw;
  }
  .homepage_slider2 .categories_item {
    margin-left: 0;
  }
  .homepage_slider2 .categories_item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }
.homepage_slider2 .categories .items {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .header__top a:hover,
  .homepage_slider2 .categories_item:hover ._title,
  .most_popular__section .slider_item:hover .slider_item__content .title,
  .popular_destination__slider .slide_item:hover .slide_item_content .slide_title,
  .blog_item:hover .blog_item_title {
    color: #ff7f00;
  }
}

@media screen and (max-width: 610px) {
.homepage_slider2 .categories_item .icon {
    height: 58px;
  }
  .homepage_slider2 .categories_item {
    width: 153px;
  }
.homepage_slider2 .categories {
    bottom: 10px;
  }
 .homepage_slider2 .categories_item .icon .icon-wrap {
    width: 58px;
    height: 58px;
  }
}

@media screen and (max-width: 358px) {
.homepage_slider2 .categories_item {
    width: 132px;
  }
}
@media screen and (max-width: 610px) and (max-height: 680px) {
.homepage_slider2 .categories {
    bottom: 75px;
  }
}


/*----------------offers--------------------*/
.page_content .two-columns{
  padding-top: 0!important;
}

.page_content.two-columns .main .pagination {
  text-align: center;
  margin-top: 40px;
}
.page_content.two-columns .main .pagination ul {
  display: inline-block;
  float: none;
  width: auto;
}

.page_content .main .pagination {
  margin-top: 36px;
}

@media screen and (max-width: 610px) {
.page_content .main .pagination {
    text-align: center;
  }

 .page_content .main .pagination {
    margin-top: 22px;
  }
}
@media screen and (max-width: 430px) {

.page_content.two-columns .main .pagination {
    margin-top: 20px;
  }
}

/*---------------HOTELS---------------------*/


.top_destination{
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 104px;
  padding: 42px 0;
  position: relative;
}
.top_destination .section_content .item {
    width: 166px;
    height: 166px;
    white-space: normal;
    display: inline-block;
    float: none;
    margin: 0;
    margin-right: 22px;
  }
  .top_destination .section_content .item:last-child {
    margin-right: 0;
  }
  .top_destination .section_content .wrap {
    /*max-width: 100%;*/
    display: block;
    float: left;
    overflow: auto;
    padding: 0 4vw;
    padding-bottom: 20px;
  }
  .top_destination .section_content .wrap .wrap_float {
    white-space: nowrap;
    /*width: auto;*/
  }
  .top_destination .section_content {
    height: 166px;
    overflow: hidden;
  }
  .top_destination .section_content .item:nth-child(7),
  .top_destination .section_content .item:nth-child(8),
  .top_destination .section_content .item:nth-child(9),
  .top_destination .section_content .item:nth-child(10) {
    display: inline-block;
  }

  @media screen and (max-width: 610px) {
    .top_destination .section_content {
      margin-top: 34px;
    }
    .top_destination .section_content .item {
      margin-right: 19px;
    }
    .top_destination {
      padding-top: 60px;
      padding-bottom: 70px;
    }
  }
  @media screen and (max-width: 1076px) and (min-width: 1001px) {
  .page_head .top_destination .section_content .item {
    margin: 0 1vw;
  }
}

@media screen and (max-width: 610px) {
  .page_head .top_destination {
    padding: 30px 0;
  }
}

.top_destination .slick-slider .slick-track,
.top_destination .slick-slider .slick-list {
  will-change: transform;
}

.top_destination .top_part_right{
  width: auto;
  float: right;
  right: 0;
  bottom: 220px;
}
.top_destination .top_part_right .controls {
  width: auto;
  margin-left: 50px;
}
.top_destination .top_part_right .btn {
  height: 62px;
  border-radius: 31px;
  display: block;
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  width: auto;
  padding: 0 48px;
  color: #3E4559;
  margin-left: 26px;
  transition: all .2s linear;
  background: rgba(207, 209, 213, 0);
  border: 2px solid #CFD1D5;
}
.top_destination .top_part_right .btn:hover {
  background: #CFD1D5;
  border-color: rgba(255, 255, 255, 0);
  transition: all .2s linear;
  cursor: pointer;
}
.top_destination .top_part_right .btn:hover * {
  cursor: pointer;
}
.top_destination .top_part_right .arrow {
  width: 62px;
  height: 62px;
  border: 2px solid rgba(62, 69, 89, 0.21);
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 10px;
  position: relative;
  transition: all .2s linear;
  background: #ffffff29;
}
.top_destination .top_part_right .arrow:before {
  background: url(../img/left-arrow-black.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
}
.top_destination .top_part_right .arrow.next:before {
  transform: rotate(180deg);
}
.top_destination .top_part_right .arrow:hover {
  border-color: #3E4559;
  transition: all .2s linear;
  cursor: pointer;
}
.top_destination .slick-list {
  overflow: visible;
}
.top_destination .slide_item {
  width: 410px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-right: 35px;
  display: block;
  float: left;
}
.popular_destination__slider .slide_item_content.inpopu {
  height: auto!important;
  min-height: auto;
}

/*------------------------------------------------------------------
Hotel Details
-------------------------------------------------------------------*/
.no_photo{
  width: 86px;
  height: 86px;
  background-color: #fff;
  position: absolute;
  float: left;
  left: 0%;
  border-radius: 50%;
}

/*Breadcrumbs*/
.breadcrumbs{
  top: 185px;
}
@media screen and (max-width: 1600px){
  .breadcrumbs {
    width:auto;
    top: 170px;
    left: 5%;
  }

}
@media screen and (max-width: 610px){
  .breadcrumbs {
      top: 155px;
      left: 0;
  }
  .main{
    top: 2rem;
  }
  .destinations-page{
    margin-top: 2rem;
  }
  .offers-main{
    margin-top: 2rem;
  }
  .grid-container{
    display: block!important;
    margin-left: 2rem;
  }
}
.rate-name{
  font-size: 18px;
}
.grid-container{
    display: flex;
}
.grid-container ul .grid-item{
  list-style-type: none;
  color: #ff7f00;
  margin-right: 2rem;
  width: auto;
}
.grid-container ul{
  display: flex;
}
.grid-container ul .grid-item a{
  list-style-type: none;
  color: #ff7f00;
  text-decoration: none;
}
.grid-container ul .grid-item a:hover{
  list-style-type: none;
  color: #fff;
  text-decoration: none;
}

.lg-dropdown {
    width: auto;
}


/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
@media screen and (max-width: 610px){
    .footer_top .footer_head_mobile .text{
      margin-top: 95px;
  }
  .footer_center_right .text {
  font-size: 14px;
  color: #62687B;
  width: 19rem;
  }
}
















