  

.info-cover{
    height: 90vh;
    background: url('https://nordx-adventures.com/wp-content/uploads/2024/04/frozen-forest-2-e1732272512475.jpg');
    background-size: cover;
    background-position: 0% 50%;
    font-family: 'Montserrat';
    line-height: 20px;
}

.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;
}

.info-cover-img{
    width: 0%;
}



.detail-cover-wrap{
    display: flex;
    max-width: 1140px;
    margin:0 auto;
    
}

.detail-cover-info{
    display: flex;
    bottom: 20vh;
    margin:0 auto;
}

#cover-info-two{
    margin-left: 30%;
}

.detail-cover-info p{
    margin-top: 31.5px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-left: 30px;
    margin-right: 30px;
}


.detail-cover-timeanddif{
    display: flex;
}

.detail-cover-timeanddif p{
    color: #374D89;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 600;
}

.detail-cover-timeanddif img{
    width: 30px;
    height: 30px;
}

#detail-cover-dif-img{
    margin-left: 20px;
}

/* 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: 1200px){
    
.info-cover{
    background-position: 50% 60%;
}

}




@media all and (max-width: 767px){
    

.info-cover{
    background-position: 50% 0%;
    height: 80vh;
}



.info-cover-img{
    display: none;
}

.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;
}

}
    
 


  

#snowshoe-summit-wrap{
    margin-left: auto;
}
    

#snowshoe-summit{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    
}

#snowshoe-summit img{
    object-position: 0% 15%;
}


#skitour-wrap{
    margin: 0 auto;
}

#skitour{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    
}

#skitour img{
    object-position: 50% 0%;
}



#auroraski-wrap{
    margin-right: auto;
}

#auroraski{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    background-position: 85% 0%;
}

#auroraski img{
    object-position: 85% 0%;
}




@media all and (max-width: 1200px){
    
#skitour-wrap{
    margin-left: 40px;
}



#auroraski-wrap{
    margin-left: 40px;
}
    
}


@media all and (max-width: 767px){
    
    
#skitour-wrap{
    margin-left: 20px;
}



#auroraski-wrap{
    margin-left: 20px;
}
    
}

    
 

  

.ski-exp-title{
    margin-bottom: 30px;
}

#multi-day-title{
    margin-top: 40px;
}

.ski-exp-title h2{
    color: var(--main-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
  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);
}   




.more-adv-mob{
    display: none;
}


.adventures-wrap {
    margin-top: 50px;
  display: flex;
  align-items: stretch; /* 🔹 aligne les .trip-wrap à la même hauteur */
 
}

.trip-wrap {
    width: 320px;
    padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  height: auto;
  text-decoration: none!important;
  color: inherit;
}

.trip-info-sum {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.trip-bottom {
  margin-top: auto!important;
  text-align: center;
}

.trip-wrap:hover{
    border-radius: 10px;
    cursor: pointer;
}

.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;
}

#hut-to-hut-wrap{
    margin-left: auto;
}
    


#hut-to-hut{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    
}

#hut-to-hut img{
    object-position: 30% 15%;
}


#namma-wrap{
    margin: 0 auto;
}

#namma{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    
}

#namma img{
    object-position: 20% 0%;
}



#yllas-wrap{
    margin-right: auto;
}

#yllas{
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    background-position: 85% 0%;
}

#yllas img{
    object-position: 60% 0%;
}

/*

.trip-overlay{
    background: rgba(0,0,0,0);
    height: 100%;
    padding: 30px;
    border-radius: 50%;
    transition: 0.5s;
}

.trip-overlay:hover{
    background: rgba(0,0,0,0.6);
}

*/


.trip-descriptionz{
    
    text-align: center;
}

.trip-info-sum h3{
    font-family: 'Montserrat';
    
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.customize-h2{
    font-size: var(--p-size);
    font-weight: normal;
}

.trip-info-details{
    display: flex;
    font-weight: 600;
    justify-content: 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);
    font-size: 15px;
    margin-top: 2.5px;
}

