header {
  display: block;
  gap: 2.5rem;
  z-index: 1000;
}

.navbar {
  padding: 0;
}



header img {
  margin-top: 1rem;
  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: 20px;
  right: 20px;
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  /* 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: #fff;
  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;
  width: 100%;
  height: 60vh;
  z-index: -10;
}

.hero_text {
  /* border: 1px solid white; */
  width: 500px;
  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: 4rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 900;

}

.hero_text h3 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 500;
}

.hero_text p {
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
}

/* <------------------------------sec2 style start here------------------------------------> */
.sec2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 50px;

  /* height: 700px; */
}

.sec2_fbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 1rem;
  width: 100vw;
}

.sec2_fbox h1 {
  font-size: 40px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.sec2_fbox img {
  box-shadow: 20px -20px 1px 0px rgba(0, 0, 0, 0.1);
}

.sec2_sbox p {
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: start;
  font-size: 18px;
  padding: 0px 15px;
  font-weight: 300;
}

.sec2_tbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 1rem;
  width: 100vw;
}

.sec2_sbox button {
  margin-top: 20px;
  background-color: #2567EB;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
}

.sec2_sbox button a {
  font-family: 'Be Vietnam Pro', sans-serif;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 15px;
}

.sec2_tbox img {
  box-shadow: -20px 20px 1px 0px rgba(0, 0, 0, 0.1);
}

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

.sec3 h1 {
  font-size: 33px;
  text-align: center;
}

.s3_box {
  flex-direction: column;
}

.sec3_fbox {
  width: 360px;
}

.sec3_fbox img {
  width: 300px;
  height: 250px;
}

.text_box h2 {
  font-size: 18px;
}

.text_box p {
  font-size: 12px;
}

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

.sec4 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 3rem !important;
  margin: 5rem 0rem !important;
}

.sec4 h3 {

  font-size: 25px !important;

}

.sec4 h1 {
  font-size: 44px !important;
}


.sec4_subbox {
  flex-direction: column;
  padding-top: 6rem;
  gap: 5rem;
}

.sec4_imgbox {
  width: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sec4_imgbox :nth-child(1) {
  position: absolute;
  bottom: -43px;
  left: -82px;
}

.sec4_imgbox :nth-child(2) {
  position: absolute;
  left: 75px;
  bottom: 26px;

}

.sec4_imgbox :nth-child(3) {

  position: absolute;
  top: -19px;
  left: 183px;

}

.sec4_imgboxs {
  width: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sec4_imgboxs :nth-child(1) {

  position: absolute;
  bottom: 14px;
  right: 190px;
}

.sec4_imgboxs :nth-child(2) {
  position: absolute;
  right: 72px;
  bottom: -38px;
}

.sec4_imgboxs :nth-child(3) {
  position: absolute;
  top: -66px;
  right: -50px;
}

.main {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}

.prev button:hover,
.next button:hover {
  background-color: #2567EB;
  cursor: pointer;
}

.prev button,
.next button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 100px;
  width: 25px;
  height: 25px;
}

.prev,
.next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev button img,
.next button img {
  align-items: center;
  width: 25px;
}

.main-cont {
  padding: 10px;
  width: 70%;
  height: 380px;
  /* margin: auto; */
  /* margin-top: 0px; */
  /* box-shadow: 0px 0px 3px #00A1E0; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;

}

.slide {
  width: 100%;
  height: 100%;
  transition: 1s;
  position: absolute;
}

.main-box {
  /* width: 100vw !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  /* margin-right: 50rem !important; */
  gap: 2rem !important;
}

.main-box img {
  width: 98%;
  height: 100%;
}

.main-cont .slick-prev:before {
  color: #5D6162 !important;
}

.main-cont.slick-next:before {
  color: #5D6162 !important;
}

.text-box {
  gap: 2rem;
}

.text-box p {

  font-size: 15px !important;

}

.text-box h3 {

  font-size: 22px !important;
}



/* .name-box img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
} */

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


.sec5 h1 {
  font-size: 45px;
  font-family: 'Be Vietnam Pro', sans-serif !important;
}



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

.sec5box img {

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* <------------------------------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;
}


