/* hero-sec */
.home-sec h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.home-sec .main-span {
  position: relative;
}
.home-sec .span {
  color: rgb(0, 149, 255);
}
.home-sec .main-span::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: rgba(0, 149, 255, 0.838);
}
.hero-sec-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.hero-sec-wrapper .hero-sec-left {
  width: 45%;
  display: flex;
  justify-content: center;
}
.hero-sec-wrapper .hero-sec-right {
  width: 52%;
}
.hero-sec-wrapper .hero-sec-right p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #000000e3;
}
.hero-sec-wrapper .hero-sec-left img {
  width: 350px;
  height: 350px;
  object-fit: contain;
}

/* second sec  */
.second-sec-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.second-sec-card-wrapper .second-sec-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 350px;
}
.second-sec-card-wrapper .second-sec-card img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.second-sec-card-wrapper .second-sec-card p {
  color: rgb(42, 42, 42);
  font-weight: 500;
  text-align: center;
}

/* third sec  */
.third-sec-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.third-sec-wrapper .third-sec-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  width: 310px;
  height: 340px;
  padding: 10px;
  background-color: rgb(109 158 249 / 25%);
}
.third-sec-wrapper .third-sec-card .test-img {
  display: flex;
  justify-content: center;
}
.third-sec-wrapper .third-sec-card .test-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}

/* .forth-sec */
.forth-sec h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.forth-sec-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.forth-sec-wrapper .forth-sec-left {
  width: 45%;
  display: flex;
  justify-content: center;
}
.forth-sec-wrapper .forth-sec-left img {
  width: 350px;
  height: 350px;
  object-fit: contain;
}
.forth-sec-wrapper .forth-sec-right {
  width: 52%;
}
.forth-sec-wrapper .forth-sec-right p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #000000e3;
}

/* fifth-sec */
.fifth-sec-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.fifth-sec-card-wrapper .fifth-sec-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fifth-sec-card-wrapper .fifth-sec-card img {
  /* height: 300px; */
  width: 300px;
  object-fit: contain;
}

.fifth-sec-card-wrapper .fifth-sec-card p {
  color: rgb(42, 42, 42);
  font-weight: 700;
}

.sixth-sec-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.sixth-sec-wrapper .sixth-sec-card {
  height: 126px;
  width: 176px;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sixth-sec-wrapper #sixth-sec-last-card {
  padding-left: 20px;
  padding-right: 20px;
}
.sixth-sec-wrapper #sixth-sec-last-card p {
  font-size: 11px;
}

.sixth-sec-wrapper .sixth-sec-card img {
  width: 170px;
  object-fit: contain;
}

/* contact sec  */
.contact-sec {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 3rem auto !important;
}
.contact-sec .contact-sec-left {
  width: 45%;
}
.contact-sec .contact-sec-left h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
.contact-sec .contact-sec-left h6 {
  font-size: 22px;
  font-weight: 500;
}
.contact-sec .contact-sec-left p {
  font-size: 16px;
  font-weight: 400;
}
.contact-sec .contact-sec-right {
  width: 50%;
}
.branch-address {
  display: flex;
  align-items: flex-start;
}
.branch-address span {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .hero-sec-wrapper .hero-sec-left img {
    height: 300px;
  }
  .third-sec-wrapper .third-sec-card {
    height: 362px;
  }
  .third-sec-wrapper .third-sec-card .test-img img {
    height: 130px;
    width: 130px;
  }
  .second-sec-card-wrapper .second-sec-card img {
    width: 260px;
    height: 260px;
  }
  .forth-sec-wrapper .forth-sec-right p {
    font-size: 17px;
  }
  .fifth-sec-card-wrapper .fifth-sec-card img {
    width: 260px;
  }
}
@media (max-width: 840px) {
  .second-sec-card-wrapper,.fifth-sec-card-wrapper {
    flex-wrap: wrap;
}

}
@media (max-width: 768px) {
  .third-sec-wrapper,.hero-sec-wrapper, .forth-sec-wrapper {
    flex-wrap: wrap;
}
.forth-sec-wrapper .forth-sec-right , .forth-sec-wrapper .forth-sec-left, .hero-sec-wrapper .hero-sec-left, .hero-sec-wrapper .hero-sec-right{
    width: 100%;
}
.sixth-sec-wrapper {
    justify-content: center;
}

}
@media (max-width: 763px) {
  .contact-sec {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .contact-sec .contact-sec-left {
    width: 100%;
  }
  .contact-sec .contact-sec-right {
    width: 100%;
  }
}
