﻿/*----------------------------------------------------------------------------------
1. Main slider section
-----------------------------------------------------------------------------------*/
.main_slider,
.slider_wrap,
.slide {
    display: block;
    float: unset;
    width: 100%;
}

.main_slider {
    height: 100vh !important;
    background: #000;
    overflow: visible;
    top: 0px;
    /* width: 100%; */
    position: relative;
}

.main_slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.main_slider .slider_wrap .slide {
    position: relative;
    transition: all 0.2s linear;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .title_wrap {
    transform: none;
    transition: all 0.7s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .text {
    transform: none;
    transition: all 1s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
    transform: none;
    transition: all 0.7s ease-out;
    right: -570px;
    top: -79px;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .buttons {
    transform: none;
    transition: all 1.3s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .bg-img {
    transform: scale(1);
}

.main_slider .slider_wrap .slide .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.main_slider .slider_wrap .slide .wrap_float {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.main_slider .slider_wrap .slide:before {
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: 0.77;
}

.main_slider .slider_wrap .slide .slide_content {
    position: absolute;
    bottom: 40vh;
    left: 0;
    padding-bottom: 330px;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    max-width: 100%;
    transition: all 0.4s ease-out;
    transform: translateX(-100vw);
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 44px;
    font-family: "Prata", serif;
    color: #fff;
    width: auto;
    line-height: 1;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 0;
    width: auto;
    top: -64px;
    text-align: right;
    padding-left: 18px;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .country:before {
    width: 9px;
    height: 9px;
    background: #e60000;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
}

.main_slider .slider_wrap .slide .slide_content .text {
    color: rgba(255, 255, 255, 0.58);
    font-size: 15px;
    max-width: 565px;
    clear: both;
    transform: translateX(-100vw);
    transition: all 0.4s ease-out;
}

.main_slider .slider_wrap .slide .slide_content .buttons {
    margin-top: 50px;
    clear: both;
    transform: translateX(-100vw);
    transition: all 0.4s ease-out;
}

.main_slider .slider_wrap .slide .slide_content .buttons .btn {
    background: #e60000;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    font-size: 21px;
    color: #fff;
    border-radius: 8px;
    display: block;
    float: left;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link {
    line-height: 50px;
    width: auto;
    display: block;
    float: left;
    font-size: 21px;
    color: #fff;
    margin-left: 50px;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.2s linear;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link:hover span {
    border-color: #fff;
    transition: all 0.2s linear;
}

.main_slider .slider_wrap .slide .next_title {
    font-size: 120px;
    color: #fff;
    font-family: "Prata", serif;
    filter: blur(5px);
    position: absolute;
    width: auto;
    right: 0;
    top: -100px;
    opacity: 0.77;
    transition: all 0.1s linear;
    transform: translateX(50vw);
}

.main_slider .slider_wrap .slide .next_title:hover {
    opacity: 1;
    filter: none;
    transition: all 0.1s linear;
    cursor: pointer;
}

.main_slider .slick-arrow {
    position: absolute;
    z-index: 1000;
    bottom: 42vh;
    right: 55%;
    margin-right: -720px;
    width: auto;
}

.main_slider .slick-arrow .arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    position: relative;
    transition: all 0.2s linear;
}

.main_slider .slick-arrow .arrow:before {
    width: 16px;
    height: 12px;
    background: url(/images/icons/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all 0.2s linear;
}

.main_slider .slick-arrow .arrow:after {
    width: 16px;
    height: 12px;
    background: url(images/icons/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all 0.2s linear;
    transform: rotate(180deg);
}

.main_slider .slick-arrow .arrow.next {
    margin-left: 18px;
    transform: rotate(180deg);
}

.main_slider .slick-arrow .arrow:hover {
    background: #fff;
    transition: all 0.2s linear;
    cursor: pointer;

}

.main_slider .slick-arrow .arrow:hover {
    background: #fff;
    transition: all 0.2s linear;
    cursor: pointer;

}

.main_slider .slick-arrow .arrow:after {
    width: 16px;
    height: 12px;
    background: url(/images/icons/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all 0.2s linear;
    transform: rotate(180deg);
}

.main_slider .slick-arrow .arrow:hover:before {
    opacity: 0;
    transition: all 0.2s linear;
}

.main_slider .slick-arrow .arrow:hover:after {
    opacity: 1;
    transition: all 0.2s linear;
}


/*----------------------------------------------------------------------------------
12. Media queries
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1930px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 44px;
    }

    .main_slider .slider_wrap .slide .slide_content {
        bottom: 0;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
        right: -987px;
        top: -70%;
    }

    .main_slider .slick-arrow {
        right: 47%;
    }

    .main_slider .slick-arrow .arrow.prev {
        right: 100%;
        bottom: -45px;
    }
}

@media screen and (max-width: 1762px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 44px;
    }

    .main_slider .slider_wrap .slide .next_title {
        font-size: 60px;
    }

    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 17px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
        font-size: 20px;
        top: -50px;
    }

    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 170px;
        bottom: 0;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
        right: -740px;
        top: -70%;
    }

    .main_slider .slick-arrow {
        right: 54%;
    }

    .main_slider .slick-arrow .arrow.prev {
        right: 100%;
        bottom: -45px;
    }
}

@media screen and (max-width: 1520px) {
    .main_slider .slick-arrow {
        margin-right: -650px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons {
        margin-top: 33px;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
        right: -680px;
    }
}

.main_slider .slick-arrow {
    bottom: 13% !important;
}

@media screen and (max-width: 1400px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 44px;
    }

    .main_slider .slick-arrow {
        margin-right: -640px;
        bottom: 50px;
    }

    .main_slider .slider_wrap .slide .next_title {
        font-size: 60px;
        top: 20px;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
        right: -579px;
        top: -100%;
    }

    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 9%;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1300px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 42px;
    }

    .main_slider .slick-arrow {
        margin-right: -590px;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
        right: -530px;
        top: -90%;
    }
}

@media screen and (max-width: 1200px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
        width: 100%;
        text-align: left;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .country:before {
        top: 9px;
    }

    .main_slider .slick-arrow {
        margin-right: -470px;
    }

    .main_slider .slider_wrap .slide .slide_content .next_title {
        display: none !important;
    }

    .main_slider .slick-arrow {
        margin-right: -514px;
    }
}

@media screen and (max-width: 1040px) {
    .mobile .main_slider .slider_wrap .slide .wrap_float {
        height: inherit;
    }

    .main_slider .slick-arrow .arrow:hover {
        background: rgba(255, 255, 255, 0.42);
    }

    .main_slider .slick-arrow .arrow:hover:before {
        opacity: 1;
    }

    .main_slider .slick-arrow .arrow:hover:after {
        opacity: 0;
    }
}

@media screen and (max-width: 1040px) and (orientation: landscape) {
    /* .main_slider,
  .main_slider .slider_wrap .slide .wrap_float {
    height: 460px !important;
  } */

    .main_slider {
        position: relative;
    }
}

@media screen and (max-width: 1000px) {
    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 15px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons .btn {
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 17px;
        font-size: 14px;
    }

    .main_slider .slick-arrow {
        display: none;
    }

    .main_slider .slider_wrap .slide.slick-active .slide_content .title_wrap {
        width: 100%;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 40px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
        font-size: 14px;
    }

    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .main_slider {
        height: 110vh !important;
    }

    .main_slider .bg-img {
        height: 110vh !important;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
        top: -44px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons .link {
        margin-left: 22px;
    }

    .main_slider .slick-arrow .arrow {
        margin-left: 0;
    }

    .main_slider .slick-arrow .arrow.prev {
        display: none !important;
    }

    .main_slider .slick-arrow .arrow.next {
        margin-left: 0;
    }

    .main_slider .slick-arrow {
        width: 44px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons .btn {
        height: 44px;
        line-height: 44px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons .link {
        height: 44px;
        line-height: 44px;
    }

    .main_slider .slick-arrow {
        bottom: 42vh;
    }
}

@media screen and (max-width: 480px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 48px;
    }
}

@media screen and (max-width: 400px) {
    .main_slider .slider_wrap .slide .slide_content .buttons .btn {
        font-size: 16px;
        padding: 0 20px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons .link {
        font-size: 16px;
    }
}

@media screen and (max-width: 340px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 41px;
    }
}




/*----------------------------------------------------------------------------------
6. Stories section
-----------------------------------------------------------------------------------*/
.stories {
    overflow: hidden;
    padding: 50px 0;
}

.stories .title_wrap {
    padding-right: 300px;
    position: relative;
}

.stories .controls {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.stories .controls .link {
    font-size: 18px;
    color: #222;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
    margin-right: 30px;
    left: -218%;
    display: inline;
    position: absolute;
    top: 2vh;
    text-decoration: none;
}

.stories .controls .link:hover {
    color: #e60000;
}

.stories .controls .slick-arrow {
    position: relative;
    z-index: 2;
    width: auto;
}

.stories .controls .slick-arrow .arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #c7c7c7;
    position: relative;
    transition: all 0.2s linear;
}

.stories .controls .slick-arrow .arrow:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all 0.2s linear;
}

.stories .controls .slick-arrow .arrow:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all 0.2s linear;
    transform: rotate(180deg);
}

.stories .controls .slick-arrow .arrow.next {
    margin-left: 18px;
    transform: rotate(180deg);
}

.stories .controls .slick-arrow .arrow:hover {
    background: rgba(199, 199, 199, 0.18);
    transition: all 0.2s linear;
    cursor: pointer;
}

.stories .controls .slick-arrow .arrow:hover:before {
    opacity: 0;
    transition: all 0.2s linear;
}

.stories .controls .slick-arrow .arrow:hover:after {
    opacity: 1;
    transition: all 0.2s linear;
}

.stories .slick-list {
    overflow: visible;
}

.story_item {
    width: 260px;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 35px;
    border-radius: 13px;
    display: block;
    float: left;
}

.story_item:hover .shadow {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.story_item:hover ._content {
    transform: none;
    transition: all 0.2s ease-in;
}

.story_item:hover ._content .text {
    opacity: 1;
    transition: all 0.2s ease-in;
}

.story_item .shadow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    width: auto;
    opacity: 0;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.story_item:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: 0.77;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 13px;
}

.story_item .item_wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.story_item ._content {
    position: relative;
    /*height: 85%;*/
    top: 49%;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(60px);
    transition: all 0.2s ease-in;
  }
  
  .story_item ._content .flag {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    float: none;
    overflow: hidden;
  }
  
  .story_item ._content .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .story_item ._content .country {
    font-size: 30px;
    color: #fff;
    font-family: "Prata", serif;
    margin-top: 10px;
  }
  
  .story_item ._content .text {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.56);
    margin-top: 8px;
    opacity: 0;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease-in;
  }

.stories .controls .slick-arrow .arrow.prev,
.stories .controls .slick-arrow .arrow.next {
    width: 4rem;
    height: 4rem;
}

.stories .controls .slick-arrow .arrow.prev {
    left: -49px;
    top: 62px;
    opacity: 0;
}

.stories .controls .slick-arrow .arrow.next {
    right: -19px;
    top: -10px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .story_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .button-row {
        display: none;
    }

    .stories .button-row {
        display: none;
    }

    .stories .controls .link {
        top: 100%;
        left: -178%;
    }
}

/* end stories section  */




























/*----------------------------------------------------------------------------------
3. Tours
-----------------------------------------------------------------------------------*/


/*   */
#tours .swiper-slide img {
    height: 400px;
}

#tours .rlr-product-card__detail-wrapper {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    padding: 60px 30px 0 30px;
    /* transform: translateY(-50%); */
}

#tours .rlr-product-card--v3 .rlr-product-card__title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

#tours .rlr-product-card__image-wrapper {
    padding: 0;
}

#tours .rlr-product-card__sub-title,
#tours .rlr-product-card__from,
#tours .rlr-product-card__rating-text,
#tours .rlr-product-card__relates,
#tours .rlr-product-card__price mark,
#tours .rlr-product-card__footer .rlr-icon-font,
#tours .rlr-icon-text span {
    color: #fff;
}

#tour .swiper-slide-active,
#tours .swiper-slide img {
    width: 100%;
}

#tours .rlr-product-card__image-wrapper {
    overflow: hidden;
}

#tours .rlr-product-card__header {
    margin-bottom: 1px;
}

#tours .swiper-slide::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: 0.77;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

#tours .days {
    font-size: 14px;
}


