@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {	
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;    
	background: linear-gradient(45deg, #ff0000, #000);
    color: #fff;	
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



a, button {
   transition: all .2s ease;
   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
}

a,
a:hover {
   text-decoration: none;
}


ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

p {
   margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
   margin-bottom: 0;
}

label {
   margin-bottom: 0;
}

.hero-area{


}
.container{
    max-width: 1140px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.hero-contant{
    text-align: center;
 
}
.hero-contant img {
    max-width: 100%;
}

.hero-contant h2 a{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

@media screen and  (max-width: 767px) {	

    .hero-contant h2 a{
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
}