.click-order-btn {
    background: #8A0000;
    color: #FFE600;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.click-order-btn:hover {
    background: #8A0000;
    color: #FFE600;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    text-decoration: none;
    transform: scale(1.15);
}
.click-ordertime-btn {
    background: #06BD2B;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.click-ordertime-btn:hover {
    background: #06BD2B;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transform: scale(1.15);
}
.click-package-btn {
    background: #FDD949;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.click-package-btn:hover {
    background: #FDD949;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transform: scale(1.15);
}
.discount-price-title{
    font-weight: 600;
    font-size: 26px;
}
.youtube_bg{
    background: #093600;
    padding: 20px 0;
}
.youtube_bg iframe{
    width: 100%;
    height: 500px;
    border-radius: 15px;
}
.landing-section-title{
    font-size: 30px;
    color: #FFF900;
    font-weight: 600;
    text-align: center;
}
.offer_bg{
    border: 1px solid red;
    background: #093600;
    padding: 20px 0;
    border-radius: 10px;
}
.offer_title{
    margin: 4px 17px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.product-image img{
    width: 450px;
}
.click-offer-btn{
    background: #D20000;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.click-offer-btn:hover{
    background: #D20000;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    transform: scale(1.15);
}
.click-review-btn{
    background: #D20000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.click-review-btn:hover{
    background: #D20000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 19px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transform: scale(1.15);
}
.click-review-btn2{
    background: #06BD2B;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.click-review-btn2:hover{
    background: #06BD2B;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    transform: scale(1.15);
}
.whyproduct_bg{
    background: #093600;
    padding: 20px 0;
}
.whyproduct_title{
    color:#FFF900;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.whyproduct_details{
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 25px;
}
.whyproduct_img img{
    width: 768px;
    border-radius: 10px;
}
.product_details_bg{
    background: #fff;
    padding: 20px 0;
}
.product_details_title{
    font-size: 40px;
    color: #A80000;
    font-weight: 600;
}
.product_details_text{
    background: #094727;
    /* color: #fff; */
    padding: 25px;
    border-radius: 10px;
}

.product_package_bg{
    background: #094727;
    padding: 15px 0;
}
.product_package{
    background: #F9FFF1;
    padding: 25px;
    border-radius: 10px;
}
.product_package_title_one h3{
    text-align: center;
    color: #008D03;
    font-size: 35px;
    font-weight: 600;
}
.product_package_title_two h3{
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.customer_review{
    padding: 30px 0;
}
.customer_review_title h3{
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.package_price_bg{
    background: #094727;
    padding: 20px 0;
}
.package_details {
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 25px;
}
.package_details_text h3{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.package_details_text p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.package_price_btn{
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
}
.package_price_btn:hover{
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    transform: scale(1.15);
}
.underline-container {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90px;
    height: 30px;
    pointer-events: none;
}
.green-underline-container{
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 90px;
    height: 30px;
    pointer-events: none;
}
.animated-line {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: showAndHide 8s ease-in-out infinite;
}

.underline-container.red .animated-line {
    stroke: #FF4C4C;
}

.underline-container.green .animated-line {
    stroke: #6EFF8F;
}

@keyframes showAndHide {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.8);
    }

    10% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    60% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    70% {
        opacity: 0;
        transform: translateY(10px) scale(0.8);
    }

    100% {
        opacity: 0;
        transform: translateY(10px) scale(0.8);
    }
}
@media only screen and (min-width:320px) and (max-width:991px) {
    .product-image img {
        width: 320px;
    }
    .discount-price-title {
        font-weight: 600;
        font-size: 20px;
    }
    .youtube_bg iframe {
        width: 100%;
        height: 230px;
    }
    .landing-section-title {
        font-size: 22px;
    }
    .offer_title {
        margin: 4px 17px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 26px;
    }
    .whyproduct_title {
        font-size: 22px;
    }
    .whyproduct_img img {
        width: 300px;
    }
    .product_package_title_one h3 {
        font-size: 25px;
    }
    .product_package_title_two h3 {
        font-size: 25px;
    }
    .package_details {
        border: 2px solid #fff;
    }
    .package_details_text h3 {
        font-size: 24px;
    }
    .package_details_text p {
        font-size: 16px;
    }
    .underline-container{
        bottom: -2px;
        width: 62px;
    }
}

