html {
  scroll-behavior: smooth;
}

body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
p {
  color: #a2b4d2;
  font-size: 16px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
span {
  color: #efc74c;
}
.custom-container {
  width: 1230px;
  padding: 0px 15px;
  margin: auto;
}
/* Links
------------------------------------ */
a {
  display: inline-block;
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #d46f6f;
}

/* =============== */

/* ======================menu section start========================== */

header.d-md-none.d-lg-block.d-sm-none.d-none {
  z-index: 99;
}

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #619599;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.menu-box.sticky-nav {
  background-color: #000;
}

header {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: -110px;
}

.menu-box {
  background-color: transparent;
}

.menu-box .menu-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-box .menu-wraper .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-box .menu-wraper .main-menu ul li a {
  padding: 40px 20px 40px 0px;
  color: #fff;
  transition: 0.5s;
}

.menu-box .menu-wraper .main-menu ul li a:hover {
  color: #20b094;
  transition: 0.5s;
}

.menu-box .menu-wraper .right-content .button a {
  color: #fff;
  padding: 11px 30px;
  background: linear-gradient(
    90deg,
    #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
}

/*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 80px;
  transition: 0.3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 15px 20px;
  border-top: 4px solid#2D4B8B;
  border-bottom: 4px solid#39cabb;
}

.menu-box .main-menu .menu-item-has-children {
  position: relative;
}

.menu-box .sub-menu li {
  display: block;
  margin-bottom: -40px;
}
.menu-box .menu-wraper .main-menu .sub-menu li a {
  position: relative;
  color: #333 !important;
  margin: 5px 8px 5px 20px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0px 0px 35px;
  padding-bottom: 50px;
  transition: 0.5s;
}

.menu-box .main-menu .sub-menu li a:hover {
  color: #39cabb;
  transition: 0.5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
  top: 63px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: 0.5s;
}

.menu-box .main-menu .sub-menu li a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #39cabb;
  left: -18px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu-box .sub-menu li a:hover {
  margin-left: 30px;
  color: #333;
  transition: 0.5s;
}
.sticky-nav.header-area .main-menu .sub-menu li a:hover {
  margin-left: 30px;
  color: #39cabb;
  transition: 0.5s;
}
.menu-box .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.menu-box .menu-bar {
  height: 1px;
  width: 100%;
  background-color: #26ca9e;
  opacity: 0.25;
}

/*--==========================================
  -------------------------
  -=========================================*/

/* ======================menu section end========================== */

/* ======================banner section start========================== */
.banner-section {
  background-image: url("assets/image/dreamhub-crypto-2nd-.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 200px 0px 160px 0px;
}

.banner-section .content-wraper {
  margin: auto;
  display: flex;
  align-items: center;
}

.banner-section .left-content {
  padding-right: 5px;
  margin-bottom: 30px;
}

.banner-section .left-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #efc74c;
  position: relative;
}

.banner-section .left-content h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  right: 189px;
  top: 14px;
}

.banner-section .left-content h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-section .left-content p {
  font-size: 16px;
  color: #fff;
  margin: 21px 0px 35px 0px;
}

.banner-section .left-content .button a {
  padding: 13px 30px;
  background: linear-gradient(
    90deg,
    #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border-radius: 4px;
}

.banner-section .left-content .button .right {
  margin-left: 15px;
}

.banner-section .left-content .button a:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 4px;
  transition: 0.5s;
}

.banner-section .right-content {
  position: relative;
}

.banner-section .right-content .shape-image1 {
  position: absolute;
  right: 150px;
  top: 30px;
}

.banner-section .right-content .shape-image2 {
  position: absolute;
  right: -43px;
  top: 117px;
}

.banner-section .right-content .shape-image3 {
  position: absolute;
  right: 373px;
  top: 97px;
}