/*----------------------------------------------------------------------------------
2. Destinations section
-----------------------------------------------------------------------------------*/
.destinations {
    padding: 50px 0;
}

.destinations .title_wrap {
    padding-right: 300px;
    position: relative;
}

.destinations .controls {
    width: auto;
    position: absolute;
    right: 0;
    top: -5%;
}

.destinations .controls .link {
    font-size: 18px;
    color: #fff;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
}

.destinations .controls .link:hover {
    color: #fff;
    text-decoration: underline;
}

.destinations_item {
    position: relative;
    width: 23%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 13px;
    margin-right: 2.66666667%;
    margin-bottom: 2.66666667%;
    display: block;
    float: left;
}

/*.destinations_item:nth-child(5),
    .destinations_item:nth-child(6),
    .destinations_item:nth-child(7),
    .destinations_item:nth-child(8) {
        margin-bottom: 0;
    }
*/
.destinations_item:nth-child(4n) {
    margin-right: 0;
}

.destinations_item:hover .shadow {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.destinations_item .shadow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    opacity: 0;
    width: auto;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.destinations_item:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: 0.77;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.destinations_item .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.destinations_item .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.destinations_item .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
}

.destinations_item ._content {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    transform: translateY(30px);
    transition: all 0.2s ease-in;
}

