@font-face {
  font-family: fonarto;
  src: url(Fonarto.ttf);
}

:root {
  --step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
  --step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
  --step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}

body {
  background-color: #efefef;
  font-family: fonarto;
  font-weight: 600;
  margin: 0;
}

#main{
    width:100vw;
    height:99vh;
    position:relative;
    overflow: hidden;
    z-index: 999;
}
#box1{
    width:530px;
    height:450px;
    bottom: 0;
    background-image:url(https://stash.fiti5.com/public/images/1.png);
    position:absolute;
    bottom:-100%;
    left:15%;
    animation: anim 5s forwards, anim2 15s forwards 10s;
}
#box1:after{
    content: '';
    position:absolute;
    width:530px;
    height:450px;
    bottom: 0;
    background-image:url(https://stash.fiti5.com/public/images/21.png);
    left:0px;
    z-index: -1;
}
@keyframes anim{
    from{
        bottom:-100%;
    }
    to{
        bottom:0%;
    }
}
@keyframes anim2{
    from{
        left:15%;
        width:530px;
    }
    to{
        width:0px;
        left:25%;
    }
}

/*#box2{
    width:auto;
    height:auto;
    color:white;
    font-size:6em;
    font-weight: 500;
    line-height: 100px;
    position:absolute;
    top:250px;
    left:100px;
    overflow: hidden;
}*/
#box2{
    width: auto;
    height: auto;
    color: white;
    font-size: 6em;
    font-weight: 500;
    line-height: 100px;
    position: absolute;
    bottom: 15%;
    left: 26%;
    overflow: hidden;
    z-index: 999;
    text-shadow: -4px 0px 4px black;
}
#text{
    position: relative;
    left:100%;
    animation: anim3 2s forwards 3s;
    color: #0e8eae;
}
#box4
{
    position: absolute;
    top:510px;
    left:110px;
    color:white;
    overflow: hidden;
    width:300px;
    height: 100px;
   // background-color: yellow;
}
#text2{
    width:300px;
    font-family: arial;
    font-size: 10px;
    line-height: 10px;
    text-align: justify;
    position: absolute;
    top:-100%;
    animation: anim5 2s forwards 3s;
}
@keyframes anim3{
    from{
        left:-100%;
    }
    to{
        left:0%;
    }
}
@keyframes anim5{
    from{
        top:-100%;
    }
    to{
        top:0%;
    }
}
#box3{
    overflow: hidden;
}


#container{
    width:100%;
    position:absolute;
    top:-100%;
    animation:anim4 2s forwards 2.5s;
}
#logo{
    float:left;
    margin-left:100px;
    margin-top:20px;
}
#logo img{
    width:50px;
}
#menu{
    font-size:14px;
    color:white;
    letter-spacing: 2px;
    margin-right:150px;
    margin-top:20px;
    float:right;
}
#menu ul{
    list-style: none;
}
#menu ul li{
    display:inline-block;
    margin-left:100px;
}
@keyframes anim4{
    from{
        top:-100%;
    }
    to{
        top:0%;
    }
}
#box5{
    width:150px;
    height: 150px;
    position: absolute;
    bottom:123px;
    left:25%;
    overflow: hidden;
    z-index: 999;
}
#box5 img{
    bottom:-100%;
    animation:anim6 2s forwards 3s,anim7 7s linear infinite 3s;
}
@keyframes anim6{
    from{
        bottom:-100%;
    }
    to{
        bottom:0%;
    }
}
@keyframes anim7{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}


@media (min-width: 300px) and (max-width: 767px){
  #box1{
      width:530px;
      height:450px;
      bottom: 0;
      background-image:url(https://stash.fiti5.com/public/images/1.png);
      position:absolute;
      bottom:-100%;
      left:-30%;
      animation: anim 2s forwards, anim2 3s forwards 3s;
  }
  #box1:after{
      content: '';
      position:absolute;
      width:530px;
      height:450px;
      bottom: 0;
      background-image:url(https://stash.fiti5.com/public/images/21.png);
      left:0px;
      z-index: -1;
  }
  @keyframes anim2{
      from{
          left:-30%;
          width:530px;
      }
      to{
          width:0px;
          left:0%;
      }
  }
  #box2{
    top: 150px;
  }
  #box5{
      width:150px;
      height: 150px;
      position: absolute;
      bottom:0;
      left:1%;
      overflow: hidden;
      z-index: 999;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #box1{
      width:530px;
      height:450px;
      bottom: 0;
      background-image:url(https://stash.fiti5.com/public/images/1.png);
      position:absolute;
      bottom:-100%;
      left:-30%;
      animation: anim 2s forwards, anim2 3s forwards 3s;
  }
  #box1:after{
      content: '';
      position:absolute;
      width:530px;
      height:450px;
      bottom: 0;
      background-image:url(https://stash.fiti5.com/public/images/21.png);
      left:0px;
      z-index: -1;
  }
  @keyframes anim2{
      from{
          left:-10%;
          width:530px;
      }
      to{
          width:0px;
          left:10%;
      }
  }
  #box2{
    top: 150px;
  }
  #box5{
      width:150px;
      height: 150px;
      position: absolute;
      bottom:0;
      left:5%;
      overflow: hidden;
      z-index: 999;
  }
}

.marquee {
  border-bottom: 1px solid #1a1a1a;
  color: #ccc;
  font-size: var(--step-0);
  font-weight: 700;
  height: calc(170px + 4rem);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.marquee img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 150px;
}

.track {
  height: 100%;
  overflow: hidden;
  padding: 2rem 0;
  position: absolute;
  white-space: nowrap;
}
.track .text {
  -webkit-animation: marquee 50000ms linear infinite;
          animation: marquee 50000ms linear infinite;
  align-items: center;
  display: inline-flex;
  will-change: transform;
}

.top_nav_fiti5{
  background-color: #0e8eae !important;

}
.-focus {
  color: #0e8eae;
  font-weight: 900;
}