/* ======================banner section end========================== */
/* ======================rating section start========================== */
.ration-section {
  background-image: linear-gradient( #261986);
  padding: 145px 0px;
}

.ration-section .title h2 {
  text-align: center;
}

.ration-section .rating-box-wraper {
  margin: 62px 0px 150px 0px;
}

.ration-section .rating-box-wraper .rating-box {
  border-radius: 15px;
}

.ration-section .rating-box-wraper .rating-box .up {
  background-color: #efc74c;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.ration-section .rating-box-wraper .rating-box .up h4 {
  margin: 0;
  padding: 17px 0px;
  font-size: 30px;
}

.ration-section .rating-box-wraper .rating-box .up h4 span {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.ration-section .rating-box-wraper .rating-box .down {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  text-align: center;
  border-radius: 0px 0px 4px 4px;
}

.ration-section .rating-box-wraper .rating-box .down p {
  margin: 0;
  padding: 13px 0px;
  color: #fff;
}

.ration-section .left-content h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ration-section .left-content h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.ration-section .left-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.ration-section .left-content .button a {
  padding: 13px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border-radius: 4px;
  margin-top: 15px;
}

.ration-section .left-content .button a:hover {
  background: linear-gradient(
    90deg,
    #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 4px;
  transition: 0.5s;
}

.ration-section .right-content {
  margin-left: 80px;
}

/* ======================rating section end========================== */
/* ======================about section start========================== */
.about-section {
  background-color: #3e2bc5;
  padding: 150px 0px;
}

.about-section .content-wraper {
  margin-top: 160px;
}

.about-section .big-image {
  margin-bottom: 30px;
}

.about-section .big-image img {
  width: 100%;
}

.about-section .right-content h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-section .right-content h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.about-section .right-content p {
  line-height: 1.8;
  margin-bottom: 20px;
  padding-right: 15px;
}

.about-section .left-content h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-section .left-content h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.about-section .left-content p {
  line-height: 1.8;
  margin-bottom: 20px;
  padding-right: 10px;
}

/* ======================about section end========================== */
/* ======================feature section start========================== */
.feature-section {
  background-color: #261986;
  padding: 150px 0px;
  text-align: center;
}

.feature-section .feature-title {
  text-align: center;
}

.feature-section .feature-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.feature-section .feature-title h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.feature-section .feature-title p {
  line-height: 1.8;
  margin-bottom: 35px;
}

.feature-section .feature-box {
  background-color: #3e2bc5;
  border-radius: 10px;
  margin: 24px 0px 30px 0px;
}

.feature-section .feature-box .feature-content {
  text-align: center;
  padding: 40px 20px 20px 20px;
}

.feature-section .feature-box .feature-content .icon {
  border: 4px solid transparent;
  border-radius: 75px;
  background: 
    /* linear-gradient(to right, white, white), */ linear-gradient(
    to right,
    #cba33a 0%,
    #efc74c 100%
  );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;

  /* Other styles */
  width: 113px;
  height: 113px;
  padding: 2px;
  left: 0;
  right: 0;
  margin: auto;
}

.feature-section .feature-box .feature-content .icon i {
  font-size: 55px;
  color: #fff;
  height: 100px;
  width: 100px;
  background: #3e2bc5;
  line-height: 100px;
  border-radius: 50px;
}

.feature-section .feature-box .feature-content h3 {
  margin: 20px 0px;
}

.feature-section .feature-box .feature-content .feature-bar {
  height: 1px;
  width: 80%;
  background-color: #2865d6;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.feature-section .feature-box .feature-content p {
  line-height: 30px;
  margin-top: 20px;
}

.feature-section .button a {
  padding: 13px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border-radius: 4px;
  margin-top: 20px;
}

.feature-section .button a:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 4px;
  transition: 0.5s;
}
/* ======================feature section end========================== */
/* ======================platform section start========================== */
.platform-section {
  background-color: #3e2bc5;
  padding: 150px 0px;
}

.platform-section .platform-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.platform-section .platform-title h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.platform-section .platform-title p {
  line-height: 1.8;
  margin-bottom: 50px;
}

.platform-section .platform-image {
  position: relative;
  padding-right: 140px;
}

.platform-section .platform-image img {
  width: 100%;
}

.platform-section .platform-image .shape-image {
  position: absolute;
  right: 40px;
  bottom: -53px;
}

.platform-section .right-content {
  background-color: #261986;
  border-radius: 5px;
  padding: 40px 45px;
  margin-left: 20px;
}

.platform-section .right-content p {
  line-height: 2;
  margin-bottom: 20px;
}

.platform-section .right-content .list {
  margin: 33px 0px 12px 0px;
}

.platform-section .right-content .list .icon .icon-box {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
}

.platform-section .right-content .list .icon .icon-box i {
  color: #fff;
}

.platform-section .right-content .list .icon p {
  color: #fff;
  font-size: 16px;
}

.platform-section .right-content .button a {
  padding: 13px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border-radius: 4px;
  margin-top: 20px;
}

.platform-section .right-content .button a:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 4px;
  transition: 0.5s;
}
/* ======================platform section end========================== */
/* ======================document section start========================== */
.document-section {
  background-color: #261986;
  padding: 150px 0px;
}

.document-section .document-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.document-section .document-title h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.document-section .document-title p {
  line-height: 1.8;
  margin-bottom: 55px;
}

.document-section .document-box {
  border: 1px solid #9b31f7;
  border-radius: 5px;
  padding: 40px 30px 30px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.document-section .document-box .circle {
  position: relative;
}

.document-section .document-box .circle a {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 83px;
  position: relative;
  height: 95px;
  width: 95px;
  line-height: 95px;
}

.document-section .document-box .circle::before {
  position: absolute;
  content: "";
  height: 95px;
  width: 95px;
  border-radius: 52px;
  /* background: linear-gradient(90deg, rgba(162, 41, 245, 1) 0%, rgba(128, 84, 253, 1) 100%); */
  left: 38px;
  top: 0px;
  background-color: #efc74c;
}

.document-section .document-box p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 25px 0px 25px 0px;
}

.document-section .document-box .button a {
  padding: 3px 11px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border-radius: 4px;
}

.document-section .document-box .button .right {
  margin-left: 10px;
}

.document-section .document-box .button a:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border-radius: 4px;
  transition: 0.5s;
}

