@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
* {
  font-family: 'Ubuntu', sans-serif!important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none; 
}

@font-face {
  font-family: Coves;
  src: url("../fonts/Coves/CovesLight.otf");
  font-weight: normal;
}

@font-face {
  font-family: Coves;
  src: url("../fonts/Coves/CovesBold.otf");
  font-weight: bold;
}

html,body {
  background-color: #0d1925;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  /* font-family: codec; */
  color: white;
  overflow-x: hidden;
}

   
body:after, body:before {
  content: "";
  position: fixed;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition-duration: 400ms;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1.00)
}
body.loading.Loaded:before {
  opacity: 1;
  background-color: rgba(0,0,0,1.00);
  animation: circleLoading 0.7s linear alternate forwards;
}
body.loading:before {
  opacity: 1;
  background-color: rgba(0,0,0,1.00);
}
body:after {
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  margin: -50vw 0 0 -50vw;
  opacity: 0;
  background-color: rgba(255,255,255,0.00)!important;
}    
body.loading:after {
  top: 50%;
  left: 50%;
  width: 22vw;
  height: 22vh;
  margin: -11vh 0 0 -11vw;
  opacity: 1;
  background-image: url(../media/images/Preloader.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: rgba(255,255,255,0.00)!important;
  transition-duration: 200ms;

}
body.loading.Loaded:after {
  top: 50%;
  left: 50%;
  width: 0vh;
  height: 0vh;
  margin: 0 0 0vw 0vh;
  background-color: rgba(0,0,0,0.00);
  animation: circleLoading 1.2s linear alternate forwards;
}
@keyframes loaderAnim {
to {
  opacity: 1;
  transform: scale3d(0.5,0.5,1);
}
}
  
@keyframes circleLoading {
0% { clip-path: circle(75%); }
100% { clip-path: circle(0%);
      opacity: 0}
}


/*
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-News.ttf");
  font-weight: 300;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-Bold.ttf");
  font-weight: 400;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-ExtraBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-Fat.ttf");
  font-weight: 600;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-Heavy.ttf");
  font-weight: 700;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-Ultra.ttf");
  font-weight: 800;
}
@font-face {
  font-family: codec;
  src: url("../fonts/CodecPro-UltraBlack.ttf");
  font-weight: 900;
}
 */


section.section-footer .flex__wrapper .info .contact .social-icons, section.section-services .grid .top .block .text, section.section-services .grid .top .block, section.section-why-infinity .features__wrapper .feature, section.section-why-infinity .features__wrapper, section.section-why-infinity, section.section-stats .stats__wrapper, section.section-welcome, section.section-hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .container {
  padding: 0 12rem;
}


button {
  cursor: pointer;
  border: none;
  outline: none;
}
svg.water__map {
  position: fixed;
  z-index: -1;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
  scrollbar-gutter: stable both-edges;
}

::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #00eaff;
}

::-moz-selection {
  background-color: #00eaff;
  color: black;
}

::selection {
  background-color: #00eaff;
  color: black;
}

.main-bg {
  position: fixed;
  inset: 0;
  background-color: #0d1925;
  min-height: 100vh;
  z-index: -1;
  /* background-image: url(../media/images/Gridsss.webp);
  background-size: 500px auto ; */
}


section {
  width: 100%;
  padding: 8rem 12rem;
}
section .container {
  padding: 0 12rem;
  margin: auto;
}

.Paragraph {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5;
  text-align: justify;
  max-width: 1200px;
  display: block;
  margin: auto;
}


