
/*
Template: Cryptobit - cryptocurrency landing page
Author: Futurethemes
Version: 1.0
/*

/*--------------------------------
    CSS Template Guide Index
    ----------------------

    
    01. Fonts
        1.1 Import Google Font
        1.2 Robot familty Font 
    02. Color Code and Color css and Background Color
         2.1 Color Code
            2.1.1 Navy Blue
            2.1.2 Royal Blue 
            2.1.3 Lavender Magenta
            2.1.4 Goldenrod
            2.1.5 White 
            2.1.6 Blue
            2.1.7 Orange
            2.1.8 Green
            2.1.9 Red
            2.2 Gradient Color
        2.3 Color css
            2.3.1 Blue 
            2.3.2 Orange
            2.3.3 Green
            2.3.4 Red
            2.3.5 Navy Blue
            2.3.6 Royal Blue 
            2.3.7 Lavender Magenta
            2.3.8 Goldenrod
            2.3.9 White 
        2.4 Background color css
            2.4.1 Blue 
            2.4.2 Orange
            2.4.3 Green
            2.4.4 Red
            2.4.5 Navy Blue
            2.4.6 Royal Blue 
            2.4.7 Lavender Magenta
            2.4.8 Goldenrod
            2.4.9 White     
        2.5  Button fill color css
                2.5.1 Blue 
                2.5.2 Orange
                2.5.3 Green
                2.5.4 Red
                2.5.5 Navy Blue
                2.5.6 Royal Blue 
                2.5.7 Lavender Magenta
                2.5.8 Goldenrod
                2.5.9 White 
        2.6  Button stroke color css
                2.6.1 Blue 
                2.6.2 Orange
                2.6.3 Green
                2.6.4 Red
                2.6.5 Navy Blue
                2.6.6 Royal Blue 
                2.6.7 Lavender Magenta
                2.6.8 Goldenrod
                2.6.9 White 
    03. Text Sizes 
        3.1 Display 
            3.1.1 Display 1
            3.1.2 Display 2
            3.1.3 Display 3
            3.1.4 Display 4
        3.2 Heading
            3.2.1 h1
            3.2.2 h2
            3.2.3 h3
            3.2.4 h4
            3.2.5 h5
            3.2.6 h6
        3.3 Lead Text
        3.4 Body Text
        3.5 Small Text
        3.6 Tiny text
        3.7 Button Text
    04. Accordion
    05. Avatar
        5.1 avatar sm
        5.2 avatar md
        5.3 avatar 
        5.4 avatar xl
        5.5 avatar xxl
    06. Badge
        6.1 Badge circle
        6.1.1 Badge circle sm
        6.1.2 Badge circle md
        6.1.3 Badge circle xl
    07. Button stroke and fill
        7.1 Button stroke
            7.1.1 Badge small
            7.1.2 Badge Large
        7.2 Button fill
            7.2.1 Button small
            7.2.2 Button large
    08. Search
        8.1 Search sm
        8.2 Search standard
        8.3 search lg
    09. Menu Bar
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto&amp;display=swap");
body {
  background-color: #000063;
}

/*========================================================================
    1. FONTS
========================================================================*/
/*==============================================================
    1.1 Import Google Font
===============================================================*/
/*==============================================================
    1.2 Roboto familty fonts
===============================================================*/
/*========================================================================
    2. Colors
========================================================================*/
/*==============================================================
    2.1.1 Navy Blue 
===============================================================*/
/*==============================================================
    2.1.2 Royal Blue 
===============================================================*/
/*==============================================================
    2.1.3 Lavender Magenta 
===============================================================*/
/*==============================================================
    2.1.4 Goldenrod 
===============================================================*/
/*==============================================================
    2.1.5 White 
===============================================================*/
/*==============================================================
    2.1.6 Blue Color 
===============================================================*/
/*==============================================================
    2.1.7 Orange Color 
===============================================================*/
/*==============================================================
    2.1.8 Green Color 
===============================================================*/
/*==============================================================
    2.1.9 Red Color 
===============================================================*/
/*==============================================================
    2.2 Gradient Color 
===============================================================*/
/*========================================================================
    2.3 Color css
========================================================================*/
/*==============================================================
    2.3.1 Blue Color css 
===============================================================*/
.blue {
  color: #206DFF;
}

.blue:hover {
  color: #206DFF;
}

/*==============================================================
    2.3.2 Orange Color css 
===============================================================*/
.orange {
  color: #FFA866;
}

.orange:hover {
  color: #FFA866;
}

/*==============================================================
    2.3.3 Green Color css 
===============================================================*/
.green {
  color: #40C391;
}

.green:hover {
  color: #40C391;
}

/*==============================================================
    2.3.4 Red Color css 
===============================================================*/
.red {
  color: #FA6767;
}

.red:hover {
  color: #FA6767;
}

/*==============================================================
    2.3.5 Red Color css 
===============================================================*/
.navyBlue {
  color: #000063;
}

.navyBlue:hover {
  color: #000063;
}

/*==============================================================
    2.3.6 Royal Blue Color css 
===============================================================*/
.royalBlue {
  color: #4B39EF;
}

.royalBlue:hover {
  color: #4B39EF;
}

/*==============================================================
    2.3.7 Lavender Magenta Color css 
===============================================================*/
.MagentaColor {
  color: #E75CDE;
}

.MagentaColor:hover {
  color: #E75CDE;
}

/*==============================================================
    2.3.8 Golden Rod Color css 
===============================================================*/
.goldenRod {
  color: #FFCC70;
}

.goldenRod:hover {
  color: #FFCC70;
}

/*==============================================================
    2.3.9 White Color css 
===============================================================*/
.white {
  color: #ffffff;
}

.white:hover {
  color: #ffffff;
}

/*========================================================================
    2.4 Background Colorcss
========================================================================*/
/*==============================================================
    2.4.1 Blue Background Color css 
===============================================================*/
.bg-blue {
  background-color: #206DFF;
}

/*==============================================================
    2.4.2 Orange Background Color css 
===============================================================*/
.bg-orange {
  background-color: #FFA866;
}

/*==============================================================
    2.4.3 Green Background Color css 
===============================================================*/
.bg-green {
  background-color: #40C391;
}

/*==============================================================
    2.4.4 Red Background Color css 
===============================================================*/
.bg-red {
  background-color: #FA6767;
}

/*==============================================================
    2.4.5 Navy Blue Background Color css 
===============================================================*/
.bg-navyBlue {
  background-color: #000063;
}

/*==============================================================
    2.4.6 Royal Blue Background Color css 
===============================================================*/
.bg-royalBlue {
  background-color: #4B39EF;
}

/*==============================================================
    2.4.7 Lavender Magenta Background Color css 
===============================================================*/
.bg-MagentaColor {
  background-color: #E75CDE;
}

/*==============================================================
    2.4.8 Golden Rod Background Color css 
===============================================================*/
.bg-goldenRod {
  background-color: #FFCC70;
}

/*==============================================================
    2.4.9 White Background Color css 
===============================================================*/
.bg-white {
  background-color: #ffffff;
}

/*========================================================================
    2.5 Button fill Color css
========================================================================*/
/*==============================================================
    2.5.1 Blue Button Fill Color css 
===============================================================*/
.btn-fill-blue {
  background-color: #206DFF;
  border: 2px solid #206DFF;
}

