@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font: 16px/1.6 "Calibri", Helvetica, sans-serif;
}
.nav-bg {
  background-color: #0000001e;
  border: 1px solid #0000001c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
a,
.navbar a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.17em;
}
.active{
  #ff0000;
}
.h-logo {
  height: 40px;
  width: auto;
  margin-right: 100px;
}
.f-logo {
  height: 85px;
  width: auto;
}
.corp {
  height: 45px;
}
.truck {
  height: 30px;
}
.navbar-text img {
  height: 30px;
  width: auto;
}
.page-title {
  border: solid;
  border-image-slice: 1;
  border-width: 4px;
  border-image: linear-gradient(
      90deg,
      rgb(0, 143, 104) 0%,
      rgb(255, 255, 255) 75%
    )
    1;
  background: rgb(1, 80, 20);
  background: linear-gradient(
    90deg,
    rgba(1, 80, 20, 1) 0%,
    rgba(14, 154, 58, 1) 40%,
    rgb(255, 255, 255) 100%
  );
}
.shopping img {
  height: 20px;
  width: auto;
}
.info-img {
  height: 14px;
}

#myVideo {
  min-width: 100%;
  min-height: 84.2%;
  position: fixed;
}
.content-home {
  position: absolute;
  display: flex;
  height: 84.5%;
  min-width: 100%;
  overflow: hidden;
}
.content {
  align-items: center;
  display: flex;
  font-size: 1.15em !important;
  line-height: 1.3;
}
.content a {
  color: #000000;
  text-decoration: none;
}
.content a:hover {
  color: #ff0000;
}
.corp-info {
  font-size: 0.99em;
}
.team-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
}
.team-h {
  display: inline-block;
  letter-spacing: 0.063em;
  font-size: 1em;
}
.team-h1 {
  display: block;
  width: 100%;
  font-size: 1.09em;
  font-weight: 700;
}

.text-shadow {
  text-shadow: 2px 2px #000;
}
.text-shadow-1 {
  text-shadow: 1px 1px #000;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 40px 40px -25px;
}
.product-img img {
  width: 100px;
  height: auto;
}
.contact-img {
  width: 30px !important;
}
.footer,
.footer-home {
  padding: 47px 0;
  align-items: center;
  display: flex;
  background-color: #2e2e2e;
  color: #fff;
  border-top: solid 5px #058036;
  width: 100%;
}
.footer-home {
  position: fixed;
  bottom: 0 !important;
}
.top-bg {
  background-color: #2e2e2e;
  border-bottom: #058036 solid 5px;
  position: fixed;
  z-index: 999999999;
}
.footer-home a:hover,
.footer a:hover,
.header a:hover {
  color: #ffcc00;
}

.slogan {
  width: 27.9em;
  color: #333;
  align-items: center;
  display: flexbox;
}
.slogan img {
  width: 20vh;
}
h1 {
  overflow: hidden;
  position: relative;
  font-size: 3em;
  line-height: 1.5;
}