.screen {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.wrapper-3d {
  position: relative;
  perspective: 20vw;
  transform-style: preserve-3d;
}

.fold {
  overflow: hidden;
  width: 100vw;
  height: 80vh;
}

.fold-top {
  position: absolute;
  transform-origin: bottom center;
  left: 0;
  right: 0;
  bottom: 100%;
}

.fold-center {
  width: 100vw;
}

.fold-bottom {
  position: absolute;
  transform-origin: top center;
  right: 0;
  left: 0;
  top: 100%;
}

.fold-align {
  width: 100%;
  height: 100%;
}

.fold-bottom .fold-align {
  transform: translateY(-100%);
}

.fold-top .fold-align {
  transform: translateY(100%);
}

.fold-bottom {
  transform-origin: top center;
  transform: rotateX(120deg);
}

.fold-top {
  transform-origin: bottom center;
  transform: rotateX(-120deg);
}

.right_side_marquee {
  font-size: calc(1.275rem + .13333vw);
      color: #0e8eae;
      line-height: 1.1em;
      letter-spacing: .01em;
      font-size: 1.294118vw;
      position: absolute;
      right: 0;
      top: 93vh;
      transform: rotate(270deg) translateY(24px);
      transform-origin: left;
      overflow: visible;
      text-transform: uppercase;
      white-space: nowrap;
      z-index: 1;
      background: #f800;
}
.nav,
.slider {

  justify-content: center;
  height: 100vh;
  position: relative;
  text-align: center;
    padding: 0 1rem;
}

@media (max-width: 767px){
  .slider {
  padding: 0 ;
  }
}

.nav h1,
.slider h1 {
  margin: 0;
  padding-bottom: 0.5rem;
  color: #0e8eae;
  transition: all 0.3s ease;
  z-index: 3;
}
.slider h2 {
  font-size: 2vw;
  letter-spacing: 0.3rem;
  font-weight: 300;
  color: #faebd7;
  z-index: 4;
}
h3.span {
  font-size: 2vw;
  letter-spacing: 0.15rem;
  font-weight: 300;
  color: #faebd7;
  z-index: 4;
}

a {
  text-decoration: none;
}

.nav-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  background: #1e1f26;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-container--top-first {
  position: fixed;
  top: 75px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-container--top-second {
  position: fixed;
  top: 0;
}
.nav-container--top-second {
  position: fixed;
  top: 0;
}

.nav-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #0e8eae;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 2vw;
}

.nav-tab:hover {
  color: #1e1f26;
  background: #0e8eae;
  transition: all 0.5s ease;
}

.nav-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #0e8eae;
  transition: left 0.3s ease;
}
.background {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
}

.background {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.loader span {
  color: #faebd7;
  text-shadow: 0 0 0 #faebd7;
  -webkit-animation: loading 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loading {
  to {
    text-shadow: 20px 0 70px #ff0266;
    color: #ff0266;
  }
}
.loader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}
.loader span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
.loader span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
.loader span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}
.loader span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}
.loader span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}
.loader span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
}
.loader span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
}

.loader span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
}
.loader span:nth-child(11) {
  -webkit-animation-delay: 1s;
}
.loader span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
}
.loader span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
}
.loader span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
}
.loader span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
}
.loader span:nth-child(16) {
  -webkit-animation-delay: 1.5s;
}
.loader span:nth-child(17) {
  -webkit-animation-delay: 1.6s;
}
.loader span:nth-child(18) {
  -webkit-animation-delay: 1.7s;
}
.loader span:nth-child(19) {
  -webkit-animation-delay: 1.8s;
}
.loader span:nth-child(20) {
  -webkit-animation-delay: 1.9s;
}
.loader span:nth-child(21) {
  -webkit-animation-delay: 2s;
}
.loader span:nth-child(22) {
  -webkit-animation-delay: 2.1s;
}

/*.main{
  padding-right: 1.5rem;
  background: #fff;
}*/

main{
  background: #fff;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #0e8eae;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #fff;
  border-radius: 30px;
}


* {
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 500px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}

.responsive_xl_text {
  --max-font: 60;
  --min-font: 35;
  font-family: var(--main-font);
  font-size: var(--responsive);
}

.responsive_l_text {
  --max-font: 35;
  --min-font: 20;
  font-family: var(--main-font);
  font-size: var(--responsive);
}
.responsive_m_text {
  --max-font: 20;
  --min-font: 12;
  font-family: var(--main-font);
  font-size: var(--responsive);
}

.responsive_s_text {
  --max-font: 20;
  --min-font: 18;
  font-family: var(--main-font);
  font-size: var(--responsive);
}

.responsive_big_text {
  --max-font: 55;
  --min-font: 30;
  font-family: var(--main-font);
  font-size: var(--responsive);
}

@media (min-width: 1200px) {
  .responsive_xl_text {
    font-size: calc(var(--max-font) * 1px);
  }
  .responsive_l_text {
    font-size: calc(var(--max-font) * 1px);
  }
  .responsive_m_text {
    font-size: calc(var(--max-font) * 1px);
  }
  .responsive_s_text {
    font-size: calc(var(--max-font) * 1px);
  }
  .responsive_big_text {
    font-size: calc(var(--max-font) * 1px);
  }
}

@media (max-width: 420px) {
  .responsive_xl_text {
    font-size: calc(var(--min-font) * 1px);
  }
  .responsive_l_text {
    font-size: calc(var(--min-font) * 1px);
  }
  .responsive_m_text {
    font-size: calc(var(--min-font) * 1px);
  }
  .responsive_s_text {
    font-size: calc(var(--min-font) * 1px);
  }  
  .responsive_big_text {
    font-size: calc(var(--min-font) * 1px);
  }
}


.fw_100{
  font-weight: 100;
}
.fw_200{
  font-weight: 200;
}
.fw_300{
  font-weight: 300;
}
.fw_400{
  font-weight: 400;
}
.fw_500{
  font-weight: 500;
}
.fw_600{
  font-weight: 600;
}
.fw_700{
  font-weight: 700;
}
.fw_800{
  font-weight: 800;
}
.fw_900{
  font-weight: 900;
}

.flex_center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.z1{
  z-index: 1;
}
.z2{
  z-index: 2;
}
.z3{
  z-index: 3;
}
.z4{
  z-index: 4;
}
.z5{
  z-index: 5;
}
.z_max{
  z-index: 999;
}

.theme_font_color{
  color: #0e8eae;
}


.first_bg{
  background: #fff url(https://stash.fiti5.com/public/images/first_bg.svg);
  background-size: cover;
  background-position: 100% 75%;
  background-repeat: no-repeat;
}

.p_top_section,
.p_top_section_1024{
  padding-top: 10rem;
}

.theme_button:hover,
.theme_button:active,
.theme_button:focus,
.theme_button {
    background: #0b84a3;
    border-radius: 10px;
    font-size: 23px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    box-shadow: -1px 3px 7px 0px #9f9f9f;
}

.running_svg{
  position: absolute;
  bottom: -14rem;
  z-index: 1;
  width: calc(100% - 50vw);
}


.curve_arrow_svg{
  position: absolute;
  bottom: -3rem;
  left: 2rem;
}
.big_button_bg{
  background: #fff url(https://stash.fiti5.com/public/images/button_bg_image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4em;
}

.big_button {
    background: #fff0;
    border: 0;
    font-size: 1.9vw;
    display: flex;
    width: 100%;
}