header {
  z-index: 10;
  position: fixed;
  inset: 0;
  height: 70px;
  padding: 5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: filter 0.3s;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.3137254902) 70%, transparent);
}
header.menu-mode {
  filter: invert(1) hue-rotate(180deg);
  background-image: none;
}
header .logo {
  cursor: pointer;
  width: 12rem;
  height: 4rem;
  background: url("../media/images/logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  filter:brightness(3) grayscale(1)
}
.HeaderNav {
  display: flex;
  flex-direction: row-reverse; 
}
.social-icons {
  gap: 1.5rem;
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
  margin-top: -2px;
}
.social-icons a.icon {
  cursor: pointer;
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  filter: grayscale(1) brightness(3);
  transition: 0.3s;
}
 .social-icons a.icon:hover {
  filter: grayscale(0);
}
 .social-icons a.icon.facebook {
  background: url("../media/images/facebook.png") center center no-repeat;
  background-size: contain;
}
.social-icons a.icon.linkedin {
  background: url("../media/images/linkedin.png") center center no-repeat;
  background-size: contain;
}
header .menu__icon {
  cursor: pointer;
  width: 2rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  rotate: -45deg;
}
header .menu__icon:hover span:first-child {
  transform-origin: center center;
  translate: 6px;
}
header .menu__icon:hover span:last-child {
  transform-origin: center center;
  translate: -6px;
}
header .menu__icon span {
  display: block;
  background-color: #d3eeff;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  transition: 0.3s;
}
header .menu__icon span.x {
  background-color: #d3eeff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: center center;
}
header .menu__icon span:first-child {
  width: 60%;
  margin-left: auto;
}
header .menu__icon span:last-child {
  width: 60%;
  margin-right: auto;
}
header .menu__icon.opened span {
  width: 100%;
  height: 3px;
}
header .menu__icon.opened span.x {
  rotate: 90deg;
  transition-delay: 0.127s;
}
header .menu__icon.opened span:first-child {
  width: 100%;
  translate: 20px;
  opacity: 0;
}
header .menu__icon.opened span:nth-child(2) {
  transform-origin: center center;
}
header .menu__icon.opened span:last-child {
  width: 100%;
  translate: -20px;
  opacity: 0;
}

.menu {
  pointer-events: none;
  z-index: 9;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
}
.menu ul {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -20%;
  list-style-type: none;
  opacity: 0;
  transition: 0.3s;
}
.menu ul li {
  cursor: pointer;
  font-size: 2.8rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.3s;
}
.menu ul li:hover:not(.faq) {
  translate: 0 -4px;
}
.menu ul li:not(:last-child) {
  margin-bottom: 1rem;
  font-weight: 600;
}
.menu ul li.faq {
  margin-top: 3rem;
}
.menu ul li.faq a {
  font-size: 0.8rem;
  /* text-decoration: underline !important; */
}
.menu ul li a {
  color: black;
  text-decoration: none;
  transition: 0.3s;
  font-family: Coves !important;
  font-weight: bold;
}
.menu ul li a:hover {
  color: #005083;
}
.menu span {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  display: block;
  width: 0;
  height: 150vw;
  background-color: #e9f7ff;
  transition: width 0.72s;
}
.menu span:first-of-type {
  top: 0;
}
.menu span:last-of-type {
  top: 100%;
}
.menu.opened {
  pointer-events: all;
}
.menu.opened ul {
  translate: -50% -40%;
  opacity: 1;
}
.menu.opened span {
  width: 100vw;
}


section .head__image {
  position: relative;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}
section .head__image::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4392156863), transparent, rgba(0, 0, 0, 0.4392156863));
  width: 100%;
  height: 100%;
}
section .head__text {
  text-transform: uppercase;
  margin-top: -2rem;
  position: relative;
  z-index: 5;
}
section .head__text h2 {
  font-size: 3.5rem;
}
section .head__text p {
  line-height: 1.2;
  max-width: 80%;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 1rem 0;
}
section.section-hero {
  padding: 0 !important;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  /* transform: scaleX(1.2); */
  overflow: hidden;
}
section.section-hero .hero__bg {
  position: absolute;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
section.section-hero .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.1;
  filter: url("#disFilter");
}
section.section-hero h1 {
  position: relative;
  z-index: 5;
  font-size: 4.5rem;
  font-family: Coves !important;
  font-weight: bold;
  margin: 0rem 0;
  margin-top: 2rem;
}
section.section-hero h1 span {
  margin-left: -5px;
  font-size: 80%;
  font-weight: normal;
}
section.section-hero h2 {
  position: relative;
  z-index: 5;
  font-size: 2rem;
  font-family: Coves!Important;
  font-weight: normal; 
  margin: 0rem 0; 
  color: #61c2ff;
}
section.section-hero h3 {
  position: relative;
  z-index: 5;
  font-size: 3.2rem;
  font-family: Coves!Important;
  font-weight: normal; 
}
section.section-welcome {
  min-height: 00vh !important;
  flex-direction: column;
  padding-bottom: 7rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
section.section-welcome * {
  max-width: 60%;
}
section.section-welcome h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
}
section.section-welcome h3 {
  font-size: 1.6rem;
  margin: 0.8rem 0 1rem;
  font-weight: 400;
}
section.section-welcome p {
  text-align: justify;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.3;
}
section.section-stats {
  position: relative;
  padding-top: 20vh;
}
section.section-stats .overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0c2034;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.section-stats video {
  position: absolute;
  inset: 0;
  /* z-index: -1; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-stats *:not(video, .overlay) {
  position: relative;
  z-index: 2;
}
section.section-stats p {
  margin: auto;
  max-width: 70%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
section.section-stats .block {
  text-transform: uppercase;
}
section.section-stats .stats__wrapper {
  gap: 2rem;
}
section.section-stats .stats__wrapper .block {
  text-align: center;
  font-weight: 200;
}
section.section-stats .stats__wrapper .block .top {
  font-size: 2rem;
  color: #23a9a6;
  font-weight: 400;
  margin-bottom: 1rem;
}
section.section-stats .stats__wrapper .block .top span {
  font-weight: 200;
}
section.section-stats .stats__wrapper .block .bottom {
  font-size: 2rem;
  color: white;
  max-width: 70%;
  margin: auto;
  line-height: 1.05;
}
section.section-stats .stats__wrapper .block .bottom span {
  color: #23a9a6;
}
section.section-stats .end-stat {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
section.section-stats .end-stat .top {
  font-size: 2rem;
  color: #23a9a6;
  margin-bottom: 0.5rem;
}
section.section-stats .end-stat .top span {
  color: white;
}
section.section-stats .end-stat .bottom {
  font-size: 1.8rem;
  color: white;
}
section.section-stats .end-stat .bottom span {
  color: white;
}
section.section-why-infinity {
  min-height: 80vh !important;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem;
  /* padding-bottom: 0 !important; */
  background-image: url("../media/images/Why-Infinity.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.section-why-infinity span.back {
  cursor: pointer;
  position: absolute;
  top: 12vh;
  left: 12vw;
  width: 2rem;
  height: 2rem;
  background: url("../media/arrow.svg") center center no-repeat;
  background-size: cover;
  filter: invert(1);
  display: none;
}
section.section-why-infinity h2 {
  top: 12vh;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
section.section-why-infinity h2.hide {
  opacity: 0!important;
  margin-top: -10rem;
}
section.section-why-infinity .features__wrapper {
  position: relative;
  min-height: 30vh;
  gap: 5rem;
}
section.section-why-infinity .features__wrapper .feature {
  flex-direction: column;
  cursor: pointer;
  gap: 1rem;
  width: 5rem;
  transition: 0.3s;
}
section.section-why-infinity .features__wrapper .feature.sliding {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
section.section-why-infinity .features__wrapper .feature.sliding.current {
  pointer-events: all;
  opacity: 1;
  gap: 3rem;
}
section.section-why-infinity .features__wrapper .feature.sliding.current img {
  translate: 0 -2rem;
  scale: 1.6;
  transform-origin: bottom bottom;
}
section.section-why-infinity .features__wrapper .feature.sliding.current h5 {
  font-size: 1.4rem;
}
section.section-why-infinity .features__wrapper .feature.sliding.current p {
  display: block;
  width: 60vw;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -8rem;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.1;
}
section.section-why-infinity .features__wrapper .feature.sliding.before-current, section.section-why-infinity .features__wrapper .feature.sliding.after-current {
  pointer-events: all;
  opacity: 0.2;
  scale: 0.8;
}
section.section-why-infinity .features__wrapper .feature.sliding.before-current {
  left: -20rem;
}
section.section-why-infinity .features__wrapper .feature.sliding.after-current {
  right: -20rem;
}
section.section-why-infinity .features__wrapper .feature.hide {
  opacity: 0;
}
section.section-why-infinity .features__wrapper .feature * {
  pointer-events: none;
}
section.section-why-infinity .features__wrapper .feature img {
  display: block;
  width: 80%;
}
section.section-why-infinity .features__wrapper .feature h5 {
  font-size: 1rem;
  font-weight: 300;
}
section.section-why-infinity .features__wrapper .feature p {
  display: none;
}
section.section-services {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0px;
}
section.section-services .head__image {
  background: url("../media/images/1.png") no-repeat center center;
  background-size: cover;
}
section.section-services .grid > div {
  width: 100%;
}
section.section-services .grid .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}
section.section-services .grid .top .block {
  position: relative;
  overflow: hidden;
}
section.section-services .grid .top .block::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  background-color: black;
  opacity: 0.7;
  transition: 0.3s;
}
section.section-services .grid .top .block:hover::before {
  height: 100%;
}
section.section-services .grid .top .block:hover .text {
  height: 100%;
}
section.section-services .grid .top .block:hover .text h3 {
  font-size: 2rem;
}
section.section-services .grid .top .block img {
  pointer-events: none;
}
section.section-services .grid .top .block .text {
  position: absolute;
  bottom: 0;
  padding: 2rem 0;
  text-transform: uppercase;
  height: 0px;
  transition: 0.3s;
  flex-direction: column;
}
section.section-services .grid .top .block .text h3 {
  font-size: 3rem;
  transition: 0.3s;
  /* border-bottom: 5px solid rgba(255,255,255,1.00); */
}
section.section-services .grid .top .block .text p {
  text-align: justify;
  max-width: 80%;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.3s;
}
section.section-services .grid .bottom {
  position: relative;
}
section.section-services .grid .bottom img {
  width: 100%;
}
section.section-services .grid .bottom .text {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  padding: 8rem;
  text-transform: uppercase;
}
section.section-services .grid .bottom .text h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
section.section-services .grid .bottom .text p {
  font-size: 1.4rem;
  font-weight: 200;
  max-width: 65%;
  line-height: 1.2;
}
section.section-product-features {
  padding-right: 0;
  padding-left: 0;
}
section.section-product-features .head__image {
  background: url("../media/images/Infinity-Libya-Wallbox-Products.webp") no-repeat center center;
  background-size: cover;
  height: 90vh !important;
  margin-bottom: -36px;
}
section.section-product-features .features__wrapper {
  width: 90%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
section.section-product-features .features__wrapper .feature {
  width: 40%;
}
section.section-product-features .features__wrapper .feature .top {
  display: flex;
  justify-content: start;
  align-items: end;
  margin-bottom: 1rem;
}
section.section-product-features .features__wrapper .feature .top img {
  scale: 0.8;
  transform-origin: bottom left;
  filter: grayscale(1) brightness(1.5);
}
section.section-product-features .features__wrapper .feature .top h5 {
  font-size: 2.2rem;
}
section.section-product-features .features__wrapper .feature p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: justify;
  text-transform: uppercase;
}
section.section-end {
  position: relative;
  /* background-image: url(../media/images/EV-Charge-Future.webp); */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  /* margin-bottom: 20vh;
  margin-top: 20vh; */
  min-height: 0px;
  /* padding-top: 0px; */
}
/* section.section-end img {
opacity: 0;
pointer-events: none;
width: auto;
height: auto;
max-height: 440px;
} */
section.section-end .text {

  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
section.section-end .text h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section.section-end .text h2 span {
  display: block;
  color: #61c2ff;
  font-size: 150%;
}
section.section-end .text p {
  max-width: 65%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
section.section-faq {
  min-height: 50vh !important;
  padding-top: 0;
  padding-right: 12rem;
  padding-left: 12rem;
  text-transform: uppercase;
}
section.section-faq h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
section.section-faq h3 {
  font-size: 1.2rem;
  font-weight: 200;
  color: rgba(0,163,255,1.00);
}
section.section-faq .questions {
  margin-top: 3rem;
}
section.section-faq .questions ul {
  list-style-type: none;
}
section.section-faq .questions ul li {
  cursor: pointer;
  margin-bottom: 0.1rem;
  padding:  0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  border-bottom: rgba(255, 255, 255, 0.10) 1px solid;
  margin-bottom: 0.5rem;
}
section.section-faq .questions ul li.Active h4 {
  color: rgba(0,163,255,1.00);
}
section.section-faq .questions ul li .question {
padding-top: 0.8rem;
padding-bottom: 1rem;
pointer-events: none;
font-size: 1.2rem;
font-weight: 300;
margin-bottom: 0rem;
}
section.section-faq .questions ul li:hover .question {
  color: rgb(0, 183, 255);
}
section.section-faq .questions ul li p {
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
  max-width: 90%;
  margin-bottom: 1rem;
}
section.section-footer {
  min-height: 30vh !important;
  padding-top: 4rem ;
  padding-bottom: 4rem ;
  background: url("../media/images/Infnity-Ev-Charge-Footerrs.webp") right bottom no-repeat;
  background-size:contain;
}
section.section-footer a {
  color: white;
  text-decoration: none;
}
section.section-footer a:hover {
  color: #009dff;
}
section.section-footer .logo {
  cursor: pointer;
  width: 12rem;
  height: 5rem;
  background: url("../media/images/logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
section.section-footer .flex__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 0;
}
section.section-footer .flex__wrapper .info {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  text-transform: uppercase;
  font-weight: 200;
}
section.section-footer .flex__wrapper .info .address {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

section.section-footer .flex__wrapper .credits {
  gap: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
  padding-top: 2rem;
  font-size: 10px;
  letter-spacing: 2px;
}
section.section-footer .flex__wrapper .credits .copyright,
section.section-footer .flex__wrapper .credits .powered {
  display: block;
}
section.section-footer .flex__wrapper .credits .powered {
  margin-top: 0.4rem;
}
section.section-footer .flex__wrapper .credits .powered a {
  font-weight: 400;
}


    
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
 
.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}
    

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}    

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5);  
  }
  100% {
    opacity: 1;
    transform: scale(1);   
  }
} 
    
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
    
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}    
    
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}
    



