/* ======================document section end========================== */

/* ======================token pricing section end========================== */

.token-section {
  background-color: #3e2bc5;
  padding: 150px 0px 90px 0px;
}

.token-section .title {
  text-align: center;
}

.token-section .title h4 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.token-section .title h2 {
  font-size: 35px;
  margin: 20px;
}

.token-section .title p {
  margin-bottom: 55px;
}

.token-section .token-content .left-content {
  margin-top: 30px;
}

.token-section .token-content .content i {
  color: #26ca9e;
  margin-top: 3px;
}

.token-section .token-content .content h4 {
  font-weight: 500;
  margin-left: 15px;
}

.token-section .token-content .content p {
  margin: 5px 0px;
}

.token-section .token-content .content .bar {
  background-color: #2865d6;
  height: 1px;
  width: 100%;
  margin: 20px 0px;
}

.token-section .token-content .count-box {
  text-align: center;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  padding: 30px 26px 40px 26px;
  margin-left: 50px;
  border-radius: 5px;
}

.token-section .token-content .count-box h3 {
  font-size: 16px;
  font-weight: 500;
}

/* ======================Count========================== */

.token-section .token-content .count-box h1 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.token-section .token-content .count-box li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 5px 22px 10px 22px;
  color: #fff;
  position: relative;
}

.token-section .token-content .count-box li::after {
  position: absolute;
  content: ":";
  left: -9px;
  top: -22px;
  font-size: 60px;
}

.token-section .token-content .count-box li:first-child::after {
  display: none;
}

.token-section .token-content .count-box li span {
  display: block;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 600;
}

.token-section .token-content .count-box .emoji {
  display: none;
  padding: 1rem;
}

.token-section .token-content .count-box .emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}