.play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 32px 0px;
    box-shadow: 0px 0px 9px 0px rgb(13 138 171);
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #0c89a9;
    top: -26%;
    left: -24%;
    background: rgba(198, 16, 0, 0);
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #0c89a9;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@-webkit-keyframes pulsate1 {

  0% {

    -webkit-transform: scale(0.6);

    transform: scale(0.6);

    opacity: 1;

    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),

      0px 0px 25px 10px rgba(255, 255, 255, 0.75);

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 0;

    box-shadow: none;

  }

}



@keyframes pulsate1 {

  0% {

    -webkit-transform: scale(0.6);

    transform: scale(0.6);

    opacity: 1;

    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),

      0px 0px 25px 10px rgba(255, 255, 255, 0.75);

  }

  100% {

    -webkit-transform: scale(1, 1);

    transform: scale(1);

    opacity: 0;

    box-shadow: none;

  }

}

.margin_left_adjust{
  margin-left: calc(100% - 94%);
}

.hover-content {
    background: #fff0 url(https://stash.fiti5.com/public/images/hover_content_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;

    color: #fff !important;
    padding: 2rem;
    font-size: 0.8rem;

}

.rotating_circle{
  display: flex;
      align-items: center;
      justify-content: center;
      /*width: 475px;*/
      height: 27.9rem;
      /*height: calc(100% + 14vh);*/
      position: relative;
}
.rotating_circle:before{
  content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 50%;
      opacity: 0;
      transition: .3s ease-in;
      will-change: transform;
}

