.left_span{
    position: relative;
    color: white;
    height: 60px;
    top: 10rem;
    font-size: 50px;
    left: 10vw;
    /* background-color: tomato; */
}
.style_letter{
    color: #BC3A80;
}
.right_span{
    top: -20px;
    position: relative;
    margin-left: 30vw;
    /* background-color: teal; */
    /* left: 20vw; */

}
form{
    padding: 0.5rem 3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #262323;
    color: white;
    align-items: flex-start;
    border-radius: 1rem;
    width: 15rem;
}
.holder{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    /* background-color: white; */
}
.above{
    margin-top: 3rem;
}
input{
    background-color: #060606;
    border: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
    outline: none;
}
option{
    border: none;
    outline: none;
}
select{
    position: relative;
    width: 100%;
    background-color: #060606;
    border: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
}
.btn_hldr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
}
.buy_btn{
    background-color: #1762A7;
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 1rem 0rem;
    border-radius: 0.5rem;
    color: white;
    border: none;
    outline: none;
}
.buy_btn:hover{
    background-color: rgb(56, 140, 218);
    cursor: pointer;
}
.bubble_bl{
    position: absolute;
    width: 11rem; 
    z-index: 0;
    min-width: 150px;
    left: 6rem;
    top: 5rem;
    z-index: -1;
}
.bubble_t{
    position: absolute;
    max-width: 17rem;
    min-width: 200px;
    top: 17rem;
    left: 37vw;
    z-index: -1;
}
@media all and (max-width:900px){
    .main_section{
        flex-direction: column-reverse;
        justify-content: center;
        justify-items: center;
    }
    .left_span{
        margin: auto;
        left: 0;
        top: 3rem;
        margin-bottom: 10rem;
    }
    .right_span{
        /* top: 15rem; */
        margin-left: 0;
        /* margin-bottom: 15rem; */
    }
    .right_span{
        margin: auto;
    }
    .bubble_t{
        top: 100%;
        bottom: 0;
    }
    .bubble_bl{
        top:0;
    }

}
