/* INFO-COVER */

.homepage-cover{
    background: url('https://nordx-adventures.com/wp-content/uploads/2024/04/frozen-forest-2-e1732272512475.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.day-tours-cover{
    background: url('https://nordx-adventures.com/wp-content/uploads/2026/04/DSC00252_01.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-cover{
    background: url('https://nordx-adventures.com/wp-content/uploads/2024/04/ethos-img.jpg');
    background-position: 0% 60%;
    background-size: cover;
    background-repeat: no-repeat;
}


@media all and (max-width: 1200px){
    
.homepage-cover{
    background-position: 50% 60%;
}

.day-tours-cover{
    background-position: 50% 60%;
}

}

@media all and (max-width: 767px){
    
.homepage-cover{
    background-position: 50% 60%;
}

.day-tours-cover{
    background-position: 65% 60%;
}

.about-cover{
    background-position: 65% 60%;
}

}



.info-cover{
    height: 90vh;
    font-family: 'Montserrat';
    line-height: 20px;
}

.cover-overlay{
    background: rgba(0,0,0,0);
    height: 90vh;
    transition: background 0.3s ease;
}

.info-cover-wrap{
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}

.info-cover-title{
    width: 100%;
    text-align: center;
}


.info-cover h2{
    color: #fff;
    -webkit-text-stroke-width: 1px;
    font-weight: 800;
    padding-top: 25vh;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 35px;
    font-family: 'Montserrat';
}

.info-cover p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 40px;
}




/* FADE OUT DIV */

.fadeOutDiv{
	  border: 1px #d8d8d8;
  font: 2em/1.6em Arial;
  position: relative;
}

.fadeOutDiv:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 4em;
}



