*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 400;
}

/* header section here */
.header_section .header_content {
    padding: 10px 0;
}

.header_section .header_content .logo img {
    height: 100px;
    float: left;
    border-radius: 15px;
}

.header_section .header_content .header_title h3 {
    text-transform: uppercase;
    /* letter-spacing: 6px; */
    font-size: 27px;
    margin-bottom: 0;
    color: #FFE609;
    font-family: cursive;
    font-weight: bold;
    margin-bottom: 7px;
}

.header_section .header_content .header_title h5 {
    text-transform: uppercase;
    /* letter-spacing: 6px; */
    font-size: 27px;
    margin-bottom: 0;
    color: #fff;
    font-family: cursive;
    font-weight: bold;
    margin-bottom: 7px;
}


.header_section .header_content .header_title h5 {
    font-size: 24px;
    margin-bottom: 0;
}

.header_section .header_content .price h4 {
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    padding-bottom: 0;
    color: #000;
}

.benefits_content .title h4 {
    background-color: #ff7b00;
    font-family: "Anek Bangla", Sans-serif;
    color: #fff;
    padding: 22px 0;
    font-weight: bold;
    font-size: 30px;
    border-radius: 4px;
    margin-bottom: 0;
    border-bottom: 6px solid #fff;
}

.benefits_content .benefit_sec p {
    font-size: 23px;
    line-height: 25px;
    /* color: #fff; */
    margin-bottom: 0;
    text-align: justify;
    font-weight: 600;
    font-family: "Anek Bangla", Sans-serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.benefits_content .benefit_sec {
    padding: 20px;
    /* background: #167ac6; */
}

.first_section_header_title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: #FFFFFF;
    text-align: center;
    font-family: "Anek Bangla", Sans-serif;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 10px #B90303, 0 0 15px #B90303;
    }

    100% {
        box-shadow: 0 0 20px #fff, 0 0 30px #B90303, 0 0 40px #B90303;
    }
}

.first_section .order_btn a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* background-color: #ff6012; */
    background-color: #B90303;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    /* border-radius: 63px 63px 63px 63px; */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 35px;
    text-decoration: none;
    color: #FFFFFF;

    animation: glow 1s ease-in-out infinite alternate;
    transition: all 0.3s ease;
}


.first_section .order_btn a:hover {
    background: #FFFFFF;
    color: #000;
    border-color: #038bad;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}

.first_section .description p {
    font-size: 18px;
    color: #f50808;
    font-weight: 600;
}

.first_section .video_sec iframe {
    height: 500px;
}

/* .first_section .img_section {
    background: #6dbc4c;
} */
.first_section .img_section img {
    /* height: 650px; */
    width: 100%;
}

.second_section .description p {
    font-size: 27px;
    font-family: "Anek Bangla", Sans-serif;
    padding: 21px 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    background: #ff7b00;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.second_section .accordian_sec .accordion-item {
    border-bottom: 1px solid #fff;
}

.second_section .accordian_sec .accordion-item .accordion-body {
    background: #7ec2b1;
    color: #000;
    font-family: "Anek Bangla", Sans-serif;
}

.second_section .accordian_sec .accordion-item .accordion-header button {
    background: #b0f4e3;
    color: #000;
    font-size: 20px;
    font-family: "Anek Bangla", Sans-serif;
    font-weight: bold;
}

/* .second_section {
    background: #3e712a;
} */


@keyframes glowRed {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 10px #B90303, 0 0 15px #B90303;
    }

    100% {
        box-shadow: 0 0 20px #fff, 0 0 30px #B90303, 0 0 40px #B90303;
    }
}

@keyframes glowGreen {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 10px #00560C, 0 0 15px #00560C;
    }

    100% {
        box-shadow: 0 0 20px #fff, 0 0 30px #00560C, 0 0 40px #00560C;
    }
}

.btn_section .order_btn a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* background-color: #ff6012; */
    background-color: #B90303;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    /* border-radius: 63px 63px 63px 63px; */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 35px;
    text-decoration: none;
    color: #FFFFFF;

    animation: glowRed 1s ease-in-out infinite alternate;
    transition: all 0.3s ease;
}

