* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'archivo-black';
  src: url(/assets/font/archivo_black/archivo_black.ttf);
}

@font-face {
  font-family: 'poppins';
  src: url(/assets/font/poppins/poppins-regular.ttf);
}

body {
  background: #060a25 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'archivo-black';
}

p,
span,
a,
button,
label,
input {
  font-family: 'poppins';
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
  transition: .5s all !important;
}

p {
  line-height: 27px !important;
  margin-bottom: 0px !important;
}

h2 {
  font-size: 45px !important;
}

:root {
  --black_clr: #000;
  --main_clr: #303882;
  --bg-clr: #060A25;
  --text_clr: #fff;
  --light_clr: #525252;
}

.space_tb {
  padding: 80px 0px;
}

.coustom_tb {
  padding: 30px 0px 50px 0;
}

.slider_tb {
  padding: 80px 0px 150px 0;
}

/* header css start here */
.header_wapper {
  background: var(--text_clr);
  z-index: 9999999999;
}

.navbar .nav-item {
  padding: 0px 20px;
  position: relative;
}


.menu_style {
  position: relative;
  display: block;
  background: #30388263;
  bottom: -7px;
  height: 2px;
  min-width: fit-content;
  opacity: 0;
  transition: .5s all;
}

.menu_style:after {
  position: absolute;
  content: "";
  background: #303882;
  left: -4px;
  bottom: -1px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.menu_style:before {
  position: absolute;
  content: "";
  bottom: -1px;
  right: -4px;
  width: 5px;
  height: 5px;
  background: #303882;
  transform: rotate(45deg);
}

.navbar .nav-item:hover .menu_style {
  opacity: 1 !important;
}

.navbar .nav-link {
  padding: 0px !important;
  color: var(--black_clr);
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.navbar .nav-link:hover {
  color: var(--main_clr);
}

.contact_btn a {
  background: var(--main_clr);
  padding: 10px 27px;
  border: 2px solid var(--main_clr);
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  ;
  color: var(--text_clr);
}

.contact_btn a:hover {
  border: 2px solid var(--main_clr);
  background: var(--text_clr);
  color: var(--main_clr);
}

/* sticky header css start here */
.header_wapper {
  position: fixed;
  top: 0;
  width: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

/* sticky header css close here */
/* header css close here */
/* banner section css start here */
#particles-js {
  background: linear-gradient(130deg, #070f2a, #060e27);
  padding: 315px 0px;
}

canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_box {
  z-index: 1;
}

.banner_box h1 {
  font-size: 75px;
  line-height: 90px;
}

.banner_box h1 span {
  font-family: 'archivo-black';
  color: #FFFFFF00;
  font-weight: 600;
  line-height: 55px;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text_clr);
  stroke: var(--text_clr);
  letter-spacing: 2px;
}

.banner_box p {
  font-size: 22px;
}

.buy_btn {
  color: var(--main_clr);
  padding: 12px 35px;
  background: var(--text_clr);
  border-radius: 5px;
  font-weight: 600;
  font-size: 17px;
}

.buy_btn:hover {
  background: var(--main_clr);
  color: var(--text_clr);
}

/* banner section css close here */
/* about section css start here */
.coustom_text {
  position: relative;
  display: inline-block;
}

.coustom_text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -12px;
  left: 0;
  background-image: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.video_wapper {
  position: relative !important;
}

.vodeo_box video {
  width: 100%;
}

.about_wapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.advantages_inner_box {
  min-height: 395px;
}

.advantages_inner_box {
  background: var(--text_clr);
  border-radius: 10px;
}

span.icon {
  background: #DF9612;
  border-radius: 10px;
  padding: 30px 20px 36px 20px;
}

.about_icon {
  background: #00C7D3 !important;
}

.about_icon1 {
  background: #1CBD01 !important;
}

.advantages_inner_box h4 {
  line-height: 35px;
  font-family: 'poppins';
  font-weight: 600;
}

.advantages_inner_box p {
  font-size: 14px;
  color: var(--light_clr);
}

/* about section css close here */
/* Features section css start here */
.features_wapper {
  background: var(--bg-clr);
}

.features_left_box {
  border-right: 1px solid #919191;
}

.features_box {
  background: #262a41;
  border-radius: 15px;
}

.features_left_box h4 {
  font-family: 'poppins';
  line-height: 40px;
  font-size: 25px;
  font-weight: 600;
}

.features_right_box p {
  line-height: 28px;
}

.blog_box {
  background: #262a41 !important;
}

/* Features section css close here */
/* slider section css start here */
.slider_wapper {
  background-image: url(../img/slider_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.layer_a {
  background: var(--text_clr);
  border-radius: 10px;
  margin: 0px 10px;
}

.layer_a h5 {
  font-family: 'poppins';
  font-weight: 600;
  font-size: 22px;
}

.layer_a p {
  font-size: 15px;
}

.slider_wapper .layer_a {
  min-height: 290px;
  padding: 30px 20px 20px 20px !important;
}

.slider_box {
  position: relative !important;
}

button.slick-prev {
  position: absolute;
  bottom: -40px;
  right: 80px;
  border: none;
  background: none;
  width: 20px;
}

button.slick-next {
  position: absolute;
  right: 35px;
  bottom: -40px;
  border: none;
  background: none;
  width: 20px;
}

button.slick-prev:after {
  position: absolute;
  content: "\f104";
  background: var(--text_clr);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 800;
  color: var(--main_clr);
}

button.slick-next:after {
  position: absolute;
  content: "\f105";
  background: var(--text_clr);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 800;
  color: var(--main_clr);
}

/* slider section css close here */
/* faq section css start here */
.faq_wapper {
  background-image: url(../img/faq_bg.jpg);
  background-size: cover;
}

span.sale_box {
  padding: 15px 45px;
  background: linear-gradient(170deg, #DC7A15, #df9710);
  border-radius: 5px;
  width: 112px;
}

.charity_bg {
  background: linear-gradient(170deg, #21A8A6, #92FFFD) !important;
}

.marketing_bg {
  background: linear-gradient(170deg, #605AF7, #8F8AFF) !important;
}

.team_bg {
  background: linear-gradient(170deg, #249E0F, #4ECF33) !important;
}

.burning_bg {
  background: linear-gradient(170deg, #E01A72, #E9549A) !important;
}

.eco_bg {
  background: linear-gradient(170deg, #479BE1, #2E8BDE) !important;
}

/* faq section css close here */
/* accordion css start here */
.accordion-item {
  margin-bottom: 20px !important;
  border-radius: 5px !important;
}

.accordion-item-header {
  padding: 17px 10px;
  min-height: 20px;
  line-height: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
  html {
    font-size: 14px;
  }
}

/* accordion css close here */
/* contact page css start here */
.contact_wapper {
  background: #060A25;
  padding: 150px 0px 30px 0px;
}

.contact_form h4 {
  font-size: 35px;
}

.contact_form {
  padding: 30px;
  border: 1px solid #333;
  border-radius: 10px;
  box-shadow: 25px 24px 184px #00000080 inset;
  background: #262A41;
}

.contact_form label {
  font-weight: 500;
  font-size: 14px;
}

.contact_form textarea:focus {
  outline: 1px solid var(--main_clr);
  box-shadow: none !important;
  border: none;
}

.contact_form textarea:focus-within {
  outline: 1px solid var(--main_clr);
}

.contact_form input:focus {
  outline: 1px solid var(--main_clr);
  box-shadow: none !important;
  border: none;
}

.contact_form input:focus-within {
  outline: 1px solid var(--main_clr);
}

.submit_btn {
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: .5s all;
  background: #fff;
  color: #303882;
  display: table !important;
}

.contact_form .submit_btn:hover {
  background: #303882;
  border: 2px solid #303882;
  color: #fff;
}

.blog_box img {
  border-radius: 20px;
}

.contact_form textarea {
  height: 100px;
}

/* contact page css close here */
/* footer css start here */
.footer_wapper {
  background: var(--bg-clr);
}

.footer_menu ul li {
  padding: 0px 15px;
}

.footer_menu ul li a {
  color: var(--text_clr);
  font-size: 14px;
}

.footer_menu ul li a:hover {
  color: var(--main_clr);
}

.footer_box .social_icon {
  padding: 10px;
  margin-left: 8px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: var(--text_clr);
  font-size: 18px;
}

.footer_box .social_icon i {
  font-size: 15px;
}

.insta_clr {
  background: linear-gradient(28deg, rgba(159, 56, 193, 1) 0%, rgba(239, 75, 124, 1) 50%, rgba(252, 209, 108, 1) 100%);
}

.fb_clr {
  background: #1877F2;
}

.ytb_clr {
  background: #FF0000;
}

.link_clr {
  background: linear-gradient(185deg, #007AB5, #0046E5);
}

.twitter_clr {
  background: #1DA1F2;
}

.tele_clr {
  background: #0088cc;
}

.whts_clr {
  background: #25D366;
}

.link_clr {
  background: #0077b5;
}

.ftr_bottom:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: url(../img/border_line.png);
  background-size: cover;
}

.bottom_left p {
  font-size: 14px;
}

.bottom_right a {
  font-size: 14px;
}

.bottom_right a:hover {
  color: var(--main_clr) !important;
}

.video_wapper:before {
  list-style: hangul-consonant;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(180deg, #070f2a, #01112c00);
}

.img_icon2 {
  position: absolute;
  top: -31px;
  left: 160px;
  width: 115px;
}

.img_icon3 {
  position: absolute;
  top: 6px;
  left: 32px;
  width: 110px;
}

.img_icon4 {
  position: absolute;
  top: 7px;
  right: 110px;
  width: 110px;
}

.img_icon5 {
  position: absolute;
  left: 59px;
  bottom: 34px;
  width: 80px;
}

.img_icon6 {
  position: absolute;
  bottom: 34px;
  right: 59px;
  width: 80px;
}

.right_side {
  animation: mymove 7s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes mymove {
  0% {
    right: 150;
  }

  50% {
    right: 130px;
  }

  100% {
    right: 200;
  }
}

.left_right {
  animation: turn 7s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes turn {
  0% {
    left: 0px;
  }

  50% {
    left: 60px;
  }

  100% {
    left: 0px;
  }
}

.top_bottom {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

/* footer css close here */
/* 320px from 575px responsive css start here */
@media screen and (min-width: 320px) and (max-width: 575px) {
  span.navbar-toggler-icon i {
    font-size: 25px;
  }

  .about_wapper {
    position: unset !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar .nav-item {
    padding: 10px 0px;
  }

  nav.navbar .navbar-nav {
    text-align: left !important;
    align-items: start !important;
  }

  .space_tb {
    padding: 50px 0px;
  }

  .coustom_tb {
    padding: 50px 0px 50px 0;
  }

  .slider_tb {
    padding: 50px 0px;
  }

  #particles-js {
    padding: 150px 0px;
  }

  .banner_box h1 {
    font-size: 37px;
    line-height: normal;
  }

  .about_text {
    text-align: center;
  }

  p {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 42px !important;
  }

  .features_left_box {
    border: none;
  }

  .footer_wapper .footer_box {
    text-align: center !important;
  }

  .footer_wapper .bottom_right {
    text-align: center !important;
  }

  .footer_wapper .bottom_left {
    text-align: center !important;
  }

  .ftr_bottom:after {
    background-size: contain;
  }


  .menu_style {
    position: unset !important;
    background: none !important;
  }

  .menu_style::before {
    position: unset !important;
    background-image: none !important;
  }

  .menu_style:after {
    position: unset !important;
    background: none !important;
  }

  .footer_menu ul li {
    padding: 6px;
  }

  .footer_menu ul li a {
    font-size: 14px;
  }

  .footer_wapper .footer_menu ul {
    justify-content: center !important;
  }

  .left_right {
    animation: none !important;
  }

  .token_detail p {
    font-size: 14px !important;
  }

  .ftr_menu_list {
    flex-wrap: wrap;
  }
}

/* 320px from 575px responsive css close here */
/* 576px from 767px responsive css start here */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .space_tb {
    padding: 50px 0px;
  }

  .coustom_tb {
    padding: 50px 0px 50px 0;
  }

  .slider_tb {
    padding: 80px 0px;
  }

  #particles-js {
    padding: 130px 0px;
  }

  .banner_box h1 {
    font-size: 50px;
    line-height: normal;
  }

  h2 {
    font-size: 35px !important;
    line-height: 48px !important;
  }

  p {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .advantages_inner_box {
    min-height: 320px;
  }

  .features_left_box {
    border: none;
  }

  span.navbar-toggler-icon i {
    font-size: 25px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar .nav-item {
    padding: 10px 0px;
  }

  nav.navbar .navbar-nav {
    text-align: left !important;
    align-items: start !important;
  }

   .menu_style {
    position: unset !important;
    background: none;
  }

  .menu_style:after {
    position: unset !important;
    background-image: none;
  }

  .menu_style:before {
    position: unset !important;
    background: none;
  }

  .ftr_bottom:after {
    background-size: contain;
  }

  .footer_wapper .footer_menu ul {
    justify-content: center !important;
  }

  .footer_wapper .footer_box {
    text-align: center !important;
  }

  .footer_wapper .bottom_right {
    text-align: center !important;
  }

  .footer_wapper .bottom_left {
    text-align: center !important;
  }

  .img_icon4 {
    right: 25px;
  }

  .img_icon6 {
    right: 48px;
    bottom: 30px;
  }

  .img_icon5 {
    bottom: 28px;
    left: 53px;
  }

  .img_icon3 {
    left: 32px;
  }

  .img_icon2 {
    left: 155px;
  }

  .right_left {
    animation: none;
  }

  .left_right {
    animation: none !important;
  }

  .top_bottom2 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 2s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-30px);
    }
  }

  .about_wapper {
    position: unset;
  }

  .right_side {
    animation: none;
  }

  .slider_wapper .layer_a {
    min-height: 370px !important;
  }

  .ftr_menu_list {
    flex-wrap: wrap;
  }

  .footer_menu ul li {
    padding: 0px 15px 15px;
  }
}

/* 576px from 767px responsive css close here */
/* 768px from 991px responsive css tart here */
@media screen and (min-width:768px) and (max-width: 991px) {
  #particles-js {
    padding: 200px 0px;
  }

  .banner_box h1 {
    font-size: 60px;
    line-height: normal;
  }

  .banner_box p {
    font-size: 16px;
  }

  .footer_wapper .footer_box {
    text-align: center !important;
  }

  .footer_wapper .bottom_right {
    text-align: center !important;
  }

  .footer_wapper .bottom_left {
    text-align: center !important;
  }

  .ftr_bottom:after {
    background-size: contain;
  }

   .menu_style {
    position: unset !important;
    background: none;
  }

  .menu_style:after {
    position: unset !important;
    background-image: none;
  }

  .menu_style::before {
    position: unset !important;
    background: none;
  }



  .footer_menu ul li {
    padding: 6px;
  }

  .footer_menu ul li a {
    font-size: 14px;
  }

  .footer_wapper .footer_menu ul {
    justify-content: center !important;
  }

  .advantages_inner_box {
    min-height: 440px !important;
  }

  .space_tb {
    padding: 50px 0px;
  }

  .coustom_tb {
    padding: 50px 0px 50px 0;
  }

  .slider_tb {
    padding: 80px 0px;
  }

  .features_left_box {
    border: none;
  }

  span.navbar-toggler-icon i {
    font-size: 25px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar .nav-item {
    padding: 10px 0px;
  }

  nav.navbar .navbar-nav {
    text-align: left !important;
    align-items: start !important;
  }

  .img_icon6 {
    width: 60px;
    right: 40px;
    bottom: 26px;
  }

  .img_icon5 {
    width: 60px;
    left: 44px;
    bottom: 25px;
  }

  .img_icon3 {
    width: 75px;
    left: 26px;
    top: 8px;
  }

  .img_icon4 {
    width: 75px;
    top: 10px;
    right: 28px;
  }

  .img_icon2 {
    width: 90px;
    left: 120px;
  }

  .right_left {
    animation: none;
  }

  .left_right {
    animation: none !important;
  }

  .top_bottom2 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 2s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-30px);
    }
  }

  .about_wapper {
    position: unset;
  }

  .right_side {
    animation: none;
  }

  span.sale_box {
    padding: 10px 35px;
    width: 100px;
  }
}

/* 768px from 991px responsive css tart here */
/* 992px from 1199px responsive css start here */
@media screen and (min-width:992px) and (max-width: 1199px) {
  #particles-js {
    padding: 200px 0px;
  }

  .navbar .nav-item {
    padding: 0px 8px !important;
  }

  .footer_menu ul li {
    padding: 12px;
  }

  .footer_menu ul li a {
    font-size: 14px;
  }

  .advantages_inner_box h4 {
    font-size: 20px;
  }

  .advantages_inner_box {
    min-height: 510px;
  }

  .right_left {
    animation: none;
  }

  .left_right {
    animation: none !important;
  }

  .top_bottom2 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 2s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-30px);
    }
  }

  .img_icon5 {
    bottom: 29px;
    left: 50px;
    width: 66px;
  }

  .img_icon6 {
    width: 65px;
    bottom: 31px;
    right: 46px;
  }

  .img_icon3 {
    width: 90px;
    left: 25px;
    top: 10px;
  }

  .img_icon4 {
    width: 90px;
    right: 30px;
    top: 10px;
  }

  .img_icon2 {
    width: 100px;
    left: 130px;
  }

  .right_side {
    animation: none;
  }

  section.coustom_tb {
    padding: 500px 0 0 0;
  }

  .slider_tb {
    padding: 80px 0px;
  }

  .navbar .nav-link {
    font-size: 14px;
  }

  .contact_btn a {
    padding: 8px 20px;
  }
}

/* 992px from 1199px responsive css close here */
/* 1200px from 1399px responsive css start here */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .left_right {
    animation: none !important;
  }

  .right_left {
    animation: none;
  }

  .top_bottom2 {
    animation: mover 2s infinite alternate;
  }

  .img_icon6 {
    position: absolute;
    bottom: 34px;
    right: 55px;
  }

  .img_icon4 {
    position: absolute;
    right: 34px;
    top: 7px;
  }

  .right_side {
    animation: none;
  }

  section.coustom_tb {
    padding: 250px 0 0 0;
  }

  .navbar .nav-item {
    padding: 12px;
  }

  .footer_menu ul li a {
    font-size: 13px;
  }

  .footer_menu ul li {
    padding: 11px;
  }

  .footer_box .social_icon {
    margin: 1px;
  }
}

/* 1200px from 1399px responsive css close here */
/* 1400px from 1550px responsive css start here */
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  section.coustom_tb {
    padding: 100px 0 0 0;
  }
}

/* 1400px from 1550px responsive css close here */