*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
}


/* top section */

 

.navbar{
    
    display: flex;
    align-items: center;
    padding: 0 3%;
    overflow-x: hidden;

}
.active2{
    overflow-x: unset;
}
.logo{
    width: 70px;
    margin-top: 10px;
   }
.link{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    /* background-color: antiquewhite; */
}
.link a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color:#173B61;
    
}
.link a:hover{
   color: #FA7335;
}

.ham{
    color:#173B61;
    font-size: 25px;
    margin-top: 10px;
    display: none;

}

#carouselExampleControls{
    
    width: 92%;
    margin: 30px auto;
    border-radius: 50px;
    overflow: hidden;

}

.cimg{
    
    width: 100%;
    height: 674px;
    object-fit: cover;
    object-position: top;
    border-radius: 50px;
}

.carousel-inner .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6);   */
    z-index: 1;
}
.carousel-caption {
    bottom: 200px; 
    /* background-color: rgba(0, 0, 0, 0.5);   */
    /* padding: 10px; */
    border-radius: 5px;
    width: 100%;
    left: 0;
     
}

.carousel-caption h5{

    font-size: 60px;
    font-weight: 600;
}
.carousel-caption p {
    color: white;             
}



/* top section end */





/* about us section */

.about-us{
    display: flex;
    width: 92%;
    
    margin: 100px auto;
    justify-content: space-between;
}

.about-sub1{
    width: 49%;
}
.about-sub2{
    width: 42%;
     
}
.about-title
{
    font-family: "Rubik", sans-serif;
    color:#100C08;
    font-weight: 400;
    font-size: 24px;
    
}
.about-title3
{
    font-family: "Rubik", sans-serif;
    color:#100C08;
    font-weight: 600;
    font-size: 34px;
    margin-top: 100px;
    
}

.about-sub-title{
    color: #173B61;
    font-weight: 600;
    font-size: 48px;
    margin-top: 30px;

}
.about-details{
    color: #345867;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto';
    margin-top: 30px;
}
.about-btn{
    width: 170px;
    height: 55px;    
    color: white;
    background-color: #FA7335;
    border: none;
    margin-top: 30px;
    border-radius: 5px;
}

.about-sub2 img{
    width: 100%;
}
/* about-us section end  */



/* experience-the-world */

.experience-the-world-div{

    width: 92%;
    margin: 100px auto;

}

.experience-title{
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #012E41;

}

