/*
logo red : rgba(230,48,44,255)
logo blue : rgba(19,158,215,255)

*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  /* 10/16 = 62.5? */
  scroll-behavior: smooth; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 45%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  padding: 3rem;
  background-color: #f7f7f7; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

::selection {
  background-color: #e6302c;
  color: #fff; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20rem); }
  80% {
    opacity: 1;
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInright {
  0% {
    opacity: 0;
    transform: translateX(20rem); }
  80% {
    opacity: 1;
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(20rem); }
  80% {
    opacity: 1;
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.u-center-text {
  text-align: center; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem; } }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem; } }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-top-big {
  margin-top: 4rem; }

.u-margin-top-medium {
  margin-top: 2rem; }

.u-hidden {
  opacity: 0;
  visibility: hidden; }

.hidden {
  display: none; }

body {
  font-family: 'lato', sans-serif;
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: white;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 2.5rem;
    text-transform: uppercase;
    animation-name: moveInLeft;
    animation-duration: 3s;
    animation-timing-function: ease-out; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        font-size: 5rem;
        letter-spacing: 1rem; } }
  .heading-primary--sub {
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2.2rem;
    /* word-spacing: 20px; */
    animation-name: moveInright;
    animation-duration: 3s;
    animation-timing-function: ease-out; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        letter-spacing: 0.5rem; } }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #018fff, #e6302c);
  background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  transition: all 0.2s; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  .heading-secondary:hover {
    transform: skewY(1deg) skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-secondary- {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #fff, #fff);
  background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  transition: all 0.2s; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary- {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary- {
      font-size: 2.5rem; } }
  .heading-secondary-:hover {
    transform: skewY(1deg) skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-tertiary {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #018fff; }

.para {
  font-size: 1.8rem; }
  @media only screen and (max-width: 37.5em) {
    .para {
      max-width: 340px; } }
  .para:not(:last-child) {
    margin-bottom: 3rem; }

.section-about {
  background-color: #f7f7f7;
  padding: 25rem 0;
  margin-top: -20vh; }
  @media only screen and (max-width: 56.25em) {
    .section-about {
      padding: 30rem 3rem; } }
  @media only screen and (max-width: 25em) {
    .section-about {
      max-width: 350px; } }

.section-features {
  padding: 3rem 0;
  background-image: linear-gradient(to bottom, rgba(230, 48, 44, 0.8), rgba(1, 143, 255, 0.8)), url(../../img/back-feature-small.jpg);
  background-size: cover;
  margin-top: -14rem;
  z-index: 100; }
  @media only screen and (max-width: 56.25em) {
    .section-features {
      padding: 10rem 0; } }

.section-locations {
  background-color: #f7f7f7;
  position: relative;
  padding: 25rem 0 15rem 5rem;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .section-locations {
      padding: 10rem 0 10rem 0rem;
      margin-bottom: 2rem; } }

.section-segment {
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 2rem;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .section-segment {
      padding: 10rem 0 10rem 5rem;
      margin-bottom: 2rem; } }

.service__video {
  padding: 10rem 0;
  background-image: linear-gradient(to bottom, rgba(1, 143, 255, 0.8), rgba(230, 48, 44, 0.8)), url(../../img/back-video-small.jpg);
  background-size: cover; }
  @media only screen and (max-width: 56.25em) {
    .service__video {
      padding: 15rem 0; } }
  .service__video .dc-video {
    margin: 0 auto;
    width: 80%;
    height: 67rem; }

.section-contact {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-color: #fbf8f8; }

.book {
  padding: 5rem;
  margin: 4rem;
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../../img/trans3-small.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 0.6rem solid #e6302c;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 75em) {
    .book {
      margin: 0 auto;
      background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 65%, transparent 65%), url(../../img/IMG_1993-small.jpg);
      background-size: cover; } }
  @media only screen and (max-width: 56.25em) {
    .book {
      background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../../img/IMG_1993-small.jpg); } }
  .book__form {
    width: 50%;
    padding: 6rem; }
    @media only screen and (max-width: 75em) {
      .book__form {
        width: 65%; } }
    @media only screen and (max-width: 56.25em) {
      .book__form {
        width: 100%; } }

.section {
  transition: transform 1s, opacity 1s; }

.section--hidden {
  opacity: 0;
  transform: translateY(10rem); }

.section-slides {
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 2rem;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .section-slides {
      padding: 10rem 0 10rem 5rem;
      margin-bottom: 2rem; } }

.cookie-message {
  display: flex;
  position: fixed;
  top: 4%;
  left: 15%;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  background-color: white;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  z-index: 8900;
  border-radius: 10px; }

.bg-video {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15; }
  .bg-video__content {
    width: 100%;
    max-height: fit-content; }

.foot-row {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 3rem;
  font-size: 1.8rem; }
  @media only screen and (max-width: 56.25em) {
    .foot-row {
      padding: 1rem; } }
  .foot-row__video {
    padding: 1rem;
    width: 100%;
    height: 100%; }

.btn, .btn:link, .btn:visited {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  border: none;
  cursor: pointer; }

.btn:hover {
  transform: translateY(0.3rem);
  box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.6); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.6); }

.btn--white {
  background-color: #fff;
  color: #777; }
  .btn--white::after {
    background-color: white; }

.btn--blue {
  background-color: #018fff;
  color: #fff;
  margin-right: 2rem; }
  .btn--blue::after {
    background-color: #018fff; }

.btn--gold {
  background-color: gold;
  color: #000;
  margin-right: 2rem; }
  .btn--gold::after {
    background-color: gold; }

.btn--red {
  background-color: #e6302c;
  color: #fff; }
  .btn--red::after {
    background-color: #e6302c; }

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn--animated {
  animation-name: moveInBottom;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.75s;
  animation-fill-mode: backwards; }

.btn-text {
  font-size: 1.8rem;
  color: #018fff;
  display: inline-block;
  text-decoration: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #018fff;
  padding: 3px;
  transition: all 0.2s; }
  .btn-text:link, .btn-text:visited {
    font-size: 1.8rem;
    color: #018fff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #018fff;
    padding: 3px;
    transition: all 0.2s; }
  .btn-text:hover {
    background-color: #018fff;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }
  .btn-text:active {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(0); }

.composition {
  position: relative; }
  @media only screen and (max-width: 25em) {
    .composition {
      display: none; } }
  .composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
    outline-offset: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .composition__photo {
        float: left;
        position: relative;
        width: 33.333333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2); } }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p1 {
          top: 0;
          transform: scale(1.2); } }
      @media only screen and (max-width: 37.5em) {
        .composition__photo--p1 {
          top: 0;
          left: 0;
          transform: scale(1.2); } }
    .composition__photo--p2 {
      right: 0;
      top: 2rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p2 {
          top: -1rem;
          transform: scale(1.3);
          z-index: 100; } }
      @media only screen and (max-width: 37.5em) {
        .composition__photo--p2 {
          right: 0;
          top: 0;
          transform: scale(1.2); } }
    .composition__photo--p3 {
      left: 20%;
      top: 10rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p3 {
          top: 1rem;
          left: 0;
          transform: scale(1.1); } }
      @media only screen and (max-width: 37.5em) {
        .composition__photo--p3 {
          left: 0;
          top: 0;
          transform: scale(1.2); } }
    .composition__photo:hover {
      outline: 1.5rem solid #018fff;
      transform: scale(1.1) translateY(-0.5rem);
      box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
      z-index: 20; }
    .composition__photo:hover .composition__photo__photo:not(:hover) {
      transform: scale(0.92); }

.featuer-box {
  background-color: white;
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-row-gap: 2rem;
  align-items: space-aound; }
  @media only screen and (max-width: 56.25em) {
    .featuer-box {
      padding: 2rem; } }
  .featuer-box__icon {
    font-size: 6rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    background-image: linear-gradient(to right, #018fff, #e6302c);
    background-clip: text;
    color: transparent;
    margin-bottom: 2rem;
    transition: all 0.3s; }
    @media only screen and (max-width: 56.25em) {
      .featuer-box__icon {
        margin-bottom: 0; } }
  .featuer-box:hover {
    transform: translateY(-1.5rem) scale(1.05); }

.feature-box__text {
  font-size: 1.6rem;
  margin-bottom: 2.5rem; }

.card {
  -moz-perspective: 150rem;
  perspective: 150rem;
  position: relative;
  height: 60rem; }
  .card__side {
    height: 60rem;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    .card__side--front {
      background-color: #fff; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.6), rgba(1, 143, 255, 0.9)); }
      .card__side--back-2 {
        background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.8), rgba(230, 48, 44, 0.8)); }
      .card__side--back-3 {
        background-image: linear-gradient(to right bottom, rgba(230, 48, 44, 0.3), rgba(230, 48, 44, 0.8)); }
  .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    height: 23rem;
    background-blend-mode: screen;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .card__picture--1 {
      background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.3), rgba(1, 143, 255, 0.6)), url(/img/IMG_6608-small.jpg); }
    .card__picture--2 {
      background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.8), rgba(230, 48, 44, 0.8)), url(/img/img-3-small.jpg); }
    .card__picture--3 {
      background-image: linear-gradient(to right bottom, rgba(230, 48, 44, 0.3), rgba(230, 48, 44, 0.6)), url(/img/img-2-small.jpg); }
  .card__heading {
    font-size: 2.8rem;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 12rem;
    right: 2rem; }
  .card__heading-span--1 {
    font-weight: 500;
    padding: 1rem 1.5rem;
    background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.65), rgba(1, 143, 255, 0.85)); }
  .card__heading-span--2 {
    font-weight: 500;
    padding: 1rem 1.5rem;
    background-image: linear-gradient(to right bottom, rgba(1, 143, 255, 0.85), rgba(230, 48, 44, 0.85)); }
  .card__heading-span--3 {
    font-weight: 500;
    padding: 1rem 1.5rem;
    background-image: linear-gradient(to right bottom, rgba(230, 48, 44, 0.65), rgba(230, 48, 44, 0.85)); }
  .card__details {
    padding: 2rem; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .card__details ul li {
        text-align: center;
        font-size: 1.7rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid #eee; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
  .card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 6rem; }
  .card__price-handling {
    font-size: 1.4rem;
    text-transform: uppercase; }
  .card__price-value1 {
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 3rem; }
  .card__price--btn {
    margin-top: 2rem;
    margin-bottom: 5rem; }
  @media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .card {
      height: auto;
      border-radius: 3px;
      background-color: #fff;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
      .card__side {
        height: auto;
        position: relative;
        box-shadow: none;
        overflow: hidden; }
        .card__side--back {
          transform: rotateY(0);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
      .card:hover .card__side--front {
        transform: rotateY(0); }
      .card__cta {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        width: 100%;
        padding: 6rem 2rem 2rem 2rem; }
      .card__details {
        padding: 1rem 3rem; }
      .card__price-box {
        margin-bottom: 6rem; }
      .card__price-handling {
        font-size: 1.4rem;
        color: white;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 1rem; }
      .card__price-value1 {
        font-size: 2rem;
        margin-bottom: 0;
        font-weight: 300; }
      .card__price--btn {
        margin: 0; } }

.form {
  padding: 5rem; }
  @media only screen and (max-width: 37.5em) {
    .form {
      width: 100%;
      padding: 0; } }
  .form__group:not(:last-child) {
    margin-bottom: 2rem; }
  .form__input {
    font-size: 1.5rem;
    font-family: inherit;
    color: inherit;
    padding: 1.5rem 2rem;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 3px solid transparent;
    width: 90%;
    display: block;
    transition: all 0.3s; }
    @media only screen and (max-width: 56.25em) {
      .form__input {
        width: 100%; } }
    .form__input:focus {
      outline: none;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #018fff; }
    .form__input:focus:invalid {
      border-bottom: 3px solid #e6302c; }
    .form__input::placeholder {
      color: #999; }
  .form__label {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 2rem;
    margin-top: 0.7rem;
    display: block;
    transition: all 0.3s; }
  .form__input:placeholder-shown + .form__label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4rem); }
  .form__radio-group {
    width: 49%;
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .form__radio-group {
        width: 100%;
        margin-bottom: 2rem; } }
  .form__radio-input {
    display: none; }
  .form__radio-label {
    font-size: 1.8rem;
    cursor: pointer;
    position: relative;
    padding-left: 4.5rem; }
  .form__radio-button {
    height: 3rem;
    width: 3rem;
    border: 5px solid #018fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.4rem; }
    .form__radio-button::after {
      content: '';
      display: block;
      height: 1.3rem;
      width: 1.3rem;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #018fff;
      opacity: 0;
      transition: opacity 0.3s; }
  .form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
    opacity: 1; }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2900;
  padding: 10rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2); }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s 0.2s ease-in;
    z-index: 9000;
    overflow: scroll; }
    @media only screen and (max-width: 75em) {
      .popup__content {
        display: block; } }
  .popup__left {
    width: 30%;
    display: table-cell;
    border-right: 3px solid #e6302c; }
    @media only screen and (max-width: 75em) {
      .popup__left {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 3px solid #e6302c;
        height: 30rem;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .popup__left {
        display: none; } }
  .popup__right {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem; }
    @media only screen and (max-width: 75em) {
      .popup__right {
        display: block;
        height: 70%;
        width: 100%; } }
  .popup__img {
    display: block;
    height: 40%;
    width: 100%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 75em) {
      .popup__img {
        display: inline-block;
        float: left;
        width: 30%;
        height: 29rem;
        margin-right: 1rem; } }
  .popup__text {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
    column-count: 2;
    column-gap: 2rem;
    column-rule: 1px solid #999;
    hyphens: auto; }
  .popup__list {
    list-style: none;
    font-size: 1.4rem; }
  .popup__item {
    color: #333;
    font-family: 'lato';
    text-align: justify; }
    .popup__item:not(:last-child) {
      margin-bottom: 1rem; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close {
    color: #777;
    position: absolute;
    font-size: 4rem;
    top: 1.5rem;
    right: 2.5rem;
    border: none;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s; }
    .popup__close:hover {
      color: #e6302c; }

@media only screen and (max-width: 75em) {
  .btn-popup {
    margin-top: 12rem; } }

.popup-heading {
  transform: translateY(-2rem); }

.u-hidden {
  opacity: 0;
  visibility: hidden; }

.hidden {
  display: none; }

.about-container {
  display: table;
  text-align: justify; }

.col-left {
  display: table-cell;
  padding: 2rem; }

.col-right {
  display: table-cell; }

.about--image {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 90%;
  height: 100%;
  border: 1rem solid #f7f7f7; }
  .about--image::after {
    position: absolute;
    content: '';
    left: -33px;
    top: 19px;
    height: 98%;
    width: 98%;
    border: 10px solid crimson;
    z-index: -1; }

.aboutus1 {
  text-align: center;
  padding: 5rem; }

.about--text {
  font-size: 2rem; }
  .about--text q {
    color: #018fff;
    font-weight: 400;
    font-size: 3rem; }

.slider {
  max-width: 120rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;
  /* IN THE END */
  overflow: hidden;
  margin-bottom: 12rem; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* THIS creates the animation! */
  transition: transform 1s; }

.slide--1 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/cross-docking-warehouse.webp);
  background-size: cover; }

.slide--2 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/wh3.jpg);
  background-size: cover; }

.slide--3 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/wh4.jpg);
  background-size: cover; }

