


.h-title{
  margin-top: 100px;
}
.contactpage {
  max-width: 78%;
  border-radius: 10px;
  height: 80vh;
  padding: 10px 15px;
  margin-inline:auto ;
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #243447;
  box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.462);
}

.cntctimg{
 height: 75vh; 
 z-index: 2;
 position: relative;
 animation: up-down 3.24s .5s infinite alternate-reverse;
 }
 .form-1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1fr;
  padding-top: 4rem;
  padding-right: 2%;
}
.form1{
  margin-left: 2rem;
}
.form2{
  margin-right: 3rem;
}
.label{
  padding-left: 20px;
  color: white;
}

h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  text-align: center;

  color: #004a8e;
}

h1 span {
  color: #0868c0;
  font-size: larger;
  transition: .7s;
}
h1 span:hover{
  font-size: 60px;
  color: #024584;
  cursor: pointer;
}
.Subtn{
  background: #004a8e;
  border-radius: 11px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  transition: .6s;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-left: 20%;
  color: #ffffff;
  padding: 15px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.Subtn:hover{
  background-color: rgb(24, 219, 24);
  transform-origin: right;
}
::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  padding-left: 10px;
}

  input,
textarea {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  height: 50px;
  width: 18vw;
  text-align: left;
  margin-bottom: 2rem;
  outline: none;
}
textarea{
  width: 18vw;
  height: 10vw;
  color: rgb(236, 225, 225);
 font-size: 15px;
  background-color: transparent;
  overflow: hidden;
 
}
.textarea1{
  width: 18vw;
  height: 10vw;
}


/* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.h-title{
  margin-top: 100px;
}
.contactpage {
  max-width: 78%;
  border-radius: 10px;
  height: 80vh;
  padding: 10px 15px;
  margin-inline:auto ;
  display: flex;
  background-color: #243447;
  box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.462);
}
.contactform{
  display: flex;
}
.form-1{
  display: flex;
  gap: 2;
  width: 100%;
}
.cntctimg{
 width: 20rem;
height: 100%; 
z-index: 2;
position: relative;
animation: up-down 3.24s .5s infinite alternate-reverse;
}

.form-1{
  width: 90rem;
  margin-top: 30px;
}

.form-1 input{
  width:95%;
  margin-top: 5px;
  background-color: transparent;
color: rgb(234, 226, 226);
font-size: 15px;
}
.label{
  padding-left: 10px;
  color: white;
}



h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  text-align: center;

  color: #004a8e;
}

h1 span {
  color: #0868c0;
  font-size: larger;
  transition: .7s;
}
h1 span:hover{
  font-size: 60px;
  color: #024584;
  cursor: pointer;
}
.Subtn{
  transition: .6s;
  letter-spacing: 1px;
  margin-left: 10px;
}
.Subtn:hover{
  background-color: rgb(24, 219, 24);
  transform-origin: right;
}

input,
textarea {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  height: 50px;
  width: 45%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 10px;
  outline: none;
  padding-left: 14px;
  
}

form {
  display: block;
  justify-content: center;
  align-items: center;
}

::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  /* identical to box height */

  /* text-align: left;
  margin-left: 20px;
  color: #8e8c8cb9;
}

button {
  background: #004a8e;
  border-radius: 11px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  /* identical to box height */

  /* text-align: center;
  margin-left: 35%;
  color: #ffffff;
  padding: 15px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
} */
/* input{
  border-left: none;
  border-top:  none;
  border-right:none ;
  border-radius: none;
}
input:focus,
textarea:focus {
  box-shadow: 3px 4px 23px rgba(0, 0, 0, 0.11);
}
.textarea{
  width: 40rem;
  height: 10rem;
  color: rgb(236, 225, 225);
 font-size: 15px;
  background-color: transparent;
  overflow: hidden;
}
 
@media screen and (max-width: 1220px) {
 
  input{
    width: 80%;
  }
  
} */

/* @keyframes up-down {
  0%{
transform: translateY(-5px);
  }
  100%{
    transform: translateY(5px);
  } */
/*   
} */
 


/* @media screen and (max-width:14651px) {
  
  .form-1{
  
    width: 120%;
  }
  .form2{
    margin-left: 5%;
    margin-right: 0%;
  }
}
@media screen and (max-width:1240px) {
  .form2{
  width: 240px;
  }
  .form1{
    width: 130%;
  }
}
@media screen and (max-width:1100px) {
  .cntctimg{
    width: 15rem;
  }
  .form-2{
    width: 100%;
  }
  
}
@media screen and (max-width:999px) {
  
  
  .form-1{
    max-width:22rem ;
    
  }
  .form-2{
width: 12rem;
  }
  .contactform{
    flex-direction: column;
    text-align: center;
  }
  .contactpage{
    flex-direction: column;
    text-align: center;
  }
} 

 */  */