.destinations_item ._content ._title {
    font-size: 34px;
    color: #fff;
    font-family: "Prata", serif;
    text-align: center;
    margin-bottom: 20px;
}

.destinations_item ._content ._info {
    color: rgba(255, 255, 255, 0.53);
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.destinations_item:hover ._content {
    transform: none;
    transition: all 0.2s ease-in;
}

.destinations_item:hover ._content ._info {
    opacity: 1;
    transition: all 0.2s ease-in;
}


/*----------------------------------------------------------------------------------
3. crasol tour home section
-----------------------------------------------------------------------------------*/



#tours .swiper-slide img {
    height: 400px;
}

#tours .rlr-product-card__detail-wrapper {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    padding: 60px 30px 0 30px;
    /* transform: translateY(-50%); */
}

#tours .rlr-product-card--v3 .rlr-product-card__title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

#tours .rlr-product-card__image-wrapper {
    padding: 0;
}

#tours .rlr-product-card__sub-title,
#tours .rlr-product-card__from,
#tours .rlr-product-card__rating-text,
#tours .rlr-product-card__relates,
#tours .rlr-product-card__price mark,
#tours .rlr-product-card__footer .rlr-icon-font,
#tours .rlr-icon-text span {
    color: #fff;
}

#tour .swiper-slide-active,
#tours .swiper-slide img {
    width: 100%;
}

