@import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap");

.landingpage_heading h4 {
    font-family: "Tiro Bangla", serif;
    background: #ff57b9;
    color: #fff;
    padding: 15px 0;
}

.landingpage_heading p {
    font-family: "Tiro Bangla", serif;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}
.landingpage_heading .landing_title_two {
    background: #FF57B9;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
    font-family: "Tiro Bangla", serif;
    font-size: 28px;
}
.landing_youtube_video {
    background: #f4f4f4;
    padding: 15px 0;
}
.landing_youtube_video .youtube_title {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: "Tiro Bangla", serif;
}

.order-btn-landing {
    display: inline-block;
    background-color: #F79AC0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 30px;
    border: 2px solid #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Tiro Bangla", serif;
}

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

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.order-btn-landing:hover {
    color: #fff;
    background-color: #FF5ABB;
    animation: pulse 1.2s infinite ease-in-out;
}

.landing_price {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-image: linear-gradient(180deg, #ffffff 0%, #f79ac0 100%);
}

.landing_price .price_title h3 {
    background: #ff5abb;
    text-align: center;
    color: #fff;
    font-family: "Tiro Bangla", serif;
    padding: 15px;
    border-radius: 10px;
}

.landing_price .price_title h5 {
    color: #000;
    font-family: "Tiro Bangla", serif;
    font-size: 30px;
}

.landing_details {
    background-image: linear-gradient(180deg, #F79AC0 0%, #ffffff 100%);
    padding: 10px 0;
}

.landing_details .landing_title h3 {
    background: #FF5ABB;
    text-align: center;
    color: #fff;
    font-family: "Tiro Bangla", serif;
    padding: 15px;
    border-radius: 10px;
}

.why_landing_details .landing_title h3 {
    background: #FF57B9;
    text-align: center;
    color: #fff;
    font-family: "Tiro Bangla", serif;
    padding: 15px;
    border-radius: 10px;
}

.landing_product_review_details h5 {
    font-family: "Tiro Bangla", serif;
    font-size: 25px;
}
.landing_main_img {
    text-align: center;
}
.landing_main_img img {
    width: 400px;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .landingpage_heading .landing_title_two {
        font-size: 20px;
    }
    .landing_main_img img {
        width: 250px;
    }
}
