* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Nav bar section  */

.logo-section .logo-img {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 20px;
  width: 180px;
  border-radius: 10px;
  margin: 5px;
  box-shadow: #000000 0px 0px 2px 0px;
}
/* Hero Section  */

.hero-section-main {
  width: 100%;
  background-size: cover;
  position: relative;
}
.video-move-section {
  width: 100%;
  height: auto;
}
.video-move-section video {
  width: 100%;
}
.text-content-sec {
  width: 100%;
  height: 99%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: #00000011;
}
.hero-heading-section {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}
.company-name-para {
  font-family: "Bisto", sans-serif;
  font-size: 40px;
  color: #00cc47;
  text-shadow: #000000 1px 1px 2px;
  font-weight: 800;
  text-align: center;
  text-emphasis-style: open;
}

@media (max-width: 767px) {
  .logo-section .logo-img {
    width: 150px;
  }
  .hero-heading-section {
    font-size: 23px;
  }
  .company-name-para {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .logo-section .logo-img {
    width: 140px;
  }
  .hero-heading-section {
    font-size: 20px;
  }
  .company-name-para {
    font-size: 14px;
  }
}

/* About Section  */

.about-section-main {
  width: 100%;
  padding: 10px 0px;
  padding-top: 35px;
}
.about-section-main .welcome-text-section {
  font-size: 20px;
  font-weight: 400;
  color: #e5a607;
  position: relative;
}
.about-section-main .welcome-text-section::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #d6b008;
  position: absolute;
  top: 35px;
  left: 3px;
}
.about-section-main .about-main-heading {
  color: #120431;
  font-size: 35px;
  font-weight: 500px;
}

@media (max-width: 670px) {
  .about-section-main .welcome-text-section {
    margin-top: 20px;
  }
  .about-section-main .about-main-heading {
    font-size: 25px;
  }
  .about-section-main {
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    margin: 0px;
  }
}

/* Quality Section   */
.quality-section-img-main {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 35px;
}
.quality-img-box {
  width: 310px;
  padding: 30px 20px 0px;
  margin: 10px;
  background-color: #d0ecff;
}

.quality-img-box .img-box {
  width: 100px;
  height: 100px;
  padding: 10px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: #6c667a88 0px 0px 2px;
  display: block;
  margin: auto;
}
.quality-heading {
  font-size: 20px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: #ebeaec88 0px 2px 2px;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3px;
}
.quality-para {
  text-align: center;
}

.quality-img-box .img-box img {
  transform: rotate(45deg);
}

@media (max-width: 671px) {
  .quality-img-box {
    width: 100%;
    margin: 0px 10px;
    border-radius: 10px;
    box-shadow: #00000050 0px 0px 2px;
  }
}

/* Why Choose Us  */

.why-choose-us-main .welcome-text-section {
  font-size: 20px;
  font-weight: 400;
  color: #e5a607;
  position: relative;
  font-weight: 500;
}
.why-choose-us-main .welcome-text-section span {
  color: #027d15;
  text-transform: uppercase;
}
.why-choose-us-main .welcome-text-section::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #d6b008;
  position: absolute;
  top: 35px;
  left: 3px;
}

.why-choose-box-main {
  display: flex;
  flex-wrap: wrap;
}
.why-choose-box-main .why-choose-box-sec {
  background-color: #a3daff35;
  background: linear-gradient(125deg, #a3daff35, #a3daffbf);
  display: flex;
  width: 48%;
  margin-right: 10px;
  margin-top: 11px;
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: #00000043 0px 0px 2px;
}
.why-choose-img-sec {
  display: flex;
  background-color: #f8f7f9;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
  margin: 15px 0px;
  padding: 30px;
  border-radius: 10px;
}
.why-choose-img-sec img {
  box-shadow: #000000 0px 0px 2px;
  border-radius: 10px;
}
.why-choose-box-main .why-choose-box-sec .why-choose-icon {
  margin-right: 20px;
}
.why-choose-box-main
  .why-choose-box-sec
  .why-choose-content
  .why-choose-box-heading {
  font-size: 20px;
}
.why-choose-box-main
  .why-choose-box-sec
  .why-choose-content
  .why-choose-box-para {
  font-size: 14px;
}

.why-customer-service-contact {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(125deg, #a3daff35, #a3daffbf);
  margin-right: 10px;
  margin-top: 11px;
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: #00000043 0px 0px 2px;
}

@media (max-width: 575px) {
  .why-choose-us-main .welcome-text-section {
    font-size: 16px;
  }
  .why-choose-us-main .welcome-text-section::after {
    top: 30px;
  }
  .why-choose-box-main .why-choose-box-sec {
    width: 100%;
  }
  .why-customer-service-contact {
    width: 98%;
  }
}
.why-customer-service-contact .why-contact-icon {
  width: 80px;
  margin-right: 20px;
}
.why-customer-service-contact .why-con-heading {
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.why-customer-service-contact .why-con-paragrap {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

/* Gallery Section  */
.our-gallery-section {
  padding: 50px 0px;
}
.gallery-heading {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.gallery-heading::after {
  content: "";
  width: 30%;
  height: 4px;
  background-color: #d6b008;
  position: absolute;
  top: 50px;
  left: 35%;
  margin: auto;
  text-align: center;
}

.footer-section-main {
  background-color: #000000;
  padding: 5px 0px;
}
.footer-section-main .footer-logo {
  width: 150px;
  display: block;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
