body{
    font-family: "Rubik", sans-serif;
}
a{
    text-decoration: none;
}
.main-wrapper.step-3{
    display: block;
}
.close-button img{ 
    position: absolute;
    top: 30px;
    right: 30px;
}
.main-img{
    height: 100vh;
    background-color: #2F0A70;
    align-items: center;
    display: flex;
    justify-content: center;
}
.main-content{
    position: relative;
    padding-inline: 100px;
    background-image: url(../assets/images/Vector.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.button-wrapper.contact{
    position: absolute;
    bottom: 40px;
}
.button-wrapper.contact button, .button-wrapper.contact a, .dt-buttons button{
    padding: 20px 40px;
    text-decoration: none;
    color: #0D0F18;
    border: 2px solid #0D0F18;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
}
.button-wrapper.contact a i{
    padding-left: 45px;
}
h1{
    font-size: 39px;
    font-weight: 700;
    color: #0D0F18;
    line-height: 60px;
    padding-top: 20px;
}
p, .step-2 p.email-id, .step-2 p.form-heading{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.step-2 p{
    color: #888888;
}
/* form */

.form-wrapper{
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}
.custom-form {
    max-width: 600px;
    margin: 50px auto;
    /* padding: 20px; */
}
.custom-form label {
    font-weight: bold;
}
.form-control {
    border-radius: 30px;
}
.custom-message {
    border-radius: 20px;
    height: 150px;
}
.btn-custom {
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.btn-custom:hover {
    background-color: #fff;
    color: #000;
}
.close-link {
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
    color: #000;
}
.close-link:hover {
    color: #666;
}
.form-button-wrap{
    display: flex;
    position: absolute;
    bottom: 40px;
    align-items: center;
}
.step-2 .button-wrapper.contact{
    position: unset;
}
.email p.label{
    font-size: 12px;
    font-weight: 500;
    color: #898989;
}
.custom-form :-ms-input-placeholder{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* media query */

@media only screen and (max-width: 600px){
    .main-img {
        height: 20vh;
    }
    .main-img img{
        width: 120px;
    }
    .main-content{
        padding-inline: 33px;
        height: 80vh;
    }
    .form .main-content{
        height: auto;
    }
    h1 {
        font-size: 29px;
        line-height: 44px;
    }
    .button-wrapper.contact {
        position: relative;
        padding-top: 27px;
        bottom: 0px;
    }
    .form-button-wrap {
        display: flex;
        position: relative;
        bottom: 0;
        padding-block: 20px;
    }
    .button-wrapper.contact {
        padding: 0px;
        margin-top: 40px;
    }
    .form .button-wrapper.contact{
        margin-top: 0;
    }
    .button-wrapper.contact button, .button-wrapper.contact a, .dt-buttons button {
        padding: 20px 20px;
    }
    .dt-container .dt-layout-row.dt-layout-table{
        overflow-x:scroll;
    }
}