@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

.dest-country-hero {
    height: 70vh;
}

.dest-country-hero .slider-items {
    height: 70vh;
}

.dest-country-hero .sigle-item {
    top: 65%;
    left: 0px;
}

.dest-country-hero .sigle-item h2 {
    margin: auto;
    width: 75%;
    background: rgba(0, 0, 0, 0.5);
    height: 70px;
    text-align: center;
}

.dest-country-hero .active-slider .owl-prev,
.dest-country-hero .active-slider .owl-next {
    display: block;
}

.dest-country-content {
    width: 75%;
    margin: 40px auto auto;
}

.cust_para_suggested_tour {
    max-height: 210px;
    overflow: hidden;
}

.cust_para_suggested_tour a {
    background: unset !important;
    border: none !important;
    font-size: unset !important;
    font-family: unset !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;

}

.dest-country-option-tab {
    border-bottom: 1px solid var(--main-bg-color);
    width: 90%;
    margin-bottom: 40px;
}

.dest-country-content nav {
    width: 95%;
}

.resort-chart-new {
    width: 100%;
    text-align: center;
}

.resort-chart-new tr {
    display: flex;
    gap: 25px;
}

.scroll-x {
    overflow-x: auto;
    width: 100%;
}

.dest-best-days {
    margin-top: 40px;
}

.dest-country-option-tab button {
    width: 20%;
    height: 50px;
    border: 1px solid silver;
    border-radius: 0px;
    font-size: 22px;
    padding: 8px 13px;
    font-weight: 300;
    background: rgb(239, 239, 239);
    color: rgb(173, 173, 173);
}

.dest-country-option-tab button:hover {
    background: var(--main-bg-color);
    color: rgb(255, 255, 255);
}

.dest-country-option-tab button.active {
    background: var(--main-bg-color) !important;
    color: rgb(255, 255, 255) !important;
}

.dest-about {
    padding: 15px 0px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.dest-about h3 {
    font-size: 36px;
}

.dest-about-flex {
    gap: 20px;
    width: 90%;
    align-items: baseline;
    margin-top: 10px;
}

.hote_itinarary_highlightparent .dest-about-flex {
    gap: 20px;
    width: 100%;
    align-items: baseline;
    margin-top: 10px;
}

.dest-about-flex>div {
    width: 310px;
    /* align-items: flex-start; */
    /* align-items: center; */
}

.dest-offer-box p {
    color: #fff;
}

.dest-about-flex p {
    padding-left: 5px;
    padding-top: 4px;
    margin-bottom: 5px;
    background-position-y: -3px;
    min-height: 50px;
    align-items: center;
    display: flex;
}

.dest-offer-flex {
    gap: 10px;
    margin-top: 100px;
    margin-bottom: 10px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.view-more-view-less-btn {
    text-align: center;
}

.view-more-view-less-btn a {
    display: inline-block;
    color: #0c99a0;
    font-weight: 200;
    border-bottom: 1px solid #0c99a0;
    font-size: 20px;
    width: 120px;
}

.dest-offer-box {
    background: var(--main-bg-color);
    width: 100%;
    padding: 0 15px;
}

.dest-offer-heading h3 {
    font-size: 20px;
    margin: 0;
}

.dest-offer-middle p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
}

.dest-offer-bottom {
    font-size: 18px;
    padding: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.dest-offer-bottom a {
    color: #0c99a0;
    background: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
}

.dest-offer-middle span {
    display: inline-block;
    margin-bottom: 8px;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}

.dest-offer-heading {
    padding: 20px 15px;
    border-bottom: 1px solid #fff;
}

.best-months {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid silver;
    font-size: 20px;
    color: rgb(156, 156, 156);
}

.dest-months {
    width: 80%;
    margin-block: 60px 20px;
}

.best-month-indicator-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid silver;
}

.best-month-indicator {
    gap: 5px;
}

.best-month-indicator-box {
    width: 70%;
    font-weight: 600;
    margin-top: 20px;
}


.row_titles h3 {
    padding: 5px 10px;
}

.color-1 {
    background-color: var(--main-bg-color);
    color: rgb(255, 255, 255);
}

.color-2 {
    background-color: var(--month-light-color);
    color: rgb(255, 255, 255);
}
/* .only-img-gallery{
    height: 500px;
} */
/* .dest-gallery-images{
    height: 250px;  
} */
.dest-gallery-section .dest-gallery-images img{
    width: 100%;
    height: 265px;
    object-fit: cover;
}
#only-img-gallery img{
    height: 500px;
    object-fit: cover;
}
.dest-gallery-images svg {
    width: 20px;
    height: 20px;
}

.dest-gallery-section {
    margin-top: 40px;
}

.dest-gallery-images:hover .icon-dv {
    opacity: 0.7;
}

.dest-gallery-images svg {
    filter: brightness(0) invert(1);
}

.dest-gallery-content {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 3%;
    margin-block: 80px;
}

