@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/**********************/
/***   TYPOGRAPHY   ***/
/**********************/
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova.woff2") format("woff2"), url("../fonts/ProximaNova.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Italic.woff2") format("woff2"), url("../fonts/ProximaNova-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, a.btn {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #F5B535;
  text-transform: uppercase;
}

h1 {
  font-size: 6.2rem;
}

h2 {
  font-size: 4rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 1.5rem;
}

.highlight {
  color: #dc3545;
}

.row p {
  margin-top: 1.5rem;
}
.row h2 + p {
  margin-top: 2rem;
}

/*****************/
/***   RESET   ***/
/*****************/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.42857143;
  color: #000001;
  background-color: #F5F7FA;
}

a {
  color: inherit;
  transition: all 0.5s ease;
}
a:hover, a:active {
  color: inherit;
}

button {
  border: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, a.btn {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

ul {
  padding: 0;
  list-style-type: none;
  margin-left: 20px;
}

.b1 {
  border: 1px solid #ccc;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

.w100 {
  width: 100%;
}

.a100 {
  width: 100%;
  max-width: 100%;
}

.mw100 {
  max-width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ac {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fl, .fr, .inner, .column {
  display: inline-block;
}

.ac {
  text-align: center;
}

.cf::after, .container::after {
  display: block;
  clear: both;
  content: "";
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* CENTER */
.center-block, .cb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.center-inline-block, .cib {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.bold {
  color: inherit;
  font-weight: bold;
}

.ttn {
  text-transform: none;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize;
}

.disabled {
  pointer-events: none !important;
  cursor: no-drop !important;
  background-color: #1A2A44 !important;
}

.show_mobile {
  display: none !important;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: inline-flex;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-none {
  display: none;
}

.fluid-video {
  position: relative;
}

.fluid-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fluid-video-4-3 {
  padding-bottom: 75%;
}

.fluid-video-16-9 {
  padding-bottom: 56.25%;
}

/******************/
/***   NAVBAR   ***/
/******************/
.navbar {
  position: relative;
  overflow: visible;
  /* Dropdown specific styles */
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #F5B535;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 3s ease;
  overflow: hidden;
}
.navbar .container {
  display: flex;
}
.navbar .navbar-brand, .navbar .navbar-nav {
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #F5B535;
}
.navbar .navbar-nav {
  margin-top: 2px;
}
.navbar .dropdown-menu {
  display: none;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.navbar .dropdown-item {
  padding: 12px 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A2A44;
  transition: all 0.3s ease;
}
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
  color: #fff;
  background-color: #F5B535;
}
.navbar .nav-item {
  width: auto;
  display: flex;
  padding: 9px 18px;
  position: relative;
  /* Dropdown specific hover effects */
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item:active .nav-link {
  color: #F5B535;
}
.navbar .nav-item:hover .nav-link::after, .navbar .nav-item:active .nav-link::after {
  transform: scaleX(1);
}
.navbar .nav-item:hover .nav-link .caret, .navbar .nav-item:active .nav-link .caret {
  color: #F5B535;
}
.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 15px 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A2A44;
  text-decoration: none;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #F5B535;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.navbar .nav-link .caret {
  display: inline-block;
  font-size: 10px;
  color: #1A2A44;
  transition: all 0.3s ease;
}
.navbar .nav-link.dropdown-toggle::after {
  content: none !important;
}

.navbar.loaded::before {
  transform: scaleX(1);
}

.navbar-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background: transparent !important;
  box-shadow: none !important;
}
.navbar-toggler .toggler-icon {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F5B535;
  border-radius: 2px;
  transition: all 0.4s ease;
  transform-origin: center;
}
.navbar-toggler .toggler-icon:nth-child(1) {
  top: 0;
}
.navbar-toggler .toggler-icon:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .toggler-icon:nth-child(3) {
  bottom: 0;
}

.navbar-toggler.collapsed .toggler-icon:nth-child(1), .navbar-toggler.collapsed .toggler-icon:nth-child(3) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon:nth-child(2) {
  opacity: 1;
}

.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .toggler-icon:nth-child(2) {
  opacity: 0;
}

/* Mobile dropdown specific fixes */
@media (max-width: 991.98px) {
  .navbar-collapse .dropdown-menu {
    background-color: transparent;
    border: none;
    padding-left: 20px;
  }
  .navbar-collapse .dropdown-item {
    padding: 10px 15px;
  }
}
/***********/
/*   BTN   */
/***********/
#contact input:focus, #contact textarea:focus, #contact select:focus {
  border-color: #F5B535;
  box-shadow: 0 0 0 0.25rem rgba(245, 181, 53, 0.25);
  outline: 0;
}

.btn {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn:hover, .btn:active {
  color: #1A2A44;
  background-color: #F5B535;
}

#company .btn, #contactForm .btn {
  color: #1A2A44;
  background-color: #fff;
  border: 2px solid #1A2A44;
}
#company .btn:hover, #company .btn:active, #contactForm .btn:hover, #contactForm .btn:active {
  color: #fff;
  background-color: #F5B535;
  border: 2px solid #fff;
}

#company .btn {
  margin-top: 2rem;
}

#contactForm .btn {
  margin: 3rem auto 0;
  display: block;
  font-size: 1.5rem;
}

/********************/
/***   CAROUSEL   ***/
/********************/
.carousel-item {
  min-height: 700px;
  background: center/cover no-repeat border-box;
}

.carousel.slide .carousel-indicators {
  bottom: 3rem;
}
.carousel.slide .carousel-indicators button {
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  background-color: transparent;
}
.carousel.slide .carousel-indicators button.active {
  background-color: #F5B535;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 6.4rem;
  height: 6.4rem;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.carousel-item p, .carousel-item h2 {
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
.carousel-item h2 {
  font-size: 3.75rem;
}
.carousel-item p {
  margin: 3rem 0;
  font-size: 1.8rem;
}
.carousel-item a.btn {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 2px solid #fff;
  border-radius: 0;
}
.carousel-item a.btn:hover, .carousel-item a.btn:active {
  color: #1A2A44;
  background-color: #F5B535;
}

/*******************/
/***   COMPANY   ***/
/*******************/
#company {
  background-color: #e9e7e6;
  padding: 10rem 0;
}
#company .col-lg-6 {
  padding: 0 20px;
}
#company .col-lg-6:nth-child(2) {
  text-align: left;
}

/*******************/
/***   CONTACT   ***/
/*******************/
#contact {
  background-color: #e9e7e6;
  padding: 10rem 0;
}
#contact .container > .row > [class^=col-] {
  margin-top: 5rem;
}
#contact h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#contact h4 {
  color: #000001;
  text-transform: none;
}
#contact p {
  color: #5f656d;
}
#contact p.info {
  color: #444444;
}
#contact p.info:first-child {
  margin-top: 3rem;
}
#contact p.info a {
  text-decoration: none;
}
#contact p.info a:hover, #contact p.info a:active {
  text-decoration: underline;
}
#contact span.highlight {
  color: #444444;
  font-weight: 600;
}
#contact form label {
  color: #000001;
  margin-top: 3rem;
}
#contact form input, #contact form textarea {
  border-radius: 0;
  font-size: 1.5rem;
  color: #444444;
}

