*{
    padding: 0;
    margin: 0;
}

p, .sp_des{
    text-align: justify;
    font-size: large;
}

/* loader */
#loader{
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-color: rgb(250, 116, 138);
    position: fixed;
}
#load_amt{
    height: 100px;
    width: 100px;
    border: 15px solid rgb(51, 51, 51);
    border-top-color: rgb(80, 80, 165);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
}
@keyframes spin{
    100%{
        transform: rotate(360deg);
    }
}

.web_content{
    background-color: rgb(255, 255, 255);
    border: 10px solid pink;
    display: none;
}

.head_banner{
    background-color: rgb(244, 211, 217);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    margin-bottom: 40px;
        
    display: flex;
}

.head_banner span{
    font-size: x-large;
    margin-left: 40px;
}

#btn_re{
    height: 100%;
    width: 50px;
    font-size: x-large;
    font-weight: bold;
    color: white;
    background-color: pink;
    border: 1px solid pink;
}

@media only screen and (max-width: 768px){
    #vid{
        width: 100%;
        height: 300px;
    }
}

@media only screen and (min-width: 768px){
    #vid{
        width: 100%;
        height: 320px;
    }
}

@media only screen and (min-width: 1000px){
    #vid{
        width: 100%;
        height: 400px;
    }
}

@media only screen and (min-width: 1200px){
    #vid{
        width: 100%;
        height: 500px;
    }
}
@media only screen and (min-width: 1400px){
    #vid{
        width: 100%;
        height: 600px;
    }
    
}

.option_items{
    height: 50px;
    align-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    font-weight: bold;
    font-size: medium;
    cursor: default;
}

.value_table{
    border: 1px solid rgb(174, 174, 174);
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    font-size: large;
}

.img_wrap{
    border: 1px solid rgb(174, 174, 174);
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}

.img_note{
    font-style: italic;
    color: gray;
    font-size: large;
    text-align: center;
    padding-top: 10px;
}

.item_rate{
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
.item_rate i{
    color: rgb(227, 202, 17);
}

#btn_order{
    width: 100%;
    height: 50px;
    font-size: x-large;
    text-transform: uppercase;
    background-color: pink;
    color: white;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
}
#btn_order:hover{
    background-color: rgb(239, 206, 212);
}

.old_price{
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: gray;
    text-decoration: line-through;
}
.new_price{
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: red;
}


.marquee_area{
    border-top: 30px solid rgb(65, 65, 65);
    border-bottom: 30px solid rgb(65, 65, 65);
    border-left: 5px solid rgb(65, 65, 65);
    border-right: 5px solid rgb(65, 65, 65);
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
    background-color: white;
}
.m_main{
    text-align: center;
}
.m_content{
    padding: 20px;
}
.m_item{
    text-align: center;
    padding-top: 60px;
}
#m_des{
    font-size: large;
}
.m_n_price{
    float: left;
    font-size: x-large;
    font-weight: bold;
    color: red;
}
.m_n_price::after{
    content: "";
    clear: both;
}
.m_o_price{
    float: right;
    font-size: x-large;
    text-decoration: line-through;
    color: gray;
}
.m_o_price::after{
    content: "";
    clear: both;
}

#footer_area{
    background-color: rgb(228, 255, 228);
    margin-top: 5%;
    /* padding-top: 2%; */
    text-align: center;
}
@media only screen and (min-width: 1000px){
    #footer_area{
        font-size: large;
    }
}

.footer_col_1_img{
    text-align: center;
    border: 1px solid rgb(246, 198, 206);
}

.footer_content_list{
    list-style: none;
}

#btn_footer_si{
    width: 100%;
    height: 50px;
    color: white;
    background-color: pink;
    border: 1px solid pink;
    box-shadow: 0px 0px 10px black;
    text-transform: uppercase;
    font-weight: bold;
}
#payment_img{
    text-align: right;
}

#buy_box{
    background-color: white;
    border: 1px solid rgb(174, 174, 174);
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    
}