.gallery-skills {
    border: 2px solid var(--main-bg-color);
    margin-bottom: 15px;
    border-radius: 4px;
    height: 35px;
    padding: 5px 5px 5px 0px;
}

.dest-gallery-content-skill-lvl {
    border-left: 1px solid silver;
    padding-left: 25px;
    height: auto;
}

.dest-gallery-content-para {
    word-break: break-word;
}
.dest-gallery-content-para div br {
    display: none !important;
}
.dest-gallery-content-para div {
    margin-bottom: 16px !important;
}

.dest-gallery-content-para h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.dest-gallery-content-para ul{
    padding-left:16px ;
}

.dest-gallery-content-para ul li{
    list-style-type: disc;
}

.dest-gallery-content-para h3:not(:first-child) {
    margin-top: 20px;
}

.dest-gallery-content-para p {
    margin-bottom: 20px;
}

#lightgallery {
    margin-top: 100px;
}

#lightgallery img {
    width: 100%;
}

.dest-gallery-content-para a {
    border-bottom: 1px solid var(--main-bg-color);
    padding: 6px 0px;
    margin-top: 10px;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    color: var(--main-bg-color);
}

.gallery-skills p {
    padding: 1px 10px 1px 5px;
    border-radius: 3px;
    background: rgb(211, 211, 211);
    font-weight: 500;
    color: rgb(0, 0, 0);
    width: 80%;
    height: 30px;
    transition: width 1s ease-in-out 0s;
}

