/* ---------------- Globals ----------------  */
@font-face {
  font-family: 'PlusJakartaSans';
  src: url('/assets/fonts/PlusJakartaSans-VariableFont_wght.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakartaSans-Italic';
  src: url('/assets/fonts/PlusJakartaSans-Italic-VariableFont_wght.woff2') format('woff2');
  font-display: swap;
}
html,
body {
  padding: 0;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PlusJakartaSans', sans-serif;
  background-color: #edf1e9;
}
h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 90px;
}
p .highlight {
  font-size: inherit;
}
.p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures contextual;
  line-height: 150%;
  text-align: center;
}
.p2 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.p3 {
  color: #2b2e27;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.p4 {
  color: #2e7221;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.p5 {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #2b2e27;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
/* ---------------- Generics ----------------  */
.infoWindow {
  text-align: center;
}
.infoWindow h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.infoWindow p {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.services-section h2,
.home-section h2,
.e404-section h2 {
  margin-bottom: 1rem;
}
.btn {
  background-color: #2e7221;
  border: 1px solid #2e7221;
  border-radius: 0;
  color: #fff;
  font-family: 'PlusJakartaSans-Italic', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #fff;
  color: #2e7221;
  border-color: #fff;
}
/* Menu */
#menu-full ul {
  margin-bottom: 0;
}
#menu-full ul li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem;
}
#menu-full ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-underline-offset: 7px;
}
#menu-full ul li a:hover,
#menu-full ul li a.active {
  text-decoration: underline;
}
.menu {
  background-color: #2b2e27;
  position: fixed;
  z-index: 999;
  display: none;
}
.menu nav {
  margin-top: 10rem;
}
.menu nav a#closeMenu {
  display: inline-block;
  position: absolute;
  background-color: #2b2e27;
  padding: 5px;
  top: -57px;
  right: 29px;
}
.menu nav ul {
  padding-left: 0rem;
}
.menu nav ul li {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
  list-style: none;
}
.menu nav ul li a {
  /* ABOUT FIL WAREHOUSING DELIVERY MYFIL CONTACT */
  font-style: normal;
  font-weight: 800;
  font-size: 33px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.menu nav ul li a:hover {
  color: gray;
}
#section-stats {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
#section-stats h2 {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 2.5rem;
}
#section-stats h4 {
  margin-bottom: 0;
  color: #2e7221;
}
#section-stats .statbox.top {
  border-top: solid 4px #c1c7bb;
}
#section-stats .statbox.right {
  border-right: solid 4px #c1c7bb;
}
#section-stats .statbox.bottom {
  border-bottom: solid 4px #c1c7bb;
}
#section-stats .statbox.left {
  border-left: solid 4px #c1c7bb;
}
#section-stats .d-flex {
  text-align: center;
}
#section-stats .d-flex .stat {
  display: inline-block;
  padding: 2rem;
}
#section-stats .d-flex .stat .stat-detail {
  font-size: 1.25rem;
}
#section-stats .d-flex .stat .stat-num {
  font-size: 5rem;
  font-weight: bold;
}
/* ---------------- Header/ Footer ----------------  */
.header-container {
  position: sticky;
  top: 0rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  z-index: 998;
  background-color: #2b2e27;
}
.header-container header {
  margin-left: 1.8rem;
}
.header-container header .menu-btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  right: 1rem;
  cursor: pointer;
}
.header-container header .menu-btn .bars {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 2.3rem;
  height: 1.5rem;
  margin-top: -0.7rem;
}
.header-container header .menu-btn .bars .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-container header .menu-btn .bars .bar:nth-of-type(1) {
  top: 0;
}
.header-container header .menu-btn .bars .bar:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.header-container header .menu-btn .bars .bar:nth-of-type(3) {
  bottom: 0;
}
.header-container header .logo {
  background-image: url('../img/icons/fil_logo.svg');
  width: 10.11rem;
  height: 3.5rem;
}
.colorful-header-container {
  background-color: white;
  transition: background-color 0.3s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.colorful-header-container header .menu-btn {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
.colorful-header-container header .menu-btn .bars {
  top: 52%;
  left: 0.7rem;
  width: 1.6rem;
  height: 1.3rem;
  margin-top: -0.7rem;
}
.colorful-header-container header .menu-btn .bars .bar {
  background-color: #2e7221;
}
.colorful-header-container header .logo {
  background-image: url('../img/icons/fil_logo.svg');
  width: 6.4rem;
  height: 3.2rem;
}
footer {
  background-color: #c1c7bb;
  padding: 2rem 1rem 2rem 1rem;
}
footer .p1 {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: start;
}
footer a:hover {
  color: inherit !important;
}
footer .footer-address-container,
footer .footer-contact-container {
  padding-top: 5rem;
}
footer .footer-address-container {
  background-image: url('/assets/img/icons/fil_logo.svg');
  background-repeat: no-repeat;
  background-position: top left 0.6rem;
}
footer .footer-content-container h2 {
  text-align: end;
  text-transform: none;
  color: #2e7221;
  margin-bottom: 2rem;
}
/* ---------------- Home ----------------  */
#home-video {
  background-color: #edf1e9;
}
#home-video video {
  background: transparent url('/assets/img/fil_home_1_placeholder.jpg') 50% 50% / cover no-repeat;
}
#home-intro {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
#home-intro .home-intro-container .intro {
  text-align: center;
  max-width: 90%;
}
#home-carousel {
  background-color: #2b2e27;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  width: 100%;
}
#home-carousel #carousel-container {
  max-width: 1500px;
  margin: auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}
