

@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;
}

/* Destination HOME PAGE */

.bgdesinations{
    background: url(https://i.postimg.cc/gk4jhcxf/image.png);
    background-size: 100%;
    padding: 50px;
    border-radius: 30px;
}
.custom-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
.custom-col {
    width: 14.7%;
}

.imgof_desitnaion{
    width: 100%;
    transition: .5s all;
}


.img_sm{
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    
    width: 100%;
}
.img_md{
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    
    width: 100%;
}
.img_lg {
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    
    width: 100%;
}
.img_xl {
    height: 265px;
    object-fit: cover;
    border-radius: 10px;
    
    width: 100%;
}

.desination_imagees {
    position: relative;
    margin-bottom:6px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition:.5s all;
}

.nameOfDestinatin {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
   transition: .5s all;
   background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: .5s all;
}

.subTitle_Dsion{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    margin-bottom: 0px;
}
.desintMainHeading{
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

.bgboxs{
    font-family: "Caveat", cursive;
    background: #f5e3db;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desination_imagees:hover .imgof_desitnaion{
    transform: scale(1.08);
}
/* .desination_imagees:hover .nameOfDestinatin{
    background: none;
    height: 100%;
    opacity: 1;
    bottom:0px;
} */


.viewallDestination{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    margin: 0px;
    line-height: 13px;
    font-family: 'Permanent Marker';
}

.viewAlls{
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}


/* testimonial css */
.bgtestimonial{
    background: url(https://i.postimg.cc/gk4jhcxf/image.png);
    background-size: 100%;
    padding: 50px;
    border-radius: 30px;
}

.reviewTitle{
    margin-top: 20px;
    width: 75%;
}

.viewIMG_user {
   

    object-fit: cover;
    border-radius: 50%;
}
.our_customer{
    background: rgb(255 255 255 / 80%);
    border-radius: 20px;
    padding: 20px;
    /* width: 40% !important;
    margin: 0px auto; */
    border: 2px solid #ffcccc;
}



.titalcount{
    padding: 5px;
    background: rgb(255 255 255 / 80%);
    border-radius: 8px;
    text-align: center;
}

.Testimonial_slider .owl-dots{
    display: flex;
    justify-content: end;
}

/* end Css Testimonial */
.buttonStyle{
    padding: 5px 15px;
    background: #ebf2fa;
    color: #0070f1;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    width: auto !important;
    text-decoration: none;
}

.main_blog{
    border-radius: 20px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .2);
    
    overflow: hidden;

}
.main_blog_content{
    padding: 20px;
    margin-top: -26px;
    background: #fff;
    border-radius: 20px;
    /* z-index: 999; */
    position: relative;
}
.main_blog_img img{
    height: 233px;
}

.tagBlogs{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.blog_miniListing{
    border-radius: 20px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .2);
    
    overflow: hidden;
    padding: 20px;
    
    background: #fff;
    
   
}

.video_here {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.miniList_box{
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom: 10px;
    width: 100%;
    
}

.miniblog_img{
    border-radius: 10px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.mini_blog_content{
    margin-top:5px;
}

.blog_miniListing{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* end testimonial css */

/* hotel card */
.hotel_card_img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.hote_content_box {
    margin-top: -20px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

.hotel_name_card{
  

    font-size: 13px;
    color: #000;
    width: 100%;
    line-height: 1.2em;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 400;
}

.flex_box_hotel{
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-between;
}



.offer_bgHotel {
    height: 323px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/Content/Images/hotelofferbg.jpeg);

    background-size: cover;
    background-position: bottom;
}
.img_to_offer {
    height: 200px;
    border-radius: 10px;
    border: 2px solid #fff;
    width: 90% !important;
    margin: auto !important;
    rotate: -3deg;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.rating_hotels_Card i {
    font-size: 10px;
    margin: 0px;
    height: 0px;
    color: #ff9900;
}
/* hotel card End */

/* Package card start*/
.package_card{
    background: url(https://media1.thrillophilia.com/filestore/f3db5r5gzka9fnpcmsxiajdokg24_Artboard%207.jpg?dpr=1.0&q=70&w=360);
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: end;
    padding: 10px;
    height: 510px;
    border-radius: 10px;
}
.package_card p{
    color:#fff;
    margin:0px;
}
.package_card h3{
    font-size: 16px;
    color: #fff;
}
.package_card ul{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.priceoffer{
    display: flex;
    align-items: center;
    gap: 10px;
}
.priceoffer h4 {
    color: #c1c1c1;
    font-size: 15px;
}



/* package card end */


/* spacial packages */
.deistslider {
    padding: 70px 0px 70px 70px;
}

.felxnedd {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    width: 100%;
}

.card_itemPack {
    position: relative;
    color: #000000;
}

.cardBoxSlider {
   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
  
}

    .cardBoxSlider h5 {
        color: #787878;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 500;
        background: transparent;
        display: inline-block;
        padding: 0px;
        border-radius: 16px;
    }
    .sec_opt img {
        height: 100px;
    }
    .sec_opt {
        text-align: center;
    }
    .sec_opt h3 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }
    .priceHead p {
        font-weight: 600;
        font-size: 20px;
    }
    .cardBoxSlider h3 {
        color: #000000;
        margin-top: 0px;
        font-size: 17px;
        font-weight: 600;
    }
    .cardBoxSlider a {
        padding: 10px 18px;
        color: #000000;
        border-radius: 30px;
        border: 1px solid #000000;
        text-decoration: none;
        font-size: 13px;
    }


#packageSlider .owl-prev {
    transform-origin: center center;
    margin-top: 0px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50px;
    z-index: 9999;
    background: none !important;
    transform: translateY(-50%) rotate(180deg);
}

#packageSlider .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    right: 50px;
    z-index: 9999;
    background: none !important;
    transform: translateY(-50%);
}
.offcanvas-body ul a {
    color: #000000;
}
.img_showBox, .img_showBox img {
    height: 180px;
    border-radius: 10px !important;
    overflow: hidden;
    width:100%;
    object-fit: cover;
    transition: .5s all;
}

.owlslider_items {
    text-align: center;
    padding: 0px 100px !important;
}
/* .padding_right{
    padding:0px;
} */
.card_itemPack{
    cursor: pointer;
}
.card_itemPack:hover .img_showBox img {
    transform: scale(1.2);
}

.bottomOf_card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.priceHead{
    display: flex;
    align-items: center;
    gap: 10px;
}
.priceHead p{
    margin: 0px;

    font-size: 19px;
}
.stripamount{
    color:#f1f1f1;font-size: 16px;
}
/* spacial packages end */

/* 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: 20px;
      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;
    overflow: hidden;
}
.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: 80%;
    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 */