


@media (min-width:700px) {
    .bubble {
        border-radius: 5% !important;
    }

   
}



@media (min-width:991px) {
    .main_image_cont{
        margin-top: 150px;

    }
        .fancy-text {
            font-size: 2.5rem !important;
        }

}

@media (min-width:1399px) {
    .fancy-text {
            font-size: 3rem !important;
        }
                .main_image_cont {
                    margin-top: 50px;
        
                }


}


@media (max-width:990px) {
    .main_image_cont {
        margin-top: 250px;

    }

    .fancy-text {
        font-size: 2rem !important;
    }

    .major_image {
        width: 110% !important;
    }
    .container{
      
        
        width: 100% !important;
    }

}

@media (max-width:771px) {
    .main_image_cont {
        display: none;

    }
    .main_image_cont2{
        display: flex !important;
        position: fixed;
        top: 60;
        z-index: -0;
        opacity: 0.1;
        display: flex;
        justify-content: flex-end;
    }
    .main_image_cont2 img{
        width: 70% !important;
    }

    .fancy-text {
        font-size: 2rem !important;
        z-index: 1;
        text-align: center;
    }

    .major_image {
        width: 110% !important;
    }

    .container {


        width: 100% !important;
    }
    .btn-rounded{
        margin: 0px auto !important;
    }

}


@media (max-width:400px) {
    .main_image_cont {
        display: none;

    }

    

    .main_image_cont2 {
        display: flex !important;
        position: fixed;
        top: 60;
        z-index: -0;
        opacity: 0.1;
        display: flex;
        justify-content: flex-end;
    }

    .main_image_cont2 img {
        width: 70% !important;
    }

    .fancy-text {
        font-size: 1.7rem !important;
        z-index: 1;
        text-align: center;
    }

    .major_image {
        width: 110% !important;
    }

    .container {


        width: 100% !important;
    }

    .btn-rounded {
        margin: 0px auto !important;
    }
    .first-row,.bubble{
        margin-top: 35px !important;
    }
    .text_row{
        margin-top: 10px !important;
       
        p{
            margin-bottom: 10px;
            font-size: 16px !important;
        }
        h3{
            font-size: 18px;
        }
    }

}





.major_image{
    width: 100%;
}


.fancy-text {
    
    background: linear-gradient(90deg, #FF66C4, #925BFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    /* Adjust as needed */
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(255, 102, 196, 0.5);
}
.first-row{
    display: flex;
    margin-top: 100px;
    flex-direction: column;
}
.form_cont{
    margin-top: 100px !important;
    
}
.text_row{
    margin-top: 30px;
    min-height: 200px;
    padding: 10px 10px;
    h3{
        color: whitesmoke;
        font-weight: 600;
    }
    p{
        color: rgb(209, 209, 209);
        font-size: 17px;
    }
}