#tours .rlr-product-card__image-wrapper {
    overflow: hidden;
}

#tours .rlr-product-card__header {
    margin-bottom: 1px;
}

#tours .swiper-slide::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: 0.77;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

#tours .days {
    font-size: 14px;
}


/*----------------------------------------------------------------------------------
10. Footer
-----------------------------------------------------------------------------------*/
.footer,
.wrapper,
.wrap_float,
.footer_top,
.footer_top,
.left,
.col,
._title.m_title {
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.body-margin.os-windows.chrome-browser .single-page .top_panel,
.body-margin.os-windows.opera-browser .single-page .top_panel,
.body-margin.os-windows.chrome-browser .footer,
.body-margin.os-windows.opera-browser .footer {
    right: 8px;
    width: auto;
    left: 0;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    float: none;
    margin: 0 auto;
}

.footer {
    background: #000;
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 1;
    margin-top: 3.5rem;
}

.footer_top {
    margin-bottom: 20px;
}

.footer_top .left {
    width: 60%;
}

#footer a {
    text-decoration: none;
}

.footer_top .right {
    width: 37%;
    float: right;
}

.footer_top .right .contacts_info .tel {
    width: 50%;
    padding-right: 20px;
}

.footer_top .right .contacts_info .tel a {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    display: block;
    float: left;
    width: auto;
}