@media all and (max-width: 768px) {
  .token-section .token-content .count-box h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  .token-section .token-content .count-box li {
    font-size: calc(1.125rem * var(--smaller));
  }

  .token-section .token-content .count-box li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
/* ======================Count========================== */

.token-section .token-content .count-box .skills-bar .bar .info span {
  font-size: 11px;
  color: #fff;
  margin: 25px 25px;
  position: relative;
  top: 10px;
}

.token-section .token-content .count-box .skills-bar .bar .info span::before {
  position: absolute;
  content: "";
  height: 29px;
  width: 1px;
  background-color: #a4c9e5;
  left: 50%;
  bottom: -42px;
  z-index: 99;
}

.token-section .token-content .count-box .skills-bar .bar .progress-line {
  position: relative;
  height: 13px;
  width: 100%;
  top: 35px;
  background-color: #e9f2f1;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.token-section .token-content .count-box .skills-bar .bar .progress-line span {
  position: absolute;
  height: 100%;
  width: 80%;
  left: 0;
  background-color: #3e2bc5;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span {
  width: 50%;
}

.token-section .token-content .count-box .button a {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  transition: 0.5s;
  margin-top: 70px;
}

.token-section .token-content .title h2 {
  font-size: 30px;
  margin: 100px 0px 80px 0px;
}

.token-section .token-content .image {
  margin-right: 20px;
}

.token-section .token-content .image img {
  width: 100%;
}

.token-section .token-content .box-image {
  margin-left: 30px;
}

.token-section .token-content .box-image img {
  width: 100%;
}

.token-section .token-content .last-content {
  margin-top: 20px;
  margin-left: 10px;
}

.token-section .token-content .last-content .number .icon {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  border: 1px solid #8083a6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.token-section .token-content .last-content .number .icon h4 {
  margin-bottom: 0;
  font-size: 20px;
}

.token-section .token-content .last-content .text {
  border: 1px solid #8083a6;
  background-color: #0e0d58;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 15px;
  border-radius: 0px 4px 4px 0px;
}

.token-section .token-content .last-content .text p {
  margin-bottom: 0;
}

/* ======================token pricing section end========================== */
/* ======================roadmap section start========================== */
.roadmap-section {
  background-color: #261986;
  padding: 150px 0px 30px 0px;
}

.roadmap-section .roadmap-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.roadmap-section .roadmap-title h2 {
  font-size: 35px;
  margin: 20px 0px 20px 0px;
}

.roadmap-section .roadmap-title p {
  margin-bottom: 55px;
}

.roadmap-section .roadmap-content {
  margin-top: 50px;
}

.roadmap-section .roadmap-content .map-box {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

.roadmap-section .roadmap-content .map-box::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  background-color: #efc74c;
  border-radius: 20px;
  left: 47%;
  top: 58px;
  /* display: none; */
}

.roadmap-section .roadmap-content .map-box::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 224px;
  border: 1px dashed #4d538a;
  left: 0;
  top: 65px;
}

.roadmap-section .roadmap-content .map-box h4 {
  font-size: 16px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  padding: 10px 18px;
  margin-bottom: 105px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 400;
}

.roadmap-section .roadmap-content .map-box .test {
  background-color: #0b1068;
  border: 1px solid #9b31f7;
  padding: 20px 10px 10px 10px;
  border-radius: 4px;
  position: relative;
  width: 100%;
}

.roadmap-section .roadmap-content .map-box:hover .hover-box {
  opacity: 1;
  transition: 0.5s;
}

.roadmap-section .roadmap-content .map-box .hover-box {
  position: absolute;
  left: 0;
  top: 145px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}

.roadmap-section .roadmap-content .map-box .hover-box .up {
  background-color: #efc74c;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.roadmap-section .roadmap-content .map-box .hover-box .up p {
  margin: 0;
  padding: 20px 0px;
  font-size: 17px;
  color: #fff;
}

.roadmap-section .roadmap-content .map-box .hover-box .down {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  text-align: center;
  border-radius: 0px 0px 4px 4px;
}

.roadmap-section .roadmap-content .map-box .hover-box .down a {
  margin: 0;
  color: #fff;
  padding: 16px 0px;
}