.speak-to-expert-section {
    position: relative;
    padding-block: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.speak-to-expert-section::before {
    content: "";
    position: absolute;
    background: var(--main-bg-color);
    width: 100vw;
    height: 100%;
    left: -208px;
    right: 0px;
    z-index: -1;
}

.speak-to-expert-number img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.speak-to-expert-number a {
    font-size: 30px;
}

.speak-to-expert-number p {
    letter-spacing: 0.9px;
    font-size: 20px;
}

.speak-top-expert-section-content h3 {
    letter-spacing: 1px;
    font-style: italic;
    font-size: 2.5rem;
    width: 75%;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.speak-top-expert-section-content p {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    word-spacing: 3px;
}

.speak-top-expert-section-call-box>div {
    background-color: rgb(64, 64, 64);
    padding: 10px 3rem;
    height: 100px;
    gap: 25px;
    margin-bottom: 2rem;
}

.speak-to-expert-contact-us p {
    font-size: 30px;
    word-spacing: 3px;
    margin: 0px;
    line-height: 1;
}

.speak-top-expert-section-call-box {
    margin-left: 6rem;
}

.dest-gallery-content-skill-lvl h3 {
    font-size: 20px;
}

.speak-to-expert-contact-us a {
    font-size: 30px;
    word-spacing: 3px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.resort-content .list-item {
    width: 100%;
}

.resort-content .list-item-see-more a {
    font-style: normal;
    font-size: 30px;
    border-bottom: 1px solid var(--main-bg-color);
    background: transparent;
    padding: 0px;
    display: inline;
    color: var(--main-bg-color) !important;
    border: 0;
}

.resort-content .list-item-content-heading {
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#view_more {
    display: flex;
    justify-content: center;
    width: 15%;
    padding: 6px 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    color: var(--main-bg-color);
    transition: auto;
    margin: 20px auto 35px auto;
    background: no-repeat;
    border: none;
    border-bottom: 1px solid var(--main-bg-color);
}


.resort-content .list-item-content {
    overflow: visible;
}

.resort-content .recommendation-container a {
    padding: 6px 12px !important;
}

.resort-content .recommendation-container .no-padding {
    padding: 5px !important;
}

.resort-content .recommendation-container .recommendation-item-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(to top, #000000, #666666);
    opacity: 0.05;
    transition: 0.3s ease;
}
.resort-content .recommendation-container .list-item-img:hover .recommendation-item-overlay.isOffer{
    opacity: 0.5;
}

.resort-content .recommendation-container .hot-offer-icon{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.resort-content .recommendation-container .hot-offer-button-icon{
    position: absolute;
    background-color: white !important;
    color: black !important;
    border: none;
    display: flex;
    align-items: center;
    width: unset !important;
    height: unset !important;
    gap: 7px !important;
    border-radius: 2px !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    bottom: 20px !important;
    left: 20px !important;
    font-family: lato;
    opacity: 0;
    transition: 0.3s ease;
}
.resort-content .recommendation-container .list-item-img:hover .hot-offer-button-icon{
    opacity: 1;
}
.resort-content .recommendation-container .list-item-img:hover p.isOffer{
    transform: translateY(-60px);
}
.resort-content .recommendation-container .list-item-img.tour:hover p{
    transform: translateY(0px);
}
.resort-content .recommendation-container .hot-offer-button-icon img {
    height: 17px;
    width: 17px;
}
.resort-content .recommendation-container .list-item-img button:last-child{
    display: none !important;
}

.resort-content .list-item-middle {
    border-bottom: 1px solid rgb(231, 231, 231) !important;
    padding-bottom: 10px;
    padding-top: 5px;
}

.grey_tag {
    background: transparent;
    border: 1px solid rgb(153, 153, 153);
    margin-right: 1px;
    line-height: 1;
    color: rgb(89, 89, 89) !important;
    padding: 7px 5px !important;
    font-size: 14px !important;
}

.grey_tag:hover {
    background: transparent !important;
}

.list-item-img p {
    font-style: italic;
    font-size: 18px;
    background: #464444;
    left: 20px;
    bottom: 20px;
    text-align: end;
    width: auto;
    padding: 10px;
    font-weight: 500;
    margin: unset !important;
    transition: 0.3s ease;
}

.dest-about-img-flex img {
    margin-top: 5px;
    width: 40px;
    height: 40px;
}

.list-item-img span {
    font-style: italic;
    font-size: 20px;
    background: #000;
    top: 0;
    right: 0;
    padding: 5px 10px;


}


.list-item-img .offer {
    font-style: italic !important;
    font-size: 20px !important;
    background: #ff291e !important;
    top: 0 !important;
    left: 0 !important;
    padding: 5px 10px !important;
    position: absolute !important;
    color: #fff !important;
    right: unset !important;
    font-weight: 400 !important;
}

.dest-show-more-btn {
    text-transform: capitalize;
    background: var(--main-bg-color);
    right: -10px;
    bottom: -10px;
    font-size: 18px !important;
    padding: 6px 12px !important;
}

#recommendation-tabContent {
    margin-bottom: 80px;
}


#recommendation-tabContent .resort-content .list-item-middle {
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-bottom: 10px;
    padding-top: 5px;
    align-items: center;
}

.recommendation-container nav {
    margin: 30px 0px;
    width: 100%;
    border-bottom: 1px solid var(--main-bg-color);
}

.recommendation-container button {
    width: 300px;
    font-size: 22px;
    line-height: 1;
    padding: 8px 0px;
    text-wrap: balance;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommendation-container button:hover {
    background: rgb(239, 239, 239);
    color: rgb(173, 173, 173);
}

.recommendation-container button:focus {
    background: var(--main-bg-color);
    color: rgb(255, 255, 255);
}

.recommendation-container .home-about-para-content,
.recommendation-container .list-item {
    margin: 0px;
}

.hotel-content-hotel-box .list-item {
    width: 100%;
    margin: 40px auto;
}

.hotel-content-hotel-box h4 {
    font-size: 24px;
    color: #333;
}

.about-hotel-content p {
    margin-bottom: 10px;
}

.list-item-star img {
    width: 25px;
    height: 25px;
}

.list-item-star span {
    font-size: 10px;
}

.list-item-star {
    align-items: baseline;
}

.hotel-content .list-item-content-heading h4 {
    color: var(--main-bg-color);
}

.hotel-content .grey_tag {
    background: var(--main-bg-color);
    color: #fff !important;
    border: 0;
}

.hotel-content .list-item-content {
    width: 90%;
    margin: 20px 0 0 20px;
}

.hotel-content {
    width: 75%;
    margin: 40px auto 80px;
}

.hotel-content .list-item-img {
    width: 65%;
}

.hotel-content .dest-offer-flex {
    flex-wrap: wrap;
    margin: -30px auto 40px;
}

.hotel-content .dest-offer-container a {
    width: 100px;
    display: block;
    margin: auto;
    font-family: Lora, "Open Sans" !important;
    color: var(--main-bg-color);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid var(--main-bg-color);
}

.hotel-content .dest-offer-container a:hover {
    color: #000;
}

/* .hotel-content .dest-about {
    margin-top: 50px;
} */


.hotel-content .dest-offer-box {
    width: 49%;
}

.resort-content .dest-offer-box {
    width: 100% !important;
}

.hotel-content .list-item-middle img {
    width: 20px;
    height: 20px;
}

.hotel-content .dest-show-more-btn {
    right: 0;
    bottom: 15px;
    padding: 5px !important;
}

.center-content {
    margin-top: 40px;
}

.center-content h3 {
    font-size: 20px;
}

.center-content .hotel-content-hotel-box .list-item {
    margin: 30px auto 40px;
}

.map-content {
    width: 75%;
    margin: 60px auto 80px;
}

.map-content h3 {
    font-size: 20px;
}

.map-content img {
    width: 100%;
}

.map-content-padding {
    margin-block: 30px;
}

.recommendation-container {
    width: 100%;
    border-bottom: none;
}


.dest-country-option-tab a {
    width: 100%;
    background: #efefef;
    /* color: #ADADAD; */
    color: #898989;
    font-size: 22px;
    padding: 8px 13px;
    border: 1px solid silver;
    transition: all 0.5s ease;
}

.dest-country-option-tab a:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}

.recommendation-container a {
    width: auto;
    background: var(--main-bg-color);
}

.recommendation-container a:hover {
    background: var(--light-bg-color);
}

.recommendation-container .grey_tag {
    width: auto;
    background: #fff;
}

.recommendation-container .list-item-see-more {
    border-bottom: 1px solid var(--main-bg-color);
    display: inline-block;
}

.recommendation-container .list-item-see-more:hover a {
    background-color: transparent !important;
}

.resort-content {
    margin-top: 40px;
}

.about-hotel-content h3 {
    font-size: 20px;
}

.no_data {
    width: 100%;
    height: 15px;
}

.color-1 {
    background-color: var(--main-bg-color);
    color: rgb(255, 255, 255);
}

.color-2 {
    background-color: var(--month-light-color);
    color: rgb(255, 255, 255);
}

.gallery-skills p {
    padding: 1px 10px 1px 5px;
    border-radius: 3px;
    background: rgb(211, 211, 211);
    font-weight: 500;
    color: rgb(0, 0, 0);
    width: 80%;
    height: 30px;
    transition: width 1s ease-in-out 0s;
}

.open-lightgallery img {
    width: 100%;
}

.icon-dv {
    top: 0;
    height: 100%;
    width: 100%;
    gap: 5px;
    /* opacity: 0; */
    transition: .5s ease;
    /* background-color: #333; */
}

.icon-dv span {
    font-size: 20px;
}


.resort-content .list-item {
    width: 100%;
}

.about-hotel-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.center-content {
    margin-top: 40px;
}

.bg_light_dark {
    background-color: var(--main-bg-color);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lora';
    border: 1px solid #9c9c9c;
}

.bg_dark {
    background-color: var(--main-bg-color);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lora';
    border: 1px solid #9c9c9c;
}

.read-more-show {
    cursor: pointer;
    color: #ed8323;
}

.read-more-hide {
    cursor: pointer;
    color: #ed8323;
}

.hide_content {
    display: none;
}

.dest-gallery-content-skill-lvl .wrapper_skill {
    margin: 0 auto;
    width: 90%;
    margin-top: 15px;
    z-index: -1;
}

.percentagepos {
    position: relative;
    margin-bottom: 1rem;
}

.dest-gallery-content-skill-lvl .PKS {
    border: 2px solid #1cabb0;
}

.dest-gallery-content-skill-lvl .bar {
    position: relative;
    width: 100%;
    height: 34px;
    background: #fff;
    border: 2px solid var(--main-bg-color);
    border-radius: 5px;
}

.dest-gallery-content-skill-lvl .bar .bar-info {
    padding: 0px 10px;
    border-radius: 3px;
    background: #d3d3d3;
    font-weight: 500;
    color: #000;
    width: 10%;
    position: relative;
    height: 30px;
    transition: width 1s ease-in-out;
    border: 0px solid #858585;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.percentleft {
    position: absolute;
    z-index: 9999;
    left: 7px;
    top: 3px;
    font-weight: 500;
    color: #000;
}

.percent {
    position: absolute;
    z-index: 9999;
    right: 7px;
    top: 5px;
}

.moretext {
    display: none;
}

.dest-gallery-content-para .lesstext {
    /* height: 200px;
    overflow: hidden; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

/* /// Sport center details page style */
.collapse_inner {
    border: 1px solid #d4d3d3;
    margin-bottom: 10px;
    margin-top: 5px;
}

.collapse_inner .boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 24px 13px;
}

.collapse_inner .boxes .left_boxes {
    display: flex;
    align-items: center;
    width: 50%;
}

.collapse_inner .boxes .left_boxes .boxes__InnersImg {
    width: 26px;
    vertical-align: middle;
    margin-right: 25px;
}

.collapse_inner .boxes .left_boxes .boxes__InnersImg img {
    width: 100%;
}

.collapse_inner .boxes .left_boxes .title__Inners {
    padding-left: 30px;
}

.collapse_inner .boxes .left_boxes .title__Inners h5 {
    color: #1cabb0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0px;
}

.collapse_inner .boxes .left_boxes .title__Inners span {
    font-size: 15px;
}

.collapse_inner .boxes .mid__Boxes {
    display: flex;
    align-items: center;
    width: 27%;
}

.collapse_inner .boxes .mid__Boxes .add_removeBoxes {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.collapse_inner .boxes .mid__Boxes .add_removeBoxes .btns_in {
    border: 1px solid #c4c0c0;
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 24px;
    color: #6f6d6d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse_inner .boxes .mid__Boxes .add_removeBoxes .qunatity__Values {
    border: unset;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    width: 50px;
    margin: 0 -25px 0 10px;
}

.collapse_inner .boxes .right__Boxes {
    width: 10%;
}

.collapse_inner .boxes .right__Boxes .price__boxes {
    font-size: 18px !important;
    padding-right: 10px;
    font-weight: 700 !important;
}

.collapse_inner .note_section,
.collapse_inner .description_section{
    padding: 20px;
}
.collapse_inner .sports-slider{
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: -10px;
}
.collapse_inner .sports-slider .owl-item {
    height: 160px;
}

.collapse_inner .sports-slider .owl-item .item {
    height: 100%;
}

.collapse_inner .sports-slider .owl-item .item img {
    height: 100%;
    object-fit: cover;
}

.collapse_inner .sports-slider button.owl-next,
.collapse_inner .sports-slider button.owl-prev {
    background-color: white;
    font-size: 2rem !important;
    color: rgba(255, 255, 255, 0);
    opacity: 0.7;
    transition: 0.2s;
}

.collapse_inner .sports-slider button.owl-next {
    position: absolute;
    top: 35%;
    right: -15px;
    background: white !important;
    color: black !important;
}

.collapse_inner .sports-slider button.owl-prev {
    position: absolute;
    top: 35%;
    left: -15px;
    background: white !important;
    color: black !important;
}

.collapse_inner .sports-slider button.owl-next:hover,
.collapse_inner .sports-slider button.owl-prev:hover {
    opacity: 1;
    color: black;
}

.collapse_inner .note_section h5, .collapse_inner .description_section h5 {
    /* color: var(--main-bg-color); */
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 0px;
    font-weight: 700;
}

.collapse_inner .note_section p,
.collapse_inner .description_section p {
    /* color: #1cabb0; */
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 0px;
}

.submit-button {
    background: var(--main-bg-color) !important;
    color: #fff !important;
    border: 1px solid var(--main-bg-color) !important;
    padding: 6px 20px;
    margin: 2px 0px;
}

/* /// Sport center details page style */

.view-more-text {
    display: none;
}


.dest-country-content .tot-re-views {
    color: var(--dark-bg-color);
}


.spefification-info {
    background-color: #f9f9f9;
    border: 1px solid #999;
    padding: 10px 5px;
}

.mounain-box-heading {
    font-size: 20px;
}

.spefification-info h3.ski-area {
    font-size: 22px;
    color: var(--main-bg-color);
    margin: 0 0 10px 0;
}

.spefification-info h3.ski-area i {
    font-size: 14px;
    color: #808080;

    .spefification-info .other-info span i {
        font-size: 12px;
        color: #808080;
        padding-right: 15px;
        width: 100px;
        float: left;


    }
}

.spefification-info .mountain {
    width: 300px;
    height: 200px;
    background-image: url(/images/ski-mountain.png);
    position: relative;
    background-position: 0 -18px;
}

.spefification-info .mountain span.summit,
.spefification-info .mountain span.resort,
.spefification-info .mountain span.lift,
.spefification-info .mountain span.run {
    top: 5px;
    right: 0;
    left: auto;
}

.spefification-info .mountain span {
    position: absolute;
    left: 0;
    bottom: 2px;
    color: var(--main-bg-color);
    font-size: 16px;
}

.spefification-info .mountain span i {
    font-size: 12px;
    color: #808080;

    .spefification-info .other-info span i {
        font-size: 12px;
        color: #808080;
        padding-right: 15px;
        width: 100px;
        float: left;


    }
}

.spefification-info .mountain span.lift {
    top: 48px;
}

.spefification-info .mountain span.resort {
    top: auto;
}

.spefification-info h3.ski-area {
    font-size: 22px;
    color: var(--main-bg-color);
    margin: 0 0 10px 0;
}

.spefification-info p.lift-network {
    font-family: "open sans";
    font-weight: 600;

    .spefification-info .other-info span i {
        font-size: 12px;
        color: #808080;
        padding-right: 15px;
        width: 100px;
        float: left;


    }
}

.spefification-info .lifts.funiculars {
    background-position: -105px 4px;
}

.spefification-info .lifts {
    float: left;
    width: 40px;
    height: 70px;
    background: var(--main-bg-color) url(/images/ski-lift-strip.png) no-repeat;
    position: relative;
    margin-right: 25px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #c01f60;
}

.spefification-info .other-info span i {
    font-size: 12px;
    color: #808080;
    padding-right: 15px;
    width: 100px;
    float: left;


}

.spefification-info .lifts span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    background-color: #c01f60;
}

.spefification-info .lifts.cable-car {
    background-position: -145px 4px;
}

.spefification-info .lifts.gondolas {
    background-position: -69px 4px;
}

.spefification-info .lifts.chairlifts {
    background-position: -36px 4px;
}

.spefification-info .lifts.draglifts {
    background-position: -2px 4px;
    margin-right: 0px;
}

.spefification-info .other-info span {
    width: 50%;
    float: left;
    font-size: 16px;
    color: var(--main-bg-color);
    margin-top: 13px;
}

.spefification-info .mountain span.run {
    top: 120px;
}

.spefification-info .other-info span i {
    font-size: 12px;
    color: #808080;
    padding-right: 15px;
    width: 100px;
    float: left;
}

.mountain-info-box {
    width: 99vw;
    margin-left: -12.5vw;
    margin-bottom: 40px;
    overflow-x: hidden;
}

.dest-offer-box.view-less-text,
.dest-offer-box.view-more-text {
    min-height: 200px !important;
    height: 100%;

}

.offer_text:has(p) {
    /* border-bottom: 1px solid #fff; */
    padding:20px 15px;
}
.offer_text p:first-of-type {
    font-size: 20px;
    line-height: 24px;
}

.offer_text p:not(:first-of-type) {
    font-size: 18px;
    line-height: 22px;
    margin: 15px auto;
}

.remove_hove_seeoffer {
    color: var(--dark-bg-color) !important;
}

.remove_hove_seeoffer:hover {
    background-color: #fff !important;
    color: var(--dark-bg-color) !important;
}





.video-container iframe body {
    height: unset !important;
}

.sugg_more_button {
    right: 15px !important;
    bottom: 6px !important;
}

.sugg_text {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
}

#liveaboards_departures_search {
    color: #fff !important;
    margin: 18px 0 0 60px;
    height: 38px !important;
    font-size: 16px !important;
}


@media (min-width:1300px) and (max-width:1500px) {
    .speak-top-expert-section-call-box>div {
        padding: 10px 0.8rem;
    }
}

@media screen and (max-width: 1300px) {
    .speak-top-expert-section-call-box>div {
        padding: 10px 2rem;
    }

    .dest-country-content {
        width: 90%;
        margin: 40px auto auto;
    }

    .list-item-box {
        min-height: 355px;
    }

    .ht_facilities_img {
        width: 45%;
    }


    .hotel-content {
        width: 90%;
    }

    .map-content {
        width: 90%;
    }

    .dest-country-option-tab {
        width: auto;
    }

    .speak-to-expert-section::before {
        left: -5vw;
    }



}


@media(max-width:1220px) {
    .dest-gallery-section .dest-gallery-images img {
        height: 250px;
    }
}

 @media(max-width:1180px) {
    .dest-gallery-section .dest-gallery-images img {
        height: 235px;
    }
    #only-img-gallery img{
        height: 450px;
        object-fit: cover;
    }
}


