@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&family=Mulish&family=Oswald:wght@400;500;600;700&display=swap');
.flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body{
    width: 100%;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    min-height: 100vh;
    padding: 0;
    height: 100vh !important;
    /* background-color: #2C0A4D !important; */
    z-index: 999;


  
}

.left-col{
    z-index: 99999;

}


.image-hero {
    z-index: 9;
    height: auto;
    width: auto;
}

section{
    background-color: #ffffff !important;
}

h1,h2,h3,h4,h5,h6,span, button{
    font-family: 'Oswald', sans-serif;
}
p{
    font-family: 'Mulish', sans-serif;

}

.mulish p, .mulish h3{
    font-family: 'Mulish', sans-serif;
}
.header-text{
    color: rgba(79, 79, 79, 1);
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
}

.f-30{
    font-size: 30px;
}

.input-outline{
    border-color: #2C0A4D !important;
    border: 1px solid #2C0A4D !important;
    border-top-right-radius: 0px  !important;
    border-bottom-right-radius: 0px !important;
}

.form-outline{
    width: 80%
}
.nav-border{
    border-bottom: 1px solid #D9D9D9;
}
.img-hero-flex{
    display: flex;
    justify-content: end;
    padding-top: 60px;
}

.pl-86{
    padding-left: 86px;
}

.pl-82{
    padding-left: 82px !important;
    padding-top: 40px;
}
.list-unstyled a{
    text-decoration: none;
    color: #fff;
}

footer{
    bottom: 0;
    color: #ffffff;
    width: 100%;
    background-color: #2C0A4D;
    font-family: 'DM Sans', sans-serif;

}
footer p{
    font-family: 'DM Sans', sans-serif !important;
}
.social li{
    padding-left: 15px;
}
.footer-grid-row{
    align-items: center;
    justify-content: center;
}

.has-b{
    border-right: 2px solid #fff;
    padding-right: 10px;
}

footer a:hover{
    color: #9741ea;
}



@media only screen and (max-width: 500px) {
    .header-text{
        color: rgba(79, 79, 79, 1);
        font-size: 49px;
        line-height: 45px;
        font-weight: 400;
    }
    .f-30{
        font-size: 18px;
    }
    .pl-86{
        padding-left: 40px !important;
    }
    
    .pl-82{
        padding-left: 40px !important;
        padding-top: 20;
    }
    .image-hero{
        z-index: 9;
        height: auto;
        width: 100%;
    }
    .form-outline{
        width: 65%
    }
    .img-hero-flex{
        padding-top: 30px;
    }
  }