body{
    padding: 0% !important;
}
.row{
    padding: 0% !important;
    width: 100% !important;
    padding-top: 5% !important;
}

.bgg{
    width: 100%;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    padding: 0% !important;
}
.overlayy{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.contact{
    color: white;
    width: 30% !important;
    margin: 10%;
}
.icons{
    width: 15% !important;
    font-size: 40px;
 }
.txt{
    width: 75% !important;
    margin: 5%;
    background-color: unset !important;
    color: white;
    padding: unset;
    font-weight: unset;
}
.form{
   padding: 3% !important;
    background-color: white;
    width: 33% !important;
    margin: 5%;
    border-radius: 5%;
}
@media screen and (max-width:1000px){
    .form{
        padding: 3% !important;
         background-color: white;
         width: 40% !important;
         
         border-radius: 5%;
     }
}
@media screen and (max-width:870px){
    .contact{
        width: 80% !important;
    }
    .form{
        width: 80% !important;
    }
}