@media(max-width:1090px) {
    .dest-gallery-section .dest-gallery-images img {
        height: 225px;
    }
}

@media screen and (max-width:1025px) { 
    
    .resort-content .recommendation-container .list-item-img p.isOffer {
        transform: translateY(-60px);
    }
    .resort-content .recommendation-container .list-item-img.tour p {
        transform: translateY(0px);
    }

    .resort-content .recommendation-container .hot-offer-button-icon {
        opacity: 1;
    }

    .resort-content .recommendation-container .recommendation-item-overlay.isOffer {
        opacity: 0.5;
    }
}

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

    .hero-area .owl-carousel .owl-item img {
        height: 45vh;
    }

    .dest-country-hero .sigle-item h2 {
        padding: 0px;
        width: 90%;
        height: 100px;
    }

    .spefification-info h3.ski-area i {
        margin-left: -5px;
    }

    .dest-country-hero .slider-items {
        height: 40vh;
    }

    .dest-country-hero .sigle-item {
        top: 30%;
    }

    .dest-offer-bottom a {
        font-size: 20px !important;
        width: 50% !important;
        text-align: center;
    }

    .speak-top-expert-section-content h3 {
        width: 80%;
    }

    .hotel-content .list-item-img {
        width: 100%;
    }

    .hotel-content .dest-offer-box {
        width: 49%;
    }

    .dest-country-hero {
        height: 40vh;
    }

    .dest-country-option-tab button {
        height: 35px;
        font-size: 18px;
        padding: 0;
    }

    .mountain-info-box {
        width: 99vw;
        margin-left: -4.5vw;
        margin-bottom: 40px;
    }

    .dest-months {
        width: 100%;
        gap: 10px;
    }

    .best-month-indicator-box {
        width: 100%;
    }

    .speak-to-expert-section::before {
        left: -50px;
    }

    .speak-top-expert-section-call-box {
        margin: 10px 10px 10px 0;
    }

    .speak-top-expert-section-call-box>div {
        padding: 10px 1rem;
        width: 100%;
        height: 100px;
        align-items: center;
        gap: 20px;
        padding-left: 50px;
        margin: 20px 10px 0px 0px;
    }

    .speak-to-expert-number img {
        width: 65px;
        height: 65px;
    }

    .speak-to-expert-number p {
        font-size: 14px;
        -webkit-text-size-adjust: 100%
    }

    .speak-to-expert-number a {
        font-size: 24px;
    }

    .speak-to-expert-contact-us a,
    .speak-to-expert-contact-us p {
        font-size: 25px;
    }

    #hotel-recom .home-about-para-content p,
    #tour-sugg .home-about-para-content p {
        width: auto;
        font-size: 13px !important;
        /* text-align: justify; */
    }

    #recommendation-tabContent .list-item-box {
        margin: 30px 0;
    }

    #recommendation-tabContent .list-item-see-more {
        margin-top: 20px;
    }

    .grey_tag {
        font-size: 11px !important;
    }

    .recommendation-container button {
        height: 50px;
        width: 250px;
    }

    .hotel-content .list-item-box {
        margin: 20px 0;
    }

    .hotel-content .list-item-content {
        padding-bottom: 35px;
    }

    .hotel-content .dest-show-more-btn {
        right: 0px;
        bottom: 20px;
        font-size: 18px !important;
    }

    .hotel-content-hotel-box .dest-show-more-btn {
        right: -5px;
        bottom: 0;
    }

    .resort-content .home-about-para-content p {
        width: auto;
        text-align: left;
    }

    .resort-content .home-about-para-content h4,
    h3 {
        text-align: left;
    }

    .hero-area .owl-carousel .owl-item img {
        height: 45vh;
    }

    #only-img-gallery img{
        height: 420px;
        object-fit: cover;
    }
}


