main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#banner img{
    width: 100%;
    height: 350px;
}

#banner h6{
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    top: -305px;
    
    }
    #banner h3{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -300px;
    
    color: #FFFFFF;
    }


.contactt_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin: 2rem  0 0 0;
    width: 80%;

}
.contact_mail{
    background-color: white;
    text-align: center;
    width: 60%;
    position: relative;
    top: -256px;
    box-shadow: 0px 24px 20px -5px rgba(0, 0, 0, 0.25);
    border-radius: 10px; 
    padding: 35px;
}
.contact_mail img{
    height: 35% !important;
    width: 13% !important;
}
.contact_mail p{
    color: black;
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: 5%;
}
.email{
    color: white !important;
    padding: 20px;
    background-color: #3F4888;
    border-radius: 75px;
    text-decoration: underline;
    font-size: 1.4vw !important;
    font-weight: bolder;
    width: 65%;
    margin: auto;
    margin-bottom: 5%;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    background-color: #FBFBFB;
    position: relative;
    text-align: center;

}
form{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    padding: 3rem;
    width: 100%;
    text-align: left;

}
form .input_field{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
form .h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 44px;
    text-align: left;

    color: #000000;
}
form .h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 15px;
    text-align: left;

    color: #747272;
}
form .p{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

color: #747272;
}
form .input_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 5%;    text-align: left;

}
.input_row .input_field{
    width: 100%;
}
input ,textarea{
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);    text-align: left;

}
.head{
    margin-top: -270px;
    width: 73%;
    height: 500px;
}
.head img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    

}
button[type=submit] {
box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
padding: 0.8rem 2rem 0.8rem 2rem;
background-color: black;
color: white;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
text-align: center;
margin-bottom: 2%;

}
button[type=reset] {
padding: 0.8rem 2rem 0.8rem 2rem;
background-color: #C5C5C5;
box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);    color: black;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #FFFFFF;

}

@media(min-width:2361px){
#banner{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95%;
  width: 92%;

}
  
}
@media(max-width:2360px){
    #banner{
        display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 92%;
    
    }
      
    }
  
@media(max-width:1920px){

    #banner{
        display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      margin-left: 0%;
      width: 92%;

    }
    .contactt_row{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: left;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        margin: 2rem 4% 0 4%;
        
    
    }
}

@media (max-width:1440px){
    
    #banner{
        display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 92%;
     
    }
    .contactt_row{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: left;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        margin: 2rem 0 0 0;
        width: 80%;
       
    
    }
}

@media(max-width:1280px){
    #banner{
        display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 92%;
     
    }
   
 
}

@media (max-width: 1024px) {
    .contactt_row{
        flex-direction: column;
       
    
    }
   .form{
    width: 100%;
   }
   #banner{
  background-size: cover;
  height: 100%;
  width: 92%;

}
.contactt_row{
    flex-direction: column; 
    margin: 2rem 0 0 0;
    width: 60%;
   

}
.head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
  
  }
@media (max-width: 600px) {
#banner img{
    height: 188px;

}   
.contact_mail{
    padding: 0px;
    top: -220px;
} 
.contact_mail p,.email{
    font-size: 2vw !important;    
}    
.head{
    width: 80%;
    height: 235px;
    margin-top: -250px;
}
#banner h6, #banner h3{
    top: -200px;
}

.contactt_row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0%;
    

}
.form{
  
    width: 100%;
    

}





#banner{
   
  padding: 10px;
  height: 100%;
}
#banner h6{

font-size: 10px;
line-height: 21px;

}
#banner h3{
    
font-size: 18px;

}
}