.roadmap-section .roadmap-content .test::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  border: 1px dashed #4d538a;
  left: 50%;
  top: -70px;
}

.roadmap-section .roadmap-content .map-box .test p {
  font-size: 17px;
}

/* ======================roadmap section end========================== */
/* ======================faq section start========================== */
.faq-section {
  background-color: #3e2bc5;
  padding: 150px 0px;
}

.faq-section .faq-title {
  text-align: center;
}

.faq-section .faq-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.faq-section .faq-title h2 {
  font-size: 35px;
  margin: 20px;
}

.faq-section .faq-title p {
  margin-bottom: 55px;
}

.tab-section .accordion {
  /* background: #fff; */
  /* margin-top: 70px; */
}

.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  /* border-bottom: 1px solid #eaeaea; */
}

.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button {
  padding: 30px 0px;
}

.tab-section .accordion .accordion-tabs button img {
  margin-bottom: 20px;
}

.tab-section .accordion .accordion-tabs button span {
  font-size: 16px;
  color: #002c5d;
}

.tab-section .accordion .accordion-content {
  padding: 0px 40px;
}

.tab-section .accordion .accordion-content img {
  width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
  padding-right: 20px;
}

.tab-section .accordion .accordion-content .left-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tab-section .accordion .accordion-content .left-content .sub-title p {
  font-style: italic;
}

.tab-section .accordion .accordion-content .left-content p {
  font-style: normal;
}

.tab-section .accordion .accordion-content .left-content .list .icon-box p {
  margin: 5px 0px;
}

.tab-section .accordion .accordion-content .left-content .list .icon {
  margin-right: 10px;
}

.tab-section .accordion .accordion-content .left-content .list .icon i {
  color: #39cabb;
  font-size: 20px;
}

.tab-section .accordion .accordion-content .left-content .button a {
  font-size: 16px;
  color: #fff;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  padding: 15px 30px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}

.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}

.accordion-item h4.accordion-item__label {
  font-size: 10px;
}

.accordion-active .accordion-item__label:hover {
  background: none;
}

.accordion-active .accordion-item__label::after {
  opacity: 0;
}

.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}

.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}

.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

.left-content p {
  margin: 20px 0 23px;
}

h4.accordion-item__label {
  opacity: 0;
}

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
  }

  .accordion-tabs .accordion-tab {
    background: transparent;
    padding: 10px 30px;
    border: 1px solid #9b31f7;
    cursor: pointer;
    transition: background 0.1s ease;
    margin-right: 20px;
    border-radius: 5px;
  }

  /* .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  } */

  .accordion-tabs .accordion-tab.accordion-active {
    background: linear-gradient(
      90deg,
      rgba(128, 84, 253, 1) 0%,
      rgba(162, 41, 245, 1) 100%
    );
  }

  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0) invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

  .accordion-item {
    display: none;
    border: none;
    min-height: 260px;
  }

  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.faq-section .accordion-faq .accordion2 {
  position: relative;
  background-color: #062459;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin: 10px 0px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  transition: 0.5s;
}

.faq-section .accordion-faq .accordion2::after {
  position: absolute;
  content: "\f107";
  color: #fff;
  font-weight: bold;
  right: 0;
  top: 0;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  padding: 8px 17px;
  border-radius: 4px;
  font-size: 23px;
  font-family: FontAwesome;
}

.faq-section .accordion-faq .active::after {
  content: "\f106";
  color: #fff;
  font-size: 23px;
  font-family: FontAwesome;
}

.faq-section .accordion-faq .panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-section .right-content {
  margin-left: 150px;
}

.faq-section .right-content .image img {
  width: 100%;
}

/* ======================faq section end========================== */

/* ======================team section start========================== */
.team-section {
  background-color: #261985;
  padding: 150px 0px;
}

.team-section .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-section .team-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #efc74c;
}

.team-section .team-title h2 {
  font-size: 35px;
  margin: 20px 0px;
}

.team-section .team-title p {
  /* margin-bottom: 55px; */
}