/**********************/
/***   DECORATION   ***/
/**********************/
.decoration {
  position: relative;
}
.decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.3rem;
  height: 1.3rem;
  background-color: #F5B535;
  z-index: 1;
  transform-origin: center center;
  transform: translate(-50%, -60%) rotate(-45deg);
  margin-top: 1px;
}

/****************/
/*   FEATURES   */
/****************/
#features {
  background-color: #e9e7e6;
  padding: 10rem 1.5rem;
}
#features h2, #features h2 + p {
  text-align: center;
}
#features h2 + p {
  max-width: 70ch;
  margin: 2rem auto 3rem;
}
#features .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#features .grid .feature {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}
#features .grid .feature:nth-child(1) .icon {
  background-image: url(../img/icon-feature-1.png);
}
#features .grid .feature:nth-child(2) .icon {
  background-image: url(../img/icon-feature-2.png);
}
#features .grid .feature:nth-child(3) .icon {
  background-image: url(../img/icon-feature-3.png);
}
#features .grid .feature:nth-child(4) .icon {
  background-image: url(../img/icon-feature-4.png);
}
#features .grid .feature:nth-child(5) .icon {
  background-image: url(../img/icon-feature-5.png);
}
#features .grid .feature:nth-child(6) .icon {
  background-image: url(../img/icon-feature-6.png);
}
#features .grid .feature .icon {
  display: block;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/***************/