.footer_top .right .contacts_info .email {
    width: 50%;
}

.footer_top .right .contacts_info .email a {
    font-size: 22px;
    color: #fff;
    display: block;
    float: left;
    width: auto;
}

.footer_top .right .contacts_info p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.37);
    width: auto;
    clear: both;
}

.footer_top .right .address {
    font-size: 18px;
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
}

.footer_top .right .address:before {
    width: 16px;
    height: 22px;
    background: url(/images/icons/geo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
}

.footer_top .col {
    width: 33.333%;
    padding-right: 42px;
}

.footer_top ._title {
    font-size: 28px;
    color: #fff;
    font-family: "Prata", serif;
    margin-bottom: 32px;
}

.footer_top ul li {
    margin-bottom: 18px;
}

.footer_top ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    width: auto;
    line-height: 20px;
}

.footer_top ul li a:hover {
    color: #e60000;
}

.footer_bottom {
    padding-top: 40px;
}

.footer_bottom a:hover {
    color: #fff;
}

.footer_bottom .left {
    width: 60%;
    color: rgba(255, 255, 255, 0.53);
}

.footer_bottom .right {
    width: 37%;
    float: right;
    color: rgba(255, 255, 255, 0.53);
}

.float-md-none i {
    /* font-size: 12px; */
}

/*----------------------------------------------------------------------------------
11. Socials
-----------------------------------------------------------------------------------*/
.social-links .link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
}

.social-links .link:last-child {
    margin-right: 0;
}

.social-links .link span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background: inherit;
}

.social-links .link span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-links .link:after {
    background: inherit;
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    content: "";
    filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    opacity: 0;
    transition: all 0.1s linear;
    will-change: opacity;
}

.social-links .link:hover:after {
    opacity: 1;
    transition: all 0.1s linear;
}

.social-links .link.facebook {
    background: #33589e;
}

.social-links .link.facebook span:before {
    width: 13px;
    height: 25px;
    background-image: url(/images/icons/facebook-logo.svg);
    margin-top: -13px;
    margin-left: -7px;
}

.social-links .link.instagram {
    background: #4c5ad1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5ad1', endColorstr='#ffd42b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.social-links .link.instagram span:before {
    width: 22px;
    height: 22px;
    background-image: url(/images/icons/instagram-logo.svg);
    margin-top: -11px;
    margin-left: -11px;
}

.social-links .link.pinterest {
    background: #c8232c;
}

.social-links .link.pinterest span:before {
    width: 20px;
    height: 24px;
    background-image: url(/images/icons/pinterest.svg);
    margin-top: -12px;
    margin-left: -10px;
}

.social-links .link.twitter {
    background: #fff;
}

.social-links .link.twitter span:before {
    width: 26px;
    height: 20px;
    background-image: url(/images/icons/twitterlogo.png);
    margin-top: -10px;
    margin-left: -13px;
}

.social-links .link.youtube {
    background: #ff000e;
}

.social-links .link.youtube span:before {
    width: 23px;
    height: 16px;
    background-image: url(/images/icons/youtube-logo.svg);
    margin-top: -8px;
    margin-left: -12px;
}


.social-links .link.whatsapp {
    background: #25D366;
}

.social-links .link.whatsapp span:before {
    width: 23px;
    height: 16px;
    background-image: url(/images/icons/whatsappicon.png);
    margin-top: -8px;
    margin-left: -12px;
}

