@import url("https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap");
.landing_heading_part {
    background: #b90b0c;
    padding: 20px 0;
    text-align: center;
}
.landing_title h2 {
    margin: 10px 0;
    font-family: "Anek Bangla", sans-serif;
    background: #ffdada;
    border: 1px dotted #b90b0c;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 35px;
}
.landing_title h3 {
    margin: 20px 0;
    font-family: "Anek Bangla", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 35px;
    line-height: 48px;
}
.landing_title .youtube_video {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.landing_title .youtube_video iframe {
    width: 70%;
    height: 400px;
    text-align: center;
    border: 2px solid #b90b0c;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.landing_title h4 {
    margin: 10px 0;
    font-family: "Anek Bangla", sans-serif;
    background: #ffdada;
    border: 1px dotted #b90b0c;
    padding: 15px;
    width: 70%;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
}

.landing-order-btn {
    display: inline-block;
    background-color: #b90b0c;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 10px 30px;
    gap: 10px;
    font-family: "Anek Bangla", sans-serif;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.landing-order-btn i {
    font-size: 30px;
    margin-right: 10px;
}

.landing-order-btn:hover {
    background-color: #000;
    color: #fff;
    transform: scale(1.1);
    text-decoration: none;
}

.landing_details h2 {
    margin-top: 30px;
    font-family: "Anek Bangla", sans-serif;
    color: #fff;
    background: #b90b0c;
    border: 1px dotted #b90b0c;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 35px;
    box-shadow: 0px 3px 10px 3px rgb(215 167 191 / 74%);
}

.landing-bsti-details {
    margin-top: 30px;
    background: #b90b0c;
    padding-bottom: 30px;
}

.landing-bsti-details h2{
    background: #b90b0c;
    width: 80%;
    padding: 40px 0;
    font-family: "Anek Bangla", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 35px;
}

.landing-bsti-details img{
    width: 550px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.landing-bsti-details h3{
    padding-top: 30px;
    font-family: "Anek Bangla", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 30px;
}

.landing-youtube-section .landingyoutube_video iframe{
    width: 100%;
    height: 200px;
}

.landing-price-section{
    margin: 20px 0;
    background: #b90b0c;
    padding: 30px 0;
    text-align: center;
}

.landing-price-section h2{
    font-family: "Anek Bangla", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 35px;
}
.landing-price-section h3{
    margin-top: 20px;
    font-family: "Anek Bangla", sans-serif;
    color: #FFDF00;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 45px;
}

.order_form_title{
    color: #fff;
    background: #b90b0c;
    border-radius: 10px 10px 0px 0px;
    font-family: "Anek Bangla", sans-serif;
    text-align: center;
    padding: 8px;
}

.landing-form-control{
    border: 2px solid #b90b0c !important;
    border-radius: 5px !important;
    height: 45px;
}

@media (max-width: 576px) {
    .landing_title h2{
        font-size: 22px;
    }

    .landing_title h3{
        font-size: 20px;
        line-height: 28px;
    }

    .landing_title h4{
        font-size: 15px;
    }

    .landing_details h2{
        font-size: 26px;
    }

    .landing-bsti-details h2{
        font-size: 22px;
        line-height: 35px;
    }
    .landing-bsti-details h3{
        font-size: 22px;
    }

    .landing-price-section h2{
        font-size: 24px;
    }

    .landing-price-section h3{
        font-size: 30px;
    }

    .landing-order-btn {
        font-size: 20px;
        padding: 8px 20px;
    }

    .landing-order-btn i {
        font-size: 22px;
        margin-right: 8px;
    }

    .landing-bsti-details img{
        width: 320px !important;
    }

    .landing-youtube-section .landingyoutube_video iframe{
        height: 240px !important;
    }
}