.carousel-control-prev-icon {
  background-image: url('/assets/img/icons/carousel_prev.svg');
}
.carousel-control-next-icon {
  background-image: url('/assets/img/icons/carousel_next.svg');
}
#e404 .icon-container {
  text-align: center;
}
#e404 .icon-container i {
  font-size: 24rem;
  text-align: center;
  margin: auto;
}
#home-services #home-warehousing,
#home-services #home-delivery,
#home-services #home-portal {
  scroll-margin-top: 200px;
}
#home-services .photo {
  width: 100%;
  height: 43rem;
}
#home-services #home-warehousing {
  background-color: #2e7221;
  color: #fff;
}
#home-services #home-portal {
  background-color: #2b2e27;
  color: #fff;
  text-align: center;
}
#home-services #home-portal .photo {
  height: 43rem;
}
#home-contact {
  scroll-margin-top: 200px;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
#home-contact .contact-container {
  text-align: center;
  max-width: 55rem;
  margin: auto;
}
#home-contact .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #2b2e27;
  margin-bottom: 1.5rem;
  padding: 0.4rem 0.75rem;
}
#home-contact .form-control:focus {
  box-shadow: 0 0 0 0.25rem #2e7221;
}
#home-contact input.form-control {
  border-bottom: 2px solid #2b2e27;
}
#home-contact input.form-control::placeholder {
  color: #2b2e27;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
#home-contact textarea.form-control {
  border: 2px solid #2b2e27;
}
#home-contact label {
  padding-left: 0.7rem;
  padding-bottom: 0.5rem;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
#home-contact .contact-phone-email {
  padding-top: 4rem;
}
#home-contact .contact-phone-email h2 {
  color: #2e7221;
  text-transform: none;
}
#home-contact .form-success-message {
  margin: 3rem 0 3rem;
}
#about-intro {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
#about-intro h3 {
  padding-top: 1rem;
}
.about-picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1000px;
}
#about-picture1 .about-picture {
  background-position: bottom;
  background-image: url('/assets/img/fil_about_warehouse_floor.jpg');
}
#about-picture2 .about-picture {
  background-position: top;
  background-image: url('/assets/img/fil_about_cold_storage_at_height.jpg');
}
#about-bullets {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 70rem;
}
#about-bullets ul {
  text-align: start;
}
#about-bullets ul li {
  list-style-image: url('/assets/img/icons/bullet.svg');
  padding-bottom: 0.7rem;
}
@media (max-width: 1199px) {
  .header-container {
    top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-container header {
    margin-left: 0.6rem;
  }
  .header-container header .menu-btn {
    position: absolute;
    top: 1.6rem;
    width: 4rem;
    height: 2rem;
  }
  .header-container header .menu-btn .bars .bar {
    left: 0;
    width: 100%;
    height: 2px;
  }
  .header-container header .logo {
    width: 100%;
    height: 3rem;
  }
}
/* Small & Extra small */
@media (max-width: 767px) {
  /* ---------------- Globals ----------------  */
  h1,
  h2 {
    text-align: center;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 68px;
  }
  p {
    font-size: 1.4rem;
    text-align: center;
  }
  .p1 {
    font-size: 18px;
  }
  #section-stats {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #section-stats .statbox.top,
  #section-stats .statbox.right,
  #section-stats .statbox.bottom,
  #section-stats .statbox.left {
    border: none;
  }
  #section-stats .stat {
    border-top: solid 8px #c1c7bb;
    padding-bottom: 0 !important;
  }
  #section-stats .stat.first {
    border: none;
  }
  #section-stats .stat .stat-detail {
    font-size: 1.5rem !important;
    width: 70%;
    margin: auto;
  }
  #section-stats .stat h4 {
    font-size: 60px;
  }
  footer {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  footer .footer-address-container {
    padding-top: 2rem;
    background-image: none;
  }
  footer .footer-contact-container,
  footer .footer-content-container {
    padding-top: 1rem;
  }
  footer .p1,
  footer .footer-content-container h2 {
    padding-top: 0.5rem;
    text-align: center;
  }
  .home-section {
    text-align: center;
  }
  #home-services {
    padding-bottom: 3.5rem;
  }
  #home-services .photo {
    height: 21rem;
  }
  #home-services #home-portal .photo {
    height: 21rem;
  }
  #home-intro {
    height: 90% !important;
  }
  #home-intro .home-intro-container .intro h1 {
    margin-bottom: 1.5rem;
  }
  #home-why-us {
    height: 75% !important;
  }
  #section-service-map,
  #section-photo,
  #faq-and-contact-section,
  #tl-section {
    padding-top: 10rem;
  }
  #section-service-map .map,
  #section-service-map .photo,
  #section-photo .photo {
    height: 25rem;
    margin-top: 4rem;
  }
  #section-append h2 {
    margin-bottom: 4rem;
  }
  #section-append p {
    font-size: 1.75rem;
  }
  #faq-and-contact-section h3 {
    text-align: center;
  }
  #faq-and-contact-section ul {
    margin-top: 5rem;
  }
  #faq-and-contact-section .form-container {
    text-align: center;
  }
  #faq-and-contact-section .form-container form {
    max-width: 90%;
    margin: auto;
  }
}
