

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body{

    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}

 






.conatainer{

 height: auto;
width: 100vW;
border: 2 px solid black;
padding: 10px 40px;
display: flex;
justify-content: space-evenly;
background-image: url("./img/back.jpg");
opacity: 0.8;
background-size: cover;


}



h1{
    text-align: center;
}

form{

    width: 40%;
    
    padding: 30px;
}

.form-light{

    display: flex;
    flex-direction: column;
   
}

.form-light label{

    font-size: 20px;


}



   .subbutton{

    width: 50%;
    height: 50px;
    border-radius: 8px;
    background-color: blue;
    color: white;
    font-size: 20px;
   } 




.form-light input{
    width: 300px;
    height: 20px;
    background: transparent;
   border: none;
    border-bottom: 2px solid black;
}

.contact{
    height: auto;
    width: 60%;
    
   padding: 30px;
    
   

}

@media screen and (max-width: 768px) {

    .conatainer{

        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .conatainer form {

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;


    }


    
    .conatainer form input {

        margin-top: -40px;
        padding:30px;
    }


   .conatainer .contact{

        width: 90vw;
    }


.conatainer .contact h1 {

    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}



.conatainer .contact h2{

    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;


}


.conatainer .contact p{

    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 500;


}

   

    .conatainer{

       margin: 0;
       padding: 0;
        flex-direction: column-reverse;
    }


    form{
        border: none;

    }

    .form-light input{

        width: 70vw;
    }

    .contact{
       
        padding: 0;
        
        width: 100vw;
        justify-content: center;
    }






  }


  
  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


@media only screen and (max-width: 600px) {
  
    form{
      height: auto;
      width: 100vw;
      margin-left: 30px;
      padding: 0;
      text-align: justify;
    }
    
    header{
      width: 100vw;
    }
  
    conatainer{

        width: 100vw;
        margin-left: 30px;
        text-align: center;
        flex-wrap: wrap;
    }

    .contact  h1{
        margin-top: 20px;
        font-size: 40px;
    }

    .contact p{

        font-size: 30px;
    }

        .contact h2{
        font-size: 35px;
        font-weight: 600;
    }

    input{
        padding: 30px;
    }

    .contact{

        margin-left: 5px;
        flex-wrap: wrap;


    }


  
  }