.team-section .team-box {
  background-color: #0a1267;
  position: relative;
  padding: 150px 0px 20px 0px;
  text-align: center;
  margin-top: 120px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.team-section .team-box h4 {
  font-size: 18px;
}

.team-section .team-box::hover h4 {
  color: #25c99e;
  transition: 0.5s;
}

.team-section .team-box .image {
  position: relative;
}

.team-section .team-box .image img {
  width: 80%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -229px;
  left: 0;
  right: 0;
  margin: auto;
}

.team-section .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .team-box .icon i {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;
}

.team-section .title h2 {
  margin: 95px 0px 35px 0px;
}

.team-section .board {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.team-section .board .team-box {
  background-color: #0a1267;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 270px;
  border-radius: 5px;
  margin-right: 30px;
}

.team-section .board .team-box h4 {
  font-size: 18px;
}

.team-section .board .team-box::hover h4 {
  color: #25c99e;
  transition: 0.5s;
}

.team-section .team-box .image {
  position: relative;
}

.team-section .board .team-box .image img {
  width: 80%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -238px;
  left: 0;
  right: 0;
  margin: auto;
}

.team-section .board .team-box .icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .board .team-box .icon i {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;
  text-align: center;
}

/* ======================team section end========================== */
/* ======================blog section start========================== */
.blog-section {
  background-color: #3e2bc5;
  padding: 150px 0px;
}

.blog-section .blog-title h5 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #efc74c;
}

.blog-section .blog-title h2 {
  font-size: 35px;
  margin: 20px 0px;
}

.blog-section .blog-title p {
  margin-bottom: 55px;
}

.blog-section .blog-content {
  position: relative;
  margin-bottom: 30px;
}

.blog-section .blog-content .blog-image {
  position: relative;
}

.blog-section .blog-content .blog-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* background: linear-gradient(90deg, rgba(128, 84, 253, 1) 0%, rgba(162, 41, 245, 1) 100%); */
  background-image: linear-gradient(#6644e7, #792ae2);
  opacity: 0;
  transition: 0.5s;
}

.blog-section .blog-content .blog-image:hover::before {
  opacity: 0.6;
  transition: 0.5s;
}

.blog-section .blog-content .blog-image img {
  width: 100%;
}

.blog-section .blog-content .date {
  position: absolute;
  left: 30px;
  top: 311px;
}

.blog-section .blog-content .date h4 {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 4px;
}

.blog-section .blog-content .bottom-content {
  background-color: #3929bb;
  padding: 10px 0px 10px 41px;
}

.blog-section .blog-content .bottom-content h2 a {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
}

.blog-section .blog-content .bottom-content h2 a:hover {
  color: #efc74c;
  transition: 0.5s;
}

.blog-section .blog-content .bottom-content p {
  font-size: 16px;
  font-weight: 500;
}

/* ======================blog section end========================== */

/* ======================contact section start========================== */
.contact-section {
  background-color: #261985;
  padding: 150px 0px;
}

.contact-section .contact-title h4 {
  font-size: 16px;
  color: #efc74c;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #efc74c;
}

.contact-section .contact-title h2 {
  font-size: 35px;
  margin: 20px 0px;
}

.contact-section .contact-title p {
  margin-bottom: 55px;
  color: #fff;
}

.contact-section .icon {
  margin: 20px 0px;
}

.contact-section .icon i {
  background: linear-gradient(
    90deg,
    rgba(113, 83, 251, 1) 0%,
    rgba(38, 202, 158, 1) 100%
  );
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
}

.contact-section .icon p {
  margin-left: 15px;
  color: #efc74c;
  letter-spacing: 2px;
}

.contact-section .contact {
  margin-bottom: 30px;
}

.contact-section .contact .contact-wraper {
  margin-top: 80px;
}

.contact-section .contact .contact-field {
  background-color: #25338b;
  margin: 15px 0px;
  border: none;
  color: #fff;
}

.contact-section .contact input::placeholder {
  color: #a2b4d2;
}

.contact-section .contact textarea::placeholder {
  color: #a2b4d2;
}

.contact-section .contact textarea {
  margin-top: 30px !important;
}

.contact-section .contact .contact-button {
  text-align: center;
  margin-top: 40px;
}

.contact-section .contact .contact-button .btn {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  transition: 0.5s;
}

.contact-section .contact .contact-button .btn:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  transition: 0.5s;
}
/* ======================contact section end========================== */
/* ======================brand section start========================== */
.brand-section {
  background-color: #000858;
  padding: 100px 0px 70px 0px;
}

