.bg-white1
{
    background-image: url("https://cdn.prod.website-files.com/660fec29bd77a271c07eb5b6/662641420ae932b449d06ff6_Subtract%20(46).svg");
    background-repeat: no-repeat;
}
.creators_bg{
    background-image: url("https://cdn.prod.website-files.com/660fec29bd77a271c07eb5b6/661e71a726ca22bdd7739af5_Subtract%20(22).svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-movie-makers
{
    background-color: #d8effb;
    border-radius: 15px;
}
.creators_bg_makers
{
    background-color: #f1f5f5;
    border-radius: 15px;
}
.stream_bg
{
    background-color: #ecfae9;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
}
.stream_bg_1
{
    background-color: #f8ffbc;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
}
.stream_bg_2
{
    background-color: #d6f6fa;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
}
.stream_bg_3
{
    background-color: #fdeefe;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
}
.radius_cornner
{
    border-top-left-radius: 20px;
}
.radius
{
    border-radius: 20px;
}
a{
    color: #000;
    text-decoration: none;
}
.left-f
{
    font-size: 55px;
    left: -180px;
    position: relative;
    top: 14px;
    font-weight: 600;
}
.left-p
{
    font-size: 55px;
    position: relative;
    top: 0px;
    left: -90px;
    font-weight: 600;
}
.left-w
{
    font-size: 60px;
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: 600;
}
.left-3x
{
    left: 140px;
    position: relative;
    top: 30px;
}
.img1_text
{
    top: 120px;
    position: absolute;
    font-size: 20px;
    width: 80%;
    padding: 50px 70px;
}
.bg-img1
{
    background-color: #f3f4f4;
    padding: 42px 50px;
    top: -37px;
    position: relative;
    border-radius: 30px;
}
.broder-right
{
    border-right: 1px solid #b7baba;
}
.innerpage p
{
    font-size: 18px;
    line-height: 30px;
}
.innerpage ul li
{
    font-size: 18px;
    line-height: 30px;
}
.img_top
{
    top:0px;
    position: relative;
}
.img_text
{
    position: absolute;
    width: 80%;
}
.box-w
{
    top: 150px;
    position: relative;
    z-index: 9;
    width: 400px !important;
    left: 176px;
    font-size: 35px;
}
.w-60{
    width:60%;
    border-radius: 20px;
    padding:20px;
}
.ml-10
{
    left: 30%;
    position: relative;
}
.p_bg
{
    background-color: #46b2ec;
    color: #fff;
    padding: 20px;
    border-radius: 0px;
}
.icon_width
{
    width: 60px;
    justify-content: center;
    margin: 0 auto;
}
input#principal
{
    border: none;
    border-bottom: 1px solid;
    font-size: 30px;
    width: 50%;
    
}
.btn_submit
{
    border: none;
    background-color: #46b2ec;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
}
.grow_bg
{
    background-color: #92d0f1;
    padding: 20px;
}
/* Style for the radio buttons to look like buttons */
.radio-btn {
    display: inline-block;
    border: 1px solid #46b2ec;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    text-align: center;
}

/* Change color when radio button is selected */
.radio-btn.selected {
    background-color: #46b2ec;
    color: #fff;
}

/* Hide the actual radio buttons */
input[type="radio"] {
    display: none;
}

/* Style the input field */
#principal {
    padding: 8px;
    font-size: 14px;
}

#result {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.icon_color
{
    color: #46b2ec;
}
.error
{
    color: red;
}
/*footer style*/
footer
{
    background-color: #46b2ec;
    padding: 20px 10px;
    margin-top: 20px;
    color: #fff;
    
}
footer a
{
    color: #ffff;
}
/*end footer style*/