.experience-sub-title{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #345867;
    font-family: 'Roboto';
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.icons{
    width: 50px;
}

.experience-card{
    width: 40%;
    margin-top: 60px;
}
.experience-main-div{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.experience-card-title{

font-weight: 600;
font-size: 24px;
color: #012E41;
margin-top: 20px;

}
.experience-card-details{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #345867;
    margin-top: 20px;

}

.experience-card-sub{
    /* background-color: antiquewhite; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.experience-card-sub-2{
    display: flex;
    
    align-items: center;

 
    width: 50%;
}
.ic{
    width: 30px;
    height: 30px;
   
}
.experience-card-sub-2 p{

    color: #345867;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 10px;
  
}

.experience-card h4{

    color: #345867;
    font-size:16px;
    font-family: 'Roboto';
    font-weight: 600;
}
/* experience-the-world-end */


/* service-title */

.our-service-div{
    width: 92%;
    margin: auto;
    background-color: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 60px;
}

.service-title{

    color: #FA7335;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;


}

.service-sub-title{
    color: #012E41;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
}

.service-card{
    width: 30%;
    border: 1px solid #8D8E92;
    border-radius: 8px;
    padding: 20px;
    padding-bottom:  70px;
    margin-top: 30px;
    position: relative;
}

.service-card-img{

    width: 100%;

 
}
.service-card-title{
    font-weight: 600;
    color: #173B61;
    font-size: 24px;
    margin-top: 20px;
}

.service-card-p{

    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #345867;
}
.service-card-p1{

    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #345867;
}

.service-card-btn{
    width: 160px;
    height: 50px;    
    color: white;
    background-color: #FA7335;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
}
.service-card-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  
}
/* service-title */

/* .testimonial-section */

.testimonial-div{
    padding-top: 50px;
}

.testimonial-card{
    border: 1px solid #26A59E;
    width: 70%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    margin-top: 100px;
    position: relative;
    /* padding: 40px 100px; */
}
.testimonial-card-img{
    width: 80px;
    height: 80px;
    position: relative;
    top: -40px;
}

.testimonial-card-p{
    color: #345867;
    font-family: 'Roboto';
    font-weight: 400;
    width: 70%;
    margin: auto;
    margin-top: 30px;

}
.testimonial-card-title{
    color: #012E41;
    font-weight: 600;
    font-size: 25px;
    margin-top: 30px;
}
.testimonial-card-p2{
   
    color: #345867;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 50px;

}

/* .testimonial-section-end */

/* faq-section */
.faq{
    background-color: #F6F6F6;
    margin-top: 50px;
    padding-bottom: 50px;

}
.faq-div{
    width: 92%;
    margin: auto;
    padding-top: 70px;

}

.faq-title{

    color: #FA7335;
    
    font-family: 'Roboto';
    font-weight: 500;


}

.faq-sub-title{
    color: #012E41;
    font-weight: 600;
    font-size: 48px;
    margin-top: 20px;
}

.faq-main-div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-sub1{
    text-align: center;
    width: 40%;
    
    text-align: left;
}
.faq-sub2
{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.faq-sub1 img{
    width: 90%;
    

}
.sub-qstn-div{
    background-color: white;
    padding:30px ;
    
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /* margin-top: 20px; */

}

.sub-qstn{
    font-size: 20px;
    font-weight: 600;
    color: #012E41;
    
}
.sub-qstn-p{
    font-size: 16px;
    font-family: 'Roboto';
    color: #345867;
    /* margin-top: 20px; */
}
.sub-qstn-div-sub{
  width: 100%;
  background-color: white;
  padding: 20px;
  padding-top: 1;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: height 1s;
   

}
.x{
    height: auto;
    border-bottom: 10px solid #FA7335;
 

}
.svg-icon{
    margin-right:20px ;
    transition: transform 1s;
}
.y{
    transform: rotate(180deg);
}
/* faq-section end */



/* .travel-partners-section */
.travel-partners2{
    background-color: white;
    margin-top: 50px;
    padding-top: 0px;
}
.travel-partners{
    background-color: white;
    margin-top: 50px;
    padding-top: 100px;
}
.travel-partners-div{
    width: 92%;
    margin: auto;
}
.icons-div-travel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px;
    /* background-color: #b49090; */
}
.icons-div-travel img{
    /* width: 20%; */
    height: 100px;
    margin-top: 50px;

}

.bg-div{
   
    /* position: relative; */
    width: 90%;
    margin: auto;
    margin-top: 100px;
    background-image: url('../images/Background.png');
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    

}
.bg-div img{
    width: 90%;
    display: block;
    margin: auto;
    /* height: 500px; */
    object-fit: cover;
   
}
.text-div{
    /* position: absolute; */
    top: 15%;
   
   /* background-color: #26A59E; */
    text-align: center;

}
.got-any-plan{
    color: #F4F4F6;
    font-weight: 600;
    font-size: 40px;
}
.got-any-plan-p{
    color: #F4F4F6;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
}
/* .travel-partners-section end */


/* footer  */

.footer{
    background-color: #E7E7E7;
    margin-top: 50px;
    padding-top: 30px;
}
.footer-main-div

{
    display: flex;
    width: 92%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #26A59E; */

}
.footer-sub1{
    width: 20%;

}
.footer-sub1 a,.footer-sub2 a {
   display: block;
   text-decoration: none;
   color: #012E41;
   font-family: 'Roboto';
   margin-top: 10px;

}
.fa-solid {
    margin-right: 10px;
}

.fa-brands{
    margin-right: 20px;
}

.hello-footer{
    color: #345867;
}
.footer-title{
    font-size: 25px;
    margin-top: 30px;
}
.gallery{
    width: 100%;
    margin: auto;
}
.all-right{
    width: 100%;
    text-align: center;
    color: #345867;
    font-family: 'Roboto';
    margin-top: 40px;
}
/* footer :end  */

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



    /* top section  */
   
   .ham{
    display: block;
   }
    .link{
        flex-direction: column;  
        align-items: flex-end;
        position: absolute;

        top: 65px;
        right: -50%;
        z-index: 2;
        width: 50%;
        padding: 30px;
        background-color: white;
        transition: all 0.3s;
    }
    .active{
        right: 0%;
    }
  
    .link a{
        margin-top: 30px;
    }

    #carouselExampleControls{
        width: 100%;
        margin: 10px auto;
        border-radius: 0px;
    }
    .cimg{
        border-radius: 0px;
    }
    .carousel-caption h5{

        font-size: 30px;
        font-weight: 600;
    }
    .carousel-caption p {
        color: white;   
        font-size: 15px;
    }


/* top section end */






/* about-us-section */

.about-us{
    display: flex;
    flex-direction: column;
    margin: 50px auto;
}
.about-sub1{
    width: 100%;
}
.about-sub2{
    width: 100%;
  
     
}

.about-sub-title{
 
    font-size: 28px;
    margin-top: 20px;

}
.about-details{
 
    font-size: 18px;
    margin-top: 20px;

}
.about-btn{
    margin-top: 20px;
}


}



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

    /* top section  */
   .carousel-control-next,.carousel-control-prev{
    display: none;
   }
   .logo{
    width: 60px;
    margin-top: 10px;
   }

  
   .about-title3
{
    font-family: "Rubik", sans-serif;
    color:#100C08;
    font-weight: 600;
    font-size: 34px;
    margin-top: 40px;
    
}


/* top section end */

/* experience-the-world */

.experience-card{
    width: 100%;
    margin-top: 40px;
    background-color: #f0f5f7;
    padding: 15px;
}


.experience-title{
     
    font-size: 24px;
    

}

.experience-sub-title{
    font-weight: 400;
    font-size: 18px;
 
    width: 90%;
    
}

/* experience-the-world end */




/* service-section  */

.service-card{
    width: 90%;
}
.our-service-div{
   
    padding-bottom: 40px;
    width: 100%;
    padding-top: 25px;
    margin-top: 20px;
}

 

.service-sub-title{
    
    font-size: 28px;
    

}

 
/* service-section end */




/* .testimonial-section*/

.testimonial-card-p{
    width: 90%;
}


/* .testimonial-section-end */



/* faq */
.faq-sub1{
    
    width: 100%;
    
     
}
.faq-sub2
{
    width: 100%;
    
}
.faq-sub1 img{
    width: 100%;
    

}
.sub-qstn{
    font-size: 17px;
    font-weight: 600;
    color: #012E41;
    width: 80%;
    
}
.sub-qstn-div{
    margin-top: 20px;
}
.faq-sub-title{
   
    font-size: 28px;
   
}
/* fa1-end  */


/* partner */

.icons-div-travel{

   justify-content: center;
}
.bg-div{
    width: 95%;
    /* border-radius: 10px; */
/* about-us-section-end */


  }


  .travel-partners{
   
    margin-top: 50px;
    padding-top: 0px;
}
/* partner end  */


/* .footer */
.footer-sub1{

    width: 100%;
    text-align: center;
}

.footer-sub2{
    width: 100%;

}
/* footer end  */
  }