.brand-section .brand-title h2 {
  text-align: center;
  margin-bottom: 50px;
}

.brand-section .brand-content.brand-slider.owl-carousel .brand-iten .image {
  padding: 0px 60px;
}

.brand-section
  .brand-content.brand-slider.owl-carousel
  .brand-iten
  .image
  .img {
}

.brand-section .brand-content .brand-iten h4 {
  background: -webkit-linear-gradient(#7a5cff, #a722f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}

/* ======================brand section end========================== */
/* ======================footer section start========================== */
.footer-section {
  background-color: #000858;
  padding: 0px 0px 0px 0px;
}

.footer-section .footer-spase {
  margin-bottom: 30px;
}
.footer-section .footer-top-bar {
  height: 1px;
  width: 100%;
  background-color: #0a364b;
  margin-bottom: 100px;
}

.footer-section .start-content p {
  margin: 20px 0px 20px 0px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 35px;
}

.footer-section ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  align-items: center;
  color: #a2b4d2;
}

.footer-section ul li:hover {
  color: #25c99e;
  transition: 0.5s;
}

.footer-section ul li a {
  transition: 0.5s;
  margin-left: 11px;
  color: #a2b4d2;
}

.footer-section ul li a:hover {
  background: -webkit-linear-gradient(#7153fb, #26ca9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}

.footer-section .end-content p {
  margin: 0px 0px 20px 0px;
  color: #fff;
}

.footer-section .form_box {
  position: relative;
  margin: 20px 0px 30px 0px;
}

.footer-section .form_box input {
  background-color: #062459;
  border: none;
  padding: 24px 0px 24px 10px;
}

.footer-section .form_box input::placeholder {
  color: #7082a4;
  padding-left: 10px;
}

.footer-section .contact-button {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-section .contact-button .btn {
  border-radius: 4px;
  padding: 10px 30px;
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  color: #fff;
  transition: 0.5s;
}

.footer-section .contact-button .btn:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  transition: 0.5s;
}

.footer-section .footer-icon a {
  background-color: #333979;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 20px;
  margin: 0px 10px;
  text-align: center;
  transition: 0.5s;
}

.footer-section .footer-icon a:hover {
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  transition: 0.5s;
}

.footer-section .cuppy-right-section .footer-bar {
  height: 1px;
  width: 100%;
  background-color: #0a364b;
  margin-top: 30px;
}

.footer-section .cuppy-right-section p {
  font-size: 14px;
  text-align: center;
  padding: 40px 0px 40px 0px;
}
/* ======================footer section end========================== */

/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.button a i {
  margin-left: 8px;
}
.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: linear-gradient(
    90deg,
     #cba33a 0%,
    #efc74c 100%
  );
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #39cabb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/*animation*/

.rotatemeTwo {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotatemeTwo {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*animation rotateme */
#rotateMe {
  animation: wooo 3s infinite;
  trasnform-origin: 50% 50% 50%;
}

@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

/* ======================Animation section end========================== */

/*particale js*/
canvas {
  height: 1050px;
  width: 100%;
  background: url("assets/image/dreamhub-crypto-2nd-.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div#particles {
  position: relative;
}
div#particles .single-slider-box {
  margin-top: 0;
  text-align: left;
}
div#particles .slider-thumb {
  text-align: right !important;
  margin-left: 180px;
  position: relative;
}
#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
}

div#particles .banner-section {
  background-image: inherit;
  padding: 300px 0px 70px 0px;
}

.upper.menu-box {
  background-color: #261985;
}
