header {
    display: block;
    gap: 2.5rem;
    z-index: 1000;
    height: 60px;
  }
  
  .navbar {
    padding: 0;
  }
  
  
  
  header img {
    margin-top: 0.8rem;
    margin-left: 1.5rem;
    width: 150px;
    height: 39px;
  }
  
  .navbar ul {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 0;
    /* background: linear-gradient(90deg, rgba(51, 223, 232, 0.48) 0%, rgba(46, 181, 233, 0.48) 47.97%, rgba(37, 103, 235, 0.48) 100%); */
    background-color: #00000064;
    height: auto;
    height: 55vh;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    z-index: 1000;
  }
  
  .navbar ul.open {
    width: 100vw;
    max-height: 100vh;
  }
  
  .navbar ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    width: 100%;
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
  }
  
  .navbar ul li a {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 0;
  }
  
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    height: 40px;
    top: 12px;
    right: 20px;
    background-color: transparent;
    color: black;
    border: 3px solid black;
    /* border: none; */
    /* border-radius: 4px; */
    outline: none;
    padding: 0 5px;
    cursor: pointer;
  }
  
  .navbar .navbar-toggler span,
  .navbar .navbar-toggler span::before,
  .navbar .navbar-toggler span::after {
    display: block;
    content: '';
    background-color: black;
    height: 3px;
    width: 28px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
  }
  
  .navbar .navbar-toggler span::before {
    transform: translateY(-8px);
  }
  
  .navbar .navbar-toggler span::after {
    transform: translateY(5px);
  }
  
  .navbar .navbar-toggler.open-navbar-toggler span {
    /* transform: rotate(90deg); */
    background-color: transparent;
    /* transform: scale(0.85) rotate(270deg); */
  }
  
  .navbar .navbar-toggler.open-navbar-toggler span::before {
    transform: translateY(0px) rotate(45deg);
    /* transform: translateY(0px) scale(0.75) rotate(45deg); */
  }
  
  .navbar .navbar-toggler.open-navbar-toggler span::after {
    transform: translateY(-3px) rotate(-45deg);
    /* transform: translateY(-3px) scale(0.75) rotate(-45deg); */
  }
  
  /* ================= main-hero styele here ================= */

.hero {
    background-position: right;
    background-size: cover;
    background-position: center;
    object-fit: contain;
    width: 100%;
    height: 60vh;
    z-index: -10;
  }
  
  .hero_text {
    /* border: 1px solid white; */
    width: 300px;
    height: 400px;
    position: absolute;
    left: 1rem;
    top: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
  
  .hero_text h1 {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 900;
  
  }
  
  
  
  .hero_text p {
    color: #fff;
    font-size: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
  }
  /* ================= sec2 styele here ================= */
.sec2{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.main_sec{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;

}
.main_sec p{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: start;
    font-size: 11px;
    font-weight: 400;
    line-height:35px;
    text-transform:capitalize;
    padding: 3rem 2rem;
}
/* ================= sec3 styele here ================= */

.main_sec3{
 padding: 3rem 0rem;
  width: 90vw;
  height: 100%;
 
}
form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  width: 90vw;
}
.name_box{
  flex-direction: column;
  gap: 3rem;
}

.person_name label,
.c_name label{
  font-size: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 500;

}
.p_input,
.c_input{

  width: 340px;

}
.p_input input,
.c_input input{
  width: 330px;
}


.text_area{
  /* padding-left: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0.5rem; */
  width: 340px;
  height: 155px;
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  background-color: #fff;
}
.text_area textarea{
  padding: 10px;
  resize: none;
  width: 330px;
  height: 148px;
  border: none;
  outline: none;
  font-size: 15px;
  font-family:'Be Vietnam Pro', sans-serif ;
}
.submit_box input{
  width: 102px;
  height: 44px;
  padding: 10px 15px;
  border: none;
  outline: none;
  background-color:#2567EB ;
  color: whitesmoke;
  font-size: 20px;
  border-radius: 20px;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}





/* <------------------------------footer style start here------------------------------------> */

footer {
    height: 100%;
    padding: 2rem 0rem;
  }
  
  .fmain {
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
  }
  
   
  
  .f_box p {
    color: #86868F;
    font-size: 13px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
  }
  .s_box h2 {
    font-size: 25px;
  }
  .t_box h2 {
    font-size: 25px;
  }