.jainish{
  position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-animation: rotate 20s linear infinite;
      animation: rotate 20s linear infinite;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(https://stash.fiti5.com/public/images/bg_circle.png);
}
/*.jainish:before{
  content: "";
      width: 0;
      height: 0;
      border-color: transparent transparent transparent #0e8aae;
      border-style: solid;
      border-width: 8px 0 8px 14px;
      position: absolute;
      left: 50%;
      top: -7px;
      transform: translate(-50%);
}*/
@keyframes rotate{
  0% {
      transform: rotate(-1turn);
  }
}

.text_area{
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #0e8aae;
  text-align: center;
  z-index: 2;
}

.bg_apps{
  background: #1d97b4;
  width: calc(100vw - 45rem);
  height: 25rem;
  position: absolute;
  margin: auto 0;
  right: 0;
  border-radius: 30px 0px 0px 30px;
}

.bg_apps_bottom { 
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: 1;
}

.bg_dashes{
}

.fill_trans {
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-transform: uppercase;
}

.skewedBox {
  background: #000;
  /*transform: skew(0deg, -10deg) translateY(-140px);*/
  position: relative;
}
.skewedBox .container2 {
    padding: 2rem;
    /*transform: skew(0deg, 10deg);*/
}
.skew_marquee{
  transform: skew(0deg,4deg) translateY(120px);
}

.heading {
    padding-top: 5rem;
    color: #cae323;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1rem;
    z-index: 2;
}

.fit-prog h2 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1rem;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

.counter-container {
    z-index: 2;
}

.count-1, .count-2 {
    border-radius: 20px;
    color: #000;
    background: #0d8bab;
    padding: 10px;
    border: 1px solid #fff;
    z-index: 2;
}
.counter {
    text-align: center;
}
.wrapper {
    font-size: 11px;
    margin: 2em auto;
}
.watch {
    position: relative;
    margin: 0 auto;
    padding: 7.3em 0;
}
.strap.strap-top {
    top: 0;
}

.strap_bg{
  width: 100px;
  height: 350px;
  background: #0d8bab;
  position: absolute;
  border-radius: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tresh {
    position: absolute;
    bottom: -0.5em;
    left: 1.5em;
    width: 85%;
    height: 10em;
    /* background: rgb(20, 99, 139); */
    z-index: 2;
    background: linear-gradient(0deg, #0dcaf0 108%, #ffff 30%, #0dcaf0 67%);
    overflow: hidden;
    border-radius: 7em 7em 0 0 / 3em 3em 0 0;
}
.case {
    position: relative;
    z-index: 2;
    background: #030303;
    width: 20em;
    height: 20em;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.1em #bdbdbd, inset 0 0 0.2em 0.2em #bebebe, inset 0 0.3em 0.3em 0.4em #070707, inset 0 -0.3em 0.1em 0.1em #070707, inset 0 0 0 0.9em #fff, inset 0 0 0 1.05em #313131, inset 3.5em -0.5em 2em -2em #a4a4a4, inset -1.2em 0em 0.5em 0em #a4a4a4, inset -0.4em -1.1em 0.5em 0em #a4a4a4;
}

.strap.strap-bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.strap {
    position: absolute;
    left: 3.7em;
    width: 17em;
    height: 10em;
}

.case:hover {
    background-image: url(https://fiti5.com/frontend/images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 98%;
}
.counter h3 {
    padding: 0.5rem 0;
    font-size: 3.5rem;
    font-weight: 800;
}
.counter h6 {
    font-size: 3rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

.fitness_top_lines {
    position: absolute;
    top: 9rem;
    left: 0;
}


/* ====================================
Home Slider
==================================== */

#home-slider {
  height: 80vh;
  width: 90vw;
  position: relative;

}
.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.swiper-image-one {
  background-image: url(https://source.unsplash.com/GXOGGENgHnQ/1600x900);
}

.swiper-image-two {
  background-image: url(https://source.unsplash.com/Jy6luiLBsrk/1600x900);
}

.swiper-image-three {
  background-image: url(https://source.unsplash.com/sFLVTqNzG2I/1600x900);
}

.swiper-image-four {
  background-image: url(https://source.unsplash.com/pj1jt4vBGZY/1600x900);
}

.swiper-image-five {
  background-image: url(https://source.unsplash.com/Jy6luiLBsrk/1600x900);
}

.swiper-image-six {
  background-image: url(https://source.unsplash.com/bxCgan0J1Sg/1600x900);
}

.swiper-image {
  width: 50%;
  height: 100%;
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}
.swiper-image-inner.swiper-image-left {
  padding: 4rem;
}
.swiper-image-left {
  filter: sepia(100%);
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepia(0%);
}
.swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-60deg);
  transition: all 1s linear;
  transition-delay: 1s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;
}
.swiper-image-inner h1 {
  font-weight: 500;
  color: #fff;
  align-self: flex-start;
  margin: 0 0 auto 0;
  font-size: 4.5rem;
  line-height: 1;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
.swiper-image-inner h1 span.emphasis {
  font-weight: 700;
  font-style: italic;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate3d(-20%, 0, 0);
  display: inline-block;
}
.swiper-image-inner h1 span:not(.emphasis) {
  font-size: 3.5rem;
}
.swiper-image-inner h1 + p {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  margin-bottom: auto;
  align-self: flex-end;
  text-transform: uppercase;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  font-weight: 500;
  color: #fff;
  padding-right: 8rem;
}
p.paragraph {
  margin: 0;
  color: #fff;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}
.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(90deg);
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.9rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.9rem;
  }
  h1 + p {
    font-size: 4vw;
  }
  p.paragraph {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 3.5rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.5rem;
  }
  p.paragraph {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #home-slider{
    height: 86vh;
    width: 96vw;
  }
  h1 {
    font-size: 3.2rem;
    align-self: center;
  }
  h1 span:not(.emphasis) {
    font-size: 2.1rem;
  }
  p.paragraph {
    max-width: 94%;
  }
}

.flex-container {
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 2.3vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 15%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-title {
    transform: rotate(0deg) !important;
  }
}

.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 2vw;
  padding: 5%;
  top: 20%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}

.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: hidden;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
  }
  .flex-title{
    color: #0b84a3;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 2em;
  }
}

.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.home {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbHBttZad2d38NoOmDE7162kMbBwoUfMEwQwE-rw7ambfIJxnWAysVyEkjxo2F0M_qWto&usqp=CAU);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbHBttZad2d38NoOmDE7162kMbBwoUfMEwQwE-rw7ambfIJxnWAysVyEkjxo2F0M_qWto&usqp=CAU);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.contact-form {
  width: 100%;
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbHBttZad2d38NoOmDE7162kMbBwoUfMEwQwE-rw7ambfIJxnWAysVyEkjxo2F0M_qWto&usqp=CAU);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSbHBttZad2d38NoOmDE7162kMbBwoUfMEwQwE-rw7ambfIJxnWAysVyEkjxo2F0M_qWto&usqp=CAU);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Panels. */
.splitview {
    position: relative;
    width: 100%;
    min-height: 45vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    overflow: hidden;
}

    .panel .content {
        position: absolute;
        width: 100vw;
        min-height: 45vw;
        color: #FFF;
    }

    .panel .description {
        width: 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .panel img {
        width: 35%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.bottom {
    background-color: rgb(44, 44, 44);
    z-index: 1;
}

    .bottom .description {
        right: 5%;
    }

.top {
    background-color: #0e8aae;
    z-index: 2;
    width: 50vw;

    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

    .top .description {
        left: 5%;
    }

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(253, 171, 0);
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content {
    transform: skew(30deg);
    margin-left: 1000px;
}

.dual_hue{
  animation: hueRotate 2s infinite;
}

@keyframes hueRotate{
  100%{
    filter: hue-rotate(1turn);
  }
}


#timeline {
  display: flex;
  background-color: #031625;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100%;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgb(13 139 171 / 75%);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover {
  width: 30% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(225px);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
.tl-content h1 {
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-year {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  right: 0;
}
.tl-year p {
  margin: 0;
  font-weight: 400;
  letter-spacing: .09em;
  line-height: 120%;
  border-left: solid #6ec2d2;
  min-height: 90px;
  position: absolute;
  text-transform: uppercase;
  text-align: start;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  left: 0;
  right: 0;
  padding-left: 10px;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

.tl-item:hover .tl-year{
  top: 10%;
  transition: .5s;
}

.display_in_desktop{
  display: unset !important;
}
.display_in_mobile{
  display: none !important;
}

.display_in_mobile_flex{
  display: none ;
}

@media (min-width : 320px) and (max-width: 768px) {
  .display_in_desktop{
    display: none !important;
  }
  .display_in_mobile{
    display: unset !important;
  }

  .display_in_mobile_flex{
    display: inline-flex;
  }

}


.footer{
 background: #0e8eae;
 border-top: 10px solid #fff;
 z-index: 3;
}

.footer_logo{
  width: 100px;
}

.h-100vh{
  height: 100vh;
}

.center_to_div{
      margin: 0;
      position: absolute;
      top: 60%;
      left: 30%;
      transform: translate(-50%, -50%);
}

.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }


/*mission_vision_wrapper*/
    .vision_mission_wrapper {
        background: #e8eff1;
        padding: 1rem;
        border-radius: 50px;
        position: relative;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .vision_mission_wrapper img {
        width: calc(100% - 20rem);
        margin: 0 auto;
    }

    .vision_mission_wrapper p {
        color: #787878;
        font-size: 18px;
        text-align: justify;
    }

    .vision_flex {
        border-right: 2px dashed #0e8eae;
        padding: 1rem;
    }

    .mission_flex {
        display: flex;
        flex-direction: column;
    }

    .branding_lines_mission_vision {
        width: 150px;
        position: absolute;
        bottom: -1rem;
        right: 2rem;
    }

    @media screen and (max-width: 786px){
        .vision_mission_wrapper img {
          width: 250px;
          margin: 0 auto;
        }

        .vision_flex {
            border-right: 0;
            border-bottom: 2px dashed #0e8eae;
        }
        .mission_flex {
            display: flex;
            flex-direction: column-reverse;
        }

    }

    .branding_lines_mission_vision {
        width: 150px !important;
        position: absolute;
        bottom: -1rem;
        right: 2rem;
    }



/*mission_vision_wrapper*/


/*problem_solution_wrapper*/
.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.swiper-container2 {
  width: 100%;
  position: relative;
  height: 100%;
  max-height: 420px;
  border-radius: 10px;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-item-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
}
.slider-item-content > * {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .slider-item-content > * {
  transform: translateY(0px);
  opacity: 1;
}

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
  background: #86d0e3;
}

.swiper-pagination-bullet-active {
  background: #0e8eae;
  width: 20px;
  border-radius: 10px;
}

.slider-buttons {
  position: absolute;
  display: flex;
  top: 100%;
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
  justify-content: center;
}

.swiper-button-next2,
.swiper-button-prev2 {
  background-color: #fff0;
  border: none;
  cursor: pointer;
  outline: none;
  color: #0e8eae;
  position: relative;
  margin:0  10px;

}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: 0.2s;
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
    display: none;
  }
}

.bg_blue_light{
  background : #e8eff1;
}

.bg_blue_theme{
  background : #0e8eae;
}

.problem_wrapper {
    border-radius: 0 100px 100px 0;
}
.solution_wrapper {
    border-radius: 100px 0 0 100px;
}

.prob_soln_image{
  height: 60px;
}

@media screen and (max-width: 520px) {

}

#probSol{
  z-index: 999;
}

#probSol .arrow {
  color: #0e8eae;
  cursor: pointer;
  display: block;
  align-items: flex-start;
  text-transform: uppercase;
  position: relative;
  transition: transform 0.3s;
}
#probSol .arrow span {
  display: block;
  width: 3em;
  opacity: 0;
  transition: opacity 0.3s 0s;
  padding: 0 0.5em;
  font-size: 22px;
}
#probSol .arrow:hover span {
  opacity: 1;
  transition: opacity 0.3s 0.1s;
}
#probSol .arrow:before {
  content: "";
  display: block;
  border: solid #0e8eae;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 4px;
  width: 25px;
  height: 25px;
}
#probSol .arrow.arrow--left:before {
  transform: rotate(-135deg);
  right: 0;
  transition: right 0.3s 0.2s;
}
#probSol .arrow.arrow--left:hover:before {
  right: 100%;
  transition: right 0.3s;
}
#probSol .arrow.arrow--right {
  text-align: right;
}
#probSol .arrow.arrow--right:before {
  left: 0;
  transform: rotate(45deg);
  transition: left 0.3s 0.2s;
}
#probSol .arrow.arrow--right:hover:before {
  left: 100%;
  transition: left 0.3s;
}
#probSol .arrow:hover {
  transform: none;
}


