@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&amp;display=swap');


*{
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  }



.ourform .image-container {
    max-width: 100%;
    height: auto;
  }
  
  .ourform .image-container img {
    width: 100%;
    height: auto;
  }
.ourform {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.ourform {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px 60px 60px 60px;
    background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
}

.ourform .container {
    max-width: 800px;
    background: #fff;
    width: 800px;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ourform .container .text {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ourform .container form {
    padding: 30px 0 0 0;
}

.ourform .container form .form-row {
    display: flex;
    margin: 32px 0;
}

.ourform form .form-row .input-data {
    width: 40%;
    height: 40px;
    margin: 0 20px;
    position: relative;
}

.ourform form .form-row .textarea {
    height: 70px;
}

.ourform .input-data input,
.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.ourform .input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #3498db;
}

.ourform .textarea textarea {
    resize: none;
    padding-top: 10px;
}

.ourform .input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ourform .textarea label {
    width: 100%;
    bottom: 40px;
    background: #fff;
}

.ourform .input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.ourform .input-data .underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.ourform .input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
    transform: scale(1);
}

.ourform .submit-btn .input-data {
    overflow: hidden;
    height: 45px !important;
    width: 25% !important;
}

.ourform .submit-btn .input-data .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
    transition: all 0.4s;
}

.ourform .submit-btn .input-data:hover .inner {
    left: 0;
}

.ourform .submit-btn .input-data input {
    background: none;
    border: 1px solid white;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 700px) {
    .ourform .container .text {
        font-size: 30px;
    }

    .ourform .container form {
        padding: 10px 0 0 0;
    }

    .ourform .container form .form-row {
        display: block;
        
    }
    #myidform{
        width: 250%;
    }

    .ourform form .form-row .input-data {
        margin: 35px 0 !important;
    }

    .ourform .submit-btn .input-data {
        width: 250% !important;
    }
}





$glass:{} rgba(255, 255, 255, 0.2);
$glass-icon: rgba(255, 255, 255, 0.3);
$gradient: linear-gradient(35deg, red, purple);
$option: #320a28;



/* <select> styles */
select {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 20em;
    height: 3em;
    padding: 0 4em 0 1em;
   
    color: black;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
    /* <option> colors */
    option {
        color: inherit;
        background-color: rgb(255, 255, 255);
    }

    /* Remove focus outline */
    &:focus {
        outline: none;
    }

    /* Remove IE arrow */
    &::-ms-expand {
        display: none;
    }


    



    #a1 {
        display: flex;
        align-items: center;
        height: 10vh;
    }
    
    .radio {
        background: #454857;
        padding: 4px;
        border-radius: 3px;
        box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
            0 0 0 3px rgba(185, 185, 185, 0.3);
        position: relative;
    }
    
    .radio input {
        width: auto;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        background: #454857;
        color: #ffffff;
        font-size: 14px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
            "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
            "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        transition: all 100ms linear;
    }
    
    .radio input:checked {
        background: #a8ff78;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        color: #000000;
        box-shadow: 0 1px 1px #0000002e;
        text-shadow: 0 1px 0px #79485f7a;
    }
    
    .radio input:before {
        content: attr(label);
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    