.slide--4 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/worldmap.webp);
  background-size: cover; }

.slide--5 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/wh6.webp);
  background-size: cover; }

.slide--6 {
  background-image: linear-gradient(to right, rgba(1, 143, 255, 0.4), rgba(230, 48, 44, 0.4)), url(/img/wh9.jpg);
  background-size: cover; }

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer; }

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%); }

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%); }

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex; }

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */ }

.dots__dot:last-child {
  margin: 0; }

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #fff;
  opacity: 1; }

/* TESTIMONIALS */
.testimonial {
  width: 75%;
  position: relative; }

.testimonial::before {
  position: absolute;
  top: -5.7rem;
  left: -6.8rem;
  line-height: 1;
  font-size: 20rem;
  font-family: inherit;
  color: var(--color-primary);
  z-index: -1; }

.testimonial__header {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.testimonial__text {
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
  color: #666; }

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  column-gap: 2rem; }

.testimonial__photo {
  grid-row: 1 / span 2;
  width: 6.5rem;
  border-radius: 50%; }

.testimonial__name {
  font-size: 1.7rem;
  font-weight: 500;
  align-self: end;
  margin: 0; }

.testimonial__location {
  font-size: 1.5rem; }

.section__title--testimonials {
  margin-bottom: 4rem; }

.header {
  height: 95vh;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(1, 143, 255, 0.8), rgba(230, 48, 44, 0.8)), url(/img/Image-collage-2-small.jpg);
  background-size: cover;
  background-position: top;
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .header {
      clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%); } }
  @media only screen and (max-width: 37.5em) {
    .header {
      clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%); } }
  .header__logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem;
    border: none; }
  .header__logo {
    height: 5rem; }
  .header__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); }

