*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Font Families section start */

@font-face {
    font-family: robot_slab_font;
    src: url(../fonts/RobotoSlab-SemiBold.ttf);
  }

  @font-face {
    font-family: poppins_regular_font;
    src: url(../fonts/Poppins-Regular.ttf);
  }

/* Font Families section end */  

.mr-0
{
 margin: 0px !important;
}

.main_background
{
    background-image: url(../images/next_form_bg.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.main_container
{
        position: absolute;
        left: 50%;
        top: 60%; 
        transform: translate(-50%, -50%);
        background-color: #83499c;
        padding-bottom: 50px;
}

.side_img1
{
    position: absolute;
    left: -30px;
    top: 100px;
    width: 100px !important;
    animation-name: element_updown_animation;
   animation-duration: 20s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
}

.side_img2
{
    position: absolute;
    right: -40px;
    top: 100px;
    width: 100px !important;
    animation-name: updown_animation2;
   animation-duration: 1s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
}

@keyframes updown_animation2 {
    from {
        transform: translateY(0%);
        }
    to {transform: translateY(-10%)}
    }

@keyframes element_updown_animation {
    from {
        transform: rotate(0%);
        }
    to {transform: rotate(360deg)}
    }

.row_container
{
    width: 80%;
    margin-left: 130px !important;
    margin-top: 50px !important;
}

.row_container2
{
    width: 80%;
    margin-left: 130px !important;
    margin-top: 20px !important;
}

.main_background h1
{
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    font-family: robot_slab_font;
    padding-top: 50px;
}

.main_container p
{
    color: #c9a7d7;
    text-align: center;
    font-family: poppins_regular_font;
    font-size: 10px;
    letter-spacing: 4px;
}

.input_box
{
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.input_box input
{
    background: none;
    border: none;
    outline: none;
    color: #c9a7d7;
    padding: 10px;
    width: 90%;
}

.input_box input::placeholder
{
    color:#c9a7d7;
}

.input_box i
{
    padding-left: 10px;
    color: #c9a7d7;
}


/* message input css */
.input_box2
{
    border: 1px solid #ffffff;
    border-radius: 10px;
    height: 150px;
}

.input_box2 input
{
    background: none;
    border: none;
    outline: none;
    color: #c9a7d7;
    padding: 10px;
    width: 100%;
    /* height: 100%; */
}

.input_box2 input::placeholder
{
    color:#c9a7d7;
}

.input_box2 i
{
    padding-left: 10px;
    color: #c9a7d7;
}

.main_button
{
    width: 300px !important;
    height: 50px !important;
    background-color: #ffffff;
    color: #39065f;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px !important;
    transition: all 1s ease-in;
}

.main_button:hover
{
    /* color: #ffffff;
    background-color: #39065f; */
    transform: scale(1.1);
}

.main_banner_logo
{
   margin-left: 30px;
   margin-top: 60px;
   animation-name: updown_animation;
   animation-duration: 1s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
   width: auto;
   height: auto;
   z-index: 1;
}


@keyframes updown_animation {
from {
    transform: translateY(0%);
    }
to {transform: translateY(-6%)}
}


/* media query */

@media (min-width:320px) and (max-width:426px)
{
    .main_banner_logo
{
   margin-left: 30px;
   margin-top: 60px;
   animation-name: updown_animation;
   animation-duration: 1s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
   width: 80%;
   height: auto;
   z-index: 1;
}

.main_container
{
        position: absolute;
        top: 80%; 
        transform: translate(-50%, -50%);
        background-color: #83499c;
        padding-bottom: 50px;
        width: 100%;
}

.row_container
{
    width: 100%;
    margin-left: 15px !important;
}

.row_container2
{
    width: 100%;
    margin-left: 15px !important;
}

.side_img1
{
    position: absolute;
    left: 0px;
    top: 100px;
    width: 60px !important;
    animation-name: element_updown_animation;
   animation-duration: 20s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
}

.side_img2
{
    position: absolute;
    right: 0px;
    top: 100px;
    width: 60px !important;
    animation-name: updown_animation2;
   animation-duration: 1s !important;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-fill-mode: both;
}

.main_background
{
    background-image: url(../images/next_form_bg.png);
    width: 100%;
    height: 150vh;
    background-size: cover;
    background-position: center;
}

.main_container p
{
    color: #c9a7d7;
    text-align: center;
    font-family: poppins_regular_font;
    font-size: 8px;
    letter-spacing: 4px;
}

.input_box input
{
    background: none;
    border: none;
    outline: none;
    color: #c9a7d7;
    padding: 10px;
    width: 90%;
}
.input_box
{
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-top: 15px;
}

.main_button
{
    width: 200px !important;
    height: 50px !important;
    background-color: #ffffff;
    color: #39065f;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px !important;
    transition: all 1s ease-in;
}
}