/*problem_solution_wrapper*/

/*tokenomicsChart*/
.flex_left,
.flex_right {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

h6 span{
  width: 30px;
  height: 18px;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 5px ;

}

.flex_right .text-end h6:nth-child(0n+1) span,
.flex_left .text-start h6:nth-child(0n+1) span{
  background: #9ce0fd;
}
.flex_left .text-start h6:nth-child(0n+2) span, 
.flex_right .text-end h6:nth-child(0n+2) span{  
  background: #75c7f2;
}
.flex_right .text-end h6:nth-child(0n+3) span{  
  background: #68b4dc;
}
.flex_right .text-end h6:nth-child(0n+4) span, 
.flex_left .text-start h6:nth-child(0n+3) span{  
  background: #599abd;
}
.flex_right .text-end h6:nth-child(0n+5) span,  
.flex_left .text-start h6:nth-child(0n+4) span{  
  background: #497f9b;
}
.flex_right .text-end h6:nth-child(0n+6) span,  
.flex_left .text-start h6:nth-child(0n+5) span{  
  background: #30566e;
}

.flex_right img, .flex_left img {
    height: 30rem;
}

.border_partition{
  border-right: 2px solid #0e8eae;
  border-bottom: none;
}

@media screen and (max-width : 768px){
.border_partition{
  border-right: none;
  border-bottom: 2px solid #0e8eae;
}
.flex_right img, .flex_left img{
  height: 10rem;
  position: absolute;
  opacity: 0.8;
  right: 0;
}
.flex_right img {
    left: 0;
}
.flex_left img {
    right: 0;
}

.flex_left{
  justify-content: flex-start;
}
.flex_right{
  justify-content: flex-end;
}

}


/*tokenomicsChart*/

/*about_us_section*/
.about_us_wrapper{

  background: #9ce0fd;
  padding:1em;
  transform:skew(0deg,4deg) translateY(120px);
}
.about_us_content{
  padding:150px 200px;
  transform:skew(0deg,-4deg);
  font-size: 2em;
}

.animated_running_lottie {
    transform: rotate(4deg);
    width: 100%;
}

.gray_text{
  color: #787878;
  text-align: justify;
}
/*about_us_section*/
/*ecosystem_section*/
.big_bg_image .tablet_image ,
.big_bg_image .mobile_image {
  display: none;
}
  .big_bg_image .desktop_image {
    display: block;
  }

@media (min-width: 300px) and (max-width: 500px){
  .big_bg_image .desktop_image ,
  .big_bg_image .tablet_image {
    display: none;
  }
  .big_bg_image .mobile_image {
    display: block;
  }
}

@media (min-width: 501px) and (max-width: 991px){
  .big_bg_image .desktop_image ,
  .big_bg_image .mobile_image {
    display: none;
  }

  .big_bg_image .tablet_image {
    display: block;
  }
}
/*ecosystem_section*/
/*team_members_section*/

/*  Team Starts */
.team-members {
  transform: rotate(-45deg);
}
.team-members li > div {
  float: left;
  width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
  margin-left: 10%;
}

.team-members li:last-child > div:first-child {
  margin-left: 20%;
}

.member-details > div {
  background-color: #ddd;
  margin: 5px;
}
.member-details img {
  transform: rotate(45deg) translate(0, 15px) scale(1.2);
  display: block;
  width: 100%;
  height: 100%;
}

/* hover content - style */
.member-details > div {
  position: relative;
  overflow: hidden;
}

.member-info {
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-12px, 15px);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

.member-info h3,
.member-info p {
  margin: 0;
  color: #fff;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.member-info h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  top: -100px;
}

.member-info p {
  font-weight: 300;
  font-size: 12px;
  bottom: -150px;
}

.member-details > div:after {
  content: '';
  background-image: linear-gradient(45deg, rgb(156 224 253) 35%, transparent 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
  cursor: pointer;
  transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
  opacity: 1;
  visibility: visible;
}

.member-details:hover .member-info h3 {
  top: 0;
}

.member-details:hover .member-info p {
  bottom: 0;
}

/* Team overview */
.team-overview {
  padding-right: 15px;
}
.team-overview h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-overview > a {
  margin-bottom: 30px;
  display: block;
}

.team-overview > a:before {
  content: '';
  width: 10px;
  height: 2px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  background-color: #ccc;
  display: inline-block;
}

li.clearfix {
    list-style: none;
}


/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-center > div:first-child {
  order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
  .sm-no-flex {
    display: block;
  }
  .sm-no-float {
    float: none !important;
  }
  .sm-text-center {
    text-align: center;
  }
}

@media only screen and (max-width : 550px) {
  .team-members li {
    text-align: center;
  }
  .team-members li > div {
    float: none;
    display: inline-block;
    width: 30%;
    margin: 0 !important;
  }
  .team-members {
    transform: rotate(0);
  }
  .member-details img {
    transform: rotate(0) translate(0, 0);
  }
  .team-overview {
    padding: 15px;
  }
  
}

@media only screen and (max-width : 399px) {
  .team-members li > div {
    width: 48%;
  }
}

/*team_members_section*/

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    transition: all 0.3s;
    overflow: inherit !important;
    margin-bottom: 5rem;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #9ce0fd 0%, #497f9b 74%);
  box-shadow: 4px 13px 30px 1px rgb(50 144 168);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #9ce0fd 0%, #497f9b 74%);
  border-radius: 20px;
  opacity: 0.2;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 55%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
  text-align: left;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}


@media (min-width : 767px) and (max-width: 1366px){
  #box2{
    font-size: 4em;
    font-weight: 500;
    line-height: 1;
  }
}
@media (min-width : 320px) and (max-width: 767px){
  #box2{
    font-size: 3em;
    font-weight: 500;
    line-height: 50px;
  }
}





.parallax-window {
    min-height: 1000px;
    background: transparent;
}

footer{
  left: 0;
  bottom: 0;
  width: 100%;
}


