@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 {
  text-transform: uppercase;
  font-size: 6rem;
  color: #102b3e;
}
.hero_section .hero_text h1 span {
  color: #A49D00;
}
.hero_section .hero_text h5 {
  color: #102b3e;
  width: 50%;
  line-height: 1.8;
  margin-top: 3%;
}

.products_section {
  width: 100%;
  padding-inline: 5%;
}
.products_section .filter {
  width: 100%;
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.products_section .filter .dropdown {
  width: 15%;
  height: 5vh;
}
.products_section .filter .dropdown .btn {
  border-bottom: 2px solid #102b3e;
  border-radius: 0;
  color: #102b3e;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.products_section .filter .dropdown .btn p {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.products_section .filter .dropdown .btn:focus {
  border: 0;
  border-bottom: 2px solid #102b3e;
}
.products_section .filter .dropdown .btn::after {
  content: none !important;
}
.products_section .filter .dropdown .dropdown-menu {
  padding: 0;
}
.products_section .filter .dropdown .dropdown-menu .dropdown-item {
  height: 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #102b3e;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.products_section .filter .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #102b3e;
  color: white;
}
.products_section .container-fluid .row .col {
  padding-bottom: 3%;
}
.products_section .container-fluid .row .col a {
  height: 100%;
  width: 100%;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_section .container-fluid .row .col a .card {
  height: 60vh;
  border: 1px solid #102b3e;
  width: 90%;
}
.products_section .container-fluid .row .col a .card .img_container {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
  position: relative;
}
.products_section .container-fluid .row .col a .card .img_container .preview {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5%;
}
.products_section .container-fluid .row .col a .card .img_container .preview .product {
  width: 20%;
}
.products_section .container-fluid .row .col a .card .img_container .preview .arrow {
  width: 8%;
}
.products_section .container-fluid .row .col a .card .img_container img {
  width: 100%;
}
.products_section .container-fluid .row .col a .card .text {
  height: 20%;
  width: 100%;
  padding: 3% 5%;
  border-top: 1px solid #102b3e;
}
.products_section .container-fluid .row .col a .card .text h4 {
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
  color: #102b3e;
}
.products_section .container-fluid .row .col a .card .text h4 span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 2%;
}

@media (max-width: 768px) {
  .hero_section .hero_text h1 {
    text-transform: uppercase;
    font-size: 3rem;
  }
  .hero_section .hero_text h5 {
    width: 90%;
    font-size: 1.2rem;
  }
  .products_section {
    width: 100%;
    padding-inline: 5%;
  }
  .products_section .filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_section .filter .dropdown {
    width: 50%;
    height: 5vh;
  }
  .products_section .container-fluid .row .col a .card .img_container img {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .hero_section .hero_text h1 {
    text-transform: uppercase;
    font-size: 3rem;
  }
  .hero_section .hero_text h5 {
    width: 90%;
    font-size: 1.2rem;
  }
  .products_section {
    width: 100%;
    padding-inline: 5%;
  }
  .products_section .filter .dropdown {
    width: 75%;
    height: 5vh;
  }
  .products_section .container-fluid .row .col {
    padding-bottom: 3%;
  }
  .products_section .container-fluid .row .col a {
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_section .container-fluid .row .col a .card {
    width: 100%;
  }
}
@media (max-height: 731px) {
  .products_section {
    width: 100%;
    padding-inline: 5%;
  }
  .products_section .filter {
    width: 100%;
    height: 15vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .products_section .filter .dropdown {
    width: 15%;
    height: 5vh;
  }
  .products_section .filter .dropdown .btn {
    border-bottom: 2px solid #102b3e;
    border-radius: 0;
    color: #102b3e;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .products_section .filter .dropdown .btn p {
    font-size: 1.2rem;
    text-transform: capitalize;
  }
  .products_section .filter .dropdown .btn:focus {
    border: 0;
    border-bottom: 2px solid #102b3e;
  }
  .products_section .filter .dropdown .btn::after {
    content: none !important;
  }
  .products_section .filter .dropdown .dropdown-menu {
    padding: 0;
  }
  .products_section .filter .dropdown .dropdown-menu .dropdown-item {
    height: 4vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #102b3e;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .products_section .filter .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #102b3e;
    color: white;
  }
  .products_section .container-fluid .row .col {
    padding-bottom: 3%;
  }
  .products_section .container-fluid .row .col a {
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_section .container-fluid .row .col a .card {
    height: 70vh;
    border: 1px solid #102b3e;
    width: 100%;
  }
  .products_section .container-fluid .row .col a .card .img_container {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5%;
    position: relative;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5%;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview .product {
    width: 20%;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview .arrow {
    width: 8%;
  }
  .products_section .container-fluid .row .col a .card .img_container img {
    width: 100%;
  }
  .products_section .container-fluid .row .col a .card .text {
    height: 20%;
    width: 100%;
    padding: 3% 5%;
    border-top: 1px solid #102b3e;
  }
  .products_section .container-fluid .row .col a .card .text h4 {
    margin: 0;
    font-size: 1rem;
    color: #102b3e;
  }
}
@media (max-height: 641px) {
  .products_section {
    width: 100%;
    padding-inline: 5%;
  }
  .products_section .filter {
    width: 100%;
    height: 15vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .products_section .filter .dropdown {
    width: 15%;
    height: 5vh;
  }
  .products_section .filter .dropdown .btn {
    border-bottom: 2px solid #102b3e;
    border-radius: 0;
    color: #102b3e;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .products_section .filter .dropdown .btn p {
    font-size: 1.2rem;
    text-transform: capitalize;
  }
  .products_section .filter .dropdown .btn:focus {
    border: 0;
    border-bottom: 2px solid #102b3e;
  }
  .products_section .filter .dropdown .btn::after {
    content: none !important;
  }
  .products_section .filter .dropdown .dropdown-menu {
    padding: 0;
  }
  .products_section .filter .dropdown .dropdown-menu .dropdown-item {
    height: 4vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #102b3e;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .products_section .filter .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #102b3e;
    color: white;
  }
  .products_section .container-fluid .row .col {
    padding-bottom: 3%;
  }
  .products_section .container-fluid .row .col a {
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_section .container-fluid .row .col a .card {
    height: 70vh;
    border: 1px solid #102b3e;
    width: 100%;
  }
  .products_section .container-fluid .row .col a .card .img_container {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5%;
    position: relative;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5%;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview .product {
    width: 20%;
  }
  .products_section .container-fluid .row .col a .card .img_container .preview .arrow {
    width: 8%;
  }
  .products_section .container-fluid .row .col a .card .img_container img {
    width: 100%;
  }
  .products_section .container-fluid .row .col a .card .text {
    height: 20%;
    width: 100%;
    padding: 3% 5%;
    border-top: 1px solid #102b3e;
  }
  .products_section .container-fluid .row .col a .card .text h4 {
    margin: 0;
    font-size: 0.9rem;
    color: #102b3e;
  }
}