.btn_section .order_btn a:hover {
    background: #00560C;
    color: #FFFFFF;
    border-color: #FFFFFF;
    transition: all .7s ease;
    animation: glowGreen 1s ease-in-out infinite alternate;
    transition: all .7s ease;
}

.btn_section .order_btn_faq a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* background-color: #ff6012; */
    background-color: #B90303;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    /* border-radius: 63px 63px 63px 63px; */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 35px;
    text-decoration: none;
    color: #FFFFFF;
}

.btn_section .order_btn_faq a:hover {
    background: #00560C;
    color: #FFFFFF;
    border-color: #FFFFFF;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}

.btn_section .phone_order_btn a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFED4D;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 45px;
    text-decoration: none;
    color: #000;
}

.btn_section .phone_order_btn a:hover {
    background: #00560C;
    color: #FFFFFF;
    border-color: #FFFFFF;
    transform: scale(1.1);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}


.bangla-heading {
    font-family: "Anek Bangla", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
}

.third_section .title h4 {
    background-color: #ff7b00;
    color: #fff;
    padding: 22px 0;
    font-weight: bold;
    font-size: 35px;
    font-family: "Anek Bangla", Sans-serif;
    border-radius: 4px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

.third_section .third_sec p {
    font-size: 18px;
    font-family: "Anek Bangla", Sans-serif;
    line-height: 39px;
    font-weight: 700;
    background: #b0f4e3;
    padding: 10px;
    color: #000;
}

.product-carousel .product-card {
    background-color: white;
    border: 2px solid green;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.product-carousel .product-card:hover {
    transform: translateY(-5px);
}

.review-carousel .review-img {
    height: auto;
    object-fit: fill;
    border-radius: 5px;
}

.product-carousel .product-img {
    height: 470px;
    object-fit: cover;
    border-radius: 5px;
}

.product-carousel .product-info {
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-radius: 0 0 8px 8px;
}

.product-carousel h5,
.product-carousel p {
    margin: 0;
}


.forth_section .order_section {
    box-shadow: 0 0 3px #bdbbbb;
    border-radius: 60px 60px 30px 30px;
    /* background: #167ac6; */
    border: 1px solid #FF3131;
    border-width: 20px 3px 3px 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.forth_section .order_section h4 {
    color: #048595;
    font-family: "Anek Bangla", Sans-serif;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    color: #000;
}

.forth_section .order_section h4 span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.forth_section .order_section form {
    /* background: #00803736; */
    padding: 10px;
}

.forth_section .order_section .billing_sec h5 {
    font-size: 23px;
    margin-bottom: 30px;
    font-family: "Anek Bangla", Sans-serif;
}

.forth_section .order_section .billing_sec label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Anek Bangla", Sans-serif;
}

.forth_section .order_section .package_sec .card {
    padding: 16px;
    background: #f1f1f1;
    /* transition-duration: .5s; */
    transition: all 0.5s ease-out;
}

.forth_section .order_section .package_sec .card:hover {
    background: #dbdbdb;
}

.forth_section .order_section .package_sec .card label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.forth_section .order_section .package_sec {
    text-decoration: none;
}

.forth_section .order_section .package_sec .card input {
    border: 1px solid #333;
}

.forth_section .order_section .package_sec .card label p span {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
}

.forth_section .order_section .package_sec .card label .currency {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}

.forth_section .order_section .order_sec h5 {
    font-size: 20px;
    /* margin-bottom: 30px; */
    font-family: "Anek Bangla", Sans-serif;
}

.forth_section .order_section .order_sec .table thead tr th {
    font-size: 14px;
    font-family: "Anek Bangla", Sans-serif;
}

.forth_section .order_section .order_sec .table tbody tr td {
    font-size: 14px;
    font-family: "Anek Bangla", Sans-serif;
}

.forth_section .order_section .order_sec .form-check-input {
    border: 1px solid #333;
}

.forth_section .order_section .order_sec .payment_sec .card .card-header {
    font-size: 16px;
    font-weight: 600;
    background: #041058;
    color: #fff;
}

.forth_section .order_section .order_sec .payment_sec .card .card-body p {
    font-size: 15px;
    margin-bottom: 0;
}

.forth_section .order_section .order_sec .payment_sec .payment_bottom p {
    font-size: 12px;
    text-align: justify;
    color: #000;
}

.forth_section .order_section .order_sec .payment_sec .payment_bottom p a {
    color: #e37204;
}

.forth_section .order_section .order_sec .payment_sec .order_btn button {
    background: #008000;
    color: #fff;
    padding: 10px 0;
}

.footer_section .footer_content a {
    text-decoration: none;
    color: white;
}

/* plus minus css */
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 32px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
    background: #041058;
}

/* Address Section CSS */
.address_section .forth_title {
    background: #041058;
    padding: 30px 0;
    border-radius: 4px;
}

.address_section .forth_title h5 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.button-text {
    font-size: 14px;
}

/* call button CSS */
.call_button {
    color: #fff;
    font-size: 16px;
    border: none;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    background: transparent;
}

.call_button span {
    box-shadow: 0px 0px 3px #333;
    padding: 2px 20px;
    border-radius: 20px;
    color: #f16334;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    background: #ddd;
}

.call_button .call_icon {
    background: #03E78B;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
}

/* video Review Section CSS */
/* .video_review iframe {
    height: 400px;
} */

.video_review {
    padding: 15px 0;
}

.video-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video_frame {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
}

@media only screen and (max-width: 767px) {
    .header_section .header_content .header_title h3 {
        font-size: 25px;
        letter-spacing: 0;
        font-family: Taha;
    }

    .header_section .header_content .logo img {
        height: 100px;
        text-align: center !important;
    }

    .header_section .header_content .price h4 {
        font-size: 24px;
        font-weight: bold;
    }

    .benefits_content .title h4 {
        font-size: 25px;
    }

    .header_section .header_content .header_title h5 {
        font-size: 20px;
    }

    .first_section .img_section img {
        height: auto;
    }

    .first_section .benefits_content .title h4 {
        font-size: 25px;
    }

    .first_section .description p {
        font-size: 15px;
        text-align: justify;
    }

    .first_section .video_sec iframe {
        height: 300px;
    }

    .second_section .description p {
        font-size: 20px;
        text-align: justify;
        font-weight: bold;
    }

    .second_section .accordian_sec .accordion-item h2 button {
        font-size: 12px;
        font-weight: bold;
    }

    .third_section .title h4 {
        font-size: 20px;
    }

    .third_section .third_sec p {
        font-size: 14px;
        line-height: 30px;
    }

    .address_section .forth_title h5,
    h4 {
        font-size: 17px;
    }

    .address_section .forth_title h3 {
        font-size: 22px;
    }

    .address_section .forth_title {
        padding: 15px 0;
    }

    .address_section .order_section h4 {
        color: #f77d06;
        text-align: center;
        padding: 10px 0;
        font-size: 18px;
    }

    .order_sec .table tbody tr td .order_img {
        height: 50px !important;
        width: 76px !important;
    }

    .order_sec .table tbody tr .shipping_charge label {
        font-size: 13px;
    }

    .video_review iframe {
        height: 200px;
    }

    .forth_section .order_section h4 {
        font-size: 17px;
    }

    .forth_section .order_section h4 span {
        font-size: 16px;
    }

    .video_frame {
        height: 200px;
    }

    .button-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {

    .first_section {
        clip-path: ellipse(140% 100% at top);
    }

    .sub_total,
    .unitTotal {
        display: flex;
        justify-content: space-between;
    }

    .first_section .order_btn a {
        font-size: 15px;
    }

    .btn_section .order_btn a {
        font-size: 15px;
    }

    .btn_section .order_btn_faq a {
        font-size: 15px;
    }

    .img_section img {
        width: 100% !important;
    }

    .benefits_content .benefit_sec p {
        font-size: 15px;
    }

    .first_section_header_title h3 {
        font-size: 18px;
        text-align: justify;
    }

    .second_section .accordian_sec .accordion-item .accordion-header button {
        font-size: 16px;
    }

    .third_section .third_sec p {
        font-size: 16px;
    }

    .benefits_content .title h4 {
        font-size: 20px;
    }

    .second_section .description p {
        font-size: 20px;
    }

    .third_section .title h4 {
        font-size: 20px;
    }

    .product-carousel .product-card {
        height: 475px;
    }

    .product-carousel .product-img {
        height: 470px;
        object-fit: cover;
        border-radius: 5px;
    }
}