<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
    display: block;
    gap: 2.5rem;
    z-index: 1000;
    height: auto;
}
.navbar {
  padding: 0;
}



header img{
  margin-top: 1rem;
  margin-left: 1.5rem;
  width: 40%;
  /* height: 47px; */
}
.navbar ul {
    flex-direction: column;
    gap: 2rem;
  width: 100%;
  padding: 0;
  background-color: white;
  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 {
  color: black;
    text-align: center;
  padding: 0;
}
.navbar .navbar-toggler {
  display: block;
  position: absolute;
  height: 40px;
  top: 35px;
  right: 30px;
  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); */
}
/* =================Sec1 style here==================== */
.sec1 {
    margin-top: 6.7rem;
    width: 100vw;
    height: 287px;

    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.sec1 h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 71px;
    text-align: center;
    color: white;
}

/* ============== sec2 style start  here ======================== */
.sec2 {
    padding: 20px 0px;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.main_text {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    }


.main_text p{

    width: 90vw;
height: 100px;


}
.main_cont_box {
flex-direction: column;
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 5rem;

}
/* form styling satrt here */
form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
  }
  
.name-box2 {
    border: 0.5px solid #6363637d;
    border-radius: 8px;
    width: 350px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  
  .name-box2 input {
  
    width: 300px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Be Vietnam Pro', sans-serif;
  
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
  .name-box2 input::placeholder {
    color: #212529;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  .message1 {
   
    width: 350px;
  }
  
  .message1 textarea {
    width: 350px;
    height: 125px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    padding: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
  
  
  }
  
  .message1 textarea::placeholder {
    color: #212529;
  }
  .submit {
    border: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin-top: 20px;
  
  }
  
  .submit input {
    color: #FAF9F6;
    border: none;
    font-size: 14px;
    width: 111px;
    background-color: #137EF9;
    border-radius: 50px;
    padding: 13px 30px;
    cursor: pointer;
  }
  /*======================== contact sec start here================= */
  .contact_box{
    display: flex;
    align-items: flex-start;
    justify-content:center;
    flex-direction: column;
    gap: 2rem;
    width: 350px;
  }
  .location,
  .mobile_number,
  .mail_id {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 323px;
height: 81px;

  }
  .location h3,
  .mobile_number h3,
  .mail_id h3{

    font-family: 'Be Vietnam Pro', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;

color: #161C1E;

  } 
/* =========================footer start here===================================== */
.main_footer{
    width: 100vw;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.text_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:1rem;
}
.text_footer h5{
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
}
.footer_font{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}
.icon_footer ul {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 1.4rem;
}
.icon_footer ul li{
    list-style: none;
}
.icon_footer ul li a{
    text-decoration: none;
}
.icon_footer ul li a img {
    width: 30px;
}</pre></body></html>