.top-section-package-detail{
    background-color: #FFECF8;
}
.package-poster{
    width: 80%;
   height: auto;
    border-radius: 15px;
}
.video-package-details{
    width: 80%;
    margin: 0 auto ;
    height: auto;
    max-height: 450px;
    border-radius: 15px;

}
.moshavare{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #ffffff;
    border-radius: 15px;
    width: 100%;
    text-align: center;
}
.buy{
   background-color: #ffffff;
    border: 2px solid #FF5BF8;
    border-radius: 15px;
    width: 100%;
    color: #FF5555;
    text-align: center;

}
.box-price-package-detail{
width: 50%;
    border-radius: 10px;
    border: 4px solid #FF5555;
    margin: 50px auto;

}
.box-price-package-detail{
    color: #000000;
    font-size: 18px;

}

 .box-price-package-detail button{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%) !important;
    color: #ffffff !important;
    border: unset !important;
    border-radius: 15px !important;
     width: 50%;
     padding:20px;
}

@media screen and (max-width: 768px) {
    .reverse-just{
        flex-direction: column-reverse !important;
    }
    .box-price-package-detail button{
        width: 80%;
    }
    .box-price-package-detail{
        width: 90%;
    }

}

/*pay offline*/

#form-offline{
    background: #FFECF8 !important;
    border-radius: 15px;
    padding: 10% 10%;
}
#submit-btn-2{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    border-radius: 15px;
    border: unset;
}