/* Color Variables */
/* Social Icon Mixin */
/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.social-icon:hover {
  color: #fff;
}
.social-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -150%);
}
.social-icon:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social-icon--linkedin {
  background : #006599 !important;
  color: #fff;
}
.social-icon--linkedin .tooltip {
  background: #006599 !important;
  color: currentColor;
}
.social-icon--linkedin .tooltip:after {
  border-top-color: #006599;
}
.social-icon--twitter {
  background: #2b97f1 !important;
  color: #fff;
}
.social-icon--twitter .tooltip {
  background: #2b97f1 !important;
  color: currentColor;
}
.social-icon--twitter .tooltip:after {
  border-top-color: #2b97f1;
}
.social-icon--medium {
  background: #000 !important;
  color: #fff;
}
.social-icon--medium .tooltip {
  background: #000 !important;
  color: currentColor;
}
.social-icon--medium .tooltip:after {
  border-top-color: #000;
}
.social-icon--facebook {
  background: #3b5a9b !important;
  color: #fff;
}
.social-icon--facebook .tooltip {
  background: #3b5a9b !important;
  color: currentColor;
}
.social-icon--facebook .tooltip:after {
  border-top-color: #3b5a9b;
}
.social-icon--instagram {
  background: #527fa6 !important;
  color: #fff;
}
.social-icon--instagram .tooltip {
  background: #527fa6 !important;
  color: currentColor;
}
.social-icon--instagram .tooltip:after {
  border-top-color: #527fa6;
}
.social-icon--reddit {
  background: #ff4500 !important;
  color: #fff;
}
.social-icon--reddit .tooltip {
  background: #ff4500 !important;
  color: currentColor;
}
.social-icon--reddit .tooltip:after {
  border-top-color: #ff4500;
}
.social-icon--pinterest {
  background: #E60023 !important;
  color: #fff;
}
.social-icon--pinterest .tooltip {
  background: #E60023 !important;
  color: currentColor;
}
.social-icon--pinterest .tooltip:after {
  border-top-color: #E60023;
}
.social-icon--github {
  background: #4284c0 !important;
  color: #fff;
}
.social-icon--github .tooltip {
  background: #4284c0 !important;
  color: currentColor;
}
.social-icon--github .tooltip:after {
  border-top-color: #4284c0;
}
.social-icon i {
  position: relative;
  top: 1px;
}

/* Tooltips */
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.8rem 1rem;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  transform: translate(-50%, 100%);
}
.security {
  position: relative
}

.security__bg-orange {
  height: 593px;
  pointer-events: none;
  position: absolute;
  left: -52px;
  bottom: -70px;
  z-index: -1;
  -webkit-animation: anim_intro_bg2-data-v-2d54b1e2 10s linear infinite;
  animation: anim_intro_bg2-data-v-2d54b1e2 10s linear infinite
}

@-webkit-keyframes anim_intro_bg2-data-v-2d54b1e2 {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.4)
  }
  to {
    transform: scale(1)
  }
}

@keyframes anim_intro_bg2-data-v-2d54b1e2 {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.4)
  }
  to {
    transform: scale(1)
  }
}

.security__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px
}

@media (max-width:1440px) {
  .security__top {
    margin-bottom: 56px
  }
}

@media (max-width:1200px) {
  .security__top {
    margin-bottom: 48px
  }
}

@media (max-width:767px) {
  .security__top {
    margin-bottom: 32px;
    flex-wrap: wrap
  }
}

.title--security {
  max-width: 680px;
  padding: 0 40px;
  text-align: center
}

@media (max-width:1440px) {
  .title--security {
    max-width: 560px
  }
}

@media (max-width:1200px) {
  .title--security {
    max-width: 400px
  }
}

@media (max-width:925px) {
  .title--security {
    max-width: 340px
  }
}

@media (max-width:767px) {
  .title--security {
    order: 2;
    margin-top: 48px;
    max-width: 240px
  }
}

.security__subtitle-box {
  width: 250px
}

@media (max-width:1200px) {
  .security__subtitle-box {
    width: 180px
  }
}

@media (max-width:767px) {
  .security__subtitle-box {
    width: 45%;
    order: 1
  }
}

@media (max-width:767px) {
  .security__subtitle-box:last-child {
    text-align: right;
    width: 55%
  }
}

.security__subtitle {
  display: inline-block;
  margin: 2px 0;
  font-family: "Menoe Grotesque", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0e8aae
}

@media (max-width:1200px) {
  .security__subtitle {
    font-size: 14px;
    line-height: 17px
  }
}

.security__subtitle--indent {
  margin-left: 40px
}

@media (max-width:767px) {
  .security__subtitle--indent {
    margin-left: 15px
  }
}

.security__subtitle--big {
  width: 100%
}

.security__mark {
  padding: 1px 6px;
  color: #131313;
  background-color: #fdfd65;
  border-radius: 24px
}

@media (max-width:767px) {
  .security__mark {
    margin-right: 15px
  }
}

.security__devider {
  width: 40px;
  height: 14px;
  margin: 0 auto 153px;
  border-top: 3px solid #0e8aae;
  border-bottom: 3px solid #0e8aae
}

@media (max-width:1440px) {
  .security__devider {
    margin-bottom: 132px
  }
}

@media (max-width:1200px) {
  .security__devider {
    margin-bottom: 116px;
    width: 27px;
    height: 10px
  }
}

@media (max-width:925px) {
  .security__devider {
    margin-bottom: 108px
  }
}

.security__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 268px
}

@media (max-width:1862px) {
  .security__list {
    margin-bottom: 220px
  }
}

@media (max-width:1410px) {
  .security__list {
    margin-bottom: 180px
  }
}

@media (max-width:1023px) {
  .security__list {
    margin-bottom: 317px
  }
}

@media (max-width:767px) {
  .security__list {
    flex-direction: column;
    margin-bottom: 150px
  }
}

.security__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 485px;
  height: 485px;
  margin: 0 -38.5px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: .3s ease-in;
  will-change: transform
}

@media (max-width:1862px) {
  .security__item {
    width: 363px;
    height: 363px;
    margin: 0 -29.5px
  }
}

@media (max-width:1410px) {
  .security__item {
    width: 246px;
    height: 246px;
    margin: 0 -19.5px
  }
}

@media (max-width:1023px) {
  .security__item {
    width: 200px;
    height: 200px;
    margin: 0 -19.5px
  }
}

@media (max-width:767px) {
  .security__item {
    width: 333px;
    height: 333px;
    margin: -35px 0
  }
}

.security__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  transition: .3s ease-in;
  will-change: transform
}

@media (max-width:1023px) {
  .security__item:before {
    background-color: hsla(0, 0%, 88.6%, .05);
    filter: blur(4px);
    z-index: -1
  }
}

@media (max-width:767px) {
  .security__item:before {
    display: none
  }
}

.security__item:hover {
  transform: scale(1.1);
  z-index: 2
}