/*----------------------------------------------------------------------------------
12. Media queries
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1400px) {

    .footer_top .right .contacts_info .tel a,
    .footer_top .right .contacts_info .email a,
    .footer_top .right .contacts_info .email a {
        font-size: 19px;
    }

    .footer_top .right .contacts_info p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .footer_top .left {
        width: 100%;
    }

    .footer_top .right {
        width: 100%;
        margin-top: 30px;
    }

    .footer_top .right .contacts_info .tel {
        max-width: 300px;
    }

    .footer_bottom .right {
        clear: both;
        float: left;
        width: 100%;
        margin-top: 14px;
    }

    .footer_bottom {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1001px) {
    .footer_top .col ul {
        display: block !important;
    }
}

@media screen and (max-width: 1000px) {
    .footer_top .col {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        padding-right: 0;
    }

    .footer_top .col ul {
        display: none;
        padding-bottom: 16px;
    }

    .footer_top .left ._title {
        margin-bottom: 0;
        padding: 20px 0;
        font-size: 28px;
        position: relative;
    }

    .footer_top .left ._title.active:before {
        background: #fff;
        transition: all 0.2s linear;
    }

    .footer_top .left ._title.active:after {
        background-image: url(/images/icons/minus-2.svg);
    }

    .footer_top .left ._title:before {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.44);
        border-radius: 50%;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -22px;
        transition: all 0.2s linear;
    }

    .footer_top .left ._title:after {
        width: 12px;
        height: 12px;
        background: url(/images/icons/plus-2.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -6px;
        right: 16px;
    }

    .footer_top .right {
        margin-top: 0;
    }

    .footer_top .right ._title {
        padding-top: 20px;
        margin-bottom: 23px;
    }

    .footer {
        padding: 30px 0;
    }
}

@media screen and (max-width: 640px) {
    .footer_top .left ._title {
        font-size: 24px;
    }

    .footer_top .right .contacts_info .tel {
        width: 100%;
        padding-right: 0;
    }

    .footer_top .right .contacts_info .email {
        width: 100%;
        margin-top: 17px;
    }

    /* .footer_bottom {
    text-align: center;
  } */
    .footer_bottom .left {
        width: 100%;
        margin-top: 20px;
    }

    .destinations .title_wrap {
        margin-bottom: 50px;
    }

    .destinations .title_wrap .controls {
        display: block;
        width: 100%;
        bottom: -45px;
        left: 25%;
    }

    .destinations .title_wrap {
        padding-right: 0;
    }

    .destinations .controls {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .destinations .section_content .scroll .destinations_item {
        width: 100%;
        /* margin-right: 13px; */
        margin-bottom: 13px;
    }

    .story_item {
        margin-right: 13px;
    }

    .social-links .link {
        margin-right: 15px;
    }

    .footer_top .right .address {
        font-size: 17px;
    }
}

@media screen and (max-width: 358px) {
    .pagination ul li a {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .pagination .arrow {
        width: 44px;
        height: 44px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .shadow {
        display: none !important;
    }

    .tour_item3:hover,
    .tour_item:hover,
    .destinations_item:hover,
    .story_item:hover {
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    }
}


/* story full width  */


#stories-full-width .page_head {
    padding-bottom: 4rem;
}

#stories-full-width.stories-list-page .page_body .stories_list .story_item {
    margin-bottom: 35px;
}

#stories-full-width .story_item {
    width: 260px;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 35px;
    border-radius: 13px;
    display: block;
    float: left;
}

@media screen and (max-width: 1520px) {
    #stories-full-width.stories-list-page .page_body .stories_list .story_item {
        width: 250px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1400px) {
    #stories-full-width.stories-list-page .page_body .stories_list .story_item {
        width: 250px;
    }
}

@media screen and (max-width: 1300px) {
    #stories-full-width.stories-list-page .page_body .stories_list .story_item {
        width: 270px;
        margin-right: 33px;
    }
}

@media screen and (max-width: 1200px) {
    #stories-full-width.stories-list-page .page_body .stories_list .story_item {
        width: 222px;
        height: 364px;
        margin-right: 17px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 1000px) {
    #stories-full-width.stories-list-page .page_body .stories_list .story_item {
        margin-right: 3%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 768px) {
    #stories-full-width .story_item {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }

    #stories-full-width .page_head {
        padding-bottom: 2rem;
    }
}