* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#home_banner1 {
  width: 100%;
  height: 100vh;
  background: black;
}
swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.background-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.5;
}

.slide-content {
  position: relative;
  display: flex;
  z-index: 2;
  align-items: center;
  grid-area: 20px;
}
.slide-content h4 {
  color: #fff;
}
.slide-content h1 {
  font-size: 3rem;
  width: 90%;
  font-weight: 700;
}
.slide-content a {
  background-color: #162734;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  width: max-content;
  margin-top: 30px;
  border-radius: 6px;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.6s all;
}
.slide-content a:hover {
  background-color: #fff;
  color: #162734;
}
.section_heading {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #162734;
}
.econ {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 12px;
  transition: 1s all;
}
.econ img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
}
.econ i {
  font-size: 5rem;
  color: #162734;
  margin-bottom: 30px;
}
.econ h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.econ p {
  font-size: 0.9rem;
}
.oWCont {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
  color: white;
}

.left-section {
  background-color: #162734;
  padding: 60px 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-section h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.left-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.left-section p strong {
  font-size: 1.3rem;
}

.right-section {
  width: 50%;
  background: url("img/") center/cover no-repeat;
}
.about_us_sec {
  background: radial-gradient(circle at center, #70b3ff 0%, #0c1f36 70%);
  padding-top: 60px;
  padding-bottom: 30px;
}
.about_us_sec .section_heading {
  color: whitesmoke;
}
.section_para {
  color: white;
  text-align: center;
  font-size: 1.3rem;
}
.about_us_sec .econ {
  text-align: left;
  color: white;
}
.econ2 {
  color: white;
}
footer {
  background-color: #162734;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #fff;
}
footer h3 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
footer a {
  display: block;
  text-decoration: none;
  color: #fff;
}
input,
.contactForm button {
  padding: 10px;
  outline: none;
  margin: 20px 0;
  width: 300px;
  display: block;
  border-radius: 5px;
  border: none;
}
.econ2 input,
.footer_f input,
.econ2 button,
.footer_f button {
  width: 100%;
  margin: 15px 0;
}
form.contactForm {
  background: #e1e1e157;
  padding: 25px;
  border-radius: 10px;
  filter: blur(0.4px);
}
.footer_f form.contactForm {
  background: #162734;
}
.fotter_b_h {
  font-size: 5rem;
  font-weight: 700;
  color: #162734;
}
.error {
  color: red;
  font-size: 0.9em;
}
.attri_a {
  background-color: #0c1f36;
  padding: 80px;
  text-align: center;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #0c1f36;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
}
.navbar-brand img {
  width: 245px;
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.econ,
.footer_f,
.slide-content {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
.econ:hover {
  background-color: #0c1f36;
  color: #fff;
  scale: 1.05;
}
.econ:hover i {
  color: #fff;
}
.gsaptextAni {
  overflow: hidden;
  line-height: 5.9rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}

.gsaptextAni .char {
  display: inline-block;
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .slide-content h1 {
    font-size: 3rem;
  }
  /* .oWCont {
    flex-direction: column;
  } */

  .left-section,
  .right-section {
    width: 100%;
  }

  .left-section {
    padding: 40px 20px;
  }

  .left-section h1 {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .slide-content {
    flex-direction: column;
    text-align: center;
  }
  .slide-content a {
    margin: 20px auto;
  }
  .section_heading,
  .fotter_b_h {
    font-size: 3rem;
  }
  .fotter_b_h {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .slide-content h1 {
    font-size: 2rem;
  }
  .section_heading,
  .fotter_b_h {
    font-size: 2rem;
  }
  .attri_a {
    padding: 40px;
  }
  .gsaptextAni {
    line-height: normal;
  }
}