.btn-fill-blue:hover {
  background-color: transparent;
  color: #206DFF;
}

/*==============================================================
    2.5.2 Orange Button Fill Color css 
===============================================================*/
.btn-fill-orange {
  background-color: #FFA866;
  border: 2px solid #FFA866;
}

.btn-fill-orange:hover {
  color: #FFA866;
  background-color: transparent;
}

/*==============================================================
    2.5.3 Green Button Fill Color css 
===============================================================*/
.btn-fill-green {
  background-color: #40C391;
  border: 2px solid #40C391;
}

.btn-fill-green:hover {
  background-color: transparent;
  color: #40C391;
}

/*==============================================================
    2.5.4 Red Button Fill Color css 
===============================================================*/
.btn-fill-red {
  background-color: #FA6767;
  border: 2px solid #FA6767;
  color: #FA6767;
}

.btn-fill-red:hover {
  background-color: transparent;
}

/*==============================================================
    2.5.5 Navy Blue Button Fill Color css 
===============================================================*/
.btn-fill-navyBlue {
  background-color: #000063;
  border: 2px solid #000063;
}

.btn-fill-navyBlue:hover {
  background-color: transparent;
  color: #000063;
}

/*==============================================================
    2.5.6 Royal Blue Button Fill Color css 
===============================================================*/
.btn-fill-royalBlue {
  background-color: #4B39EF;
  border: 2px solid #4B39EF;
}

.btn-fill-royalBlue:hover {
  background-color: transparent;
  color: #4B39EF;
}

/*==============================================================
    2.5.7 MagentaColor Button Fill Color Color css 
===============================================================*/
.btn-fill-MagentaColor {
  background-color: #E75CDE;
  border: 2px solid #E75CDE;
}

.btn-fill-MagentaColor:hover {
  background-color: transparent;
  color: #E75CDE;
}

/*==============================================================
    2.5.8 GoldenRod Button Fill Color css 
===============================================================*/
.btn-fill-GoldenRod {
  background-color: #FFCC70;
  border: 2px solid #FFCC70;
}

.btn-fill-GoldenRod:hover {
  background-color: transparent;
  color: #FFCC70;
}

/*==============================================================
    2.5.9 WhiteColor Button Fill Color css 
===============================================================*/
.bg-white {
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.bg-white:hover {
  background-color: transparent;
}

/*========================================================================
    2.6 Button Stroke Color css
========================================================================*/
/*==============================================================
    2.6.1 Blue Button Stroke Color css 
===============================================================*/
.btn-stroke-blue {
  background-color: transparent;
  color: #206DFF;
  border: 2px solid #206DFF;
}

.btn-stroke-blue:hover {
  background-color: #206DFF;
}

/*==============================================================
    2.6.2 Orange Button Stroke Color css 
===============================================================*/
.btn-stroke-orange {
  border: 2px solid #FFA866;
  color: #FFA866;
  background-color: transparent;
}

.btn-stroke-orange:hover {
  background-color: #FFA866;
}

/*==============================================================
    2.6.3 Green Button Stroke Color css 
===============================================================*/
.btn-stroke-green {
  background-color: transparent;
  color: #40C391;
  border: 2px solid #40C391;
}

.btn-stroke-green:hover {
  background-color: #40C391;
}

/*==============================================================
    2.6.4 Red Button Stroke Color css 
===============================================================*/
.btn-stroke-red {
  border: 2px solid #FA6767;
  background-color: transparent;
  color: #FA6767;
}

.btn-stroke-red:hover {
  background-color: #FA6767;
}

/*==============================================================
    2.6.5 Navy Blue Button Stroke Color css 
===============================================================*/
.btn-stroke-navyBlue {
  background-color: transparent;
  border: 2px solid #000063;
  color: #000063;
}

.btn-stroke-navyBlue:hover {
  background-color: #000063;
}

/*==============================================================
    2.6.6 Royal Blue Button Stroke Color css 
===============================================================*/
.btn-stroke-royalBlue {
  background-color: transparent;
  border: 2px solid #4B39EF;
  color: #4B39EF;
}

.btn-stroke-royalBlue:hover {
  background-color: #4B39EF;
}

/*==============================================================
    2.6.7 MagentaColor Button Stroke Color Color css 
===============================================================*/
.btn-stroke-MagentaColor {
  background-color: transparent;
  border: 2px solid #E75CDE;
  color: #E75CDE;
}

.btn-stroke-MagentaColor:hover {
  background-color: #E75CDE;
}

/*==============================================================
    2.6.8 GoldenRod Button Stroke Color css 
===============================================================*/
.btn-stroke-GoldenRod {
  background-color: transparent;
  color: #FFCC70;
  border: 2px solid #FFCC70;
}

.btn-stroke-GoldenRod:hover {
  background-color: #FFCC70;
}

/*==============================================================
    2.6.9 WhiteColor Button Stroke Color css 
===============================================================*/
.bg-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-white:hover {
  background-color: #ffffff;
}

/*========================================================================
    3. Text Sizes
========================================================================*/
/*==============================================================
    3.1.1 Display 1
===============================================================*/
.display-1 {
  font-size: 68px;
  font-family: "Roboto", sans-serif;
  line-height: 92px;
  color: #ffffff;
}

/*==============================================================
    3.1.1 Display 2
===============================================================*/
.display-2 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  color: #ffffff;
}

/*==============================================================
    3.1.2 Display 3
===============================================================*/
.display-3 {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  color: #ffffff;
}

/*==============================================================
    3.1.3 Display 4
===============================================================*/
.display-4 {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  line-height: 44px;
  color: #ffffff;
}

/*==============================================================
    3.2.1 Heading 1
===============================================================*/
h1 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  line-height: 36px;
  color: #ffffff;
}

/*==============================================================
    3.2.1 Heading 2
===============================================================*/
h2 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  color: #ffffff;
}

/*==============================================================
    3.2.2 Heading 3
===============================================================*/
h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  color: #ffffff;
}

/*==============================================================
    3.2.3 Heading 4
===============================================================*/
h4 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  color: #ffffff;
}

/*==============================================================
    3.2.4 Heading 5
===============================================================*/
h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #ffffff;
}

/*==============================================================
    3.2.5 Heading 6
===============================================================*/
h6 {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  color: #ffffff;
}

/*==============================================================
    3.3 Lead text
===============================================================*/
.lead-text {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #ffffff;
}

/*==============================================================
    3.4 Body text
===============================================================*/
.body-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #ffffff;
}

/*==============================================================
    3.5 Small text
===============================================================*/
.small-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  color: #ffffff;
}

/*==============================================================
    3.6 Tiny text
===============================================================*/
.tiny-text {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #ffffff;
}

/*==============================================================
    3.7 Button text
===============================================================*/
.button-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
}

/*========================================================================
    4. Accordion
========================================================================*/
.accordion .card {
  background-color: #191972;
  border: 0;
}

.accordion .card .card-header {
  background-color: #191972;
  padding: 24px;
  border: 0;
  cursor: pointer;
}

.accordion .card .card-header:hover .acc-title {
  color: #FFCC70;
}

