*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'strong_girl';
    src: url('../../../../fonts/strong_girl.otf') format('opentype');
}
body{
    font-family: poppins;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.flx-wrp{
    flex-wrap: wrap;
}
.cont{
    width: 1280px;
    margin: 0 auto;
}
.txt-c{
    text-align: center;
}
.ft-10{
    font-size: 10px;
}
.ft-12{
    font-size: 12px;
}
.ft-14{
    font-size: 14px;
}
.ft-13{
    font-size: 13px;
}
.ft-15{
    font-size: 15px;
}
.ft-16{
    font-size: 16px;
}
.ft-18{
    font-size: 18px;
}
.ft-20{
    font-size: 20px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.wtc{
    color: #ffff;
}
.flx{
    display: flex;
}
.flx-sb{
    display: flex;
    justify-content: space-between; 
}
.item-c{
    align-items: center;
}
.gp-10{
    gap: 10px;
}
.gp-15{
    gap: 15px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-8{
    margin-top: 8px;
}
.mtb-20{
    margin-bottom: 20px;
}
.main{
    width: 100%;
}

.blue-cc{
    color: #0A5B9B;
}
.hero-sec {
    background-image: url(https://www.easydarshan.com/images/new-img/chardham-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: 0 25%;
}
.hero-sec::after{
    content: '';
    background: #00000078;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-hdr{
    font-size: 40px;
    font-weight: 600;
}
.hdr-sec   { position: relative;
    z-index: 10;
    text-align: center;}
.exp-btn {
    display: block;
    background-color: #0A5B9B;
    border-radius: 50px;
    width: 192px;
    padding: 10px 11px;
    margin: 25px auto 0 auto;
    min-width: max-content;
}
.exp-btn:hover{
       background-color: #0a5b9bde;

}

.card-main{
    padding: 40px 0;
}
.hdr{
    font-size: 28px;
    font-weight: 600;
}
.text-b {
    color: #0A5B9B;
    font-size: 32px;
  font-family: "strong_girl" !important;
}
.ex-card{
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    max-height: 217px;
}
.ex-card img{
     border-radius: 18px;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
.hldy_thm_slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hldy_thm_slider a{
    color: black; min-width:23%;max-width:23%;width:25%;
}

 .hldy_thm_slider a:hover .ex-card img{
    transform: scale(1.1);
    transition: transform 0.3s;
    }
.ex-cnt{
    width: 90%;
    margin: -51px auto 20px auto;
    background-color: #ffff;
    border-radius: 14px;
     padding: 10px 16px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.ex-cnt img{
    width: 17px;
    height: 10px;
}
.arrw-div{
    width: 20%;
}
.owl-nav.disabled{
display: block !important;
}
.hldy_thm_slider .owl-prev {
    left: -27px !important;
}
.hldy_thm_slider  .owl-next {
    right: -27px !important;
}
.hldy_thm_slider .owl-nav button {
    background: none !important;
    position: absolute;
    top: 40%;
    margin: 0 !important;
    transform: translateY(-50%);
}
.rcntbg-main{
    padding-bottom: 40px;
}
.dest-img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.img-div{
    position: relative;
    overflow: hidden;
     border-radius: 10px 10px 0 0;
}
.img-div:hover .dest-img{
      border-radius: 10px 10px 0 0;
    transform: scale(1.1);
    transition: transform 0.3s;
}
.dest-nme {
    position: absolute;
    background-color: #D20909;
    border-radius: 11px;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
}
.rcnt-card-sec a{
    display: block;
    width: 31.6%;
    border-radius: 14px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    color: black;
    transition: transform 0.3ms ease-in-out;
}
/* .rcnt-card-sec a:hover .sft{
         transition:  0.35ms ease-in-out;
        transform: translateX(5px);
} */
.arrw-div{
        transform-origin: 0 0;
       transition: transform 0.35s ease-in-out;
     
}

.arrw-div img{
    width: 17px;
   
    transition: transform 0.35s ease-in-out;
}
.cntst{
    padding: 10px 15px 15px 15px;
}
.dte{
    color: #000000a6;
}
.dtl-dte img{
    width: 13px;
    height: 13px;
}
.view-btn{
    background-color: #0A5B9B;
    border-radius: 40px;
    display: block;
    margin: 35px auto 0 auto;
    width: 15%;
    padding: 12px 16px; 
    text-align:center;
}
.view-btn:hover{
     background-color: #0a5b9bde;
}
.why-us{
    background-image: url(img/bg_01.webp);
    padding: 60px 0px 60px 0px;
    background-size: cover;
    width: 100%;
    height: 100%;
   
    background: #ECF8FC;
}
.why-us-sec {
    margin-top: 25px;
}
.why-card{
    padding: 23px;
    width: 25%;
    text-align: center;
}
.why-img{

    width: 40%;
    margin: 0 auto;
}
.why-img img{
 height: 59px;
 width: 59px;

}
.contblok {
    background: #dee5fb;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 7px;
    position: relative;
    width: 65%;
    margin: 40px  auto 10px auto;
    margin-bottom: 30px;
}
.conthead {
    font-size: 12px;
    font-weight: 600;
    background: #282828;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translate(-50%, -2px);
    padding: 1px 4px;
    border-radius: 3px;
   
}
.footer-bar {
    padding: 10px 0;
    background: #000;
    margin: 0;
}


.md_drshn {
    width: 90%;
    margin: 0 auto;
}


.footer-bar a {
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
}
.ht_aend {
    align-items: end;
}

.ndertimhgt {
    margin-top: 10px;
    width: 42%;
}
@media only screen and (max-width: 900px) {
    .cont {
        width: 90%;
        padding: 0 10px;
    }

    .hero-sec {
        height: 280px;
    }

    .hero-hdr {
        font-size: 22px;
    }

    .ft-18 {
        font-size: 16px;
    }

    .ft-16 {
        font-size: 15px;
    }

    .ft-15 {
        font-size: 14px;
    }

    .hldy_thm_slider .owl-nav button {
        top: 30%;
    }

    .ft-13 {
        font-size: 12px;
    }

    .ex-cnt {
        padding: 8px 10px;
    }

    .hdr {
        font-size: 22px;
    }

    .text-b {
        font-size: 25px;
    }

    .rcnt-card-sec {
        gap: 20px;
    }

        .rcnt-card-sec a {
            width: 100%;
        }

    .view-btn {
        width: 100%;
        margin-top: 20px;
    }

    .why-card {
        width: 100%;
    }

    .contblok {
        width: 100%;
    }

    .conthead {
        top: -23px;
    }

    .contdetil {
        font-size: 14px;
    }

    .hldy_thm_slider .owl-next {
        right: -23px !important;
    }


    .card-main {
        padding: 20px 0;
    }

    .why-us {
        padding-top: 20px;
    }

    .img-div {
        height: 200px;
    }
    .ndertimhgt {
        margin-top: 10px;
        width: 42%;
        display: none;
    }
}