.grid-test {
  margin-top: 25rem; }

.row {
  max-width: 150rem;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .row {
      max-width: 350px;
      padding: 0 3rem; } }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        max-width: 80vw;
        margin-bottom: 6rem; } }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .row [class^='col-'] {
    float: left; }
    .row [class^='col-']:not(:last-child) {
      margin-right: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^='col-']:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^='col-'] {
        width: 100% !important; } }
    @media only screen and (max-width: 37.5em) {
      .row [class^='col-'] {
        width: 350px !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }

.grid-container {
  max-width: 150rem;
  margin: 3rem auto;
  padding: 5rem 10rem;
  display: grid;
  font-size: 1.7rem;
  grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
  grid-gap: 5rem; }
  @media only screen and (max-width: 75em) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      grid-gap: 2rem;
      padding: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .grid-container {
      grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
      padding: 2rem 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .grid-container {
      max-width: 80vw;
      margin-top: 3rem;
      grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
      padding: 3rem 3rem; } }

.feature-grid-container {
  max-width: 160rem;
  margin: 0 auto;
  padding: 5rem 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-gap: 6rem; }
  .feature-grid-container .grid-btn {
    justify-self: center; }

.footer {
  background-color: #333;
  padding: 10rem;
  font-size: 1.5rem;
  color: #fbf8f8; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      padding: 8rem 0; } }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__logo-box {
        margin-bottom: 6rem; } }
  .footer__logo {
    width: 15rem;
    height: auto; }
  .footer__navigation {
    display: inline-block;
    border-top: 1px solid #f7f7f7;
    padding-top: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        width: 100%;
        text-align: center; } }
  .footer__list {
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 1.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #fbf8f8;
    background-color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s; }
  .footer__link:hover, .footer__link:active {
    color: #ffd700;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.3); }
  .footer__text {
    border-top: 1px solid #f7f7f7;
    padding-top: 2rem;
    width: 60%;
    float: right; }
    @media only screen and (max-width: 56.25em) {
      .footer__text {
        width: 100%;
        text-align: center;
        float: none; } }

.letters {
  color: #e6302c;
  font-size: 2rem; }

.counter-container {
  font-family: 'Chakra Petch', sans-serif;
  width: 50%;
  margin: 0 auto 3rem auto;
  font-size: 4rem;
  text-align: center; }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  position: fixed;
  top: 6rem;
  right: 6rem;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 56.25em) {
    .navigation__button {
      top: 4rem;
      right: 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .navigation__button {
      top: 3rem;
      right: 3rem; } }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#018fff, #e6302c);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  @media only screen and (max-width: 56.25em) {
    .navigation__background {
      top: 4.5rem;
      right: 4.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .navigation__background {
      top: 3.5rem;
      right: 3.5rem; } }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 1100;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -60%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all 0.4s; }
  .navigation__link:link span, .navigation__link:visited span {
    display: inline-block;
    margin-right: 1.5rem; }

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #e6302c;
  transform: translateX(1rem); }