@media only screen and (max-width: 1440px) {

  section.section-end .text p {
    max-width: 100%;
  }

  section.section-services .grid .bottom .text h3 {
    font-size: 2rem;;
  }
  section.section-services .grid .bottom .text p {
    font-size: 1rem;
  }

}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
  .section .container {
    padding: 0 6rem;
  }
  section.section-faq {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  section.section-footer {
    padding-left: 6rem;
    padding-right: 6rem;
  }

}
@media only screen and (max-width: 800px) {
  html {
    font-size: 10px;
  }
  .section .container {
    padding: 0 5vw;
  }
  .section .head__text {
    margin-top: -4rem;
  }
  .section .head__text p {
    margin: 1rem auto;
    text-align: justify;
  }
  .section-welcome * {
    max-width: 90% !important;
  }
  .section-stats p {
    max-width: 90% !important;
  }
  .section-product-features .features__wrapper {
    flex-direction: column;
    margin: auto;
  }
  .section-product-features .features__wrapper .feature {
    width: 100% !important;
  }
  .section-product-features .features__wrapper .feature .top {
    align-items: center !important;
    flex-direction: column;
    margin: auto;
    gap: 1rem;
  }
  .section-product-features .features__wrapper .feature .top img {
    transform-origin: center center !important;
  }
  .section h2,
  .section h3 {
    text-align: center;
  }
  .section-why-infinity .features__wrapper, .section-supernova .features__wrapper {
    flex-wrap: wrap;
  }
  .section.section-stats .stats__wrapper {
    flex-direction: column;
    gap: 4rem;
  }
  .section.section-services .grid > div {
    margin: auto;
  }
  .section.section-services .grid .top {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0;
  }
  .section.section-services .grid .top .block {
    position: relative;
    overflow: hidden;
    width: 90vw !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .section.section-services .grid .top .block::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0%;
    background-color: black;
    opacity: 0.7;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block:hover::before {
    height: 100%;
  }
  .section.section-services .grid .top .block:hover .text {
    height: 100%;
  }
  .section.section-services .grid .top .block:hover .text h3 {
    font-size: 2rem;
  }
  .section.section-services .grid .top .block img {
    pointer-events: none;
  }
  .section.section-services .grid .top .block .text {
    position: absolute;
    bottom: 0;
    padding: 2rem 0;
    text-transform: uppercase;
    height: 0px;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block .text h3 {
    font-size: 3rem;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block .text p {
    text-align: justify;
    max-width: 95%;
    margin: 0 !important;
    margin-top: 1.4rem !important;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2;
    overflow: hidden;
    transition: 0.3s;
  }
  .section.section-services .grid .bottom {
    position: relative;
  }
  .section.section-services .grid .bottom img {
    width: 100%;
  }
  .section.section-services .grid .bottom .text {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    text-transform: uppercase;
  }
  .section.section-services .grid .bottom .text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .section.section-services .grid .bottom .text p {
    text-align: justify;
    max-width: 50vw !important;
    margin: auto;
  }
  .section-faq h2 {
    font-size: 1.6rem !important;
  }
  .section-faq h3 {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .section p {
    line-height: 1.2;
  }
  .section-why-infinity h2 {
    top: 8vh !important;
  }
  .section-why-infinity .features__wrapper .feature p {
    bottom: -13rem !important;
  }
  .section.section-services .grid > div {
    margin: auto;
  }
  .section.section-services .grid .top {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0;
  }
  .section.section-services .grid .top .block {
    position: relative;
    overflow: hidden;
    width: 90vw !important;
  }
  .section.section-services .grid .top .block::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0%;
    background-color: black;
    opacity: 0.7;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block:hover::before {
    height: 100%;
  }
  .section.section-services .grid .top .block:hover .text {
    height: 100%;
  }
  .section.section-services .grid .top .block:hover .text h3 {
    font-size: 2rem;
  }
  .section.section-services .grid .top .block img {
    pointer-events: none;
  }
  .section.section-services .grid .top .block .text {
    position: absolute;
    bottom: 0;
    padding: 4rem;
    text-transform: uppercase;
    height: 0px;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block .text h3 {
    font-size: 3rem;
    transition: 0.3s;
  }
  .section.section-services .grid .top .block .text p {
    text-align: justify;
    max-width: 95%;
    margin: auto;
    margin-top: 1.4rem;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2;
    overflow: hidden;
    transition: 0.3s;
  }
  .section.section-services .grid .bottom {
    position: relative;
  }
  .section.section-services .grid .bottom .text {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0% -45%;
    padding: 0;
    text-transform: uppercase;
    padding-left: 6rem;
    text-align: left;
  }
  .section.section-services .grid .bottom .text h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    max-width: 40vw;
    text-align: left;
  }
  .section.section-services .grid .bottom .text p {
    padding: 0 !important;
    max-width: calc(100vw - 12rem) !important;
    width: calc(100vw - 12rem) !important;
    margin-left: 0!important;
    text-align: left!important;
    position: absolute;
    bottom: -10rem;
  }
  .section-about h3 {
    margin: 1.2rem 0 !important;
  }
  .section-faq h2 {
    margin-bottom: 1rem !important;
  }
  .section-footer .logo {
    margin: auto;
  }
  .section-footer .flex__wrapper {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    gap: 3rem;
  }
  .section-footer .flex__wrapper .info {
    flex-direction: column;
    width: 90vw !important;
    font-size: 1rem;
  }
  .menu.opened {
    text-align: center;
  }
  .menu.opened ul li:not(:last-child) {
    margin-bottom: 3.6rem;
  }
  .menu.opened span {
    height: 120vh;
  }

  section {
    width: 100%;
    padding: 6rem 6rem;
}

section.section-welcome {
  align-items: center;
}

section.section-end .text h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* section.section-product-features .head__image {
  margin-bottom: -70vh;
} */

section.section-faq {
  padding-left: 4rem;
  padding-right: 4rem;
}

section.section-footer .flex__wrapper .info .address {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
section.section-footer .flex__wrapper .info .address span {
width: 45%;
}

section.section-footer .flex__wrapper .credits {
  font-size: 10px;
  letter-spacing: 0px;
}

}/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 500px) {

.section.section-services .grid .bottom .text {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -45%;
  padding: 0;
  text-transform: uppercase;
  padding-left: 4rem;
  text-align: left;
}
.section.section-services .grid .bottom .text h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  max-width: 40vw;
  text-align: left;
}
.section.section-services .grid .bottom .text p {
  padding: 0 !important;
  max-width: calc(100vw - 12rem) !important;
  width: calc(100vw - 12rem) !important;
  margin-left: 0!important;
  text-align: left!important;
  position: absolute;
  bottom: -8rem;
}
}

@media only screen and (max-width: 400px) {

  section {
    padding: 6rem 3rem;
}

  header .logo {
    width: 10rem;;
  }

  section.section-hero h1 {
    font-size: 3.8rem;
  }
  section.section-hero h2 {
    font-size: 1.5rem;
  }
  section.section-hero h3 {
    font-size: 2.7rem;
  }

  .section.section-services .grid .bottom .text {
    padding-left: 3rem;
  }
  .section.section-services .grid .bottom .text h3 {
    font-size: 1.5rem;
    max-width: 50vw;
  }
  .section.section-services .grid .bottom .text p {
    padding: 0 !important;
    bottom: -10rem;
    max-width: calc(100vw - 8rem) !important;
    width: calc(100vw - 8rem) !important;
  } 


}


@media only screen and (max-height: 700px) {
  section.section-why-infinity {
    min-height: 100vh !important;
  }

  section.section-footer .flex__wrapper .credits {
    font-size: 8px;
    letter-spacing: 0px;
  }

}