/*   GALLERY   */
/***************/
#gallery {
  background-color: #ffffff;
  padding: 10rem 1.5rem;
}
#gallery h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#gallery p {
  font-size: 1.5rem;
}
#gallery h5 {
  color: #dc3545;
  padding-left: 18px;
  margin-bottom: 2rem;
  background: url(../img/icon-youtube.gif) no-repeat left center;
}
#gallery .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
#gallery .grid a {
  color: #dc3545;
  text-decoration: none;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
}
#gallery .grid a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
#gallery .grid a:hover, #gallery .grid a:active {
  text-decoration: underline;
}
#gallery .grid a:hover img, #gallery .grid a:active img {
  opacity: 0.8;
}

/********************/
/***   PRODUCTS   ***/
/********************/
#products {
  background-color: #ffffff;
  padding: 10rem 1.5rem;
}
#products h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#products .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#products .grid .column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  text-decoration: none;
  transition: all 0.6s ease;
  aspect-ratio: 960/500;
  background: center center/cover no-repeat;
  overflow: hidden;
}
#products .grid .column h5 {
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  text-transform: capitalize;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
#products .grid .column:nth-child(1) {
  background-image: url(../img/product-1.jpg);
}
#products .grid .column:nth-child(2) {
  background-image: url(../img/product-2.jpg);
}
#products .grid .column:nth-child(3) {
  background-image: url(../img/product-3.jpg);
}
#products .grid .column:nth-child(4) {
  background-image: url(../img/product-4.jpg);
}
#products .grid .column:nth-child(5) {
  background-image: url(../img/product-5.jpg);
}
#products .grid .column:nth-child(6) {
  background-image: url(../img/product-6.jpg);
}
#products .grid .column:nth-child(7) {
  background-image: url(../img/product-7.jpg);
}
#products .grid .column:nth-child(8) {
  background-image: url(../img/product-8.jpg);
}
#products .grid .column:nth-child(9) {
  background-image: url(../img/product-9.jpg);
}
#products .grid .column:nth-child(10) {
  background-image: url(../img/product-10.jpg);
}
#products .grid .column:nth-child(11) {
  background-image: url(../img/product-11.jpg);
}
#products .grid .column:nth-child(12) {
  background-image: url(../img/product-12.jpg);
}
#products .grid .column .shade {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: grid;
  align-items: center;
  background: rgba(34, 41, 49, 0.3);
  transition: all 0.5s ease;
}
#products .grid .column .shade .texts h4 {
  font-size: 5rem;
}
#products .grid .column .shade .texts p {
  color: #fff;
  text-transform: uppercase;
  margin: 1.5rem 0 2rem;
  position: relative;
}
#products .grid .column .shade .texts p::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  background-color: #F5B535;
}
#products .grid .column .shade .texts span {
  font-size: 1.2rem;
  color: #F5B535;
  text-transform: uppercase;
}
#products .grid .column .shade-1 {
  top: 0;
}
#products .grid .column .shade-2 {
  top: 100%;
}
#products .grid .column .shade-2 .texts p {
  margin-bottom: 5.4rem;
}
#products .grid .column:hover .shade-1, #products .grid .column:active .shade-1 {
  top: -100%;
}
#products .grid .column:hover .shade-2, #products .grid .column:active .shade-2 {
  top: 0;
}

/*******************/
/***   SERVICE   ***/
/*******************/
#services {
  background: url(../img/bg-service.jpg) left top/cover no-repeat;
}
#services h1, #services p {
  text-align: center;
  color: #fff;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
