.hero-sec {
  /* background: url(../img/breadcrumb-01.jpg.webp);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; */
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-sec .main-video {
  position: fixed;
  top: 7%;
  left: 0;
  z-index: -1;
  object-fit: cover;
  height: 41vh;
  width: 100%;
}

/* .hero-sec .video-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000026;
  height: 40vh;
  width: 100%;
  z-index: -1;
} */
.hero-sec h1 {
  color: #fff;
  text-shadow: -4px 2px 8px #7f7f7f;
}

.section-wrapper {
  width: 100%;
  background: #f4f4f4;
}
.second-sec {
  margin-top: 4rem;
}
.second-sec h2 {
  font-size: 3rem;
  font-weight: 800;
}
.contact-card-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  margin-top: 4rem;
}
.contact-card-wrapper a {
  text-decoration: none;
  color: #000;
}

.contact-card-wrapper a .contact-card {
  background-color: #d2f6c394;
  padding: 50px 25px;
  border-radius: 10px;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 400px;
  height: 300px;
  transition: all 0.3s ease-in-out;
}
.contact-card-wrapper a .contact-card:hover {
  transform: scale(1.08);
}
.contact-card-wrapper a .contact-card .icon img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.contact-card-wrapper a .contact-card .text h4 {
  font-weight: 700;
}
.third-sec {
  margin-top: 5rem;
}
.third-sec .contact-form {
  width: 70% !important;
  /* margin: auto; */
}
.third-sec .contact-form .form-select,
.third-sec .contact-form .form-control {
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  background: #f4f4f4;
  border: 1px solid;
  resize: none;
  vertical-align: bottom;
  border-radius: 8px;
  box-shadow: 0 0 0 2px transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.third-sec .contact-form .form-select:focus-visible,
.third-sec .contact-form .form-control:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #358a3f;
}
.third-sec .contact-form button {
  /* margin: auto; */
  display: block;
}

/* @media (min-width: 1798px) {
  .hero-sec .main-video {
    top: 7%;
   
}
} */
@media (max-width: 1394px) {
  .second-sec.container {
    max-width: 98% !important;
    width: 95% !important;
  }
}
@media (max-width: 1290px) {
  .contact-card-wrapper a .contact-card {
    width: 321px;
  }
}
@media (max-width: 1064px) {
  .contact-card-wrapper a .contact-card {
    padding: 20px 9px;
    min-width: 260px;
    width: 260px;
  }
  .contact-card-wrapper a .contact-card .icon img {
    height: 67px;
    width: 67px;
    object-fit: contain;
}
}
@media (max-width: 992px) {
  .contact-card-wrapper a .contact-card {
    padding: 14px 14px;
    /* width: 30%; */
    min-width: 30%;
  }
  .second-sec {
    max-width: 100% !important;
  }
}
@media (max-width: 750px) {
  .contact-card-wrapper {
    flex-direction: column;
  }
  .contact-card-wrapper a .contact-card {
    padding: 50px 25px;
    min-width: 90%;
    width: 340px;
  }
}
@media (max-width: 500px) {
  .second-sec h2 {
    font-size: 2rem;
    font-weight: 800;
}
.third-sec .contact-form {
  width: 85% !important;
}
}
