@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"poppins",sans-serif ;
}
body{
    /* min-width: 1440px; */
}
/* top header starting */
.divider{
    width: 1px;
    background-color: white;
}
.social_media{
    padding: 10px 48px;
    display: flex;
    flex-wrap: wrap;
    background-color: red;
    font-size: 12px;
}
.social_medai_part1{
    display: flex;
    gap: 5px;
    align-items: center;
    color: white;
}
.social_media_icon{
    margin-left: auto;
    display: flex;
    gap: 10px;
}
i{
    color: white;
    font-size: 16px;
    font-weight: 600;
}
/* end of top header */

/* starting of hero and navbar */
.hero{
    background-image: url(./asset/forest.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 8rem;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 16px 16px;
    width: 100%;
    background-color: rgba(250, 245, 245, 0.1);
    backdrop-filter: blur(10px);
}
.logo{
    color: red;
}
.nav_ul{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    font-size: 16px;
}
a{
    text-decoration: none;
    color: white;
    position: relative;
}
a::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background-color: white;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transition: width 1s;
    transform-origin: right;
}

a:hover::after {
    width: 100%;
}


.discription{
    display: flex;
    flex-direction: column;
    line-height: 4rem;
   text-align: center;
   color: white;
}
.explore{
    font-size: 4rem;
    font-family: "Playfair Display", serif;
}
.red{
    font-size: 3rem;
    /* font-weight: 600; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-family: "Playfair Display", serif;
    color: #e2d7d7;
    
}
/* end of hero and navbar */


/* starting search your destination with choice */
.searching_content{
    color: white;
    display: grid;
    gap: 1rem;
}

form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(250, 245, 245, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
}

.feature{
    position: relative;
    background-color: white;
    box-shadow: 0 2px 5px black;
    font-size: 1rem;
    padding: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.feature p{
    color: black;
}
.feature i{
    color: black;
}
.feature select{
    border: none;
    font-weight: 600;
    width: 13rem;
}
.find_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2rem;
    width: 13rem;
    border: none;
    margin-top: auto;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    background-color: transparent;
    color: white ;
}
.find_btn i{
    color: #000;
}
.feature:last-child{
    background-color: red;
}
.selection_container{
    display: flex;
}
/* end of search your destination with choice */

/* starting guidance part */
.guidance_container{
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 5rem 7rem;
    overflow: hidden;
}
.guidance_discription{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem;
    padding-right: 20rem;
}
.p1{
    letter-spacing: 5px;
}
.p2{
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.5rem;
    padding-right: 25rem;
    font-family: "Playfair Display", serif;
}
.p2 span{
    color: red;
}
.agency_des{
    padding: 1rem 0;
    display: grid;
    gap: 1rem;
}
.read{
    width: fit-content;
    padding: 7px 10px;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    box-shadow: 0 2px 5px black;
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}
.read:hover{
    transform: scale(1.1);
}
.guidance_img{
    display: flex;
    justify-content: center;
}
.mountain_img{
    position: relative;
    height: 100%;
    width: 65%;
    background-color: cornsilk;
    box-shadow: 0 2px 5px black;
    border-radius: 5px;
}
.mountain{
    width: 5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: -2rem;
    left: -2rem;
}
/* end of guidance part  */

/* starting our journey */

.p10{
    text-align: center;
    font-size: 1rem;
    letter-spacing: 5px;
    font-weight: 600;
    opacity: 0.5;
}
.p11{
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    font-family: "Playfair Display", serif;

}
.p11 span{
    color: red;
    font-family: "Playfair Display", serif;
}
.display_best_places{
    display: grid;
    gap: 1rem;
    padding: 5rem 7rem;
}

.p3{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 1rem;
}
.p4{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}
.images_of_places{
    height: 40rem;
    position: relative;
}
.images_of_places1{
    height: 40rem;
    position: relative;
}
.images_of_places:first-child{
    background-image: url(./asset/bkt.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places:nth-child(2){
    background-image: url(./asset/swayambhu.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places1:nth-child(1){
    background-image: url(./asset/pokhera.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places1:nth-child(2){
    background-image: url(./asset/patan.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places1:nth-child(3){
    background-image: url(./asset/mountain.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cover{
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}
.upper-part{
    padding: 1rem;

}
.effect{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 2rem;
    overflow: hidden;
    transform: translateY(30%);
    transition: transform 0.5s ease;
}
.rating{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.rating i{
    color: yellow;
}
.p12{
    color: white;
    font-size: 2rem;
    font-weight: 600;
}
.s1{
    color: white;
    letter-spacing: 2px;
}

.time-distance{
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1rem;
    transition: all 2s ease-in;
}

.price{
    font-size: 1.5rem;
}

.line{
    height: 1px;
    width: 20%;
    background-color: white;
    transition: all 0.5s ease-in;
}
.images_of_places:hover .effect{
    transform: translateY(0);
}

.images_of_places:hover .line{
    width: 100%;
}
.images_of_places1:hover .effect{
    transform: translateY(0);
}

.images_of_places1:hover .line{
    width: 100%;
}
/* end of our journey */


/* starting adventure and exprerience */
.p15{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.5;
}
.p16{
    text-align: center;
    font-size:4rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.s3{
    color: red;
}
.explore-container{
    margin-top: 1.6rem;
    padding: 5rem 7rem 0 7rem;
    display: grid;
    grid-template-columns: repeat(3,35rem);
    gap: 8.4rem 2rem;
    place-content: center;
    height: fit-content;
}
.explore-box{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px black;
    border-radius: 10px;
}
.explore-img{
    /* border: 2px solid black; */
    width: 75%;
    height:80%;
    border-radius: 10px;
    display: grid;
    place-content: center;
    transform-origin: center;
}
.img2{
    width:30rem;
    object-fit: contain;
    border-radius:30px;
    transition:transform 0.5s ease-in-out;
    border-radius: 10px;
}

.explore-contain{
    /* height: 3.5rem;
    overflow: hidden;
    transition: all 10s ease;
    transform-origin: top; */
    display: grid;
    grid-template-rows: 4rem;
    overflow: hidden;
    transition: grid-template-rows 0.5s ease-in-out;
}
.linear{
    padding: 10px 3rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}
.p17{
    font-weight: 600;
    font-size: 1.7rem;
    font-family: "Playfair Display", serif;
}
.p18{
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    word-spacing: 3px;
    opacity: 0.5;
}
.explore-btn{
    width: fit-content;
    padding: 7px 10px;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    box-shadow: 0 2px 5px black;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-weight: 600;
    transition: transform 0.5s ease-in-out;
}
.explore-btn:hover{
    transform: scale(1.1);
}
.explore-box:hover .explore-contain{
    grid-template-rows: 20rem;
}
.explore-box:hover .explore-img{
    max-height: 10rem;
    /* position: relative;
    top: -100px; */
}

.explore-box:hover .img2{
    transform: translateY(-20%);
}
/* end of adventure and experience */


/* starting why to book us */
.reason-container{
    padding: 5rem 7rem 0 7rem;
}
.p20{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.5;
}
.p21{
    text-align: center;
    font-size:4rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.p22{
    text-align: center;
    font-size: 14px;
    line-height: 2rem;
}
.s4{
    color: red;
    font-family: "Playfair Display", serif;
}
.reasons-containers{
    padding: 5rem 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.reason{
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0 2px 5px black;
    border-radius: 10px;
    align-items: center;
    padding: 2rem;
}
.i11{
    color: black;
    font-size: 6rem;
}
.text2-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.p23{
    font-size: 2rem;
    font-weight: 600;
    font-family:serif;
}
.p24{
    text-align: center;
    word-spacing:10px;
    font-size: 16px;
    opacity: 0.5;
}
/* end to why to book us */


/* starting trip container */
.trip-container{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 5rem 7rem 0 7rem;
}
.trips-container{
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}
.trips{
    display: grid;
    grid-template-columns:35rem 1fr 35rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px black;
}
.bhairav{
    width: 35rem;
}
.trip-img{
    background-image: url(./asset/bhairav2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.trip-img:last-child{
    background-image: url(./asset/bhaktapur.webp);
}
.trip-info{
padding: 2rem 4rem;
display: flex;
gap: 2rem;
flex-direction: column;
}
.trip-info h1{
    font-family: serif;
}
.duration-place{
    margin-top: auto;
    display: flex;
    gap: 5px;
    border: 2px solid rgb(0, 0, 0,0.1);
    width: fit-content;
    border-radius:15px;
    padding: 5px 20px;
    letter-spacing: 1px;
}
.p25{
    opacity: 0.5;line-height: 2rem;
}
.s5{
    opacity: 0.5;
}
.wall{
    background-color: #000;
    width: 2px;
}
.i12{
    color: black;
}
.trip-price{
    text-align: center;
    padding: 2rem 4rem;
    background-color: rgb(241, 62, 62);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

}
.trip-price i{
    color: yellow;
}
.p26{
    color: white;
    margin: 0;
}

.p27{
    color: white;
    font-family: "Playfair Display", serif;    font-weight: 600;
    font-size: 4rem;
}
.btn5{
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 5px;
    border: 0;
    width: 9rem;
    transition: all 0.5s ease;
}
.gg{
    background-color: white;
    color: rgb(241, 62, 62);
    box-shadow: 0 2px 5px black;
}
.gg:hover{
    background-color: rgb(241, 62, 62);
    color: white;
}
.hh{
    background-color: rgb(241, 62, 62);
    color: white;
    border: 2px solid white;
}
.hh:hover{
    background-color: white;
    color: rgb(241, 62, 62);
}
.btn10{
    border-radius: 5px;
    background-color: transparent;
    padding: 12px 32px;
    font-size: 10px;
    font-weight: 600;
    margin-top: 2rem;
    border-color: red;
    color: red;
    transition: all 0.5s ease;
    font-weight: 600;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.btn10:hover{
    background-color: red;
    color: white;
}

/* starting trip container */

.deals-discount{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 7rem 0 7rem;
}
.deals-discount-img{
    position: relative;
    margin-top: 1rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2,1fr);
}
.images_of_places2{
    position: relative;
    height: 40rem;
}
.images_of_places2:hover .effect{
    transform: translateY(0);
}

.images_of_places2:hover .line{
    width: 100%;
}
.images_of_places2:first-child{
    background-image: url(./asset/langtang.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places2:nth-child(2){
    background-image: url(./asset/patan.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places2:nth-child(3){
    background-image: url(./asset/TSUM.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.images_of_places2:nth-child(4){
    background-image: url(./asset/annapurna.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.circular-price{
    position: absolute;
    background-color: rgba(252, 251, 251, 0.3);
    backdrop-filter: drop(10%);
    padding: 2rem;
    border-radius: 50%;
    z-index: 50;
    right: 7%;
    top: 10%;
}

.s6{
    font-size: 1.8rem;
    color: red;
    font-family: "Playfair Display", serif; 
    text-align: center;
    font-weight: 600;
}
.p29{
    text-align: center;
    text-decoration: line-through;
    font-family: "Playfair Display", serif; 
    font-weight: 600;
}

/* starting about us */
.about-us-container{
    padding: 5rem 7rem 0 7rem;
}
.review-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    margin-top: 7rem;
}
.reviews{
    display: grid;
    gap: 2rem;
    position: relative;
    padding: 8rem 4rem 3rem 3rem;
    box-shadow: 0 2px 5px 0 black;
    border-radius: 10px;
}
.reviewer-img{
  position: absolute;
  top: -6rem;
  left: 1.5rem;
}
.reviewer-img1{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    object-fit: cover;
}
.reviewer-info{
    line-height: 2rem;
}
.reviewer-contain{
    text-align:justify;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.5;
    line-height: 2rem;
    word-spacing: 1rem;
    font-size: 14px;
}

/* end of about us container */

/* starting upper mustange */
.mustange-contaier{
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-image: url(./asset/mustang.jpg);
    height:70vh;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p32{
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.p33{
    color: white;
    font-size: 4rem;
    font-weight: 300;
    font-family: "Playfair Display", serif;
}
.mustang-info{
    display: flex;
    gap: 1.5rem;
    background-color: rgb(0, 0, 0,0.5);
    padding: 1rem 2rem;
    border-radius: 5px;
    backdrop-filter: drop(10px);
}
.box{
    color: white;
    font-size: 1.5rem;
}
.btn20{
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid white;
    font-weight: 600;
    color: white;
    border-radius: 5px;
    padding: 7px 16px;
    transition: transform 0.5s ease;
}
.btn20:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.mustang-cover{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0,0.3);
    z-index: 1;
    
}
.sub-mustange-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    z-index: 10;
}
/* end of upper mustange */

.blog-container{

    padding: 5rem 7rem 0 7rem;
    display: flex;
    flex-direction: column;
}
.blog-img-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    padding: 1rem 1rem 3rem 1rem;
}
.blog-img{
    background-color: black;
    height: 40rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.blog-img:nth-child(1){
    background-image: url(./asset/last-img1.1.jpg);
}
.blog-img:nth-child(2){
    background-image: url(./asset/last-img2.1.jpg);
}
.blog-img:nth-child(3){
    background-image: url(./asset/last-img3.1.jpg);
}
.blog-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.2);
}
.blog-info{
    position: absolute;
    bottom: 0;
    padding: 2rem;
    display: grid;
    gap: 10px;
    transform: translateY(42%);
    transition: transform 0.5s ease;
}
.blog-img:hover .blog-info{
    transform: translateY(0);
}
.p35{
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}
.captured-date{
    display: flex;
    gap: 3.5rem;
}
.captured-date p{
    color: rgb(243, 235, 235);
    font-weight: 600;
    /* opacity: 0.8; */
}
.i35{
    margin-right: 10px;
}
.btn11{
    margin-left: auto;
}

/* starting footer container */
.footer-container{
    margin-top: 5rem;
    padding: 5rem 7rem;
    background-color: red;
}
.sub-footer-container{
    display: grid;
    gap: 4rem;
    grid-template-columns: 40% 60%;
}
.footer-info{
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-logo{
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:10px 5px ;
    border-radius: 5px;
}
.p36{
    color: red;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif;
}
.p37{
    display: flex;
    align-items: center;
    color: red;
    font-weight: 600;
    font-size: 16px;
}
.p38{
    color: white;
    text-align: justify;
    line-height: 2rem;
    font-size: 13px;
}
.contact{
    color: white;
    font-size: 13px;
}
.p39{
    color: white;
    font-size: 13px;
}
.p40{
    background-color: white;
    width: 4rem;
    height: 2px;
    border-radius: 10px;
}
.association{
    margin-top: 10px;
    display: flex;
    gap: 1.5rem;
}
.association-img{
    width: 4rem;
    object-fit: contain;
    border-radius: 10px;
}
.footer-links{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-link{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    flex-wrap: wrap;
    
}

.p41{
    color: white;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    font-family: serif;
}
.p41::after{
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: white;
    
}
.link-container ul{
    margin-top: 10px;
    list-style-type: none;
    line-height: 3rem;
    font-size: 18px;
}
.li1{
    font-size: 16px;
    opacity: 1;
}
/* .li1:nth-child(1){
    opacity: 1;
} */
/* .li1:hover{
    opacity: 1;
}
.li1:hover ~ .li1{
    opacity: 0.8;
} */
.ul1{
    transition:opacity 5s ease;
}
.ul1:hover > :not(:hover){
    opacity: 0.5;
}
/* end of footer container */