.security__item:hover .security__descr {
  opacity: 1;
  pointer-events: visible
}

.security__item:hover:before {
  opacity: 1
}

.security__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: rotate-data-v-2d54b1e2 20s linear infinite;
  animation: rotate-data-v-2d54b1e2 20s linear infinite;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://stash.fiti5.com/public/images/bg_circle.png)
}

@media (max-width:1862px) {
  .security__icon {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle.png)
  }
}

@media (max-width:1410px) {
  .security__icon {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle.png)
  }
}

@media (max-width:1023px) {
  .security__icon {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle.png)
  }
}

@media (max-width:767px) {
  .security__icon {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle.png)
  }
}

.security__icon--rotate {
  -webkit-animation: rotate2-data-v-2d54b1e2 20s linear infinite;
  animation: rotate2-data-v-2d54b1e2 20s linear infinite;
  background-repeat: no-repeat;
  background-image: url(https://stash.fiti5.com/public/images/bg_circle_rotate.png)
}

@media (max-width:1862px) {
  .security__icon--rotate {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle_rotate.png)
  }
}

@media (max-width:1410px) {
  .security__icon--rotate {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle_rotate.png)
  }
}

@media (max-width:1023px) {
  .security__icon--rotate {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle_rotate.png)
  }
}

@media (max-width:767px) {
  .security__icon--rotate {
    background-image: url(https://stash.fiti5.com/public/images/bg_circle_rotate.png);
    -webkit-animation: rotate-data-v-2d54b1e2 20s linear infinite;
    animation: rotate-data-v-2d54b1e2 20s linear infinite
  }
}

.security__icon--rotate:before {
  top: unset;
  bottom: -7px
}

@media (max-width:1410px) {
  .security__icon--rotate:before {
    bottom: -4.5px
  }
}

@media (max-width:1023px) {
  .security__icon--rotate:before {
    bottom: -3.5px
  }
}

@media (max-width:767px) {
  .security__icon--rotate:before {
    bottom: -6px;
    transform: rotate(60deg)
  }
}

@-webkit-keyframes rotate-data-v-2d54b1e2 {
  0% {
    transform: rotate(-1turn)
  }
}

@keyframes rotate-data-v-2d54b1e2 {
  0% {
    transform: rotate(-1turn)
  }
}

@-webkit-keyframes rotate2-data-v-2d54b1e2 {
  0% {
    transform: rotate(1turn)
  }
}

@keyframes rotate2-data-v-2d54b1e2 {
  0% {
    transform: rotate(1turn)
  }
}

.security__name {
  max-width: 193px;
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #0e8aae;
  text-align: center;
  z-index: 2
}

@media (max-width:1862px) {
  .security__name {
    font-size: 20px
  }
}

@media (max-width:1410px) {
  .security__name {
    max-width: 100px;
    font-size: 13px
  }
}

@media (max-width:1023px) {
  .security__name {
    font-size: 11px
  }
}

@media (max-width:767px) {
  .security__name {
    font-size: 15px
  }
}

.security__icon-plus {
  width: 19px;
  height: 19px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%)
}

@media (max-width:1862px) {
  .security__icon-plus {
    width: 15px;
    height: 15px;
    right: 22px
  }
}

@media (max-width:1410px) {
  .security__icon-plus {
    width: 11px;
    height: 11px;
    right: 15px
  }
}

@media (max-width:767px) {
  .security__icon-plus {
    top: unset;
    right: 50%;
    bottom: 31px;
    transform: translate(50%)
  }
}

.security__descr {
  width: 340px;
  height: 206px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .4s linear;
  pointer-events: none;
  position: absolute;
  left: 203px;
  bottom: -103px;
  z-index: 10
}

.shadow_inset,
.shadow_upper,
.shadow_scope,
.shadow_mix{
 box-shadow: none !important; 
 background: none;
}

.w_100_adjust{
  width: 100%;
}

@media (max-width:1862px) {
  .security__descr {
    width: 277px;
    height: 192px;
    left: 139px
  }
}

@media (max-width:1410px) {
  .security__descr {
    width: 277px;
    height: 192px;
    left: 31px;
    bottom: -133px
  }
}

@media (max-width:1023px) {
  .security__descr {
    width: 708px;
    height: 136px;
    bottom: -206px;
    left: 0
  }
}

.bg_image_dumbell{
    background: none;
}

.dumbells_svg{-webkit-animation: upNdown 2s infinite linear;
        animation: upNdown 2s infinite linear;
    }
@-webkit-keyframes upNdown {
         0% { }
         50% { transform: translate(-15px); }
         100% { }
    }
@keyframes upNdown {
         0% { }
         50% { transform: translate(-15px); }
         100% { }
    }

    .mt_15r{
      margin-top: 22rem;
    }
    .margin_minus{
      margin-top: -15rem;
    }
