@font-face {
  font-family: "ConthraxSb";
  src: url("conthraxsb-regular.eot");
  src: url("conthraxsb-regulard41d.eot?#iefix") format("embedded-opentype"), url("conthraxsb-regular.woff2") format("woff2"), url("conthraxsb-regular.woff") format("woff"), url("conthraxsb-regular.ttf") format("truetype"), url("conthraxsb-regular.svg#ConthraxSb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile LT Pro Unicode";
  src: url("eurostileltprounicode.eot");
  src: url("eurostileltprounicoded41d.eot?#iefix") format("embedded-opentype"), url("eurostileltprounicode.woff2") format("woff2"), url("eurostileltprounicode.woff") format("woff"), url("eurostileltprounicode.ttf") format("truetype"), url("eurostileltprounicode.svg#EurostileLTProUnicode") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Eurostile LT Pro Unicode";
}
* img {
  width: 100%;
}

.hero_section {
  height: 80vh;
  width: 100%;
}
.hero_section .hero_text {
  height: 100%;
  width: 100%;
  padding-inline: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero_section .hero_text h1 {
  color: #102b3e;
  text-transform: uppercase;
  font-size: 6rem;
}
.hero_section .hero_text h1 span {
  color: #A49D00;
}
.hero_section .hero_text h5 {
  width: 50%;
  color: #102b3e;
  line-height: 1.8;
  margin-top: 3%;
}

.quality_details_section {
  padding: 5%;
}
.quality_details_section .contianer-fluid .title h2 {
  color: #A49D00;
  font-size: 3rem;
}
.quality_details_section .contianer-fluid .desc {
  padding-top: 3%;
}
.quality_details_section .contianer-fluid .desc p {
  color: #102b3e;
  font-size: 1.2rem;
}
.quality_details_section .contianer-fluid .video {
  height: 70vh;
  width: 100%;
  margin-block: 3%;
}

@media (max-width: 768px) {
  .hero_section .hero_text h1 {
    color: #102b3e;
    text-transform: uppercase;
    font-size: 3rem;
  }
  .hero_section .hero_text h5 {
    width: 90%;
    font-size: 1.2rem;
  }
  .quality_details_section {
    padding: 5%;
  }
  .quality_details_section .contianer-fluid .title h2 {
    color: #A49D00;
    font-size: 2.4rem;
  }
  .quality_details_section .contianer-fluid .desc {
    padding-top: 3%;
  }
  .quality_details_section .contianer-fluid .desc p {
    color: #102b3e;
    font-size: 1.2rem;
  }
  .quality_details_section .contianer-fluid .video {
    height: 50vh;
    width: 100%;
    margin-block: 3%;
  }
}