@font-face {
  font-family: "Arial";
  src: url("assets/fonts/Arial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("assets/fonts/Arialbd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gibson-Regular";
  src: url("assets/fonts/Gibson-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gibson-Medium";
  src: url("assets/fonts/Gibson-Medium.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Gibson-Heavy";
  src: url("assets/fonts/Gibson-Heavy.woff") format("woff");
  font-style: normal;
}

:root {
  --primary-color: #060036;
  --secondary-color: #ffd000;
  --third-color: #544cbd;
  --fourth-color: #e63289;
  --fifth-color: #44bcf9;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 1.3rem;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
}

header,
footer {
  background-color: var(--primary-color);
  padding-top: 50px;
  padding-bottom: 50px;
}

header {
  position: relative;
  padding-bottom: 60px;

  .nav-link {
    font-weight: bold;
  }
}

header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, #544cbd, #9287ff);
  z-index: 2;
}

.navbar-brand img {
  width: 250px;
}

.nav-link,
.nav-link:focus {
  color: #ffffff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:hover {
  color: var(--secondary-color);
}

.navbar-nav .nav-link:not(:last-child) {
  position: relative;
  margin-right: 13px;
  padding-right: 22px;
}

.navbar-nav .nav-link:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: #fff;
  opacity: 0.7;
}

.navbar-toggler {
  background-color: var(--secondary-color);
}

.navbar-collapse {
  padding-top: 20px;
}

.social i {
  color: #ffffff;
  font-size: 24px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}

.two-columns {
  column-count: 2;
  column-gap: 20px;
}

.banner {
  background: url("assets/img/banner1.webp") no-repeat center center /cover;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  h1 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Gibson-Heavy";
  }
}

.banner--challenge {
  background: url("assets/img/banner2.webp") no-repeat center center /cover;
}

.banner--benefits {
  background: url("assets/img/banner3.webp") no-repeat center center /cover;
}

.banner--impact {
  background: url("assets/img/banner4.webp") no-repeat center center /cover;
}

.banner--steps {
  background: url("assets/img/banner5.webp") no-repeat center center /cover;
}

.banner--action {
  background: url("assets/img/banner6.webp") no-repeat center center /cover;
}

.banner--about {
  background: url("assets/img/banner7.webp") no-repeat center center /cover;
}

.highlight {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
  font-family: "Gibson-Medium";
  padding: 10px 15px;
  margin-bottom: 40px;
  background-color: var(--third-color);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.banner-home {
  min-height: 800px;
}

.home-content {
  padding-bottom: 80px;
}

.btn-wro,
.btn-wro:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-family: "Gibson-Heavy";
  letter-spacing: 0.5px;
  border-radius: 0;
  padding: 10px 20px;
}

.decor-main {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.decor-main--home {
  bottom: 0;
}

.icon-wro {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;

  .highlight {
    background-color: var(--fourth-color);
  }

  .highlight--third {
    background-color: var(--third-color);
  }

  .decor-main {
    position: absolute;
    top: 20%;
    left: auto;
    right: 0;
  }

  .decor-main--left {
    left: 0;
    right: auto;
    transform: scaleX(-1)
  }
}

.section-content--action {
  position: relative;
  padding-top: 65px;

  .decor-main {
    position: absolute;
    top: 0;
    right: 0;
  }

  .decor-main--right {
    left: auto;
    right: 0;
    transform: scaleX(-1);
  }

  .section-title {
    color: var(--fourth-color);
  }
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Gibson-Heavy";
  text-transform: uppercase;
  color: var(--third-color);
}

ul li {
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--primary-color);
  list-style: none;
  position: relative;
  padding-left: 30px;
}

ul li::before {
  content: "■";
  color: var(--third-color);
  position: absolute;
  left: 0;
}

.card-wro {
  padding: 40px 20px 20px;
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #9287ff, #544cbd) 1;
  color: var(--primary-color);

  h5 {
    color: var(--third-color);
    font-family: "Gibson-Heavy";
    font-size: 1.5rem;
  }
}

.highlight-title {
  color: var(--third-color);
  font-family: "Gibson-Heavy";
  font-size: 1.5rem;
}

.columns-separator {
  position: relative;
  --bs-gutter-x: 7rem;
}

.columns-separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 72%;
  width: 1px;
  background-color: var(--fourth-color);
  opacity: 1;
}

.columns-separator-3 .col-md-4:not(:last-child) {
  position: relative;
  border-right: 1px solid var(--fourth-color);
}

.section-clip {
  background-image: url("assets/img/img-section-impact.webp");
  background-size: cover;
  background-position: bottom;
  clip-path: polygon(50% 15%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
  color: #ffffff;
  position: relative;
  z-index: 1;

  .row {
    z-index: 1;
    min-height: 750px;
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

.section-clip--about {
  background-image: url("assets/img/img-section-about.webp");
  background-position: top;

  .row {
    z-index: 1;
    min-height: 850px;
    padding-top: 300px;
    padding-bottom: 150px;
  }

  .clip-text {
    font-family: "Gibson-Heavy";
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
}

.clip-text {
  font-size: 1.8rem;
  font-family: "Gibson-Medium";
}

.clip-name {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.clip-cargo {
  font-size: 1.3rem;
  font-family: "Gibson-Medium";
}

.icon-clip {
  position: absolute;
  bottom: -215px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: 999;
  padding: 15px;
}

.section-details {
  padding: 50px 0;
  background-color: rgba(84, 76, 189, 0.15);
}

.gibson-heavy {
  font-family: "Gibson-Heavy";
}

ul.nav--languages li {
  font-size: 0.9rem;
  line-height: 1;
  list-style: none;
  padding-left: 0;

  .nav-link {
    font-weight: 500;

    &.active {
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 5px;
      text-decoration-style: solid;
    }
  }
}

ul.nav--languages li::before {
  display: none;
}

@media (max-width: 1200px) {
  .decor-main {
    opacity: 0.3;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-link:not(:last-child)::after {
    display: none;
  }

}

@media (max-width: 768px) {

  body,
  ul li {
    font-size: 1rem;
  }

  .navbar-brand img {
    width: 210px;
  }

  .columns-separator::after {
    display: none;
  }

  .columns-separator-3 .col-md-4:not(:last-child) {
    border-right: none;
  }

  .section-clip {
    clip-path: polygon(50% 5%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
  }

  .section-clip--about {
    .row {
      padding-top: 160px;
    }
  }

  .two-columns {
    column-count: 1;
  }

  .banner:not(.main-home .banner) {
    min-height: 400px;
  }

  .home-content:not(.main-home .home-content) {
    padding-bottom: 0;
  }

  .columns-separator {
    --bs-gutter-x: 0;
  }

  .icon-clip {
    bottom: -115px;
  }
}

@media (max-width: 480px) {
  .banner {
    h1 {
      font-size: 2.5rem;
    }
  }
}