/*******************
 02 TYPOGRAPHY
********************/
@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');
body {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; 
}
a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.ti{
    vertical-align: middle;
}
.text_primary{
    color: #95362f !important;
}
.text_success{
    color: #0a6c37 !important;
}
.bg_primary{
    background-color: #95362f !important;
}
.space-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn{
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 1;
}
.btn.btn_lg{
    font-size: 18px;
    padding: 15px 25px;
}
.btn_primary{
    color: #fff !important;
    background-color: #95362f !important;
}
.btn_darksuccess{
    color: #fff !important;
    background-color: #0a6c37 !important;
}
.btn_success{
    color:  #fff !important;
    background-color: #05391d !important;
}

.title{
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}
.common_dis{
    font-size: 18px;
    margin-bottom: 10px;
}

.dots_style1 .slick-dots li button{
    padding: 0;
}
.dots_style1 .slick-dots li button:before{
    width: auto;
    height: auto;
    font-size: 20px;
    color: #fff;
}
.dots_style1 .slick-dots li.slick-active button:before{
    color: #fff;
}


/*******************
 Authentication
********************/
/*.authentication{
    padding: 30px;
    border-radius: 15px;
    background-color: #ffffff;
}
*/
.auth_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 90px);
}
.authentication_box{
    background-color: #eeeeee;
    border-radius: 12px;
    padding: 24px;
    max-width: 480px;
    width: 100%;
}

/*******************
 Header
********************/
.codex_header{
  padding: 15px 0;  
  background-color: #ffffff;
  z-index: 3;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
  box-shadow: 0 0 10px 0 rgba(4, 34, 40, 0.1);
}
.codex_brand img{
    height: 60px;
}
.menu_list{
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero_sec{  
    background-image: url(../images/home/hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_hero{
    background-image: url(../images/aboutus/aboutbg.jpg);
    background-position: 100% 26%;
}
.booktrialehero_hero{
    background-image: url(../images/booktraile/booktraile_hero.jpg);   
    background-position: 100% 26%;
}
.paytrialehero_hero{
    background-image: url(../images/paytraile/pay_traile.jpg);
}

.hero_sec .hero_contain{
    padding-top: 80px;
    padding-bottom: 80px;
    height: 670px;
    display: flex;
    align-items: center;
}
.hero_sec h4{
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}
.hero_sec p{
    color: #fff;
    font-size: 20px;
}
.category_grid{
    text-align: center;
}
.category_grid img{
    height: 70px;
    margin: auto;
}
.counter{
    background-color: #05391d;
    overflow: hidden;
}
.counter_grid{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
}
.counter_grid h3{
    color: #ffbb03;
    font-size: 42px;
    font-weight: 700;
    margin-right: 10px;
}
.counter_grid p{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}
.counter_grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a6c37;
    z-index: -1;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    transform: skew(-20deg);
}
.book_trail{
    width: 100%;   
    background-color: #7a1a1a;
    background-image: repeating-linear-gradient(
        -45deg,
        #9b2c2c,
        #9b2c2c 40px,
        #7a1a1a 40px,
        #7a1a1a 190px
    );
}
.about_us{
    position: relative;
}
.about_us::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    background: #006837;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.shap_primary::before{
    background: #7a1a1a;
}
.about_us .about_list{
    display: flex;
    gap:15px;
}
.about_us .about_list li{
    border: 1px solid #b01e21;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    min-width: 150px;
}
.about_us .about_list li img{
    height: 50px;
    margin-bottom: 10px;
}
/*******************
 Book a Traile
********************/
.why_not{
    position: relative;
    z-index: 2;
    background-color: #003b1f;
}
.why_not:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #007b3a;
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0% 100%);
    z-index: -1;
}
.whyshap_primary{
    background-color: #95362f;
}
.whyshap_primary:before{
    background: #7a1a1a;
}
.passionate_about{
    position: relative;
}
.passionate_about .img_wrap{
    border-radius: 30px;
    background-color: #0177aa;
    overflow: hidden;
    padding: 60px 30px;
}   
.passionate_about .img_wrap img{
    width: 145px;
    margin: auto;
    display: block;
}