.accordion .card .card-header .acc-title {
  position: relative;
  color: #ffffff;
}

.accordion .card .card-header .acc-title::before {
  content: url("../images/icons/plus.svg");
  right: 0;
  position: absolute;
}

.accordion .card .card-header .active.acc-title {
  color: #FFCC70;
}

.accordion .card .card-header .active.acc-title::before {
  content: url("../images/icons/minus.svg");
  right: 0;
  position: absolute;
}

.accordion .card-body {
  padding: 24px 96px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

/*========================================================================
    5. Avatars
========================================================================*/
/*==============================================================
    5.1 Avatar sm 
===============================================================*/
.avatar-sm {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

/*==============================================================
    5.2 Avatar md 
===============================================================*/
.avatar-md {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

/*==============================================================
    5.3 Avatar  
===============================================================*/
.avatar {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

/*==============================================================
    5.4 Avatar xl
===============================================================*/
.avatar-xl {
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

/*==============================================================
    5.5 Avatar xxl 
===============================================================*/
.avatar-xxl {
  border-radius: 50%;
  width: 168px;
  height: 168px;
}

/*========================================================================
    6. Badge
========================================================================*/
/*========================================================================
    6.1 Badge circle 
========================================================================*/
.badge-circle {
  position: absolute;
  top: 0px;
  right: 2px;
  border-radius: 50%;
  padding: .36em .52em;
}

/*==============================================================
    6.1 Badge circle sm 
===============================================================*/
.badge-circle-sm {
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  padding: .1em .3em;
}

/*==============================================================
    6.2 Badge circle md 
===============================================================*/
.badge-circle-md {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  padding: .14em .32em;
}

/*==============================================================
    6.3 Badge circle xl
===============================================================*/
.badge-circle-xl {
  position: absolute;
  top: 2px;
  right: 3px;
  border-radius: 50%;
  padding: .85em .99em;
}

/*========================================================================
    7. Buttons
========================================================================*/
/*==============================================================
    7.1 Button stroke standard 
===============================================================*/
.btn-standard {
  position: relative;
  padding: 15px 35px;
  border-radius: 0;
}

/*==============================================================
    7.1.2 Button stroke sm 
===============================================================*/
.btn-sm {
  position: relative;
  padding: 4px 20px;
  border-radius: 0;
}

/*==============================================================
    7.1.3 Button stroke lg
===============================================================*/
.btn-lg {
  position: relative;
  padding: 10px 44px;
  border-radius: 0;
}

/*========================================================================
    8. Search
========================================================================*/
/*==============================================================
    8.1 Search sm
===============================================================*/
.search-sm {
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.search-sm::before {
  content: url("../images/icons/search.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==============================================================
    8.1.2 Button stroke sm 
===============================================================*/
.search {
  position: relative;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
}

.search::before {
  content: url("../images/icons/search.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==============================================================
    8.1.3 Button stroke lg
===============================================================*/
.search-lg {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.search-lg::before {
  content: url("../images/icons/search.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*========================================================================
    9. Menu bar
========================================================================*/
.menu-bar .navbar {
  padding: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item {
  margin-right: 24px;
  z-index: 999;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .down-arrow:after {
  border: 0;
  vertical-align: .1em;
  content: url("../images/icons/menu-arrow-down.svg");
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .down-arrow:hover {
  color: #FFCC70;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .down-arrow:hover:after {
  content: url("../images/icons/golden-menu-arrow-down.svg");
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #191972;
  border: 0;
  border-radius: 0;
  padding: 24px 0 0;
  margin: 0;
  z-index: 999;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu::after {
  width: 30px;
  height: 2px;
  background-color: #FFCC70;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu li {
  padding: 0 24px 24px 16px;
  margin: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: #FFCC70;
  text-decoration: none;
  background-color: transparent;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  z-index: 999;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 16px;
  vertical-align: middle;
  content: url("../images/icons/menu-left-arrow.svg");
  border: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-toggle:hover::after {
  content: url("../images/icons/golden-menu-left-arrow.svg");
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0;
  border-width: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu > li {
  margin: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu > li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu > li a:hover {
  background-color: transparent;
  color: #FFCC70;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu > li.show {
  background: transparent;
  color: #ffffff;
  margin: 0;
}

.menu-bar .navbar .collapse .navbar-nav .nav-item .dropdown-menu > li.show > a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #FFCC70;
}

/*==============================================================
   9.1 Menu 1
===============================================================*/
.menu-1 {
  background-color: #000063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

.menu-1 .navbar .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-1 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*==============================================================
   9.2 Menu 2
===============================================================*/
.menu-2 {
  background-color: #000063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

.menu-2 .navbar .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-2 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*==============================================================
   9.3 Menu 3
===============================================================*/
.menu-3 {
  background-color: #000063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  /** search menu **/
}

.menu-3 .left-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-3 .right-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*==============================================================
   9.4 Menu 4
===============================================================*/
.menu-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
}

.menu-4 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.menu-4 .navbar {
  background-color: #000063;
  padding: 10px;
}

.menu-4 .navbar .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-4 .navbar .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*==============================================================
   END TEMPLATE GUIDE 
===============================================================*/
/*========================================================================
    Buttons
========================================================================*/
.golden-button-lg {
  border: 2px solid #FFCC70;
  color: #FFCC70;
  padding: 14px 30px;
  text-decoration: none;
}

.golden-button-lg:hover {
  background-color: #ffcc70;
  color: #000063;
}

.golden-button-md {
  border: 2px solid #FFCC70;
  color: #FFCC70;
  padding: 4px 18px;
}

.golden-button-md:hover {
  background-color: #ffcc70;
  color: #000063;
  text-decoration: none;
}

/*========================================================================
    visible word clip
========================================================================*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  padding: 0;
  position: relative;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffcc70;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/*========================================================================
     Image
========================================================================*/
.img-responsive {
  max-width: 100%;
}

/*========================================================================
     Padding & Flex
========================================================================*/
.nopadding {
  padding: 0 !important;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/*========================================================================
     Countdown
========================================================================*/
.ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px 0 0;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
  width: 100%;
  line-height: 1em;
  position: absolute;
  top: 56%;
  text-align: center;
  left: 0;
  display: block;
}

.ClassyCountdown-wrapper .ClassyCountdown-value div {
  font-weight: 800;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
  opacity: 0.5;
  font-size: 12px !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/*========================================================================
     Scroll progress
========================================================================*/
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 3;
}

.scroll-progress__bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #ffcc70;
  background: linear-gradient(100deg, #ffcc70 0%, #e75cde 50%, #4b39ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc70", endColorstr="#4b39ef", GradientType=1);
  -webkit-transition: width .05s linear;
  transition: width .05s linear;
}

/*========================================================================
     Loader
========================================================================*/
.loader {
  position: fixed;
  background: #000063;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader .boxes {
  position: absolute;
  left: 50%;
  top: 50%;
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
          transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.loader .boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.loader .boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
          animation: box1 var(--duration) linear infinite;
}

.loader .boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
          animation: box2 var(--duration) linear infinite;
}

.loader .boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
          animation: box3 var(--duration) linear infinite;
}

.loader .boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
          animation: box4 var(--duration) linear infinite;
}

.loader .boxes .box > div {
  --background: #206dff;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
          transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.loader .boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}

.loader .boxes .box > div:nth-child(2) {
  --background: #0049d3;
  --right: 0;
  --rotateY: 90deg;
}

.loader .boxes .box > div:nth-child(3) {
  --background: #075cff;
  --rotateX: -90deg;
}

.loader .boxes .box > div:nth-child(4) {
  --background: #206dff;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@-webkit-keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}

@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}

/*========================================================================
    Main header
========================================================================*/
.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 150px;
  padding: 0;
  z-index: 3;
  background-color: transparent;
}

.main-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.main-header .navbar {
  width: 100%;
  padding: .5rem 0;
  position: relative;
  z-index: 9999;
}

.main-header .navbar .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header .navbar .collapse .navbar-nav .nav-item .dropdown-menu {
  opacity: .3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.main-header .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  font-size: 14px !important;
}

.main-header .navbar .collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:focus {
  background-color: transparent;
}

.main-header .navbar .collapse .navbar-nav .show.menuhover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.main-header .join-us .button-text {
  border: 2px solid #FFCC70;
  color: #FFCC70;
  padding: 14px 30px;
  text-decoration: none;
}

.main-header .join-us .button-text:hover {
  background-color: #FFCC70;
  color: #000063;
}

/*========================================================================
     Banner
========================================================================*/
.banner-block {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  margin: 0 0 200px;
  z-index: 1;
}

.banner-block .heading-title {
  display: block;
  margin-bottom: 170px;
}

.banner-block .heading-title .title {
  color: #ffffff;
  margin-bottom: 50px;
  padding: 0 20px 0 0;
  font-weight: bold;
}

.banner-block .heading-title .title .change-text {
  color: #FFCC70;
}

.banner-block .heading-title .description {
  color: rgba(255, 255, 255, 0.8);
}

.banner-block .social-link {
  display: block;
  margin-bottom: 48px;
}

.banner-block .social-link .tiny-text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.banner-block .social-link .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-block .social-link .list .item {
  display: block;
  text-align: center;
  margin-right: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.banner-block .social-link .list .item a:hover svg path {
  fill: #ffcc70;
}

.banner-block .token-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: rgba(0, 0, 99, 0.5);
}

.banner-block .token-container .ico-tokens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-block .token-container .ico-tokens h2 {
  color: white;
  margin-bottom: 40px;
}

.banner-block .token-container .ico-tokens .countdown {
  margin: 0;
  padding: 0;
}

.banner-block .token-container .ico-tokens .countdown li:nth-child(1) {
  margin-left: 0;
}

.banner-block .token-container .ico-tokens .countdown li {
  margin-left: 14px;
  width: 92px;
  height: 92px;
  list-style: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
}

.banner-block .token-container .ico-tokens .countdown li span {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-block .token-container .ico-tokens .countdown li .text {
  top: 75%;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.banner-block .token-container .token-chart-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.banner-block .token-container .token-chart-line .progress {
  position: absolute;
  width: 0%;
  height: 8px;
  background: #ffcc70;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  background: linear-gradient(100deg, #ffcc70 0%, #e75cde 50%, #4b39ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc70", endColorstr="#4b39ef", GradientType=1);
  -webkit-transition: all 4s;
  transition: all 4s;
}

.banner-block .token-container .token-chart-line .token-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.banner-block .token-container .token-chart-line .token-price .start-price {
  color: rgba(255, 255, 255, 0.5);
}

.banner-block .token-container .token-chart-line .token-price .end-price {
  color: white;
}

.banner-block .token-container .token-chart-line .token-chart {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 87px;
  position: relative;
}

.banner-block .token-container .token-chart-line .token-chart .chart-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px 0 0;
}

.banner-block .token-container .token-chart-line .token-chart .chart-text .small-text {
  color: rgba(255, 255, 255, 0.5);
}

.banner-block .token-container .token-chart-line .token-chart .chart-text .small-text .line {
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
}

.banner-block .token-container .token-chart-line .token-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-block .token-container .token-chart-line .token-buy .body-text {
  color: white;
  text-transform: uppercase;
}

.banner-block .token-container .token-chart-line .token-buy .golden-button-md {
  padding: 8px 18px;
}

.banner-block .box-content {
  display: block;
  position: relative;
  margin-left: 50px;
}

.banner-block .box-content .block-animation {
  width: 38vw;
  position: absolute;
  top: -150px;
  left: -70px;
}

.banner-block .box-content .block-animation .blockchain-img {
  position: absolute;
  top: -182px;
  z-index: 1;
  left: 10px;
}

/*==============================================================
   Eco system  
===============================================================*/
.eco-system-block {
  display: block;
  margin-bottom: 200px;
  position: relative;
}

.eco-system-block .small-text {
  display: block;
  color: #FFCC70;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.eco-system-block .description {
  position: relative;
  display: table;
  margin: auto;
}

.eco-system-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.eco-system-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.eco-system-block .airspace {
  display: none;
  height: 395px;
  position: relative;
  background-image: url("../images/ecosystem/airspace.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50% top;
}

.eco-system-block .transform-active {
  display: block;
  -webkit-animation: scaleAniamtion 3s;
  /* Safari 4.0 - 8.0 */
  animation: scaleAniamtion 3s;
}

@-webkit-keyframes scaleAniamtion {
  from {
    opacity: 0.1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleAniamtion {
  from {
    opacity: 0.1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.eco-system-block .box-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: translate(0px, -3rem);
          transform: translate(0px, -3rem);
}

.eco-system-block .box-block img {
  max-width: 100%;
  margin-bottom: 16px;
}

.eco-system-block .box-block .body-text {
  color: rgba(255, 255, 255, 0.7);
}

.eco-system-block .box-block h3 {
  color: #FFCC70;
  margin-bottom: 17px;
}

.eco-system-block .transtop {
  -webkit-transform: translate(0px, -8rem);
          transform: translate(0px, -8rem);
}

/*==============================================================
   Technology  
===============================================================*/
.technology-block {
  display: block;
  position: relative;
  margin-bottom: 200px;
}

.technology-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.technology-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.technology-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.technology-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.technology-block .digital-list {
  display: block;
  padding: 0;
  margin: 0;
}

.technology-block .digital-list .item {
  list-style: none;
  position: relative;
  padding-left: 95px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.technology-block .digital-list .item::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: url("../images/icons/correct-dashed.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.technology-block .digital-list .item h3 {
  padding: 10px 0 17px;
  margin: 0;
}

.technology-block .digital-list .item span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 50px;
}

.technology-block .digital-list .item:hover::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: url("../images/icons/correct-dashed-hover.svg");
}

.technology-block .digital-bg {
  left: -181px;
  position: absolute;
  z-index: -1;
}

.technology-block .digital-cpu-bg {
  position: absolute;
  left: -75px;
  bottom: 8%;
  z-index: -1;
}

.technology-block .digital-icons-list {
  display: block;
  padding: 0;
  margin: 160px 0 0;
}

.technology-block .digital-icons-list .item:nth-child(2) svg {
  left: 6px;
}

.technology-block .digital-icons-list .item {
  list-style: none;
  position: relative;
  padding: 0 40px 0 70px;
}

.technology-block .digital-icons-list .item svg {
  position: absolute;
  left: 0;
  top: 0;
}

.technology-block .digital-icons-list .item h3 {
  padding: 10px 0 17px;
  margin: 0;
}

.technology-block .digital-icons-list .item span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 50px;
}

.technology-block .digital-icons-list .item:hover svg path, .technology-block .digital-icons-list .item:hover svg line, .technology-block .digital-icons-list .item:hover svg circle, .technology-block .digital-icons-list .item:hover svg rect {
  stroke: #ffcc70;
}

/*==============================================================
   Roadmap  
===============================================================*/
.roadmap-block {
  display: block;
  position: relative;
  margin-bottom: 400px;
}

.roadmap-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.roadmap-block .description {
  position: relative;
  margin: 0 auto 88px;
  display: table;
}

.roadmap-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.roadmap-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.roadmap-block .timeline-wrap {
  position: relative;
}

.roadmap-block .timeline-wrap .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 99, 0.8)), to(rgba(0, 0, 99, 0.8))), url("../images/roadmap/Crypto_Header_Web.png");
  background: linear-gradient(rgba(0, 0, 99, 0.8), rgba(0, 0, 99, 0.8)), url("../images/roadmap/Crypto_Header_Web.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: absolute;
  width: 100%;
  top: 23px;
}

.roadmap-block .timeline-wrap .bg:before {
  content: "";
  left: 0;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #ffcc70;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  background: linear-gradient(100deg, #ffcc70 0%, #e75cde 18%, #4b39ef 29%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc70", endColorstr="$r-BlueColor", GradientType=1);
}

.roadmap-block .timeline-wrap .history-content {
  position: relative;
}

.roadmap-block .timeline-wrap .history-content .swiper-container {
  padding: 20px 0 0;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history:first-of-type {
  margin-left: 30px;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history {
  margin: 54px 0 0;
  cursor: pointer;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history::before {
  content: url("../images/icons/roadmap-cube.svg");
  top: -5px;
  position: absolute;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history .title {
  margin-bottom: 25px;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history .list {
  padding: 0;
  margin: 0;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history .list li {
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 17px;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history .list li::before {
  content: "\2022";
  color: #FFCC70;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history:hover:before {
  content: url("../images/icons/golden-roadmap-cube.svg");
}

.roadmap-block .timeline-wrap .history-content .swiper-container .history:hover .title {
  color: #FFCC70;
}

.roadmap-block .timeline-wrap .swiper-button-disabled {
  outline: 0;
  border: 0;
  opacity: 1;
  pointer-events: all;
  cursor: no-drop !important;
}

.roadmap-block .timeline-wrap .swiper-button-prev {
  top: 0;
  margin: 0;
  left: 15%;
  padding: 20px;
  background: #4B39EF;
  width: 41px;
  height: 41px;
  line-height: 23px;
}

.roadmap-block .timeline-wrap .swiper-button-prev:before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: url("../images/icons/left-arrow.svg");
}

.roadmap-block .timeline-wrap .swiper-button-prev:after {
  content: "";
}

.roadmap-block .timeline-wrap .swiper-button-next {
  top: 0;
  margin: 0;
  right: 18%;
  padding: 20px;
  background: #4B39EF;
  width: 41px;
  height: 41px;
  line-height: 23px;
}

.roadmap-block .timeline-wrap .swiper-button-next:before {
  position: absolute;
  top: 13px;
  right: 15px;
  content: url("../images/icons/right-arrow.svg");
}

.roadmap-block .timeline-wrap .swiper-button-next:after {
  content: "";
}

.roadmap-block .timeline-wrap .swiper-button-next:hover,
.roadmap-block .timeline-wrap .swiper-button-prev:hover {
  background: #ffcc70;
}

.roadmap-block .timeline-wrap .swiper-button-next:focus,
.roadmap-block .timeline-wrap .swiper-button-prev:focus {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: 0;
}

/*==============================================================
   Our team  
===============================================================*/
.our-team-block {
  margin-bottom: 140px;
  position: relative;
}

.our-team-block .small-text {
  display: block;
  color: #FFCC70;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.our-team-block .description {
  position: relative;
  display: table;
  margin: auto;
}

.our-team-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.our-team-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.our-team-block .personal {
  margin: 100px 30px 0 0;
  cursor: pointer;
}

.our-team-block .personal:hover .name {
  color: #FFCC70;
}

.our-team-block .personal .position-relative {
  margin-bottom: 25px;
  overflow: hidden;
}

.our-team-block .personal .position-relative .overlay {
  background: #4b39ef;
  background: linear-gradient(158deg, #4b39ef 0%, #000064 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b39ef", endColorstr="#000064", GradientType=1);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
}

.our-team-block .personal .position-relative .image {
  position: relative;
}

.our-team-block .personal .name {
  margin-bottom: 10px;
}

.our-team-block .personal .position {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}

.our-team-block .personal .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
}

.our-team-block .personal .social-list li {
  margin-right: 16px;
  list-style: none;
}

.our-team-block .personal .social-list li:hover a svg path {
  fill: #ffcc70;
}

.our-team-block .swiper-button-disabled {
  outline: 0;
  border: 0;
  opacity: 1;
  pointer-events: all;
  cursor: no-drop !important;
}

.our-team-block .swiper-button-next-our-team,
.our-team-block .swiper-button-prev-our-team {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.our-team-block .swiper-button-next-our-team:hover::before,
.our-team-block .swiper-button-prev-our-team:hover::before {
  background-color: #FFCC70;
}

.our-team-block .swiper-button-next-our-team:focus,
.our-team-block .swiper-button-prev-our-team:focus {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.our-team-block .swiper-button-next-our-team {
  right: 18.6%;
  top: 64%;
}

.our-team-block .swiper-button-next-our-team:active {
  outline: none;
  border: none;
}

.our-team-block .swiper-button-next-our-team:before {
  content: url("../images/icons/right-arrow.svg");
  width: 41px;
  height: 41px;
  position: absolute;
  background: #4B39EF;
  text-align: center;
  line-height: 47px;
  padding-right: 6px;
}

.our-team-block .swiper-button-next-our-team:after {
  content: "";
}

.our-team-block .swiper-button-prev-our-team {
  left: 17.2%;
  top: 64%;
}

.our-team-block .swiper-button-prev-our-team:active {
  outline: none;
  border: none;
}

.our-team-block .swiper-button-prev-our-team:before {
  content: url("../images/icons/left-arrow.svg");
  width: 41px;
  height: 41px;
  position: absolute;
  background: #4B39EF;
  text-align: center;
  line-height: 47px;
  padding-left: 6px;
}

.our-team-block .swiper-button-prev-our-team:after {
  content: "";
}

/*==============================================================
   Download app  
===============================================================*/
.download-app-block {
  padding: 60px 0 200px;
  position: relative;
}

.download-app-block .waves {
  height: 100% !important;
}

.download-app-block .waves canvas {
  position: absolute;
  top: 22%;
  z-index: 1;
  width: 750px !important;
  height: 100% !important;
  left: 32%;
  opacity: 0.5;
}

.download-app-block .small-text {
  display: block;
  color: #FFCC70;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.download-app-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.download-app-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.download-app-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.download-app-block .documentation {
  position: relative;
  margin-bottom: 31%;
}

.download-app-block .documentation img {
  position: absolute;
  left: -40px;
  top: -39px;
}

.download-app-block .documentation h3 {
  color: #FFCC70;
  margin-bottom: 17px;
}

.download-app-block .documentation .body-text {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 35px;
}

.download-app-block .pictures {
  position: relative;
  text-align: center;
}

.download-app-block .pictures img {
  max-width: 100%;
  position: relative;
  z-index: 3;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.download-app-block .stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 31%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}

.download-app-block .stores .line-img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  top: -42px;
  right: -35px;
}

.download-app-block .stores img {
  margin: 0 0 24px;
}

.download-app-block .wave-bg {
  background-image: url("../images/downloadapp/app-down-background.svg");
  position: absolute;
  bottom: -13px;
  background-size: 100% 100%;
  width: 100%;
  height: 432px;
  z-index: -1;
}

/*========================================================================
     Calculator
========================================================================*/
.calculator-block {
  display: block;
  margin-bottom: 200px;
  position: relative;
  padding: 100px 0;
  height: 520px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 99, 0.8)), to(rgba(0, 0, 99, 0.8))), url("../images/calculator/calculator-bg.jpg");
  background: linear-gradient(rgba(0, 0, 99, 0.8), rgba(0, 0, 99, 0.8)), url("../images/calculator/calculator-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.calculator-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.calculator-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.calculator-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.calculator-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.calculator-block .select-options {
  display: block;
  margin-bottom: 30px;
}

.calculator-block .select-options .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.calculator-block .select-options .select {
  cursor: pointer;
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  height: 60px;
  line-height: 60px;
  border: 1px solid #4B39EF;
}

.calculator-block .select-options .select:hover {
  border-color: #ffcc70;
  color: #ffcc70;
}

.calculator-block .select-options .select:hover .styledSelect:after {
  content: url("../images/icons/golden-down-arrow.svg");
}

.calculator-block .select-options .select .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000063;
  padding: 0 10px;
}

.calculator-block .select-options .select .styledSelect:after {
  content: url("../images/icons/down-arrow.svg");
  position: absolute;
  top: 0px;
  right: 13px;
}

.calculator-block .select-options .select .options {
  display: none;
  position: absolute;
  width: 100.8%;
  top: 100%;
  right: 0;
  left: -1px;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #4B39EF;
  background-color: #000063;
  color: rgba(255, 255, 255, 0.5);
}

.calculator-block .select-options .select .options:hover {
  border-color: #ffcc70;
}

.calculator-block .select-options .select .options li {
  margin: 0 0;
  padding: 0 10px;
}

.calculator-block .select-options .select .options li:hover {
  color: #ffcc70;
}

.calculator-block .input-options input {
  background-color: #000063;
  border: 1px solid #4B39EF;
  color: #ffcc70;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}

.calculator-block .input-options input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.calculator-block .input-options input:hover {
  border: 1px solid #FFCC70;
}

/*==============================================================
   Partner  
===============================================================*/
.partner-block {
  display: block;
  position: relative;
  margin-bottom: 100px;
}

.partner-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.partner-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.partner-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.partner-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.partner-block .partner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-block .partner-wrap .box:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-block .partner-wrap .box:nth-child(5n+1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-block .partner-wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-block .partner-wrap .box:hover svg path {
  fill: #FFCC70;
}

/*==============================================================
   Faq  
===============================================================*/
.faq-block {
  display: block;
  position: relative;
  margin-bottom: 950px;
  padding: 400px 0 100px;
}

.faq-block .accordion .card {
  margin-bottom: 16px;
}

.faq-block .human-hand {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
}

.faq-block .robo-hand {
  position: absolute;
  top: 140px;
  right: 0;
  max-width: 900px;
}

.faq-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.faq-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.faq-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.faq-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

/*========================================================================
     Contact us
========================================================================*/
.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 99, 0.8)), to(rgba(0, 0, 99, 0.8))), url("../images/contact/almaviva-blockchain.jpg");
  background: linear-gradient(rgba(0, 0, 99, 0.8), rgba(0, 0, 99, 0.8)), url("../images/contact/almaviva-blockchain.jpg");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.contact-block .small-text {
  display: block;
  color: #FFCC70;
  letter-spacing: 3px;
  margin-top: 100px;
  margin-bottom: 10px;
}

.contact-block .description {
  position: relative;
  margin: 0 auto 100px;
  display: table;
}

.contact-block .description::before {
  position: absolute;
  top: -7px;
  left: -48px;
  content: url("../images/ourteam/cube-bg.svg");
}

.contact-block .description::after {
  position: absolute;
  top: 14px;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("../images/ourteam/cube-bg.svg");
}

.contact-block .contact-description {
  margin-bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-block .contact-description svg {
  margin-right: 15px;
}

.contact-block .contact-description h5 {
  color: #ffffff;
}

.contact-block .contact-description h5 a {
  color: #ffffff;
  text-decoration: none;
}

.contact-block .contact-description h5:hover {
  color: #ffcc70;
}

.contact-block .contact-description h5:hover a {
  color: #ffcc70;
}

.contact-block .contact-description h5:hover svg path,
.contact-block .contact-description h5:hover svg line {
  stroke: #ffcc70;
}

.contact-block .form-contact {
  margin-bottom: 50px;
}

.contact-block .form-contact .form-group {
  margin-bottom: 1.875rem;
}

.contact-block .form-contact input {
  background-color: #000063;
  border: 1px solid #4B39EF;
  color: #ffcc70;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  padding-left: 24px;
}

.contact-block .form-contact input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.contact-block .form-contact input:hover {
  border: 1px solid #FFCC70;
}

.contact-block .form-contact textarea {
  background-color: #000063;
  border: 1px solid #4B39EF;
  color: #ffcc70;
  border-radius: 0;
  padding-left: 24px;
  padding-top: 22px;
}

.contact-block .form-contact textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.contact-block .form-contact textarea:hover {
  border: 1px solid #FFCC70;
}

.contact-block .form-contact .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.contact-block .form-contact .submit button {
  color: #ffffff;
}

.contact-block .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 33px;
}

.contact-block .copyright .small-text {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 100;
  letter-spacing: 0;
}

.contact-block .copyright .small-text span {
  padding-left: 4px;
  color: #FFCC70;
  font-weight: 100;
}

.contact-block .copyright .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-block .copyright .social-list .item {
  display: block;
  text-align: center;
  margin-right: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.contact-block .copyright .social-list .item:hover svg path {
  fill: #ffcc70;
}

@media only screen and (min-width: 2400px) {
  .technology-block .digital-bg {
    left: 0;
    width: 100%;
  }
  .technology-block .digital-cpu-bg {
    width: 100%;
    display: block;
  }
  .faq-block .human-hand {
    position: absolute;
    top: -41px;
    left: 0;
    max-width: 41vw;
  }
  .faq-block .robo-hand {
    max-width: 44vw;
  }
}

/*==============================================================
   1. Large Desktop  
===============================================================*/
@media only screen and (min-width: 2140px) {
  .roadmap-block .timeline-wrap .swiper-button-next {
    right: 20%;
  }
  .roadmap-block .timeline-wrap .swiper-button-prev {
    left: 20%;
  }
  .our-team-block .swiper-button-next-our-team {
    right: 24.6%;
  }
  .our-team-block .swiper-button-prev-our-team {
    left: 23.2%;
  }
  /** **/
  .calculator-block .select-options .select .options {
    width: 100.6%;
  }
  .faq-block {
    margin-bottom: 1200px;
  }
}

/*==============================================================
   2.  Ipad Pro 
===============================================================*/
@media only screen and (max-width: 1366px) {
  .banner-block .box-content .block-animation {
    width: 48vw;
    position: absolute;
    top: -162px;
    left: 0;
  }
  .roadmap-block .timeline-wrap .bg:before {
    width: 90%;
  }
  .roadmap-block .timeline-wrap .history-content {
    margin-left: 5%;
  }
  .roadmap-block .timeline-wrap .swiper-button-next {
    right: 7%;
  }
  .roadmap-block .timeline-wrap .swiper-button-prev {
    left: 0%;
  }
  .our-team-block .swiper-button-next-our-team {
    right: 71px;
  }
  .our-team-block .swiper-button-prev-our-team {
    left: 40px;
  }
  .faq-block .robo-hand,
  .faq-block .human-hand {
    max-width: 600px;
  }
}

/*==============================================================
   3.  Ipad Pro rotate  
===============================================================*/
/*==============================================================
   5.  Mobile   
===============================================================*/
@media only screen and (min-width: 1024px) {
  .contact-block {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) {
    height: 100%;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .site {
    min-height: 100%;
    position: static;
    overflow: hidden;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
    position: relative;
    z-index: 2;
    background: inherit;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 1000px;
  }
  .page-footer-parallax .site {
    background-color: inherit;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .main-header .menu-bar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-block .heading-title .change-text,
  .banner-block .heading-title .title {
    font-size: 24px;
    line-height: 40px;
  }
  .banner-block .box-content .block-animation {
    width: 48vw;
    position: absolute;
    top: -81px;
    left: 0;
  }
  .eco-system-block .airspace {
    height: 342px;
  }
  .technology-block {
    overflow: hidden;
  }
  .technology-block .digital-bg {
    width: 80vw;
  }
  .roadmap-block .timeline-wrap .bg:before {
    width: 100%;
  }
  .roadmap-block .timeline-wrap .history-content {
    margin-left: 6%;
  }
  .roadmap-block .timeline-wrap .swiper-button-next {
    right: 0;
  }
  .roadmap-block .timeline-wrap .swiper-button-prev {
    left: 0;
  }
  .our-team-block .swiper-button-next-our-team {
    right: 30px;
  }
  .our-team-block .swiper-button-prev-our-team {
    left: 5px;
  }
  .faq-block {
    margin-bottom: 1000px;
    overflow: hidden;
  }
  .faq-block .robo-hand,
  .faq-block .human-hand {
    max-width: 500px;
  }
  .contact-block {
    height: 1000px;
  }
  .ClassyCountdown-wrapper {
    text-align: center;
  }
  .ClassyCountdown-wrapper .ClassyCountdown-value div {
    font-size: 16px;
  }
  .ClassyCountdown-wrapper .ClassyCountdown-value span {
    font-size: 7px !important;
  }
}

/*==============================================================
   4.  Ipad  
===============================================================*/
@media only screen and (max-width: 768px) {
  .banner-block .heading-title .title {
    font-size: 33px;
  }
  .banner-block .heading-title .title .change-text {
    font-size: 29px;
  }
  .banner-block .heading-title .description {
    font-size: 14px;
  }
  .banner-block .box-content .block-animation {
    width: 51vw;
    position: absolute;
    top: -50px;
    left: -39px;
  }
  .banner-block .token-container .token-chart-line .token-buy .body-text {
    font-size: 12px;
  }
  .technology-block {
    overflow: hidden;
  }
  .technology-block .digital-bg {
    width: 70vw;
    top: 40%;
    left: -72px;
  }
  .technology-block .digital-cpu-bg {
    left: -72px;
    bottom: 24%;
    width: 70vw;
  }
  .our-team-block .swiper-button-next-our-team,
  .our-team-block .swiper-button-prev-our-team {
    display: none;
  }
  .our-team-block .swiper-slide .personal {
    margin: 100px 10px 0 0;
  }
  .download-app-block .documentation img {
    left: -24px;
    top: -36px;
  }
  .download-app-block .documentation .body-text {
    padding-right: 0;
  }
  .download-app-block .stores {
    margin-bottom: 44%;
  }
  .download-app-block .stores .line-img {
    top: -38px;
  }
  .partner-block .partner-wrap .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .faq-block {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .faq-block .human-hand,
  .faq-block .robo-hand {
    max-width: 350px;
  }
  .faq-block .accordion .card .card-header .acc-title {
    font-size: 12px;
  }
  .contact-block {
    background-position: top center;
    background-size: cover;
  }
}

/*==============================================================
   5.  Ipad mobiles roates  
===============================================================*/
@media only screen and (max-width: 760px) {
  .main-header {
    margin-bottom: 100px;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: fixed;
    z-index: 11111;
    background: #000063;
    top: 0;
  }
  .main-header .logo {
    margin-top: 9px;
  }
  .main-header .menu-bar {
    display: none;
  }
  .main-header .menu-bar .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header .mobile-menu {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
  }
  .main-header .mobile-menu button {
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border: 0;
  }
  .main-header .mobile-menu button:hover {
    color: #FFCC70;
  }
  .main-header .mobile-menu-block {
    display: block;
    position: fixed;
    width: 220px;
    right: -500px;
    top: 70px;
    height: 100%;
    background-color: #4B39EF;
    padding: 48px 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
  }
  .main-header .mobile-menu-block .list {
    padding: 0 0 24px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-header .mobile-menu-block .list .item {
    list-style: none;
    margin-bottom: 24px;
  }
  .main-header .mobile-menu-block .list .item .dropdown-toggle::after {
    border: 0;
    vertical-align: .1em;
    margin-left: 8px;
    margin-bottom: 2px;
    content: url(../images/icons/menu-arrow-down.svg);
  }
  .main-header .mobile-menu-block .list .item .dropdown-toggle:hover::after {
    content: url(../images/icons/golden-menu-arrow-down.svg);
  }
  .main-header .mobile-menu-block .list .item a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .mobile-menu-block .list .item a:hover {
    color: #FFCC70;
  }
  .main-header .mobile-menu-block .list .item .submenu-drop {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .main-header .mobile-menu-block .list .item .submenu-drop li {
    margin-top: 24px;
  }
  .main-header .mobile-menu-block .list .item .submenu-drop li:hover {
    background-color: transparent;
  }
  .main-header .mobile-menu-block .list .item .submenu-drop li:hover a {
    color: #FFCC70;
    background-color: transparent;
  }
  .main-header .mobile-menu-block .list .item .submenu-drop li a {
    color: #ffffff;
  }
  .main-header .mobile-menu-block .flag-menu {
    border: 0;
    margin-top: 25px;
  }
  .main-header .mobile-menu-block .flag-menu .item a img {
    margin-right: 10px;
  }
  .main-header .mobile-menu-block .flag-menu .join-us {
    margin-top: 17px;
  }
  .main-header .mobile-menu-block .flag-menu .join-us .button-text {
    display: block;
    text-align: center;
  }
  .main-header .show-menu {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .banner-block {
    margin-top: 150px;
  }
  .banner-block .ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25%);
    margin: 0 10px 0 0;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 56%;
    text-align: center;
    left: 0;
    display: block;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value div {
    font-weight: 800;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value span {
    opacity: 0.5;
    font-size: 8px !important;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}

@media only screen and (max-width: 700px) {
  .banner-block .token-container {
    padding: 30px;
  }
  .banner-block .token-chart-line .token-chart {
    margin-bottom: 60px !important;
  }
  .banner-block .token-chart-line .token-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-block .token-chart-line .token-buy a {
    margin-top: 10px;
    width: 50%;
  }
  .banner-block .ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25%);
    margin: 0 10px 0 0;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 56%;
    text-align: center;
    left: 0;
    display: block;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value div {
    font-weight: 800;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
  }
  .banner-block .ClassyCountdown-wrapper .ClassyCountdown-value span {
    display: block;
    opacity: 0.5;
    margin-top: 9px;
    font-size: 8px !important;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}

/*==============================================================
   6.  Phone's   
===============================================================*/
@media only screen and (max-width: 400px) {
  .main-header {
    margin-bottom: 100px;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: fixed;
    z-index: 11111;
    background: #000063;
  }
  .main-header .logo {
    margin-top: 9px;
  }
  .main-header .menu-bar {
    display: none;
  }
  .main-header .menu-bar .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-block {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .banner-block .heading-title {
    margin: 50px 0 300px;
  }
  .banner-block .heading-title .title {
    font-size: 34px;
  }
  .banner-block .heading-title .title .change-text {
    display: block !important;
    font-size: 34px;
  }
  .banner-block .heading-title .title br {
    display: none;
  }
  .banner-block .box-content {
    margin-top: 0;
  }
  .banner-block .box-content .block-animation {
    width: 80vw;
    position: absolute;
    top: -416px;
    left: -31px;
  }
  .banner-block .social-link .list .item svg {
    width: 20px;
    height: 20px;
  }
  .banner-block .token-container {
    padding: 100px 16px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-block .token-container .ico-tokens {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 47px;
  }
  .banner-block .token-container .ico-tokens .ClassyCountdown-wrapper > div {
    width: calc(25% - 17px);
  }
  .banner-block .token-container .ico-tokens h2 {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .banner-block .token-container .token-chart-line .token-chart {
    margin-bottom: 100px;
  }
  .banner-block .token-container .token-chart-line .token-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-block .token-container .token-chart-line .token-buy .body-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .banner-block .token-container .token-chart-line .token-buy a {
    width: 36%;
    padding: 8px 18px;
  }
  .eco-system-block {
    margin-bottom: 100px;
  }
  .eco-system-block .small-text {
    font-size: 12px;
  }
  .eco-system-block .description {
    font-size: 24px;
    margin-bottom: 210px;
  }
  .eco-system-block .description::after {
    top: 8px;
  }
  .eco-system-block .airspace {
    position: absolute;
    width: 100%;
    left: 0;
    height: 265px;
    top: 10%;
    z-index: -1;
    background-image: url("../images/ecosystem/mobile-airspace.svg");
    background-position: center center;
  }
  .eco-system-block .box-block {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    margin-bottom: 48px;
  }
  .eco-system-block .box-block .body-text {
    padding: 0px 41px;
  }
  .eco-system-block .transtop {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .technology-block {
    margin-bottom: 100px;
  }
  .technology-block .technology-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .technology-block .digital-bg {
    width: 100%;
    margin: auto;
    text-align: center;
    left: -37px;
    position: relative;
  }
  .technology-block .description {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .technology-block .description:after {
    top: 8px;
  }
  .technology-block .digital-cpu-bg {
    left: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
  }
  .technology-block .digital-icons-list {
    margin-top: 16px;
  }
  .roadmap-block {
    margin-bottom: 300px;
  }
  .roadmap-block .description {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .roadmap-block .description:after {
    top: 8px;
  }
  .roadmap-block .swiper-slide {
    width: 45% !important;
  }
  .roadmap-block .swiper-button-next,
  .roadmap-block .swiper-button-prev {
    display: none;
  }
  .our-team-block {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .our-team-block .description {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .our-team-block .description::after {
    top: 7px;
  }
  .our-team-block .swiper-button-next,
  .our-team-block .swiper-button-prev {
    display: none;
  }
  .our-team-block .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-team-block .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-bottom: 48px;
  }
  .our-team-block .swiper-wrapper .swiper-slide .personal {
    margin: 0 10px 0 0;
  }
  .our-team-block .swiper-wrapper .swiper-slide .personal .social-list li {
    margin-right: 16px;
  }
  .download-app-block {
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
  }
  .download-app-block .description {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .download-app-block .description::after {
    top: 7px;
  }
  .download-app-block .documentation {
    margin-bottom: 48px;
    text-align: center;
  }
  .download-app-block .documentation img {
    display: none;
    left: -24px;
    top: -36px;
  }
  .download-app-block .documentation .body-text {
    padding-right: 0;
  }
  .download-app-block .stores {
    margin: 48px auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download-app-block .stores .line-img {
    display: none;
  }
  .download-app-block .wave-bg {
    bottom: -20%;
    background-size: contain;
    width: 800px;
    height: 800px;
    left: -118px;
    background-repeat: no-repeat;
    background-position: left -84px center;
    z-index: -1;
  }
  .calculator-block {
    height: 665px;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .calculator-block .description {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .calculator-block .description::before {
    top: -5px;
  }
  .calculator-block .description::after {
    top: 9px;
  }
  .calculator-block .input-options {
    margin-bottom: 24px;
  }
  .partner-block {
    margin-bottom: 48px;
  }
  .partner-block .description {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .partner-block .description::after {
    top: 7px;
  }
  .partner-block .partner-wrap .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .faq-block {
    margin-bottom: 100px;
    padding: 200px 0 0;
    overflow: hidden;
  }
  .faq-block .description {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .faq-block .description::after {
    top: 8px;
  }
  .faq-block .accordion .card {
    margin-bottom: 16px;
  }
  .faq-block .accordion .card .card-body {
    padding: 24px 26px 24px 0;
  }
  .faq-block .accordion .card .card-header .acc-title {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
  }
  .faq-block .human-hand {
    max-width: 180px;
  }
  .faq-block .robo-hand {
    top: 47px;
    max-width: 180px;
  }
  .contact-block {
    background-position: top center;
    background-size: cover;
    height: 100%;
  }
  .contact-block .description {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .contact-block .description::after {
    top: 8px;
  }
  .contact-block .contact-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 52px;
  }
  .contact-block .contact-description h5 {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-block .form-contact .submit {
    margin-bottom: 48px;
  }
  .contact-block .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-block .copyright .small-text span {
    display: block;
    padding: 0;
    margin-bottom: 50px;
  }
}

body {
  background-color: #000063;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
/*# sourceMappingURL=main.css.map */