.navigation .scale {
  transform: scale(80); }

.navigation .navi-visible {
  opacity: 1;
  width: 100%;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -40%); }

.navigation__icon {
  position: relative;
  margin-top: 3.5rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.2s; }
  .navigation__icon::before {
    top: -0.8rem; }
  .navigation__icon::after {
    top: 0.8rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.seg-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  border: none;
  cursor: pointer; }
  .seg-btn:hover {
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.6); }

.operations {
  width: 90%;
  margin: 15rem auto 15rem auto;
  background-color: #fff; }
  @media only screen and (max-width: 56.25em) {
    .operations {
      width: 100%;
      margin: 5rem auto 5rem auto; } }

.operations__tab-container {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    .operations__tab-container {
      display: grid; } }

.operations__tab {
  margin-right: 2.5rem;
  transform: translateY(-50%); }
  @media only screen and (max-width: 37.5em) {
    .operations__tab {
      transform: translateY(0); } }

.operations__tab span {
  margin-right: 1rem;
  font-weight: 600;
  display: inline-block; }

.operations__tab--1 {
  background-color: #e6302c;
  color: #fff; }

.operations__tab--1:hover {
  background-color: rgba(211, 150, 36, 0.629);
  color: #000; }

.operations__tab--2 {
  background-color: #ffd700; }

.operations__tab--2:hover {
  background-color: rgba(211, 150, 36, 0.629); }

.operations__tab--3 {
  background-color: #018fff;
  color: #fff;
  margin: 0; }

.operations__tab--3:hover {
  background-color: rgba(211, 150, 36, 0.629);
  color: #000; }

.operations__tab--active {
  transform: translateY(-86%); }
  @media only screen and (max-width: 37.5em) {
    .operations__tab--active {
      transform: translateY(-10%); } }

.operations__content {
  display: none;
  /* JUST PRESENTATIONAL */
  font-size: 1.7rem;
  padding: 2.5rem 7rem 6.5rem 7rem; }
  @media only screen and (max-width: 37.5em) {
    .operations__content {
      padding: 1.5rem 1.5rem 2.5rem 1.5rem; } }

.operations__content--active {
  display: grid;
  grid-template-columns: 7rem 1fr;
  column-gap: 3rem;
  row-gap: 0.5rem; }
  @media only screen and (max-width: 37.5em) {
    .operations__content--active {
      grid-template-columns: 1fr 6fr;
      column-gap: 1rem;
      row-gap: 0.5rem; } }

.operations__header {
  font-family: 'Roboto';
  font-size: 2.5rem;
  font-weight: 500;
  align-self: center; }

.operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  border-radius: 50%; }

.operations__icon svg {
  height: 2.75rem;
  width: 2.75rem; }

.operations__content p {
  grid-column: 2;
  font-size: 2rem; }

.operations__icon--1 {
  background-color: #e6302c; }

.operations__icon--2 {
  background-color: #ffd700; }

.operations__icon--3 {
  background-color: #018fff; }

.operations__icon--1 svg {
  fill: #fff; }

.operations__icon--2 svg {
  fill: #fff; }

.operations__icon--3 svg {
  fill: #fff; }

.tab-btn {
  position: absolute;
  top: 90%;
  left: 40%;
  transform: translate(-90% -40%); }
  @media only screen and (max-width: 37.5em) {
    .tab-btn {
      bottom: 5%;
      left: 30%;
      transform: translate(-79% -30%); } }