/*******************
 Start Subscribe
********************/
section.subscribe_sec .flex_box{ 
    display: flex;        
}
section.subscribe_sec .subscribe_view{
    display: flex;
    width: 60%;
    padding:40px 100px;
    box-sizing: border-box;
    background-color: #e7ebeb;
}
section.subscribe_sec .input_group{
    display: flex;
    align-items:center;
}
section.subscribe_sec .input_group input{
    background-color: #fff;
    width: 100%;
    border:none;
    padding:12px 15px;
    box-sizing:border-box;
}
section.subscribe_sec a.subc_btn,
section.subscribe_sec a.subc_btn:hover{
    display: inline-block;
    background-color: #fff !important;
    text-align: center;
    padding: 10px 20px;
    font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1920 - 320)));        
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px;
    border:1px solid #7ae7d8;
    margin-left: 10px;        
}
section.subscribe_sec .social_view{
    width: 40%;  
    background-color:#e2f8db;
    display: flex;
    justify-content: center;     
    align-items:center; 
    text-align:center;
}
section.subscribe_sec .social_view ul.social_ul{
    display: flex;
    align-items:center;
    margin: 0;
    padding: 0;
    list-style:none;
}
section.subscribe_sec .social_view ul.social_ul li + li{
    margin-left: 15px;
}
section.subscribe_sec .social_view ul.social_ul li a{
    display: inline-flex;
    align-items:center;
    justify-content: center;
    width: 45px;
    min-width:45px;
    height:45px;
    background-color: #fff;
    border-radius: 50%;
}
section.subscribe_sec .social_view ul.social_ul li a i{
    font-size: 20px !important;
    color: #444444;
}

/*******************
 Book Traile
********************/
.custom_inlinedatepicker .ui-widget.ui-widget-content{
     box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     border: none;
     width: fit-content;
     padding: 15px;
}
.custom_inlinedatepicker .ui-state-default, .ui-widget-content .ui-state-default{
    width: 38px;
    height: 38px;
    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 38px;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-header{
    background-color: #fff;
    border: none;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev span{
    position: relative;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next span::before{
    content: "\f105";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev span,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next span {
    display: none
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev::before,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next::before {   
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 22px;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next,
.custom_inlinedatepicker  .ui-datepicker .ui-state-highlight{
    color: #95362f;
    background-color: #95362f36;
    border-color: #95362f36;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 0;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev:hover,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next:hover,
.ui-state-active, .ui-widget-content .ui-state-active{
    color: #fff;
    background-color: #95362f;
}

.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev{
    left: 0;   
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next{
    right: 0;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev::before {
     content: ""
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next::before {
    content: ""
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-title{       
    width: 120px;
    margin: auto;
}
.booking_trailelist li{
    position: relative;
    padding-left: 45px;
}
.booking_trailelist li img{
    position: absolute;
    top: 0;
    left: 0;
}
.booking_trailelist li:not(first-child){
    margin-top: 30px;
}
.booking_trailelist li span{
    display: block;
}
.booking_trailelist img{
    width: 28px;   
}
.card{
    background-color: #eeeeee;
    border: none;
    border-radius: 12px;
}
.card .card-body{
    padding: 25px;
}
.theme_table thead th{
    background-color: #cac8c8;
}
.theme_table td{
    background-color: transparent;
}
.paytraile_table .img_wrap{
    width: 100px;
    height: 100px;

}
.paytraile_table .img_wrap img{ 
    width: 100%;
}
.paytraile_table td{
    /* color: #95362f; */
}

/*******************
 Register
********************/
.register_form .form-control{
    border-radius: 15px;
    padding: 10px 15px;
    border-color: #9b2c2c;
}

/*******************
 Footer
********************/
.codex_footer .w3llogo{
    width: 30px;
}
.footer_list a{
    font-size: 17px;
}