@media(max-width: 991px) {
    .dest_vid_gallery_d_flex {
        gap: 20px;
    }

    .cust_para_suggested_tour {
        max-height: 165px;
        overflow: hidden;
    }

    .sugg_text.text__rgnn_p_hdl {
        overflow: unset !important;
    }
}

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

    .dest-offer-box.view-less-text,
    .dest-offer-box.view-more-text {
        height: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .dest-offer-bottom {
        gap: 10px;
    }

    .dest-offer-bottom a {
        width: 70% !important;
    }
}

@media screen and (max-width: 800px) {
    .speak-top-expert-section-call-box>div {
        padding: 10px 1rem;
        padding-left: 20px;
        margin: 20px 0px 0px 0px;
    }

    /* .only-img-gallery{
        height: 350px;
    } */

    .video-container iframe {
        margin: 0 !important;
    }

    .dest-offer-flex {
        grid-template-columns: 1fr !important;
    }

    #view_more {
        width: 40% !important;
        margin: 15px auto 15px auto !important;
    }

    #liveaboards_departures_search {
        margin: 10px 0 0 16px !important;
    }

    .dest-offer-box.view-less-text,
    .dest-offer-box.view-more-text {
        height: auto;
    }

    .dest-offer-bottom {
        gap: 20px;
    }

    .dest-offer-bottom a {
        font-size: 22px !important;
        width: auto !important;
    }
    #only-img-gallery img{
        height: 380px;
        object-fit: cover;
    }

}


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


    .sugg_text.text__rgnn_p_hdl {

        height: 260px !important;
        margin: 10px 20px;
    }

    .cust_para_suggested_tour {
        max-height: 130px;
        overflow: hidden;
    }

    /* .dest-gallery-images img {
        height: 100%;
    } */

    .dest_vid_gallery_d_flex {
        gap: 10px;
    }

    .dest-offer-box.view-less-text,
    .dest-offer-box.view-more-text {
        /* min-height: 280px; */
        min-height: unset;
    }

    .dest-gallery-images svg {
        fill: #fff;
    }

    .dest-country-hero .active-slider .owl-prev,
    .dest-country-hero .active-slider .owl-next {
        display: none;
    }

    .ht_facilities_img {
        width: auto;
        height: 260px;
    }

    .resort-content .list-item-middle {
        border-bottom: 0;
    }

    .collapse_inner .boxes {
        flex-direction: column;
        align-items: baseline;
    }

    .collapse_inner .boxes .left_boxes .title__Inners span {
        display: block;
        width: 300px;
    }

    .collapse_inner .boxes .mid__Boxes {
        width: 50%;
        margin: 15px auto;
    }

    .collapse_inner .boxes .right__Boxes .price__boxes span {
        width: 300px;
        margin-left: -15px;
    }

    .spefification-info .lifts {
        margin-block: 10px;
    }

    .hotel-content .dest-offer-box {
        width: auto;
    }

    .hotel-content .dest-offer-flex {
        margin-top: 0;
    }

    .list-item-box {
        height: auto;
    }

    .dest-gallery-images img {
        /* height: 400px; */
    }


    .grey_tag {
        margin-left: 2px;
        margin-bottom: 25px;
    }

    .recommendation-container,
    .dest-country-option-tab {
        width: auto;
        border: 0;
    }

    .dest-country-option-tab a {
        width: 100%;
        font-size: 12px;
    }

    .map-content {
        margin: 40px auto;
    }

    .hotel-item-list-small-boxes {
        flex-wrap: wrap;
        height: 70px;
    }

    .hotel-item-list-small-boxes a {
        font-size: 15px !important;
    }

    .recommendation-container a {
        width: 100px;
    }

    .recommendation-container button {
        width: 100%;
        font-size: 21px !important;
    }

    .dest-country-hero .sigle-item {
        top: 35%;
    }

    .dest-gallery-content {
        margin-block: 40px;
    }

    .dest-country-hero .sigle-item h2 {
        font-size: 25px !important;
        height: auto;
        width: 95%;
    }

    .dest-country-hero .slider-items {
        height: 36vh;
    }

    .dest-country-hero {
        height: 36vh;
    }

    .dest-about-flex {
        width: 100%;
        flex-direction: column;
        gap: 0px;
    }

    .dest-offer-heading {
        padding: 15px;
    }

    .dest-offer-bottom a {
        font-size: 12px;
    }


    .hotel-content {
        margin: 40px auto;
    }

    .dest-country-option-tab button {
        font-size: 25px;
        padding: 0;
        height: 45px;
    }

    .dest-offer-flex {
        flex-wrap: wrap;
    }

    .view-more-view-less-btn {
        width: 70px;
    }

    .view-more-view-less-btn a {
        font-size: 14px;
    }

    .best-month-indicator {
        gap: 10px;
    }

    .best-month-indicator-box {
        width: 100%;
        flex-direction: column;
        align-items: baseline !important;
    }

    .dest-offer-container {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    /*   .best-months {
        width: 45px;
        height: 45px;
    } */

    .resort-chart-new tr {
        gap: 4px !important;
    }

    .best-months {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    #lightgallery img {
        width: 100%;
        height: 400px;
    }

    .dest-gallery-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .speak-to-expert-section {
        display: flex;
        flex-direction: column;
    }

    .speak-to-expert-section::before {
        left: -22px;
        top: 0;
    }

    .recommendation-container button {
        width: 100%;
    }

    .dest-show-more-btn {
        font-size: 15px !important;
        right: 0px;
        bottom: -15px;
    }

    .speak-to-expert-section {
        padding-block: 25px;
    }

    .speak-top-expert-section-content h3 {
        width: 90%;
        font-size: 30px;
    }


    .speak-top-expert-section-call-box>div {
        height: 90px;
        text-align: center;
        padding-left: 35px;
        gap: 0;
    }

    .dest-gallery-content-para p {
        text-align: justify;
    }

    .dest-about-flex>div {
        width: 100%;
    }

    .hotel-type-facilities-boxes {
        margin-top: 30px !important;
    }

    .hotel-type-facilities-boxes a {
        margin-top: 0 !important;
    }


    .region-mobile-mb {
        margin-bottom: 25px;
    }

    .home-about-para-content a {
        margin-top: -20px !important;
    }

    .list-item-box-container {
        padding-bottom: 0;
    }

    #lightgallery img {
        width: 100%;
        height: 400px;
    }

    .recommendation-container button {
        width: 100%;
    }

    .resort-content .recommendation-container a {
        padding: 6px !important;
        text-align: center;
    }

    .center-content h3 {
        font-size: 18px;
    }

    .common_ski {
        padding: 0 15px;
    }

    .spefification-info .mountain {
        width: unset !important;
    }

    .dest-gallery-content-para .lesstext {
        /* height: 200px;
        overflow: hidden; */
        -webkit-box-orient: unset;
        display: unset;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16rem;
    }
    #only-img-gallery img{
        height: 330px;
        object-fit: cover;
    }
}


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

    #only-img-gallery img{
        height: 300px;
        object-fit: cover;
    }
}


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

    .best-months {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    #only-img-gallery img{
        height: 250px;
        object-fit: cover;
    }
}