.trip-descriptionz h3{
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-link{
    text-decoration: none!important;
}

.trip-descriptionz p{
    color: #fff;
    line-height: 20px;
    font-size: var(--p-size);
}

.product-sub{
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center;
}

.product-sub p{
    
   
    
}

.items-wrap{
    display: flex;
    text-align: center;
    margin-right: 15px;
    margin-left: 25px;
}

.items-wrap p{
    margin-left: 10px;
    
}

.trip-time{
    display: flex;
    font-weight: 600;
    justify-content: center;
}

.trip-time i{
    margin-top: 2.5px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.gauge-homepage{
    margin-left: 10px;
    
}

.price-info{
    margin-top: 110px;
}


.trip-titlez{
    transition: 1s;
    margin-top: 30px;
}

.trip-descriptionz-frame{
    position: absolute;
    bottom: 20px;
    width: 290px;
    transition: 1s;
    
}


.trip-descriptionz-btn{
    position: absolute;
    bottom: 20px;
    width: 290px;
    transition: 1s;
}

.trip-descriptionz-text{
    display: none;
    bottom: 0px;
    transition: 1s;
    width: 60%;
    margin: 0 auto;
}

.btn-trip-design {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 700;
  transition: 0.3s;
  font-size: 17px;
}

.btn-trip-design:hover{
    border: 3px solid #fff;
    color: #374D89;
    background: #fff;
}

.btn-trip-design:focus{
    border: 3px solid #fff;
    color: #374D89;
    background: #fff;
}

.btn-tripz {
  bottom: 0px;
  margin-bottom: 20px;
  display: none;
}

.btn-design-5 {
    width: 250px;
    margin-top: 0px;
    color: #fff;
    background: var(--second-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
    font-family: var(--montserrat);
    margin-left: auto;
    margin-right: auto;
}

.btn-design-5:hover{
    width: 250px;
    color: #fff;
    background: var(--main-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
}


.btn-design-5:focus{
    width: 250px;
    color: #fff;
    background: var(--main-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
}

.price-sub{
    text-align: center;
    margin-bottom: 10px!important;
    font-size: var(--p-size);
    font-family: var(--montserrat);
    font-weight: 600!important;
}





.trip-nav-btn{
    font-family: var(--montserrat);
    display: flex;
    height: 50px;
    width: 90%;
    background: transparent;
    color: #374D89;
    padding-top: 17.5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    font-size: var(--p-size);
}


.trip-nav-btn:hover, .trip-nav-btn:focus{
    background: transparent;
    color: #7EC8BB;
}


.trip-nav-active{
    background: transparent!important;
    color: #7EC8BB!important;
}

.dates-overview{
    width: auto;
    margin: 40px auto 0 auto;
}

.dates-overview:hover, .dates-overview:focus{
    background: transparent;
    color: #7EC8BB;
}

.dates-overview i{
    margin-right: 10px;
}


/* RESPONSIVE */


@media all and (max-width: 1200px){
    
.more-adv{
    display: none;
}
.more-adv-mob{
    display: block;
}

.trip-nav-btn{
    display: block;
    height: 300px;
    width: 300px!important;
    width: 100%;
    padding-top: 0px;
    margin-left: 20px;
}

.trip-nav-btn i{
    font-size: 25px;
    margin-bottom: 10px;
}
  
.adventures-wrap{
    overflow-x: scroll;
    width: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: -20px;
}

.trip-galleryz {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px, rgba(0, 0, 0, 0.12) 0px 12px 50px, 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;
}

#namma-wrap{
    margin-left: 40px;
}



#yllas-wrap{
    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;
    margin-bottom: 10px;
    line-height: 24px;
}

.ski-exp-title p{
    line-height: 20px;
}
  
.more-adv{
    display: none;
}
.more-adv-mob{
    display: block;
}

.trip-nav-btn{
    display: block;
    height: 250px;
    width: 250px!important;
    width: 100%;
    padding-top: 0px;
    margin-left: 20px;
}

.trip-nav-btn i{
    font-size: 25px;
    margin-bottom: 10px;
}
  
.adventures-wrap{
    overflow-x: scroll;
    width: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: -20px;
}
    
.trip-galleryz {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px, rgba(0, 0, 0, 0.12) 0px 12px 50px, 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;
}

#namma-wrap{
    margin-left: 20px;
}



#yllas-wrap{
    margin-left: 20px;
}



.trip-galleryz p{
    font-size: 15px;
}


.trip-titlez{
    margin-top: 90px;
}

.trip-descriptionz-frame{
    width: 240px;
}

.trip-descriptionz-btn{
    width: 240px;
}




    
}
    
 



  
    
    
    .key-points{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.key-points-div{
    margin: 20px 30px 20px 30px;
    
    border-radius: 50%;
    width: 150px;
    
}

.key-points-div h6{
    font-family: var(--montserrat);
    color: var(--main-color);
    font-size: var(--p-size);
    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: 37px;
}



.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-responsive{
    display: flex;
    justify-content: center;
}



@media all and (max-width: 767px){    
    
.key-points{
    overflow-x: scroll;
    width: 100vw;
    justify-content: left;
}


    
}
    
 
  

.tailor-title{
    margin-top: 20px;
    margin-bottom: 0px;
}

.tailor-title h2{
    color: var(--main-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
  font-family: var(--montserrat);
  font-size: 25px;
  text-align: center;
}

.tailor-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);
}   






.product-gallery{
    font-family: 'Montserrat';
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.product-img{
    margin-right: 10px;
    }

.product-img img{
   min-width: 300px;
   width: 300px;
   height: 300px;
   object-fit: cover;
   object-position: 55% 70%;
   margin-right: 20px;
   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;
    border-radius: 50%;
    cursor: pointer;
}

.product-details{
    position: relative;
}

.product-gallery h2{
    font-weight: 700;

    margin-bottom: 20px;
    color: var(--main-color);
  font-family: 'Montserrat';
  font-size: 20px;
  cursor: default;
}





.product-miniature{
    display: flex;
    margin-bottom: 10px;
}

.product-miniature p{
    margin-right: 20px;
    font-weight: 600!important;
}


.product-details p{
    font-size: var(--p-size);
    line-height: var(--line-height-p);
    color: var(--main-color);
    text-align: justify!important;
    margin-bottom: 10px;
    font-weight: 400;
}

#hut-to-hut-wt .product-details-p{
    display: none;
}

.product-details i{
    font-size: 17px;
    line-height: 25px;
    color: #374D89;
    margin-right: 7px;
}


.trip-list{
    font-size: var(--p-size);
    color: var(--main-color);
    line-height: var(--line-height-p);
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}


/* BTN-7 */

.btn-design {
    width: 250px;
    margin-top: 20px;
    color: #fff;
    background: var(--second-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
}

.btn-design:hover{
    width: 250px;
    color: #fff;
    background: var(--second-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
}


.btn-design:focus{
    width: 250px;
    color: #fff;
    background: var(--second-color);
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
}

.btn-product-responsive{
    display: flex;
}


.product-miniature-responsive{
    display: none;
}

.price-responsive{
    margin-left: auto;
    display: flex;
   height: 46px;
   align-items: center;
   padding-top: 10px;
}


.homepage-hr{
    border-top: thin solid #374D89;
    margin-top: 20px!important;
    margin-bottom: 40px!important;
    width: 40%;
    margin-left: auto!important;
    margin-right: auto!important;
}




@media all and (max-width: 1200px){
    

    
.product-gallery{
    width: 90%;
    margin: 0px auto 40px auto;
    
}
    


.product-img{
    display: none;
}




}




@media all and (max-width: 767px){
    

.tailor-title h2{
line-height: 24px;
  font-size: 22px;
}

.product-miniature-responsive{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.product-miniature{
    justify-content: center;
}

.product-title{
    text-align: center;
}

.product-title p{
    text-align: center!important;
}

.price-responsive{
    display: none!important;
}

.btn-product-responsive{
    text-align: center;
}
.btn-design {
    margin-left: auto;
    margin-right: auto;
}



    
}

    
 

  

.thejournal-cover{
    height: 60vh;
    background: url('https://nordx-adventures.com/wp-content/uploads/2024/04/reindeer-white-out.jpg');
    background-size: cover;
    background-position: 0% 60%;
    font-family: 'Montserrat';
    line-height: 20px;
    margin-top: 40px;
}

.thejournal-cover-wrap{
    display: flex;
        max-width: 1140px;
    margin:0 auto;
}

.thejournal-cover-title{
    width: 50%;
}



.thejournal-cover h4{
    color: #374D89;
    font-weight: 700;
    padding-top: 20vh;
    font-family: 'Montserrat';
    font-size: 22px;
}

.thejournal-cover p{
    color: #374D89;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Montserrat';
}

.thejournal-cover-img{
    width: 50%;
    font-family: 'Montserrat';
}


.follow-icons{
    display: flex;
    justify-content: center;
}

.follow-icons img{
    width: 30px;
    margin-right: 10px;
}




/* FADE OUT FULL */

.fadeOutFull{
	  border: 1px #d8d8d8;
  font: 2em/1.6em Arial;
  position: relative;
}

.fadeOutFull:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 2em;
}

.fadeOutFull: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: 2em;
}

@media all and (max-width: 1200px){
    
    
.thejournal-cover-img{
    margin-left: 10%;
    
}
    
}
    
@media all and (max-width: 767px){
    
    
.thejournal-cover{
    margin-top: 10px;
    
}

.thejournal-cover-title{
    display: none;
    
}

.the-journal-responsive{
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.thejournal-cover-img{
    width: 100%;
    margin-left: 0;
}

.thejournal-cover{
    height: 80vh;
    background-position: 70% 60%;
}

.thejournal-cover h4{
    padding-top: 19vh;
    font-size: 22px;
}

.follow-icons{
    margin-top: 170px;
}


.fadeOutFull:before {
  height: 2em;
}
    
}


    
 


  

.homepage-titles{
    text-align: center;
}

.homepage-titles h2{
    color: var(--main-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
  font-family: var(--montserrat);
  font-size: 25px;
  text-align: center;
}

.homepage-titles h4{
    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);
}

.nordx-logo-about{
    width: 200px;
    margin-bottom: 20px;
    margin-left: 130px;
}

.whoarewe-wrap{
    display: flex;
    margin-bottom: 50px;
}

.finlandflag{
    width: 40%;
    text-align: center;
}

.finlandflag img{
    width: 70%;
    
}

.whoarewe{
    font-family: 'Montserrat';
    color: #374D89;
    width: 60%;
    font-size: 17px;
    text-align: justify;
}

.whoarewe-cover-btn{
    width: 250px;
    margin-top: 10px;
    color: var(--main-color);
    background: #fff;
    font-weight: 600;
    font-size: var(--p-size);
    padding: 10px;
    border: 3px solid var(--main-color);
}

.whoarewe-cover-btn:hover{
    border: 3px solid #374D89;
    color: #fff;
    background: #374D89;
}

.whoarewe-cover-btn:focus{
    border: 3px solid #374D89;
    color: #fff;
    background: #374D89;
}


@media all and (max-width: 1200px){
    
    .finlandflag{
    display: none;
}

.whoarewe{
    text-align: justify;
    width: 85%;
    margin: 0 auto;
}

.nordx-logo-about{
    margin-left: 7.5%;
}

.btn-responsive{
    text-align: center;
}
    
}
    
@media all and (max-width: 767px){
    
.homepage-titles h2{
line-height: 24px;
  font-size: 22px;
}

.finlandflag{
    display: none;
}

.whoarewe{
    text-align: justify;
    width: 85%;
    margin: 0 auto;
}

.nordx-img-mobile{
    text-align: center;
}

.nordx-logo-about{
    width: 150px;
    margin-left: 0;
}
    
}
    
 







