/*slick slider*/
.slick-slide {
    height: auto;
}

/************************ Responsive *************************/




@media screen and (max-width: 1399px) {



/**** 1399 end ****/ }





@media screen and (max-width: 1199px) {


/**** 1199 end ****/ }



@media screen and (max-width: 991px) {
#nav-icon {
    display: none;
}
.experience-item {
    flex-direction: column;
    gap: 40px;
}
.experience-slider-nav .slick-prev {
    left: 0;
}
.experience-slider-nav .slick-next {
    right: 0;
}

/**** 991 end ****/ }




@media screen and (max-width: 767px) {

.custom-experience-slider-nav {
    top: -50px;
}
.custom-outing-slider-nav {
    bottom: -50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.section-text {
    font-size: 20px;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.footer_holder {
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.footer_social {
    justify-content: center;
}
.footer_content,
.footer_copy {
    text-align: center;
}
footer {
    padding: 60px 0;
}
.form_envelope {
    padding: 80px 20px;
}
.social {
    display: none;
}
.form_envelope h2 {
    font-size: 26px;
}
.home-experiences-carousel .experience-content h3 {
    font-size: 40px;
}
.home-keyart {
    height: 600px;
}
.home-discover-carousel .sup-title {
    font-size: 30px;
}
section.home-experiences-carousel {
    padding-bottom: 60px;
}
/**** 767 end ****/ }


@media screen and (max-width: 599px) {

/**** 599 end ****/ }