#services h1 {
  margin: 27rem 0 22rem;
}
#services p {
  font-size: 1.9rem;
  font-weight: 300;
}
#services .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 930px;
  margin: 1.5rem auto 6.5rem;
  background-color: #fff;
  padding: 0;
}
#services .grid .column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 1.6rem 0.6rem;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}
#services .grid .column:not(:last-child) {
  border-right: 1px solid #eaeaea;
}
#services .grid .column .icon {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/icon-services.png) no-repeat left center/140px 70px;
  transition: background-position 0.3s ease;
}
#services .grid .column h5 {
  margin: 0;
  transition: color 0.3s ease;
}
#services .grid .column:nth-child(1) h5 {
  color: #e16900;
}
#services .grid .column:nth-child(1) .icon {
  background-position: 0px 0;
}
#services .grid .column:nth-child(1):hover, #services .grid .column:nth-child(1):active {
  background-color: #e16900;
}
#services .grid .column:nth-child(1):hover h5, #services .grid .column:nth-child(1):active h5 {
  color: #fff;
}
#services .grid .column:nth-child(1):hover .icon, #services .grid .column:nth-child(1):active .icon {
  background-position: 0px -35px;
}
#services .grid .column:nth-child(2) h5 {
  color: #138197;
}
#services .grid .column:nth-child(2) .icon {
  background-position: -35px 0;
}
#services .grid .column:nth-child(2):hover, #services .grid .column:nth-child(2):active {
  background-color: #138197;
}
#services .grid .column:nth-child(2):hover h5, #services .grid .column:nth-child(2):active h5 {
  color: #fff;
}
#services .grid .column:nth-child(2):hover .icon, #services .grid .column:nth-child(2):active .icon {
  background-position: -35px -35px;
}
#services .grid .column:nth-child(3) h5 {
  color: #59a623;
}
#services .grid .column:nth-child(3) .icon {
  background-position: -70px 0;
}
#services .grid .column:nth-child(3):hover, #services .grid .column:nth-child(3):active {
  background-color: #59a623;
}
#services .grid .column:nth-child(3):hover h5, #services .grid .column:nth-child(3):active h5 {
  color: #fff;
}
#services .grid .column:nth-child(3):hover .icon, #services .grid .column:nth-child(3):active .icon {
  background-position: -70px -35px;
}
#services .grid .column:nth-child(4) h5 {
  color: #18222c;
}
#services .grid .column:nth-child(4) .icon {
  background-position: -105px 0;
}
#services .grid .column:nth-child(4):hover, #services .grid .column:nth-child(4):active {
  background-color: #18222c;
}
#services .grid .column:nth-child(4):hover h5, #services .grid .column:nth-child(4):active h5 {
  color: #fff;
}
#services .grid .column:nth-child(4):hover .icon, #services .grid .column:nth-child(4):active .icon {
  background-position: -105px -35px;
}

/**********************/
/***   RESPONSIVE   ***/
/**********************/
@media (min-width: 991.98px) {
  #contact .container > .row.columns {
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 991.98px) {
  /*   COMPANY   */
  #company {
    padding: 5rem 0;
  }
  #company .col-lg-6:nth-child(2) {
    margin-top: 3rem;
  }
  /*   CONTACTS   */
  #contacts {
    padding: 5rem 0;
  }
  /*   FEATURES_GALLERY_PRODUCTS   */
  #features, #gallery, #products {
    padding: 5rem 1.5rem;
  }
  #features .grid, #gallery .grid, #products .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar {
    position: relative;
    padding: 20px 0;
  }
  .navbar .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar .navbar-nav {
    display: inline-block;
    margin: 20px 0 0 0;
  }
  .navbar .nav-item {
    padding: 0;
  }
  .navbar .nav-link {
    display: flex;
    align-items: center;
  }
  .navbar .dropdown-menu {
    position: absolute;
    top: -40px;
    left: 100%;
    padding-left: 0;
  }
  #services .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #services .grid .column:nth-child(even) {
    border-right: none;
  }
  #services .grid .column:nth-child(odd) {
    border-right: 1px solid #eaeaea;
  }
  #services .grid .column:nth-child(1), #services .grid .column:nth-child(2) {
    border-bottom: 1px solid #eaeaea;
  }
  #services h1 {
    font-size: 4rem;
    margin: 18rem 0 15rem;
  }
}
@media (max-width: 767.99px) {
  html {
    font-size: 50%;
  }
  .carousel-caption {
    width: 90%;
  }
  .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 360px) {
  /*   FEATURES_GALLERY_PRODUCTS   */
  #features .grid, #gallery .grid, #products .grid {
    grid-template-columns: 1fr;
  }
  #features .grid .icon {
    margin: 0 auto;
  }
  #features .grid p {
    text-align: center;
  }
}