

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Permanent+Marker&display=swap');

/* @font-face{
    font-family: Marcellus-Regular;
    src:url('/Content/Font/Marcellus/Marcellus-Regular.ttf')
} */



*{
    /* font-family: Marcellus-Regular; */
    
    box-sizing: border-box;
    margin:0;
    padding:0;
}


body{
    /* font-family: "Josefin Sans", sans-serif !important; */
}

a{
    text-decoration: none;
}

/* header */
.heading-item{
    font-size: 2.5rem;
    font-weight: 600;
}
.btn-primary{
    background-color: #ba0a0a;
    border-color: #ba0a0a;
}
.primary-txt{
    color: #ba0a0a;
}
/* end header */
/* about us section start */

.aboutusSEc{
    background: #f9f9f9 url(https://tripguruji.com/assets/images/b2c/doted-map.webp);
    background-size: contain;
    background-position: center;
    padding: 50px 0px;

}
.abutusSEction{
    display: flex;
    align-items: center;
}
.item_images{
    width: 80%;
    height: 374px;
    border-radius: 135px;
    object-fit: cover;
}
.smallImg{
    height: 320px;
}
.shortAbout{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.expertoessectins{
    border: 1px solid #ddd;
    padding: 10px 0px;
    border-radius: 10px;
    background: #fff;
}
.expretiseseion h3{
    font-size: 18px;
    font-weight: bold;
}
.expretiseseion h5{
    font-size: 15px;

}

/* about uss section end */


/* contactUss section start */

.flessrs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




  .right_conatct_social_icon{
       background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  }
 
  
  .contact_inner{
      background-color: #fff;
      position: relative;
      /* box-shadow: 20px 22px 44px #cccc; */
      border-radius: 25px;
  }
  .contact_field{
      padding: 60px 340px 90px 100px;
  }
  .right_conatct_social_icon{
      height: 100%;
  }
  
  .contact_field h3{
     color: #000;
      font-size: 40px;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 10px
  }
  .contact_field p{
      color: #000;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      margin-bottom: 35px;
  }
  .contact_field .form-control{
      border-radius: 0px;
      border: none;
      border-bottom: 1px solid #ccc;
      padding:5px 0;
      margin-bottom: 5px;
  }
  .contact_field .form-control:focus{
      box-shadow: none;
      outline: none;
      border-bottom: 2px solid #1325e8;
  }
  .contact_field .form-control::placeholder{
      font-size: 13px;
      letter-spacing: 1px;
  }
  
  .contact_info_sec {
      position: absolute;
      background-color: #2d2d2d;
      right: 1px;
      top: 18%;
      height: 340px;
      width: 340px;
      padding: 40px;
      border-radius: 25px;
  }
  .contact_info_sec h4{
      letter-spacing: 1px;
      padding-bottom: 15px;
      color:#fff
  }
  
  .info_single{
      margin: 30px 0px;
      color:#fff;
  }
  .info_single i{
      margin-right: 15px;
  }
  .info_single span{
      font-size: 14px;
      letter-spacing: 1px;
  }
  
  button.contact_form_submit {
      background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
      border: none;
      color: #fff;
      padding: 10px 15px;
      width: 100%;
      margin-top: 25px;
      border-radius: 35px;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 2px;
  }
  .socil_item_inner li{
      list-style: none;
  }
  .socil_item_inner li a{
      color: #fff;
      margin: 0px 15px;
      font-size: 14px;
  }
  .socil_item_inner{
      padding-bottom: 10px;
  }
  
  .map_sec{
      padding: 50px 0px;
  }
  .map_inner h4, .map_inner p{
      color: #000;
      text-align: center
  }
  .map_inner p{
      font-size: 13px;
  }
  .map_bind{
      border-radius: 30px;
      overflow: hidden;
  }
/* contactUss section end */




/* destination page */

.section-secondary {
    background: #eff7ff;
    padding: 60px 0px;
}
.primary-section{
    padding: 60px 0px;
}
.new_Car_imags{
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: .5s all;
  
}
/* .show_card:hover  .new_Car_imags{
    transform: scale(1.2);
} */
.arrowTag{
    position: absolute;
    right: 0px;
    border: 0px;
    bottom: 0px;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 22px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.buttonNExt {
    border: 1px solid #ddd;
    height: 80%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff7200;
    color: #fff;
}
.buttonNExt svg {
    height: 28px;
    width: 28px;
}

.locationName{
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 6px 17px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #fff;
    z-index: 2;
}
/* end desitantio page */


/* destination Details page*/
.lading_banenr{
    position: relative;
}
.featureDestinations{
    height: 100vh;
    width: 100% !important;
    object-fit: cover;
}
.lading_banen{
    position: relative;
}
.content_destianp {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center; 
    background: linear-gradient(#fce4ec00, rgb(0 0 0));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.textBanerdd{
   
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        line-height: 33px;
        margin-top: 17px;
     
      
}
.textBanerdd span{
    color:#ffba0a;
    font-weight: bold;
}
.destnatNamer{
    display: inline-block;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}
.destnatNamer span{
    color: #ffba0a;
    font-weight: 700;
    text-transform: uppercase;
}
.bottomliness{
    display: flex;
        align-items: center;
        margin: 15px auto;
        min-height: 1px;
        min-width: 60%;
        max-width: 60%;
        background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}
.priceings{
    display: flex;
        align-items: center;
        justify-self: center;
        color: #e0e0e0;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        gap:10px
}
.actualpriice{
 
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        line-height: 33px;
        margin: 0 5px 0 10px;
}
.oldPricess{
   
        color: #e0e0e0;
        font-size: 18px;
        font-weight: 300;
        line-height: 33px;
        margin-right: 15px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
}
.buttonConnctExpert{
        border: none;
        outline: none;
        margin-top: 15px;
        margin-bottom: 40px;
        width: 184px;
        height: 51px;
        border-radius: 40px;
        background: #f37002;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
}
.destinationSliderDetails .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  background:#000;
    z-index: 9999 !important;
    width: 100%;
}
.destinationSliderDetails .owl-dot.active span{
    background: #fff !important;
}
.destinationSliderDetails .owl-dot  span{
    height: 3px !important;
    width: 20px !important;
    color: #fff;
    background: gray !important;
    z-index: 999;
}
.TrustFactorBlock_tabBody__faUSj {
    width: 100%;
    background: #000101;
    color: #fff;
    margin-bottom: 50px;
}
.TrustFactorBlock_tabContainer___sk66 {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}
.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 {
    display: flex;
    gap: 10px;
}
.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_leftSection__oD4_W {
    flex-shrink: 0;
    min-width: 44px;
    aspect-ratio: 1;
}
.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_rightSection__jTuQ7 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_tabIcon__Kw63E {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #292929;


}

.overviewBox
{
    padding: 20px;
    background: #efefef;
    border-radius: 10px;
    border: 2px solid #dbdbdb;
}
.titleDestinations{
    color:#000  ;
}
.peraOverView{
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.loadmoretet{
   
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* end Destinatin Detail pge */


/* visa css */
.visa_sec{
    box-shadow: 0 -5px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transition: .5s all;
    border-radius: 20px;
    
    margin-bottom: 15px;
    margin-top: 15px;
}

.Visa_content_box
{
    padding: 15px 16px;
  
}
.visa_name_card{
    font-size: 13px;
    color: gray;
    display: none
}
.visa_location_card{
    font-size: 16px;
    margin-bottom: 0px;
}


.visa_card_img{
    height: 210px;
    border-radius: 20px;
    object-fit: cover;
    width:100%;
}

.visaSerach{
    width: 60%;
    margin:auto;
}

.visaSerach .banner_form {
    border-radius: 20px;
}

.visaSerach .banner_navigation{
    justify-self: center;
}
.visaSerach .banner_text{
    text-align: center;
}

/* Transfer */

.locationimg{
    height: 60px;
    width:80px;
    border-radius: 10px;
    object-fit: cover;
    border:1px solid #ddd;
}
.cabRoutedetions {
    font-size: 21px;
    font-weight: 500;
    margin: 0px;
    color:#000;
}
.cabRoutes{
    display: flex;
    align-items: center;
    gap: 20px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    background:#fff;
}
.cabeiurwdaaj{
    margin: 0px;
    font-size: 14px;
    color: #00417a;
    font-weight: 600;
}

.tranferbg{
    padding: 20px;
    background: linear-gradient(45deg, #e4f1fd, transparent);
    border-radius: 20px;
    border: 1px solid #ddd;
}


/* activity start */
.activityheihg, .activiimgheigh{
    height:219px;
}

.actcityname{
    font-size: 16px;
    color: #0e385c;
    margin-top: 15px;
}

.activitydeals button{
    padding: 5px 20px;
    outline: none;
    border-radius: 24px;
    border: none;   
    color: #fff;
    background: #ff7200;
}
.umberllaicons{
    background: #ebf2fa;
    border: none;
    color: #3b3bf6;
}
.umberllaicons SVG{
    height: 19px;
}



/* error page */
.error_section{
    background: #ebf2fa;
    height: 70vh;
    display: flex;
    align-items: center;
}
.tagEroor{
    font-size: 98px;
    color: #1c3b8a;
}
.sub-tagEroor{
    color: #ffa300;
    font-weight: bold;
}
.linkGoback{
    padding: 8px 24px;
    background: #fff;
    border-radius: 7px;
}

/* about us */

.page_wrap_banner{
    position: relative;
}
.img_wrap_inner{
    height: 70vh;
    object-fit: cover;
}
.page_wrap_Contern {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}
.title_wrap {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
}
.sub_title_wrap {
    font-size: 13px;
    color: #fff;
    margin: 0pc;
    text-transform: uppercase;
}

span.minititle {
    color: #000;
    background: #fff;
    display: inline-flex;
    border: 1px solid #ddd;
    padding: 10px 39px;
    border-radius: 44px;
    font-weight: bold;
    font-family: 'Caveat';
    position: relative;
    font-size: 19px;
}
span.minititle:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background:#5574e7;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
span.minititle:before {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background:#5574e7;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.introductisfn {
    font-size: 46px;
    font-weight: bold;
    color: gray;
}
.bestlinkshow{
    color: #5574e7;
}
.boxofcisso {
    padding: 20px;
    background: linear-gradient(45deg, #fffcfc, #d6e3ff);
   
}
.boxofcisso h3{
    font-family: 'Caveat';
}

.team_imgs{
    border-radius: 20px 50px 20px 50px;
    width: 100%;
}
.cmpyNAmerr{
    font-family: 'Caveat';
    font-size: 41px;
    color: #ff6c19; 
}

.aboutusBgs{
    background: linear-gradient(45deg, #fff1ef, #f9f9f900);
    padding: 50px 0px;
}

.letknow {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #564040;
}

.bgcontatsdf{
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    padding:50px 0px;
}


/* login and Signup */



.imgVido_login {
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
    width: 100% !important;
}

.modelBox .modal-content{
    background: none;
    border:none;
    box-shadow: none;

}
.login_container{
    border-radius: 20px;
    padding: 6px;
    background: #f8f9fa;
}

.sliderstyle{
    height: 460px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 88% 100%, 0 100%);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.loginSlider .owl-next{
    position: absolute;
    bottom: 18px;
    right: 55px;
}

.loginSlider .owl-prev {
    position: absolute;
    bottom: 18px;
    right: 100px;
    margin: 0px !important;
    line-height: 0px !important;
}

.sliderarrow{
    color:#fff;
    height: 30px !important;
    width: 30px !important;
    
    
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
}

.wrapImg_login {
    position: relative;
}
.img_hotContent {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 2
}

.hot_title {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    background: #393131c7;
    padding: 5px 10px;
    border-radius: 10px;
}
.wrapImg_login:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    z-index: 1;
    border-radius: 20px;
}
.sliderstyle:after {
    position: absolute;
    content: '';
    height: 45px;
    width: 34px;
    background: none;
    bottom: -6px;
    right: 36px;
    border-right: 8px solid #fff;
    border-bottom: 5px solid #fff;
    border-bottom-right-radius: 20px;
    rotate: 5deg;
}



.header_login{
    display: flex;
    justify-content: space-between;
    padding-right: 4px;
    align-items: center;
}
.membersser{
    display: flex ;
    gap: 5px;
    padding: 10px 18px;
    border: 1px solid gray;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    align-items: center;
    line-height: 0px;
}
.closeBtnmodal svg{
    height: 22px;
    width: 21px;
    font-weight: 300 !important;
    cursor: pointer;
}

.login_heading{
    
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 40px;

}
.sub_login_heading{
    font-size: 14px;
}
.login_form_inpt{
    padding: 13px;
    background: none;
    border: 1px solid gray;
    margin-bottom: 16px;
    font-size: 14px;
}
.login_form_inpt:focus{
    border:1px solid #000;
    box-shadow: none !important;
}
.linkcradd{
    display: flex;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
}
.buttonAction{
    padding: 13px;
    border: 1px solid gray;
    margin-bottom: 16px;
    font-size: 14px;
    width: 100%;
    border-radius: 6px;
    background: #000;
    color: #fff;
}

.membersser:hover{
    background:#000;
    color:#fff;
}
/* End Login And Signup */
.cyscard{
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.cyscard .cysheader{
    font-size: 16px;
    padding: 0px 0px 15px 0px;
    font-weight: 600;
}
.form-group{
    margin-bottom: 15px;
}
.hotelformcontainer .form-control,.hotelformcontainer .form-select{
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    font-size: 14px;
}
.hotelformcontainer  .input-group .input-group-text {
    padding: 0px;
    border: none;
    border-right:2px solid #ffffff;
}