.message {
  background-color: yellow;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  left: 22vh;
  animation: openclose 5.5s ease-in-out infinite;
  display: flexbox;
  align-items: center;
  -webkit-animation: openclose 5.5s ease-in-out infinite;
}
.germany {
  width: 145px;
}
.person-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 310px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.person-card .front {
  padding-bottom: 20px;
}
.person-card .front,
.person-card .back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: #000 1px solid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.person-card .front .img,
.person-card .back .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  z-index: -1;
}
.img-back {
  opacity: 0.1;
  filter: grayscale(100%);
}
.person-card .front {
  background-color: #6d6d6d;
}
.person-card .back {
  background-color: #000000;
  background-image: linear-gradient(-45deg, #000000, #777777);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.person-card:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.person-card:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.person-card .contents {
  color: #fff;
  text-align: center;
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
}
.person-card .front .contents {
  padding-top: 230px;
}
.person-card .contents .title {
  font-size: 1.2em;
  line-height: 0.5;
}
.person-card .contents .subtitle {
  font-size: 1.26em;
  color: #ffcc00;
}
.person-card .contents .text {
  font-size: 0.8em;
  margin: 0;
  padding: 0 5px;
  background-color: #00000057;
  border: #000000 solid 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.person-card .contents .socials {
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: block;
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.socials li {
  margin: -7px !important;
}
.person-card .contents .socials img {
  width: 14px;
}
.person-card .contents .socials .phone {
  font-size: 0.9em;
}
.person-card .contents .socials a {
  display: inline-block;
  margin: 0.5rem;
  font-size: 0.8em;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  -webkit-transition: transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.person-card .contents .socials a:hover {
  color: #00ff2a;
}
.copyright{
  opacity: 0.3;
  font-size: .85em;
  font-weight: lighter;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 165px;
  }
  30% {
    top: 0.2rem;
    width: 165px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.5rem;
  }
  48% {
    top: -4.5rem;
    width: 157px;
  }
  62% {
    top: -4.5rem;
    width: 157px;
  }
  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -9rem;
    width: 105px;
  }
  95% {
    top: -9rem;
    width: 105px;
    padding-bottom: 2.2em;
  }
  98% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 0.9em;
  }
  .footer-home,
  .footer {
    line-height: 1.4;
    padding: 35px 0 !important;
  }
  .corp{
    margin-bottom: 15px;
  }
}

@media (min-width: 767.99px) {
  .footer-home,
  .footer {
    font-size: 1.17em;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  body a {
    font-size: 1em;
  }
  .h-logo {
    height: 30px;
    width: auto;
    margin: 0;
  }
  .socials a,
  .phone {
    font-size: 1rem !important;
  }
  @keyframes openclose {
    0% {
      top: 0rem;
      width: 0;
    }
    5% {
      width: 0;
    }
    15% {
      width: 165px;
    }
    30% {
      top: 0rem;
      width: 165px;
    }
    33% {
      top: 0rem;
      width: 0;
    }
    35% {
      top: 0rem;
      width: 0;
    }
    38% {
      top: -4rem;
    }
    48% {
      top: -4rem;
      width: 155px;
    }
    62% {
      top: -4rem;
      width: 155px;
    }
    66% {
      top: -4rem;
      width: 0;
      text-indent: 0;
    }
    71% {
      top: -8rem;
      width: 0;
      text-indent: 5px;
    }
    86% {
      top: -8rem;
      width: 110px;
    }
    95% {
      top: -8rem;
      width: 110px;
      padding-bottom: 2.2em;
    }
    98% {
      top: -8rem;
      width: 0;
      text-indent: 5px;
    }
    100% {
      top: 0;
      width: 0;
      text-indent: 0;
    }
  }
}
@media (max-height: 991.98px) {
  .slogan {
    width: 21.9em;
  }
}
@media (min-width: 991.99px) {
  .nav-item a:hover {
    background-color: rgb(12, 128, 37);
    box-shadow: 0px 4px #00ff40;
    color: #fff !important;
  }
  .person-card .contents .socials a{
    font-size: .9em;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    background-color: rgb(255, 255, 255) !important;
  }
  .navbar-collapse {
    background-color: #058036;
    margin-top: 5px;
  }
  .nav-item {
    padding: 10px;
  }
  .collapse ul {
    display: table;
    width: 100% !important;
    border-bottom: #000000 solid 1px;
  }
  .collapse li {
    display: table-cell;
    text-align: center;
  }
  .navbar-text {
    display: block;
    text-align: center;
    color: #000;
  }
  .nav-bg {
    background-color: #ffffff00;
    border: #00000000;
  }
  .front {
    font-size: 1.2em;
  }
  .person-card .contents .socials li a,
  .phone {
    font-size: 1.1em;
  }
  .footer-home,
  .footer {
    padding: 30px 0;
  }
  #myVideo{
    margin-left: -500px;
  }
  .f-logo{
    height: 60px;
  }
}
