@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Manrope", sans-serif;
}

.manrope-font {
  font-family: "Manrope", sans-serif;
}

header ul li a, footer ul li a {
  background: linear-gradient(122.49deg, #fff 31.07%, #fff 86.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header ul li a:hover, footer ul li a:hover {
  background: linear-gradient(122.49deg, #6CC0F4 31.07%, #4B5AE8 86.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header ul li a.active, footer ul li a.active {
  background: linear-gradient(122.49deg, #6CC0F4 31.07%, #4B5AE8 86.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-btn {
  background: linear-gradient(122.49deg, #6CC0F4 31.07%, #4B5AE8 86.14%);
}
.main-btn:hover {
  background: linear-gradient(0deg, #6CC0F4 31.07%, #4B5AE8 112.14%);
}

.right-border {
  border-right: 4px solid transparent;
  -o-border-image: linear-gradient(to bottom, #6DDCFF, #7F60F9) 1;
     border-image: linear-gradient(to bottom, #6DDCFF, #7F60F9) 1;
}

.heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 200px;
  background-color: #484848;
  left: 0;
}
.heading h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  z-index: 1;
  height: 10px;
  width: 50px;
  background: linear-gradient(122.49deg, #6CC0F4 31.07%, #4B5AE8 86.14%);
  left: 40px;
  border-radius: 1px;
  animation: heading_shape 2s ease infinite forwards;
}

@keyframes satelite_shape {
  0% {
    left: 400px;
    top: 300px;
  }
  100% {
    left: 400px;
    top: 300px;
  } 
}
.satelite_bg {
  animation: satelite_shape 20s ease forwards;
}

@keyframes heading_shape {
  0% {
    left: 40px;
  } 
  100% {
    left: 120px; 
  }
}
.return_section::after {
  content: "";
  position: absolute;
  height: 625px;
  width: 130%;
  border-radius: 45%;
  transform: rotate(-10deg);
  left: -20%;
  background-color: rgba(84, 84, 84, 0.0509803922);
  border: 5px solid rgba(41, 41, 41, 0.5019607843);
  top: 10%;
  animation: border_round 2s ease-in infinite forwards;
  z-index: -1;
}

@keyframes border_round {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.about_product_bg{
  animation: about_bottom_earth 30s ease forwards;
}
@keyframes about_bottom_earth {
  0% {
    top: -460px;
  } 
  100% {
    top: -640px;
  }
}


.jupiter_product_bg{
  animation: jupiter_bottom_earth 45s ease forwards;
}
@keyframes jupiter_bottom_earth {
  0% {
    top: 380px;
  } 
  100% {
    top: 0;
  }
} 




.home_earth_animation{
  animation: home_earth_animation 45s ease forwards;
}
@keyframes home_earth_animation {
  0% {
    top: 400px;
  } 
  100% {
    top: 100px;
  }
} 




.product_list .img_box img{
    opacity: 0.5;
}









 
.heading_shape{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: banner_shape 2s linear forwards; 
}
@keyframes banner_shape {
  100% {
    stroke-dashoffset: 0;
  }
}
.gold_line{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: gold_line_animation 2s linear 0.7s forwards;
}
@keyframes gold_line_animation {
  100% {
    stroke-dashoffset: 0;
  }
} 
.bolds_line{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: bolds_line_animation 2s linear 0.7s forwards;
}
@keyframes bolds_line_animation {
  100% {
    stroke-dashoffset: 0;
  }
} 

.riet_box{ 
  opacity:0;
  animation: riet_box_animation 0.2s linear 0.7s forwards;
}
@keyframes riet_box_animation {  
  100% {
    opacity:1;
  }
}
.gold_box{ 
  opacity:0;
  animation: gold_box_animation 0.2s linear 1.2s forwards;
}
@keyframes gold_box_animation {  
  100% {
    opacity:1;
  }
}
.bonds_box{ 
  opacity:0;
  animation: bonds_box_animation 0.2s linear 1.2s forwards;
}
@keyframes bonds_box_animation {  
  100% {
    opacity:1;
  }
}
  
.right_heading{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: right_banner_shape 2s linear 1.5s forwards;
}
@keyframes right_banner_shape {
  100% {
    stroke-dashoffset: 0;
  }
} 
.global_box{ 
  opacity:0;
  animation: global_box_animation 0.2s linear 2s forwards;
}
@keyframes global_box_animation {  
  100% {
    opacity:1;
  }
}

.etf_line{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: etf_line_animation 2s linear 2s forwards;
}
@keyframes etf_line_animation {
  100% {
    stroke-dashoffset: 0;
  }
} 
.stocks_line{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: stocks_line_animation 2s linear 2s forwards;
}
@keyframes stocks_line_animation {
  100% {
    stroke-dashoffset: 0;
  }
} 

.etf_box{ 
  opacity:0;
  animation: etf_box_animation 0.2s linear 2.5s forwards;
}
@keyframes etf_box_animation {  
  100% {
    opacity:1;
  }
}
.stocks_box{ 
  opacity:0;
  animation: stocks_box_animation 0.2s linear 2.5s forwards;
}
@keyframes stocks_box_animation {  
  100% {
    opacity:1;
  }
}  
.center_heading{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: center_banner_shape 1s linear 2.6s forwards;
}
@keyframes center_banner_shape {
  100% {
    stroke-dashoffset: 0;
  }
}  
.mutual_box{ 
  opacity:0;
  animation: mutual_box_animation 0.2s linear 3.1s forwards;
}
@keyframes mutual_box_animation {  
  100% {
    opacity:1;
  }
}
.mutual_line{ 
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  animation: mutual_line_animation 1s linear 2.7s forwards  
}


@keyframes mutual_line_animation {
  100% {
    stroke-dashoffset: 0;
  }
} 


.mercury_product_bg{
  animation: mercury_bottom_earth 30s ease forwards;
}
@keyframes mercury_bottom_earth {
  0% {
    top: 0;
  } 
  100% {
    top: -120px;
  }
}
.product_bg {
  animation: bottom_earth 75s ease forwards;
}

@keyframes bottom_earth {
  0% {
    top: 0;
  } 
  100% {
    top: -350px;
  }
}



.product_bg1 {
  animation: bottom_earth1 75s ease forwards;
}

@keyframes bottom_earth1 {
  0% {
    top: -500px;
  } 
  100% {
    top: -650px;
  }
}



.products_section::after {
  content: "";
  position: absolute;
  height: 700px;
  width: 95%;
  border-radius: 50%;
  transform: rotate(-14deg);
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(84, 84, 84, 0.0509803922);
  border: 5px solid rgba(41, 41, 41, 0.5019607843);
  top: 20%;
  z-index: -1;
}

.client_product_bg{
  animation: client_bottom_earth 45s ease forwards;
}


@keyframes client_bottom_earth {
  0% {
    top: -60px;
  } 
  100% {
    top: -300px;
  }
}

.arrow_long {
  position: absolute;
  top: 24%;
  left: 69%;
}

.arrow_long .year_line {
  position: absolute;
  top: 2px; 
  height: 4px; 
  background-color: #fff;
  animation: year_line_animation 2s ease  infinite;
}


@keyframes year_line_animation {
  0% {
    width: 0;
    right: -100px;
  } 
  100% {
    right: -110px;
    width: 110px;
    
  }
}

.arrow_long i {
  position: absolute;
  top: -4px;
  left: -3px;
  color: #fff;
  font-size: 19px;
  animation: arrow_i 2s ease 2s infinite forwards;
}

@keyframes arrow_i {
  0% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  }
}

 


.swiper-pagination-bullet {
  background-color: #3D3D3D !important;
  height: 10px !important;
  width: 30px !important;
  border-radius: 8px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px !important;
  border-radius: 5px;
  background-color: #fff !important;
}

.video-custom video {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.video-custom .play-btn, .video-custom .pause-btn {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}

.video-custom .pause-btn {
  display: none;
}

.playvideo .video-custom img {
  opacity: 0;
}

.playvideo .video-custom video {
  opacity: 1;
}

.video-custom .vplay {
  display: none;
}

.video-custom:hover .vplay + .pause-btn {
  display: block;
}

.copyright_row .social_media a {
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.5s ease;
}

.copyright_row .social_media a:hover {
  border: 1px solid #4B5AE8;
  background: linear-gradient(122.49deg, #6CC0F4 31.07%, #4B5AE8 86.14%);
}

.year_box.active .year_text {
  display: none;
}

.year_box {
  cursor: pointer;
}

.year_box .dot {
  position: relative;
  animation: year_dot 2s ease 2s infinite forwards;
} 

@keyframes year_dot {
  0% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  }
}

.year_box .dot::after {
  content: "";
  position: absolute;
  left: -10px;
  right: 0;
  top: -10px;
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
}

.year_box.active .dot::after {
  opacity: 1;
}

.year_box .year_text {
  bottom: 22px;
  position: absolute;
  width: 100%;
}

.year_box.active .since_text {
  display: inline-block;
  padding-top: 15px;
}

.year_box .since_text svg {
  width: 100%;
  bottom: 22px;
}

.banner_section {
  overflow: hidden;
}

#earth {
  width: 2700px !important;
  height: auto !important;
  position: absolute;
  top: -17%;
  touch-action: manipulation;
  left: 16%;
}

#particles-js {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  overflow: hidden;
  top: 12%;
  right: -4%;
  z-index: 1;
}

.client1 .swiper-wrapper, .client1 .swiper-slide, .client2 .swiper-wrapper, .client2 .swiper-slide {
  height: auto !important;
}

.background-lights {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.product_list::after, .report_section::after, .freedon_section::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.freedon_section::after {
  z-index: -2;
}

.product_page_box {
  background: radial-gradient(135.23% 135.23% at 71.14% 91.61%, #444444 0%, #000000 100%);
}

@media (min-width: 1199px) and (max-width: 1439px) {
  #earth {
    width: 1700px !important;
    height: auto !important;
    position: absolute;
    top: -70px;
    touch-action: manipulation;
    left: 240px;
  }
  #particles-js {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    top: 14%;
    right: -3%;
    z-index: -1;
  }
  .arrow_long {
    position: absolute;
    top: 26%;
    left: 69%;
  }
  .arrow_long .year_line {
    position: absolute;
    top: 2px;
    left: -1px;
    height: 4px;
    width: 110px;
    background-color: #fff;
  }
  .arrow_long i {
    position: absolute;
    top: -4px;
    left: -3px;
    color: #fff;
    font-size: 19px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  #earth {
    height: auto !important;
    width: 2000px !important;
    top: -125px;
    left: 200px;
  }
  .banner_section .part_text {
    padding-bottom: 50px !important;
  }
  #particles-js {
    top: 100px;
    right: -80px;
    width: 600px;
    height: 600px;
  }
  .arrow_long .year_line {
    width: 122px;
  }
}
.animate {
  animation: fadeInOut 2s infinite alternate;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video-control:not(.playing) .video-control-pause, .video-control.playing .video-control-play {
  display: none;
}

#globeCanvas {
  position: absolute;
  top: -288px;
  right: -471px;
}

#globeCanvas::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 999;
}

.add_class header {
  background: #101315;
}

@media (max-width: 575px) {
  #globeCanvas {
    top: -60px;
    left: -45%;
    right: 0;
    margin: auto;
    position: relative;
  }
  #particles-js {
    height: 320px;
    width: 320px;
    left: 0;
    right: 0;
    margin: auto;
    top: 115px;
  }
  .arrow_long .year_line {
    width: 52px !important;
    top: -3px;
    left: 3px;
    height: 3px;
  }
  .year_box .dot::after {
    content: "";
    position: absolute;
    left: -7px;
    right: 0;
    top: -6px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
  }
  .arrow_long i {
    position: absolute;
    top: -9px;
    left: 0px;
    color: #fff;
    font-size: 16px;
  }
}
@media (min-width: 1440px) and (max-width: 1601px) {
  #particles-js {
    right: -20px;
    top: 15%;
  }
}/*# sourceMappingURL=style.css.map */


@media (max-width: 575px){
    .swiper-pagination-bullet{
        height: 5px !important;
        width: 10px !important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width:20px!important;
    } 
}

