/* Default Styles */
:root {
  --theme-blue: #404aa1;
  --theme-white: #f9f9f9;
}

* {
  outline: none;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  font-family: "Oxygen";
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

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

h1,
h2,
h3 {
  font-weight: bold;
  font-size: 3em;
}

p {
  text-decoration: none;
  color: initial;
  font-size: 1.5em;
}

.company-logo img {
  width: 130px;
}

/* Navbar */
.hamburger {
  display: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar a {
  font-weight: bold;
  color: black;
}

.navbar-items a {
  margin-right: 16px;
  font-weight: normal;
}

.navbar-items .btn {
  width: 5em;
  color: white;
  background-color: var(--theme-blue);
}

.navbar-items a:last-child {
  margin-right: 0;
}

/* Content */
.carousel-banner {
  margin-top: 63px;
}

.about-company,
.partnership,
.vision-mission-company {
  padding: 36px 10% 24px 10%;
  align-content: center;
}

.about-company,
.article,
.vision-mission-company,
.product-services .items {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.about-company h2 {
  color: var(--theme-blue);
  padding: 12px 0;
}

.about-company .content {
  padding-left: 5%;
}

.vision-mission-company .content {
  padding-right: 5%;
}

.vision-mission-company .content {
  text-align: right;
}

.spacer {
  height: 5em;
}

.about-company .content .btn,
.article .btn {
  background-color: var(--theme-blue);
  height: 3.5em;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  padding: 12px;
}

.product-services .content {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.product-services .title {
  position: absolute;
  align-items: center;
  align-content: center;
  text-align: center;
  color: white;
  width: 100%;
  padding: 10% 0;
}

.product-services .title h4 {
  padding-top: 3%;
  text-align: center;
  padding: 12px 10%;
}

.product-services .content .image .block {
  background: rgba(26, 26, 27, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-services .content .image {
  background: url("../images/truck-photo.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.product-services .content .items {
  padding: 12px 20%;
  justify-content: space-between;
  position: absolute;
  margin: 27% 0 10% 0;
  background-color: rgba(249, 249, 249, 0.3);
  width: 100%;
  display: flex;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.product-services .content .items .items-group {
  text-align: center;
  padding-top: 24px;
}

.product-services .content .items .items-group img {
  height: 50%;
}

.article {
  align-items: center;
  padding: 36px;
  flex-direction: column;
  color: var(--theme-blue);
}

.article h2 {
  padding-bottom: 2%;
}

.article h3 {
  font-size: 2em;
  padding: 12px 0;
}

.article .article-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 2%;
}

.article .article-content a.article-link {
  display: block;
  top: 0px;
  position: relative;
  width: 28%;
  background-color: rgba(64, 74, 161, 0.1);
  border-radius: 7px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: 2px 4px 8px rgba(38, 38, 38, 0.2);
  padding: 2%;
}

.article .article-content a.article-link:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}

.article .article-content a.article-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--theme-blue);
  width: 28%;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}

.article .article-content a.article-link:hover:before {
  transform: scale(2.15);
}

.article .article-content a.article-link .article-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 2%;
}

.article .article-content a.article-link img {
  width: 250px;
}

.article .article-content a.article-link .article-card p {
  text-align: center;
  font-size: 0.9em;
}

.partnership {
  display: block;
  flex-direction: row;
  color: var(--theme-blue);
  padding-bottom: 5%;
}

.partnership .carousel-continous {
  padding: 50px 0 0 0;
}
.partnership .carousel-continous .items {
  width: 20%;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.partnership .carousel-continous .items img {
  padding: 0 36px;
  width: 400%;
}

.company-description {
  padding: 0.5% 5%;
  text-align: justify;
}

.footer {
  background: linear-gradient(
    0deg,
    rgba(33, 36, 107, 1) 0%,
    rgba(60, 64, 153, 1) 64%
  );
  height: 500px;
  padding: 9% 3%;
  color: #cf2229;
  display: flex;
  bottom: 0;
  align-items: center;
}

.footer .location,
.footer .access {
  padding: 0 2%;
}

.footer .location h2,
.footer .access h2 {
  font-size: 1.8em;
}

.footer .location p,
.footer .access p {
  color: var(--theme-white);
  font-size: 1.2em;
}

.footer .footer-company-logo img {
  width: 80%;
  padding-left: 30%;
}

/* Media Query */

@media only screen and (max-width: 1090px) {
  /* Navbar */
  .hamburger {
    display: flex;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 0;
    right: 0;
    margin: 32px 32px 0 0;
    z-index: 999;
    cursor: pointer;
  }

  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: black;
    position: relative;
  }

  .hamburger span::before,
  .hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all 0.25s ease-in-out;
  }

  .hamburger.active span {
    background-color: transparent;
  }

  .hamburger.active span::before,
  .hamburger.active span::after {
    top: 0;
  }

  .hamburger.active span::before {
    transform: rotate(45deg);
    background-color: white;
  }
  .hamburger.active span::after {
    transform: rotate(-45deg);
    background-color: white;
  }

  .hamburger span::before {
    top: -10px;
  }

  .hamburger span::after {
    top: 10px;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navbar .navbar-items {
    position: fixed;
    display: flex;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.8);
    z-index: 998;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: unset !important;
  }

  .navbar-items.active {
    right: 0%;
  }

  .navbar-items a {
    margin: 24px 0;
    font-size: 1.5em;
    color: white;
  }
}

@media only screen and (max-width: 900px) {
  /* Content */
  .about-company,
  .vision-mission-company .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2em 12px 12px 12px;
  }

  .product-services .content .items {
    margin-top: 40%;
  }

  .vision-mission-company img {
    display: none;
  }

  .partnership .carousel-continous .items img {
    width: 280%;
  }

  .footer .location {
    padding-bottom: 10%;
  }
}

@media only screen and (max-width: 750px) {
  .company-logo img {
    width: 100px;
  }

  .about-company,
  .product-services,
  .article,
  .partnership,
  .company-description,
  .vision-mission-company {
    font-size: 0.7em;
  }

  .article .article-content a.article-link img {
    width: 80%;
  }

  .product-services .title {
    font-size: 1em;
    padding: 20% 5% 0 5%;
  }

  .product-services .title h2 {
    font-size: 3em;
    padding-bottom: 5%;
  }

  .product-services .title h4 {
    font-size: 1.3em;
  }

  .product-services .content .items {
    margin-top: 50%;
  }

  .product-services .content .items .items-group img {
    height: 70px;
  }

  .btn {
    font-size: 0.95em;
  }

  .partnership .carousel-continous .items {
    display: block;
  }

  .partnership .carousel-continous .items img {
    width: 25em;
  }

  .footer {
    display: block;
    text-align: center;
  }

  .footer .location h2,
  .footer .access h2 {
    font-size: 1.2em;
  }

  .footer .location p,
  .footer .access p {
    font-size: 0.95em;
  }

  .footer .footer-company-logo img {
    padding-top: 7%;
    padding-left: 0;
    width: 20%;
  }
}

@media only screen and (max-width: 540px) {
  .article .article-content {
    flex-direction: column;
    align-items: center;
  }

  .article .article-content a.article-link {
    width: 70%;
    margin-bottom: 5%;
  }

  .product-services .content .items {
    margin-top: 50%;
    flex-direction: column;
  }

  .product-services .content .items .items-group img {
    height: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .product-services .content .items {
    margin-top: 65%;
  }
}