@media (max-width:767px) {
    .margin_minus{
      margin-top: 0;
    }
  .security__descr {
    width: 339px;
    height: 142px;
    bottom: 0;
    left: 0
  }
  .w_100_adjust{
    width: 100px;
  }
  .p_top_section, .p_top_section_1024 {
      padding-top: 5rem;
  }
  .bg_image_dumbell{
    background: url(https://stash.fiti5.com/public/images/images/dumbell.svg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 120%;
    background-size: 60%;
  }
}


@media (max-width:1023px) {
  .security__descr2 {
    left: -161px
  }
}

@media (max-width:767px) {
  .security__descr2 {
    bottom: 0;
    left: 0
  }
}

@media (max-width:1023px) {
  .security__descr3 {
    left: -322px
  }
}

@media (max-width:767px) {
  .security__descr3 {
    bottom: 0;
    left: 0
  }
}

@media (max-width:1023px) {
  .security__descr4 {
    left: -483px
  }
}

@media (max-width:767px) {
  .security__descr4 {
    bottom: 0;
    left: 0
  }
}

.hover_text {
  padding: 24px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

@media (max-width:1440px) {
  .hover_text {
    font-size: 12px;
    line-height: 14px
  }
}

.number--security {
  font-family: "Menoe Grotesque", sans-serif;
  text-transform: uppercase;
  color: #0e8aae;
  font-size: 14px;
  line-height: 17px;
  opacity: .5;
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%)
}

@media (max-width:1440px) {
  .number--security {
    font-size: 13px;
    line-height: 16px;
    top: -52px
  }
}

@media (max-width:1410px) {
  .number--security {
    font-size: 10px;
    line-height: 12px;
    top: -32px
  }
}

@media (max-width:767px) {
  .number--security {
    display: none
  }
}

.bg_art{
  position: absolute;
  right: 0;
  height: 58vh;
}

.scope_wrapper{
  padding: 5rem 1rem;
  background: url(https://stash.fiti5.com/public/images/images/app_running.png);
  background-repeat: no-repeat;
  background-position: 100% 10%;
}
.scope_fs{
  padding-left: 1.5rem;
}

.scope_text{
  text-align: justify;
  color: #797979;
}


/*ecosystem_section*/
.roadmap_bg_image {
    background-image: url(https://stash.fiti5.com/public/images/roadmap_desktop.png);
    object-fit: cover;
    height: 100vh;
    margin-top: 15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

@media (min-width: 300px) and (max-width: 500px){
  .roadmap_bg_image {
      background-image: url(https://stash.fiti5.com/public/images/roadmap_mobile.png);
      object-fit: cover;
      height: 100vh;
      margin-top: 10rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
  }
}

@media (min-width: 501px) and (max-width: 991px){
  .roadmap_bg_image {
      background-image: url(https://stash.fiti5.com/public/images/roadmap_tablet.png);
      object-fit: cover;
      height: 100vh;
      margin-top: 10rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 90%;
  }
}
/*ecosystem_section*/
@media (min-width : 1024px) and (max-width: 1440px){
  .running_svg{
    position: unset;
    width: calc(100vw - 25rem);
  }
  .curve_arrow_svg {
      width: calc(100% - 50rem);
  }

  .p_top_section_1024{
    padding-top: 0;
  }
  .rotating_circle{
        height: calc(100% + 14vh);
  }

  .flex_right img, .flex_left img {
      height: 290px;
  }
  .about_us_content{
    padding: 150px 0px;
  }

  h1 + p{
    font-size: 20px;
  }
  .bg_art{
    height: 35vh;
  } 

}

.vh_100_height_responsive{
  height: 100vh;
  margin: 2rem 0;
}
@media screen and (max-width: 768px){
  .vh_100_height_responsive{
    height: 100%;
    margin: 1rem 0;
  }
  .shadow_upper{
    box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%);
  }

  .shadow_inset{
    box-shadow: inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
  }

  .shadow_mix,{
    box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
    background: linear-gradient(318.32deg, rgba(163, 177, 198, 0.1) 0%, rgba(163, 177, 198, 0.1) 55%, rgba(163, 177, 198, 0.25) 100%);
  }
}

.shadow_scope{
    box-shadow: 9px 9px 16px rgb(95 168 187), -9px -9px 16px rgb(215 215 215 / 50%);
    border-radius: 10px;
    margin-bottom: 3rem
}

.flex_responsive{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px){
  .flex_responsive{
    flex-direction: column;
  }
  .first_bg {
      height: 100%;
  }
  .p_top_section_1024{
    padding-top: 10rem;
  }
  .running_svg{
    position: absolute;
    bottom: -14rem;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .big_button_bg{
    position: unset;
  }
  .boxed_layout{
    border-radius: 10px;
    padding: 1.3rem;
  }
  .about_us_content{
    padding: 0 0  150px 0;
  }
  .animated_running_lottie {
      transform: rotate(4deg);
      width: 300px;
      margin: 0 auto;
  }
  .slider-item-content{
    padding: 5px;
  }
  .problem_wrapper,.solution_wrapper{
    border-radius: 10px;
  }
  .swiper-pagination{
    display: none;
  }
}


.profile_wrapping {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile_wrapping .card{
  position: unset;
  border: none;
}

.quotes {
}



.quotes .box {
  position: relative;
  min-height: 320px;
  background: #f2f2f2;
  transition: all 0.5s ease-in;
  z-index: 2;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
  padding-top: 2rem;
}

.quotes .box::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 5px;
  width: 100%;
  height: 100%;
  font-size: 120px;
  opacity: 0.2;
  background: transparent;
  pointer-events: none;
}

.quotes .box::after {
  content: '\201D';
  position: absolute;
  bottom: -10%;
  right: 5%;
  font-size: 120px;
  opacity: 0.2;
  background: transparent;
  filter: invert(1);
  pointer-events: none;
}

.quotes .box p {
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
}

.quotes .box h2 {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 10%;
  right: 10%;
  font-size: 1.5rem;
}

.quotes .box:hover {
  color: #000;
  box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
  transition: .5s;
}

.quotes .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}

@media (max-width: 747px){
  .quotes .bg{
    display: none;
  }
  .quotes .box{
    width: 100%;
  }
}
.quotes .box:hover,
.quotes .box ~.bg {
  opacity: 1;
  background: #e2a9e5;
background: -moz-linear-gradient(-180deg, #9ce0fd 15%, #0e8eae 100%);
background: -webkit-linear-gradient(-180deg, #9ce0fd 15%, #0e8eae 100%);
background: linear-gradient(-180deg, #9ce0fd 15%,#0e8eae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a9e5', endColorstr='#2b94e5',GradientType=1 );
-webkit-transition: background-position .25s ease-in-out;
-o-transition: background-position .25s ease-in-out;
transition: background-position .25s ease-in-out; 
}
.quotes .box:hover ~.bg{
  background-position: 100% 0%;
}


.profile_wrapping .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 63%);
}

.profile_wrapping .card-img-block {
    margin: 0 auto;
    position: relative;
    top: -40px;
}

@media (min-width: 300px) and (max-width: 767px){
  .profile_wrapping .card-img-block {
      width: 50%;
  }
  .social-icons{
    justify-content: center;
  }
}
@media (min-width: 300px) and (max-width: 991px){
  #timeline{
    flex-direction: column;
  }
  .tl-item,.tl-item:hover{
    width: 100% !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1398px) {
  #img-7 {
    display: none;
  }
}
@media only screen and (min-width: 1029px) and (max-width: 1198px) {
  #img-6 {
    display: none;
  }
}
@media only screen and (min-width: 850px) and (max-width: 998px) {
  #img-6 {
    display: none;
  }
}
@media only screen and (min-width: 598px) and (max-width: 797px) {
  #img-5 {
    display: none;
  }
}
@media only screen and (min-width: 598px) and (max-width: 597px) {
  #img-5 {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
  #f_p_heading {
    font-size: 20vw;
  }
}
.col_dir {
  flex-direction: column;
}
.second_nav {
  display: none;
} 
@media only screen and (max-width: 500px) {
  .main_nav {
    display: none;
  }
  .second_nav {
    display: flex;
  }
  .nav-tab {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 351px) {
  .theme_button {
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .margin_minus {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .para_ns {
    font-size: 20px;
  }
  .tl-item:hover .tl-content {
    transform: translateY(90px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
  .para_ns {
    font-size: 20px;
  }
  .tl-item:hover .tl-content {
    transform: translateY(90px);
  }
}
@media only screen and (min-width: 780px) and (max-width: 991px) {
  .tl-item:hover .tl-content {
    transform: translateY(90px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .sm_md_text {
      font-size: 2vw;
    }
}