*{
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}
body{
    background: url(https://images.emtcontent.com/easydarshan/bg.webp) repeat center;
    background-size: contain;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
.sec-mar{
    margin-top: 70px;
}
.container{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.pgtl{
    font-size: clamp(17px,5.4vw,35px);
    font-weight: 700;
}
.pgsbtl{
    font-size: clamp(13px,3.5vw,16px);
    margin-top: 10px;
}
.mnbnr{
    background: url(https://images.emtcontent.com/easydarshan/main-bg.webp) no-repeat center;
    background-size: cover;
}
.mnflx{
    display: flex;
    justify-content: space-between;
}
.mntxt{
    font-size: clamp(17px,4vw,35px);
    font-weight: 600;
    margin: 20px 0;
}
.mnflx{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.lfttxt{
    font-size: clamp(13px,4vw,20px);
    font-weight: 500;
}
.mnright{
   margin-top:auto;
}
.mnright>img{
    display: block;
}
.fdtl{
    font-size:clamp(13px,4vw,27px);
    margin: auto;
    width: fit-content;
}
.fdbx{
background: url(https://images.emtcontent.com/easydarshan/fdbg.webp) no-repeat left;
background-size: cover;
padding: 40px 60px 40px 20%;
display: flex;
align-items: center;
justify-content: end;
gap: 20px;
max-width: 80%;
border-radius: 20px;
margin: 20px auto;
}
.fdtxt{
font-size: clamp(17px,4vw,27px);
color: #fff;
font-weight: 700;
text-wrap-style: balance;
width: fit-content;
}
.fdbtn{
    padding: 15px 30px;
    width: fit-content;
    background: #FECC00;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 500;
    font-size: clamp(12px,3.5vw,18px);
    min-width: fit-content;
}
.fdbtn:hover{
    background: #edbe01;
}
.ovfbx{
    display: flex;
    justify-content: space-between;
    gap: clamp(10px,2.8vw,20px);
    margin-top: 30px;
    overflow-x: auto;
}
.whplitm{
    text-align: center;
    flex: 1;
    min-width: 100px;
}
.whplitm img{
   aspect-ratio: 1;
    border-radius: 20px;
    border: 1px solid #BCD1E2;
    object-fit: cover;
    width: 200px;
}
.whtl{
    font-size: clamp(13px,2.5vw,20px);
    font-weight: 500;
}
.embx{
    width: 80%;
    border-radius: 20px;
    padding: 30px 30px 40px;
    font-size: clamp(13px,3.5vw,18px);
    color: #fff;
    background: url(https://images.emtcontent.com/easydarshan/embg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    margin: 40px auto;
}
.embx::after{
    content: url(https://images.emtcontent.com/easydarshan/decor.png);
    position: absolute;
    bottom: 0;
    right: 30px;
}
.whflx{
    display: flex;
    margin-top: 30px;
    gap: 20px;
    justify-content: space-between;
}
.whitm{
    background: #FDF5E7;
    border: 1px solid #F2E5AE;
    border-radius: 20px;
    padding: 20px;
    flex: 1;
}
.whitm img{
    max-width: 70px;
    aspect-ratio: 1;
}
.whttl{
    font-size: clamp(15px,4.5vw,20px);
    font-weight: 600;
    color: #7A231C;
    margin: 5px 0;
}
.whpara{
    font-size: clamp(12px,3.7vw,16px);
    max-width: calc(100% - 70px);
}
.pilbx,.whyusbx,.explbx{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    overflow-x: auto;
}
.pilitm{
    flex: 1;
    min-width: 195px;
    position: relative;
    border-radius: 20px;
    aspect-ratio: 7/8;
    overflow: hidden;
}
.pilitm img{
height: 100%;
object-fit: cover;
width: 100%;
display: block;
}
.pltl{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-size: clamp(15px,4.4vw,20px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.684), transparent);
    width: 100%;
    font-weight: 500;
}
.whyitm{
    background: #F1F9FF;
    border: 1px solid #BCD1E2;
    padding: 10px;
    border-radius: 20px;
    min-width: 175px;
}
.whyimg{
    width: 70px;
    height: 65px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whypara{
    font-size: clamp(13px,3.5vw,16px);
}
.explitm{
    border: 1px solid #E3EAF2;
    box-shadow: 0px 0px 6px #0000000D;
    padding: 7px;
    border-radius: 20px;
    background: #fff;
    flex: 1;
    min-width: 195px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.explitm:hover{
    box-shadow: 0 0 6px 0 #b8d7f8;
}
.explitm img{
    border-radius: 15px;
    display: block;
    width: 100%;
    aspect-ratio: 6/4;
}
.crdbdy{
    padding: 0 10px;
}
.dur{
    padding: 7px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    margin-top: -20px;
    background: #1D3564;
    width: fit-content;
    position: relative;
}
.expltl{
    font-size: clamp(14px,2.5vw,20px);
    font-weight: 600;
    margin-top: 5px;
}
.explbtn{
    font-size: clamp(13px,3.5vw,16px);
    color: #2093EF;
}
.assitnc{
    background: #1D3564;
    border-radius: 24px;
    padding:20px 30px 10px;
    font-size: 25px;
    color: #fff;
    margin: 70px auto;
    max-width: 750px;
    
}
.hstl{
    background: #000;
    font-size: clamp(12px,3.5vw,18px);
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    margin-top: -35px;
    width: fit-content;
    margin-bottom: 5px;
}
.assflx{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.aseml{
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-size: clamp(15px,4.5vw,22px);
    width: fit-content;
    color: #fff;
    text-decoration: none;
}
.aseml:last-child{
    justify-content: end;
}
footer{
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #000;
}
@media screen and (max-width:800px) {
    .mnflx{
        flex-direction: column-reverse;
        gap: 0;
        width: 90%;
        margin:0 auto;
    }
    .mnlft{
        margin-top: -38px;
        text-align: center;
    }
    .mnflx.nd{
        flex-direction: column;
        width: 100%;
    }
    .mntxt,.lfttxt{
        margin: 5px 0;
    }
    .mnbnr{
        padding-bottom: 20px;
    }
    .sec-mar{
        margin-top: 40px;
    }
    .fdbx{
        max-width: 100%;
        flex-direction: column;
        gap: 5px;
        align-items: end;
        padding: 10px;
    }
    .fdbtn {
    padding: 7px 10px;
    }
    .fdtxt{
        text-align: end;
		max-width:85%;
    }
    .ovfbx{
        margin-top: 15px;
    }
    .embx{
        width: 100%;
        padding: 10px;
    }
    .embx::after{
            content: url(https://images.emtcontent.com/easydarshan/decor.png);
    position: absolute;
    bottom: -7px;
    right: 10px;
    scale: .7;
    border-radius: 15px;
    }
    .whflx {
    display: flex;
    margin-top: 15px;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.whitm{
    padding: 10px;
    border-radius: 12px;
}
.whimg{
    float: right;
}
.whitm img{
    width: 60px;
}
.whttl{
    margin: 0;
}
.pilbx, .whyusbx, .explbx{
    gap: 10px;
    margin-top: 15px;
}
.pilitm{
    border-radius: 15px;
}
.pltl{
    padding: 5px 8px;
}
.whyimg{
    width: 46px;
    height: 43px;
    padding: 10px;
    border: 10px;
    margin-bottom: 5px;
}
.explitm{
    padding: 5px;
}
.dur {
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    margin-top: -10px;
}
.assitnc{
    padding: 10px 15px 5px;
    margin: 60px 0 40px;
    font-size: 0;
    border-radius: 15px;
}
.assflx{
    flex-direction: column;
    gap: 3px;
}
.aseml img{
    max-width: 20px;
}
.aseml{
    gap: 5px;
}
.hstl{
    margin-bottom: 0;
}
.aseml:first-child{
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 3px;
}

}