@media screen and (max-width: 365px) {
    .speak-to-expert-number a {
        font-size: 22px;
    }

    .speak-to-expert-number p {
        font-size: 11px;
    }

    .speak-to-expert-section::before {
        left: -17px;
    }
}

@media(max-width: 2000px) {

    .dest_gallery__secc_vid .lig_you_gall .video-container {
        padding-bottom: 32.25%;
    }

    .dest_gallery__secc_vid .lig_you_gall .video-container iframe {
        height: 265px !important;
    }
}

/* .player .vp-video-wrapper video{
    width: 100%;
    height: unset!important;
} */


@media(max-width: 1800px) {

    .dest_gallery__secc_vid .lig_you_gall .video-container {
        padding-bottom: 36.25%;
    }
}

@media(max-width: 1680px) {
    .dest_gallery__secc_vid .lig_you_gall .video-container {

        padding-bottom: 38.25%;
    }

}


@media(max-width: 1570px) {
    .dest_gallery__secc_vid .lig_you_gall .video-container {

        padding-bottom: 41.25%;
    }

}

@media(max-width: 1500px) {
    .dest_gallery__secc_vid .lig_you_gall .video-container {
        padding-bottom: 46.25%;
    }

}

@media(max-width: 1280px) {
    .dest_gallery__secc_vid .lig_you_gall .video-container {
        padding-bottom: 41.25%;
    }

}