
.contact{
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* background-color: #17283c; */
  display: flex;
  padding: 50px;
  margin: 0px 0 45px 0 ;
  background-color: #09c8c1;
  /* background: url('image/bgfirstsection/32.avif') no-repeat; */
  background-size: 100% 100%;


}

.contact::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /* background:#09c8c1; */
}
.contact .contact-container{
  position: relative;
  max-width: 1100px;
  min-height: 550px;
  display: flex;
  z-index: 10;

}
.contact .contact-container .contactinfo{
  position: absolute;
  top: 40px;
  width: 350px;
  /* height: calc(100% -80px); */
  /* background: #17283c; */
  border-radius: 25px;
  
  z-index: 1;
  
  
  /* box-shadow: 0 20px 20px rgba(0,0,0,0.2); */
}
.map{
  border-radius: 25px;
  width: 90%;
  height: 500px;
}
.contactform{
  position: relative;
  padding: 20px 50px;
  background: hsl(212, 46%, 16%);
  margin-left: 150px;
  border-radius: 25px;
  padding-left: 250px;
  
  box-shadow: 0 50px 50px rgba(0,0,0,0.5);
}

.contact .contact-container  h2{
  color: #fff;
  font-size: 45px !important;
  text-align: center;
  margin: 40px auto !important;
  font-weight: 800 !important;

}
.contact .contact-container .formbox{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;

}
.contact .contact-container  .formbox .inputbox{
  position: relative;
  margin: 0 0 35px 0;
}
.contact .contact-container  .formbox .inputbox.w50{
  width: 47%;
} 
.contact .contact-container  .formbox .inputbox.w100{
  width: 100%;
} 
.contact .contact-container  .formbox .inputbox input ,
.contact .contact-container  .formbox .inputbox select ,
  .contact .contact-container  .formbox .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    resize: none;
    font-size: 18px;
    font-weight: 300;
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #777;
    outline: none;
  }
  .contact .contact-container  .formbox .inputbox textarea{
  min-height: 120px;
  }
  .contact .contact-container  .formbox .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    color: #fff;
    transition: 0.5s;
    pointer-events: none;


  }
.contact .contact-container  .formbox .inputbox select  option{
  color: #17283c;
  border-bottom: 1px solid #17283c;
}
  .contact .contact-container  .formbox .inputbox input:focus ~ span,
  .contact .contact-container  .formbox .inputbox textarea:focus ~ span,
  .contact .contact-container  .formbox .inputbox input:valid ~ span,
  .contact .contact-container  .formbox .inputbox select:valid ~ span,
  .contact .contact-container  .formbox .inputbox textarea:valid ~ span{
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #09c8c1;

  }

  .contact .contact-container  .formbox .inputbox input[type="submit"]{
    position: relative;
    cursor: pointer;
    background: #fff;
    color: #17283c;
    border: 2px solid transparent;
  border-radius: 10px;
    transition: 0.5s;
    max-width: 150px;
    font-weight: 500;
    padding: 12px;
  }
  .contact .contact-container  .formbox .inputbox input[type="submit"]:hover{
    color: #09c8c1;
    background-color: #17283c;
    border: 2px solid #fff;
  }

.contact .contact-container  .formbox .inputbox select option{
  border-bottom: 1px solid #fff;
}


















@media screen and (max-width: 1124px){
  .contact .contact-container{
  
    width: 900px;
    min-height: 550px;
  
  
  }
}

@media screen and (max-width: 924px){
  .contact .contact-container{
  
    width: 700px;
    min-height: 550px;
  
  
  }
  .contact .contact-container .formbox .inputbox span {
    font-size: 15px;
  }
.contact .contact-container .contactinfo{
   
    width: 250px;
    
    
  }
.contact .contact-container .contactform{
   
    margin-left: 100px;
    padding-left: 170px;
    
  }
}
@media screen and (max-width: 750px){
  .contact .contact-container h2 {
    font-size: 25px !important;
  }
  .contact .contact-container  h2{
    margin: 10px auto !important;
  
  }
  .contact .contact-container .formbox .inputbox span {
    font-size: 14px;
  }
  .contact .contact-container{
  
    width: 80%;
    /* min-height: 550px; */
  
  
  }
  .contact .contact-container .contactinfo{
   
    width: 250px;
    
    
  }
 
  .contact .contact-container .contactform .formbox .inputbox.w50{
    width: 90%;
  } 

  .contact .contact-container .contactform{
   
    margin-left: 0px;
    padding-left: 30px;
    padding-bottom: 70px;
    
  }
  .contact .contact-container .contactinfo{
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
    top: 770px;
    width: 280px;
      z-index: 1;
  }
  .contact{
    margin: 0px 0 250px 0 ;
    min-height: 0;
  
  }
  .map{
    height: 280px;
    width: 100%;
  }
  .contact .contact-container .formbox .inputbox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #fff;
    color: #17283c;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: 0.5s;
    max-width: 91px;
    font-weight: 500;
    padding: 8px;
    font-size: 13px;
}
.contact{
  padding: 30px 0;
}
}
