@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,300;1,700&display=swap);
.btn {
  text-transform: uppercase;
}

.btn-primary {
  color: black !important;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  background: transparent !important;
  transition: all 0.3s ease;
}
.btn-primary:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  transition: opacity 0.3s ease;
}
.btn-primary:hover {
  color: #1BE4BF !important;
}
.btn-primary:hover:before {
  opacity: 0;
}

.btn-secondary {
  position: relative;
  white-space: nowrap;
  color: #1BE4BF !important;
  border: 1px solid #1BE4BF;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  color: black !important;
  background: transparent !important;
}
.btn-secondary:hover:before {
  opacity: 1;
}
.btn-secondary:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  transition: opacity 0.3s ease;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("/fonts/Poppins/Poppins-ExtraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("/fonts/Poppins/Poppins-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("/fonts/Poppins/Poppins-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("/fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 400;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Bebas";
  src: url("/fonts/BebasNeue/BebasNeue-Regular.woff2") format("woff2"), url("/fonts/BebasNeue/BebasNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: bold;
  font-display: swap;
}
a {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.subtitle {
  color: #1BE4BF !important;
  font-family: "Poppins", "Arial", sans-serif;
  text-transform: uppercase;
}

.bold {
  font-weight: 800;
}

.bolder {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.large {
  font-size: 9em;
  font-family: "Bebas", "Arial", sans-serif;
  letter-spacing: 5px;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .large {
    font-size: 7em;
  }
}
@media (max-width: 700px) {
  .large {
    font-size: 13vw;
  }
}

.sub {
  font-size: 0.85em;
  line-height: 2.2;
}

.sub-sub {
  font-size: 0.7em;
}

@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
}

.bg-dark a {
  color: #ffffff;
}

.bg-primary a:hover,
.bg-dark a:hover,
.image-bg a:hover {
  color: #ffffff;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #ffffff;
}
.bg-primary li,
.bg-primary p,
.bg-primary a,
.bg-primary span,
.bg-dark li,
.bg-dark p,
.bg-dark a,
.bg-dark span,
.image-bg li,
.image-bg p,
.image-bg a,
.image-bg span {
  color: #ffffff;
}

a:hover {
  color: #1BE4BF;
  text-decoration: none;
}

.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}

p.lead {
  font-size: 1.25rem;
}

.color-primary {
  color: #1BE4BF;
}

.color-secondary {
  color: #05241E;
}

.color-dark {
  color: #212121;
}

.form-label {
  font-family: "Poppins", "Arial", sans-serif;
}

.custom-container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .custom-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1900px) {
  .custom-container {
    width: 100%;
    padding-right: 200px;
    padding-left: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.banner {
  position: relative;
}
.banner .container {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.banner .container h4 {
  width: 80%;
}
.banner .bg-img {
  z-index: -1;
  height: 600px;
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.intro {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .intro {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 100px;
  }
}
.intro .images-container {
  position: relative;
  padding-top: 80%;
}
@media (max-width: 1199px) {
  .intro .images-container {
    margin-top: 50px;
  }
}
.intro .images-container .intro-img {
  height: 15vw;
}
@media (max-width: 1199px) {
  .intro .images-container .intro-img {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .intro .images-container .intro-img {
    height: 28vw;
  }
}
.intro .images-container .img-one {
  position: absolute;
  top: 0px;
  left: 8%;
  box-shadow: 25px 25px 0px 1px #05241E;
}
@media (max-width: 991px) {
  .intro .images-container .img-one {
    box-shadow: 15px 15px 0px 1px #05241E;
  }
}
.intro .images-container .img-two {
  position: absolute;
  top: 10%;
  right: 0;
  box-shadow: -25px 25px 0px 1px #05241E;
}
@media (max-width: 991px) {
  .intro .images-container .img-two {
    box-shadow: -15px 15px 0px 1px #05241E;
  }
}
.intro .images-container .img-three {
  position: absolute;
  bottom: 15%;
  left: 15%;
  box-shadow: -25px 25px 0px 1px #05241E;
}
@media (max-width: 991px) {
  .intro .images-container .img-three {
    box-shadow: -15px 15px 0px 1px #05241E;
  }
}
.intro .images-container .img-four {
  position: absolute;
  bottom: 0;
  right: 12%;
  box-shadow: 25px 25px 0px 1px #05241E;
}
@media (max-width: 991px) {
  .intro .images-container .img-four {
    box-shadow: 15px 15px 0px 1px #05241E;
  }
}
.intro .images-container .corner-tl {
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
}
.intro .images-container .corner-tr {
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
}
.intro .images-container .corner-bl {
  bottom: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
}
.intro .images-container .corner-br {
  bottom: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
}

.overview-intro {
  margin-top: 180px;
  margin-bottom: 50px;
}

.contact-cta {
  padding: 150px 0 100px 0;
}
.contact-cta h4 {
  font-weight: 200;
  font-size: 20px;
}
@media (max-width: 800px) {
  .contact-cta h4 {
    font-size: 18px;
  }
}
.contact-cta .container {
  position: relative;
}
.contact-cta .container .text-container {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .contact-cta .container .text-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.contact-cta .contact-img {
  z-index: 2;
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 100%;
}
.contact-cta .corner-tr {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 40%;
  border: 1px solid;
  border-bottom-color: transparent;
  border-top-color: #1BE4BF;
  border-left-color: transparent;
  border-right-color: #1BE4BF;
}
@media (max-width: 575px) {
  .contact-cta .corner-tr {
    right: 15px;
  }
}
.contact-cta .corner-bl {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 40%;
  border: 1px solid;
  border-top-color: transparent;
  border-bottom-color: #1BE4BF;
  border-right-color: transparent;
  border-left-color: #1BE4BF;
}
@media (max-width: 575px) {
  .contact-cta .corner-bl {
    left: 15px;
  }
}

.offerte-cta {
  padding: 50px 25px;
}
.offerte-cta .cta-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 60px 100px;
}
@media (max-width: 767px) {
  .offerte-cta .cta-box {
    padding: 30px 30px;
  }
}
.offerte-cta h4 {
  font-weight: 200;
  font-size: 20px;
}
@media (max-width: 800px) {
  .offerte-cta h4 {
    font-size: 18px;
  }
}
.offerte-cta .btn {
  z-index: 10;
}
.offerte-cta .corner-tr {
  width: 30%;
}
.offerte-cta .corner-bl {
  width: 30%;
}

.contact {
  margin-top: 100px;
}
.contact p {
  margin: 0;
}
.contact .icon {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  outline: 1px solid white;
}
.contact .icon i {
  color: white;
}
.contact .contact-card {
  position: relative;
  padding: 50px;
  background-color: #05241E;
}
.contact .contact-card .corner-bl {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-bottom-color: #1BE4BF;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: #1BE4BF;
}
@media (max-width: 575px) {
  .contact .contact-card .corner-bl {
    display: none;
  }
}
.contact .contact-card .corner-tr {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-top-color: #1BE4BF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #1BE4BF;
}
@media (max-width: 575px) {
  .contact .contact-card .corner-tr {
    display: none;
  }
}
.contact .contact-card i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid white;
  margin-right: 20px;
  border-radius: 100%;
}
.contact .contact-card a:hover i {
  border-color: #1BE4BF;
}
.contact .contact-form {
  margin-top: 100px;
}

.customers {
  margin-top: 100px;
}
.customers .card {
  background-color: #05241E;
  padding: 40px;
  margin: 12px 0;
  border-radius: 5px;
}
.customers .card h4 {
  padding-bottom: 10px;
}
.customers .card .portrait {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  height: 60px;
  min-width: 60px;
  margin-right: 25px;
}
.customers .card .name {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
}
.customers .card .company {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

.possibilities {
  margin: 100px 0;
}
.possibilities .possibility {
  margin-bottom: 25px;
}
.possibilities h4 {
  white-space: nowrap;
  font-weight: 400;
}
.possibilities .possible-img {
  position: relative;
  transition: all 0.5s ease;
  background-position: center;
  background-size: cover;
  padding-top: 50%;
  filter: grayscale(100%);
}
.possibilities .possible-img:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.possibilities .possible-img:hover {
  filter: grayscale(0);
}
.possibilities .possible-img:hover .corner-br {
  opacity: 100%;
  right: -10px;
  bottom: -10px;
  width: 30%;
  height: 50%;
}
.possibilities .possible-img:hover .corner-tl {
  opacity: 100%;
  left: -10px;
  top: -10px;
  width: 30%;
  height: 50%;
}
.possibilities .possible-img:hover .corner-tr {
  opacity: 100%;
  right: -10px;
  top: -10px;
  width: 30%;
  height: 50%;
}
.possibilities .possible-img:hover .corner-bl {
  opacity: 100%;
  left: -10px;
  bottom: -10px;
  width: 30%;
  height: 50%;
}
.possibilities .possible-img .corner-br {
  transition: all 0.2s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.possibilities .possible-img .corner-tl {
  transition: all 0.2s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.possibilities .possible-img .corner-tr {
  transition: all 0.2s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.possibilities .possible-img .corner-bl {
  transition: all 0.2s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.possibilities .possible-img h4 {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.more-items .item {
  padding-top: 70%;
  margin-bottom: 25px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
}
.more-items .item h2 {
  font-weight: 500;
}
.more-items .item h3 {
  font-weight: 100;
}
.more-items .item .text {
  position: absolute;
  bottom: 30px;
  left: 50px;
  text-shadow: 0px 0px 10px #000000;
}
.more-items .item .overlay {
  transition: all 0.3s ease;
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1BE4BF;
}
.more-items .item:hover {
  filter: blur();
}
.more-items .item:hover .overlay {
  opacity: 30%;
}
.more-items .item:hover .corner-br {
  opacity: 100%;
  right: -10px;
  bottom: -10px;
  width: 20%;
  height: 30%;
}
.more-items .item:hover .corner-tl {
  opacity: 100%;
  left: -10px;
  top: -10px;
  width: 20%;
  height: 30%;
}
.more-items .item:hover .corner-tr {
  opacity: 100%;
  right: -10px;
  top: -10px;
  width: 20%;
  height: 30%;
}
.more-items .item:hover .corner-bl {
  opacity: 100%;
  left: -10px;
  bottom: -10px;
  width: 20%;
  height: 30%;
}
.more-items .item .corner-br {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.more-items .item .corner-tl {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.more-items .item .corner-tr {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.more-items .item .corner-bl {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}

.detail-video {
  padding-top: 200px;
  padding-bottom: 200px;
}
.detail-video .video-container {
  margin-bottom: 50px;
  height: 720px;
}
@media (max-width: 1399px) {
  .detail-video .video-container {
    height: 45vw;
  }
}
.detail-video iframe {
  height: 100%;
  width: 100%;
}
.detail-video span {
  font-weight: 100;
}

.carousel-info .flickity-viewport {
  position: relative;
}

.flickity-button {
  margin: 0 100px;
  background: transparent !important;
  overflow: hidden;
}
.flickity-button:after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  transition: opacity 0.3s ease;
}
@media (max-width: 1200px) {
  .flickity-button {
    margin: 0 50px;
  }
}
@media (max-width: 991px) {
  .flickity-button {
    margin: 0 10px;
  }
}

.fixed-position body {
  overflow: hidden;
  height: 100%;
}

button.flickity-prev-next-button.next {
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
}
button.flickity-prev-next-button.next:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: black;
  font-size: 20px;
}
button.flickity-prev-next-button.next svg {
  display: none;
}
@media (min-width: 767px) {
  button.flickity-prev-next-button.next:hover {
    background-color: transparent;
    border: 1px solid #1BE4BF;
  }
  button.flickity-prev-next-button.next:hover:before {
    color: #1BE4BF;
  }
  button.flickity-prev-next-button.next:hover:after {
    opacity: 0;
  }
}

button.flickity-prev-next-button.previous {
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
button.flickity-prev-next-button.previous:before {
  content: "\f100";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: black;
  font-size: 20px;
  transition: all 0.2s ease;
}
button.flickity-prev-next-button.previous svg {
  display: none;
}
@media (min-width: 767px) {
  button.flickity-prev-next-button.previous:hover {
    background-color: transparent;
    border: 1px solid #1BE4BF;
  }
  button.flickity-prev-next-button.previous:hover:before {
    color: #1BE4BF;
  }
  button.flickity-prev-next-button.previous:hover:after {
    opacity: 0;
  }
}

.title {
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.title h3 {
  margin: 0;
  padding: 15px 20px;
}

.corner-br {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 10%;
  height: 40%;
  border: 1px solid;
  border-top-color: transparent;
  border-bottom-color: #1BE4BF;
  border-left-color: transparent;
  border-right-color: #1BE4BF;
}

.corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 40%;
  border: 1px solid;
  border-bottom-color: transparent;
  border-top-color: #1BE4BF;
  border-right-color: transparent;
  border-left-color: #1BE4BF;
}

.corner-tr {
  position: absolute;
  top: 0%;
  right: 0;
  width: 10%;
  height: 40%;
  border: 1px solid;
  border-top-color: #1BE4BF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #1BE4BF;
}

.corner-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 40%;
  border: 1px solid;
  border-bottom-color: #1BE4BF;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: #1BE4BF;
}

.item {
  position: relative;
}

.test {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(23px);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.form-control:focus + .test {
  opacity: 1;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.page-body p {
  margin-bottom: 1rem;
}

.page-body a {
  color: #1BE4BF;
  -webkit-mask-image: linear-gradient(60deg, black 25%, rgba(0, 0, 0, 0.2) 50%, black 75%);
          mask-image: linear-gradient(60deg, black 25%, rgba(0, 0, 0, 0.2) 50%, black 75%);
  -webkit-mask-size: 400%;
          mask-size: 400%;
  -webkit-mask-position: 100%;
          mask-position: 100%;
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
}

.page-body a:hover {
  -webkit-mask-position: 0%;
          mask-position: 0%;
}

.page-body a.btn {
  -webkit-mask-image: none;
          mask-image: none;
  transition: none;
}

.reveal-video {
  opacity: 0;
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
  transform: translate(-50%, -50%) scale(111.11%);
}
.reveal-video.show-reveal {
  -webkit-animation: revealVideo 0.3s ease-out;
          animation: revealVideo 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

@-webkit-keyframes revealVideo {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
    transform: translate(-50%, -50%) scale(111.11%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes revealVideo {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
    transform: translate(-50%, -50%) scale(111.11%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.reveal-image {
  opacity: 0;
  filter: brightness(1) blur(20px);
}
.reveal-image.show-reveal {
  -webkit-animation: revealImage 1s ease-in-out;
          animation: revealImage 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

@-webkit-keyframes revealImage {
  0% {
    opacity: 0;
    filter: brightness(1) blur(20px);
  }
  10% {
    opacity: 1;
    filter: brightness(2) blur(10px);
  }
  100% {
    opacity: 1;
    filter: brightness(1) blur(0);
  }
}

@keyframes revealImage {
  0% {
    opacity: 0;
    filter: brightness(1) blur(20px);
  }
  10% {
    opacity: 1;
    filter: brightness(2) blur(10px);
  }
  100% {
    opacity: 1;
    filter: brightness(1) blur(0);
  }
}
.cards {
  position: relative;
}
@media (max-width: 1000px) {
  .cards .carousel-cards .flickity-button {
    position: absolute;
    left: 80%;
    top: 15%;
  }
  .cards .carousel-cards .flickity-button.previous {
    transform: translate(-130%, -50%);
  }
  .cards .carousel-cards .flickity-button.next {
    transform: translate(30%, -50%);
  }
}
@media (max-width: 570px) {
  .cards .carousel-cards .flickity-button {
    top: 10%;
  }
  .cards .carousel-cards .flickity-button.previous {
    transform: translate(-120%, -50%);
  }
  .cards .carousel-cards .flickity-button.next {
    transform: translate(20%, -50%);
  }
}
.cards .carousel-cards .flickity-button:focus {
  box-shadow: none;
}
.cards .carousel-cards .video-card {
  padding-top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transition: 0.5s all ease;
  pointer-events: none;
}
.cards .carousel-cards .video-card:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 1200px) {
  .cards .carousel-cards .video-card:before {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 1000px) {
  .cards .carousel-cards .video-card:before {
    height: 20px;
    width: 20px;
    font-size: 8px;
  }
}
@media (max-width: 800px) {
  .cards .carousel-cards .video-card:before {
    height: 18px;
    width: 18px;
  }
}
.cards .carousel-cards .video-card:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 1200px) {
  .cards .carousel-cards .video-card:after {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1000px) {
  .cards .carousel-cards .video-card:after {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 800px) {
  .cards .carousel-cards .video-card:after {
    height: 35px;
    width: 35px;
  }
}
.cards .carousel-cards .carousel-cell {
  position: relative;
  height: 800px;
  width: 33.3333333333%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1700px) {
  .cards .carousel-cards .carousel-cell {
    height: 650px;
  }
}
@media (max-width: 1400px) {
  .cards .carousel-cards .carousel-cell {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .cards .carousel-cards .carousel-cell {
    height: 400px;
  }
}
@media (max-width: 570px) {
  .cards .carousel-cards .carousel-cell {
    height: 300px;
  }
}
.cards .carousel-cards .carousel-cell.is-selected {
  z-index: 100 !important;
}
.cards .carousel-cards .carousel-cell.is-selected .video-card {
  transform: translateX(-50%) translateY(-50%) scale(1.5);
  pointer-events: all;
}
@media (max-width: 1000px) {
  .cards .carousel-cards .carousel-cell.is-selected .video-card {
    transform: translateX(-90%) translateY(-70%) scale(2);
  }
}
.cards .carousel-cards .carousel-cell.is-selected .video-card:before, .cards .carousel-cards .carousel-cell.is-selected .video-card:after {
  opacity: 1;
}
.cards .carousel-cards .carousel-cell.is-selected .video-card .caption {
  opacity: 1;
}
.cards .carousel-cards .carousel-cell.is-selected ~ .carousel-cell .video-card {
  transform: translateX(-50%) translateY(-50%);
}
.cards .carousel-cards .carousel-cell .caption {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cards .carousel-cards .carousel-cell .caption p {
  color: white;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 200;
}
.cards .carousel-cards .carousel-cell .caption span {
  font-size: 16px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .cards .carousel-cards .carousel-cell .caption {
    bottom: -50px;
  }
  .cards .carousel-cards .carousel-cell .caption p,
.cards .carousel-cards .carousel-cell .caption span {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .cards .carousel-cards .carousel-cell .caption {
    display: block;
    bottom: -40px;
  }
  .cards .carousel-cards .carousel-cell .caption p,
.cards .carousel-cards .carousel-cell .caption span {
    margin: 0;
    font-size: 8px;
  }
}

footer .custom-container {
  padding-top: 100px;
}
@media (max-width: 575px) {
  footer .custom-container {
    max-width: 400px;
  }
}
footer p {
  margin: 0;
}
footer .service-links a {
  max-width: 200px;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  footer .service-links a {
    max-width: 100%;
  }
}
footer .service-links a:hover {
  padding-left: 10px;
}
footer h4 {
  margin-bottom: 15px;
}
footer .footer-socials {
  margin-top: 20px;
}
footer .footer-socials a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px;
  border-radius: 100%;
  background-color: #ffffff;
}
footer .footer-socials a:hover {
  background-color: #1BE4BF;
  margin-left: 0;
}
footer .footer-socials i {
  color: black;
  font-size: 18px;
}
footer .footer-logo {
  height: 40px;
}
footer .copyright a {
  font-weight: 600;
}
footer .possibilities .possibility {
  width: 33.3333333333%;
  margin-right: 24px;
}
@media (max-width: 1200px) {
  footer .possibilities .possibility {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .possibilities .possibility {
    width: 80%;
  }
}
footer .possibilities .possibility h4 {
  font-size: 1em;
}
footer .possibilities .flickity-page-dots .dot {
  background-color: #1BE4BF;
}

header .cam {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 70%;
  z-index: 100;
}
@media (max-width: 767px) {
  header .cam {
    display: none;
  }
}
header .cam .corner-tl, header .cam .corner-tr, header .cam .corner-bl, header .cam .corner-br {
  height: 100px;
  width: 100px;
}
header .cam h4 {
  position: absolute;
  left: 45px;
  bottom: 30px;
}
header .cam h4 .red-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 100%;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  -webkit-animation: flickerAnimation 1.5s infinite;
          animation: flickerAnimation 1.5s infinite;
}
@media (max-width: 575px) {
  header .cam h4 {
    font-size: 20px;
  }
}
header .cam .battery {
  position: absolute;
  height: 30px;
  width: 90px;
  background-image: url(/img/Battery.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  right: 20px;
}
header .cam .battery .charge {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 7px;
  top: 48%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-animation: chargeAnimation 30s infinite;
          animation: chargeAnimation 30s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes chargeAnimation {
  0% {
    width: 30px;
  }
  100% {
    width: 0px;
  }
}
@keyframes chargeAnimation {
  0% {
    width: 30px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header .video-container {
  width: 100vw;
  height: 50vw;
  overflow: hidden;
  position: relative;
  top: 0;
}
@media (max-width: 1100px) {
  header .video-container {
    height: 600px;
  }
}
header .video-container h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.64);
}
@media (max-width: 767px) {
  header .video-container h2 {
    zoom: 0.8;
  }
}
header .video-container .fade-overlay {
  top: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
header .video-container .header-btn {
  position: absolute;
  left: 50%;
  top: 82%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
  header .video-container .header-btn {
    top: 88%;
  }
}
header .video-container .flickity-button {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 10;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
header .video-container .flickity-button.previous {
  transform: translate(-150%, -50%);
}
header .video-container .flickity-button.next {
  transform: translate(50%, -50%);
}
@media (max-width: 1500px) {
  header .video-container .flickity-button {
    top: 75%;
  }
}
header .video-container .flickity-button:focus {
  box-shadow: none;
}
header .carousel-cell {
  width: 100%;
  height: calc(100% - 1px);
  position: absolute;
  overflow: hidden;
}
header .carousel-header {
  height: 100%;
}
header iframe {
  pointer-events: none;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media (max-width: 1100px) {
  header iframe {
    width: 1100px;
  }
}

.navbar {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 30px 0px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.navbar .logo {
  transition: all 0.3s ease;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .navbar .logo {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .navbar .logo {
    height: 35px;
  }
}
@media (max-width: 400px) {
  .navbar .logo {
    height: 30px;
  }
}

.navbar-toggler {
  z-index: 20;
  position: relative;
  border: none;
  padding: 11px 13px;
  border-radius: 100%;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.navbar-toggler span {
  transition: all 0.5s ease;
  display: block;
  background-color: #212121;
  height: 3px;
  width: 25px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 4px;
  position: relative;
  opacity: 1;
}
.navbar-toggler:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(41, 255, 198) 0%, rgb(13, 236, 234) 100%);
  transition: opacity 0.3s ease;
}

.open-menu {
  background-color: transparent;
}
.open-menu:before {
  opacity: 0;
}
.open-menu span {
  background-color: #1BE4BF;
}
.open-menu span:nth-child(1) {
  transform: translateY(8px) rotate(-135deg);
}
.open-menu span:nth-child(2) {
  opacity: 0;
}
.open-menu span:nth-child(3) {
  transform: translateY(-8px) rotate(135deg);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline-color: none;
  box-shadow: none;
}

.nav-content-box {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background: #000;
}
.nav-content-box .video-container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nav-content-box .video-container iframe {
  z-index: -10;
  position: absolute;
  height: 120%;
  width: 120%;
  top: 50%;
  left: 50%;
  min-width: 2400px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .nav-content-box .video-container iframe {
    min-width: 2400px;
  }
}
.nav-content-box .video-container .video {
  display: none;
}
.nav-content-box .video-container .video-home {
  display: block;
}
.nav-content-box .hover-gradient {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}
.nav-content-box .hover-gradient .gradient {
  background: linear-gradient(90deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 70%);
  left: 0;
  width: 100%;
  position: relative;
}
.nav-content-box .hover-gradient .bottom {
  position: absolute;
  height: 2000px;
  bottom: 10px;
}
.nav-content-box .hover-gradient .top {
  top: 70px;
  position: absolute;
  height: 2000px;
}
@media (max-width: 700px), (max-height: 900px) {
  .nav-content-box .hover-gradient .top {
    top: 54px;
  }
}
@media (max-width: 550px), (max-height: 680px) {
  .nav-content-box .hover-gradient .top {
    top: 40px;
  }
}
.nav-content-box .custom-container {
  height: 100vh;
  overflow-y: scroll;
}
.nav-content-box .custom-container .nav-links {
  justify-content: center;
}
@media (max-height: 900px) {
  .nav-content-box .custom-container .nav-links {
    justify-content: start;
    padding-top: 40px;
  }
}
.nav-content-box .custom-container a {
  transition: all 0.3s ease;
}
.nav-content-box .custom-container a:hover {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .nav-content-box .custom-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 700px), (max-height: 900px) {
  .nav-content-box .custom-container h2 {
    font-size: 35px;
  }
}
@media (max-width: 550px), (max-height: 680px) {
  .nav-content-box .custom-container h2 {
    font-size: 25px;
  }
}
.nav-content-box h2 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 44px;
  margin-bottom: 30px;
}

.show-content-box {
  left: 0;
}

.navbar-shrink .logo {
  height: 40px;
}
@media (max-width: 767px) {
  .navbar-shrink .logo {
    height: 30px;
  }
}

.overview-list .item {
  margin-bottom: 50px;
  position: relative;
  padding-top: 50%;
  background-position: center;
  background-size: 120%;
}
@media (max-width: 767px) {
  .overview-list .item {
    margin-bottom: 25px;
  }
}
.overview-list .item .text {
  position: absolute;
  bottom: 30px;
  left: 50px;
  text-shadow: 0px 0px 10px #000000;
}
@media (max-width: 850px) {
  .overview-list .item .text {
    bottom: 10px;
    left: 20px;
  }
}
.overview-list .item h2 {
  font-weight: 500;
}
.overview-list .item h3 {
  font-weight: 100;
}
.overview-list .item .left-reflection {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  transform: rotateY(180deg);
  top: 0;
  background-position: center;
  background-size: 120%;
  filter: grayscale(100%) brightness(30%);
}
@media (max-width: 767px) {
  .overview-list .item .left-reflection {
    display: none;
  }
}
.overview-list .item .right-reflection {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  transform: rotateY(180deg);
  top: 0;
  background-position: center;
  background-size: 120%;
  filter: grayscale(100%) brightness(30%);
}
@media (max-width: 767px) {
  .overview-list .item .right-reflection {
    display: none;
  }
}
.overview-list .item .overlay {
  transition: all 0.3s ease;
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1BE4BF;
}
.overview-list .item:hover .overlay {
  opacity: 30%;
}
@media (min-width: 767px) {
  .overview-list .item:hover .corner-br {
    opacity: 100%;
    right: -10px;
    bottom: -10px;
    width: 20%;
    height: 30%;
  }
  .overview-list .item:hover .corner-tl {
    opacity: 100%;
    left: -10px;
    top: -10px;
    width: 20%;
    height: 30%;
  }
  .overview-list .item:hover .corner-tr {
    opacity: 100%;
    right: -10px;
    top: -10px;
    width: 20%;
    height: 30%;
  }
  .overview-list .item:hover .corner-bl {
    opacity: 100%;
    left: -10px;
    bottom: -10px;
    width: 20%;
    height: 30%;
  }
}
.overview-list .item .corner-br {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.overview-list .item .corner-tl {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.overview-list .item .corner-tr {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}
.overview-list .item .corner-bl {
  transition: all 0.4s ease;
  opacity: 0;
  width: 10%;
  height: 10%;
}

.timeline {
  position: relative;
  padding: 150px 0 50px 0;
}
@media (max-width: 500px) {
  .timeline {
    padding-top: 130px;
  }
}
.timeline .timeline-title {
  font-size: 17px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 200;
  color: #1BE4BF;
}
.timeline .carousel-timeline h3 {
  margin-bottom: 30px;
}
.timeline .carousel-timeline .carousel-cell {
  min-height: 300px;
  width: 100%;
}
.timeline .timeline-nav {
  transition: all 1s ease;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell {
  height: 250px;
  width: 200px;
  position: relative;
}
@media (max-width: 991px) {
  .timeline .timeline-nav .carousel-nav-timeline .carousel-cell {
    width: 150px;
  }
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell .icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: black;
  border: 1px solid #4D4D4D;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell .icon i {
  color: #4D4D4D;
  font-size: 35px;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell .horizontal-line {
  background-color: #1BE4BF;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 40%;
  transform: translateY(50%);
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell .vertical-line {
  background-color: #4D4D4D;
  width: 1px;
  height: 50%;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell .dot {
  background-color: black;
  border: 3px solid #4D4D4D;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.skip-line .horizontal-line {
  width: 90%;
}
.timeline .timeline-nav .carousel-nav-timeline .time-zone {
  position: absolute;
  bottom: 11%;
  white-space: nowrap;
}
.timeline .timeline-nav .carousel-nav-timeline .time-zone p {
  font-size: 17px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 200;
}
.timeline .timeline-nav .carousel-nav-timeline .time-zone.pre {
  left: 70%;
}
.timeline .timeline-nav .carousel-nav-timeline .time-zone.post {
  left: 42%;
}
@media (max-width: 991px) {
  .timeline .timeline-nav .carousel-nav-timeline .time-zone.post {
    left: 28%;
  }
}
.timeline .timeline-nav .carousel-nav-timeline .time-zone.check {
  left: 62%;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.is-nav-selected .icon {
  background-color: #05251F;
  border: 1px solid #1BE4BF;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.is-nav-selected .icon i {
  color: #1BE4BF;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.is-nav-selected .horizontal-line {
  background-color: #1BE4BF;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.is-nav-selected .vertical-line {
  background-color: #1BE4BF;
}
.timeline .timeline-nav .carousel-nav-timeline .carousel-cell.is-nav-selected .dot {
  background-color: black;
  border: 3px solid #1BE4BF;
}
.timeline .flickity-button {
  margin: 0;
  position: absolute;
  left: 200px;
  top: -13%;
  z-index: 10;
}
.timeline .flickity-button.previous {
  transform: translate(-130%, -50%);
}
.timeline .flickity-button.next {
  transform: translate(30%, -50%);
}
.timeline .flickity-button:focus {
  box-shadow: none;
}