@media all and (max-width: 767px){
    

.info-cover{
    height: 80vh;
}



.info-cover-title{
    width: 90%;
    margin: 0 auto;
}

.info-cover h2{
    padding-top: 20vh;
    font-size: 25px;
}

.info-cover p{
    display: none;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

}





/* TOUR CARDS */


.ski-exp-title {
    margin-bottom: 30px;
}

.ski-exp-title h2 {
    color: var(--main-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--montserrat);
    font-size: 25px;
    text-align: center;
}

.ski-exp-title p {
    color: var(--main-color);
    font-size: var(--p-size);
    line-height: var(--line-height-p);
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    font-family: var(--montserrat);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* GRID */

.adventures-wrap {
    margin-top: 50px !important;
    display: flex;
    align-items: stretch;
}

.trip-wrap {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 320px;
    text-decoration: none !important;
    color: inherit !important;
}

.trip-wrap:hover {
    border-radius: 10px;
    cursor: pointer;
}

/* IMAGE */

.trip-wrap img {
  transition: transform 0.5s ease;
}

.trip-wrap:hover img {
  transform: scale(1.1);
}

.trip-galleryz {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 135px,
                rgba(0, 0, 0, 0.12) 0px -12px 30px,
                rgba(0, 0, 0, 0.12) 0px 4px 6px,
                rgba(0, 0, 0, 0.17) 0px 12px 13px,
                rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.trip-galleryz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ALIGNEMENTS SPÉCIFIQUES */

.card-align-left { margin-right: auto; }
.card-align-center { margin: 0 auto; }
.card-align-right { margin-left: auto; }

#snowshoe-summit img { object-position: 0% 15%; }
#skitour img { object-position: 50% 0%; }
#auroraski img { object-position: 85% 0%; }

/* CONTENT */

.trip-info-sum {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.trip-info-sum h2 {
    font-family: 'Montserrat';
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.trip-info-sum p {
    color: var(--main-color);
    line-height: 20px;
    font-size: var(--p-size);
    font-family: var(--montserrat);
    font-weight: 400;
    margin-bottom: 5px;
}

.trip-info-sum i {
    color: var(--main-color);
    
    margin-top: 2.5px;
}

/* REVIEWS */

.reviews-stars {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.reviews-score { margin-right: 5px; }
.reviews-count { margin-left: 5px; }

/* INFOS */

.trip-bottom {
    margin-top: auto !important;
    text-align: center;
}

.product-sub {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.sub-line-one {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub-line-one i {
    font-size: 5px;
    padding-top: 5px;
    width: 5%;
}

.items-wrap {
    display: flex;
    width: 40%;
}

.items-wrap-left{
    justify-content: right;
    margin-right: 10px;
}

.items-wrap-right{
    justify-content: left;
    margin-left: 10px;
}



/* PRICE */

.price-sub {
    text-align: center;
    margin-bottom: 10px !important;
    font-size: var(--p-size);
    font-family: var(--montserrat);
    font-weight: 600 !important;
}

/* BUTTON */

.btn-product-responsive {
    display: flex;
    justify-content: center;
}

.btn-design-5 {
    width: 250px;
    color: #fff;
    background: var(--second-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
    font-family: var(--montserrat);
}

.btn-design-5:hover,
.btn-design-5:focus {
    background: var(--main-color);
}

/* RESPONSIVE */

@media all and (max-width: 1200px) {
    .adventures-wrap {
        overflow-x: scroll;
        width: 100vw;
        padding: 30px;
        margin-top: 20px !important;
    }

    .card-align-center,
    .card-align-right {
        margin-left: 40px;
    }
}

@media all and (max-width: 767px) {

    .ski-exp-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ski-exp-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .ski-exp-title p {
        width: 100%;
        line-height: 20px;
    }
    
    .trip-wrap{
        flex: 0 0 270px;
    }

    .trip-info-sum {
        width: 250px;
        margin: 0;
    }

    .adventures-wrap {
        overflow-x: scroll;
        width: 100vw;
        padding: 30px 35px;
        margin-top: -20px;
    }

    .trip-galleryz {
        width: 250px;
        height: 250px;
        margin: 0;
    }

    .card-align-center,
    .card-align-right {
        margin-left: 20px;
    }
}





/* KEY POINTS */

.key-points{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
}

.key-points-div{
    margin: 20px 30px 20px 30px;
    
    border-radius: 50%;
    width: 200px;
    
}

.key-points-div h6{
    font-family: var(--montserrat);
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.key-points-div i{
    color: var(--main-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.fa-circle{
    color: var(--second-color);
    font-size: 7px;
    padding-top: 70px;
}



.key-points-mobile{
    display: none;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.key-points-div-mobile{
    margin: 0px 30px 0px 30px;
}

.key-points-div-mobile h6{
    font-family: var(--montserrat);
    color: var(--main-color);
    font-size: var(--p-size);
    margin-top: 0px;
}

.key-points-div-mobile i{
    color: var(--main-color);
    font-size: 22px;
}

.key-points-div p{
    font-family: var(--montserrat);
    color: var(--main-color);
    font-size: var(--p-size);
    line-height: var(--line-height-p);
    margin-top: 10px;
}

.key-points-responsive{
    display: flex;
    justify-content: center;
}



@media all and (max-width: 767px){    
    
.key-points{
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 20px;
}

.key-points-div{
    margin: 10px;
    flex: 0 0 200px; /* 👈 LE FIX IMPORTANT */
    width: 150px;
}

}



/* INFO NUMBER */

.number-section{
    font-family: 'Montserrat';
    display: flex;
    margin-top: 10px;
    margin-bottom: 50px;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}



.number-count-wrap{
    display: flex;
}

.number-count{
    margin-right: 50px;
}

.number-count p{
    margin-bottom: 10px;
    color: var(--main-color);
   
}

.number-fat{
    font-weight: 800;
    font-size: 25px;
   
}

.number-description{
    font-size: var(--p-size);
}



@media all and (max-width: 1200px){
    

.number-section{
    width: 90%;
    margin: 0px auto 40px auto;
    
}


}



@media all and (max-width: 767px){
    

.number-count-wrap{
    display: block;
}

.number-count{
    margin-bottom: 40px;
    margin-right: 0;
}


    
}


