/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  height: 100vh;


  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092737+0,2989d8+0,2989d8+0,000000+38,2e1620+92 */


}

.wrapper {
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: 000000;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.p1 {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  /* identical to box height */
  text-align: left;
  color: #FFFFFF;
}

.p2 {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #cccccc;
}

.p3 {
  font-family: "poppins", sans-serif;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 8px;
}

.cyan {
  border-top: 3px solid var(--cyan);
}

.red {
  border-top: 3px solid var(--red);
}

.blue {
  border-top: 3px solid var(--blue);
}

.orange {
  border-top: 3px solid var(--orange);
}

.padding {
  padding-bottom: 24px;
}

.color {
  color: #fff;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #F98418;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.gradient-text {
  background: linear-gradient(to left, var(--gradient1), var(--gradient2), var(--gradient3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}



.gradient-text {
  background: linear-gradient(to right, var(--gradient1), var(--gradient2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.background-gradient {
  background: rgb(46, 22, 32);
  background: -moz-linear-gradient(225deg, rgba(46, 22, 32, 1) 8%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 56%, rgba(9, 39, 55, 1) 77%);
  background: -webkit-linear-gradient(225deg, rgba(46, 22, 32, 1) 8%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 56%, rgba(9, 39, 55, 1) 77%);
  background: linear-gradient(225deg, rgba(46, 22, 32, 1) 8%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 56%, rgba(9, 39, 55, 1) 77%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e1620", endColorstr="#092737", GradientType=1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  /* z-index: 997; */
  /* padding: 15px 0; */
  border-bottom: 4px solid #1C1C1C;
  background-color: #000000;
}

#header.header-scrolled,
#header.header-inner-pages {
  /* background: rgba(40, 58, 90, 0.9); */
  background: rgba(0, 0, 0, 0.571);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 8px;
  line-height: 1;
  font-weight: 600;
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
}

#header .logo a {
  /* color: #F98418; */
  font-family: "Aldrich";
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(180deg, #F11C61 0%, #FD5F0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  ;
}

/* #header .logo-img {
  height: 80px;
  width: 80px;
} */



@media (min-width: 950px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .box-down {
    position: relative;
    top: 150px;
  }

  .box {

    background: black;
    margin: 24px;
    border-radius: 8px;
    padding: 4px;

  }

  .header p {
    width: 30%;
  }

}

.feature-card {

  box-shadow: 0px 30px 40px -20px var(white);
  padding: 24px;
  margin: 20px;
  transition-duration: 0.6s;
  background-color: #000;


  border-image: linear-gradient(126deg, #09f, rgba(255, 0, 128, .952));
  border-image-slice: 1;
  border-width: 5px;



  min-height: 200px;

}

.feature-card h4,
.feature-card p {
  color: white;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: -2px 3px 6px 0px linear-gradient(126deg, #09f, rgba(255, 0, 128, .952));
  border-image-slice: 1;
  ;
  background: linear-gradient(170deg, #000000, #016f78);

}

.heximg {
  width: 35vh;
  height: 40vh;
}

.hexx {
  /* display: flex; */
  align-items: center;
  margin: 16px;
  position: relative;
  /* width: 35vh; */
  min-height: 30vh;
  /* width * 0.866 */
  background: #000;
  box-sizing: border-box;

  padding: 24px;
  border-radius: 16px;

  text-align: center;
  /* -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
  box-shadow: inset 0px 0px 20px #F11C61;

}

.hexx:hover {
  /* background: linear-gradient(223.86deg, rgba(255, 153, 0, 0.8) 1.91%, rgba(255, 0, 0, 0.8) 98.37%); */
  background: linear-gradient(90.36deg, #ad0246, #aa3901);
  mix-blend-mode: screen;
  box-shadow: 0px 4px 4px #F11C61;

}

.line1 {
  border: 4px solid #9BF851;
  ;
  border-radius: 8px;
  width: 100px;
  display: flex;
}

.line2 {
  border: 4px solid #FFD84D;
  border-radius: 8px;
  width: 100px;
  display: flex;
}

.line3 {
  border: 4px solid #29FFCC;
  border-radius: 8px;
  width: 100px;
  display: flex;
}

.line4 {
  border: 4px solid #FFA048;
  border-radius: 8px;
  width: 100px;
  display: flex;
}

.playearn {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 49px;
  text-align: center;
  color: #8F8F8F;
}

.playlearn {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  color: #FFFFFF;
  overflow-wrap: break-word;
  display: block;
}

.ordinaryp {
  padding: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

.tabbar-title {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #12e9ff;
}

.footer-title {

  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}


.footer-sub {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff83;
}

.footer-sub:hover {
  color: #F98418;
  font-size: 20px;
}

.gamep {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .gamep {
    font-size: 18px;
  }
}

.boxx {
  background: #000000;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #F98418;
  border-radius: 16px;
  margin-top: 24px;
  padding: 16px;
}

.cardbox {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  align-items: center;

  min-height: 170px;
  padding: 8px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  /* gap: 16px; */
  overflow: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  margin: 12px;
  padding: 8px;
  /* padding-left: 36px; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* color: #F98418; */
  background: linear-gradient(91.44deg, #F11C61 0.14%, #FD640A 99.53%, #FD640A 99.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  /* color: #F98418; */
  color: #F11C61;
  /* border-top: 5px linear-gradient(91.44deg, #F11C61 0.14%, #FD640A 99.53%, #FD640A 99.53%); */
  border-top: 5px solid #F11C61;
  /* border-left: 5px solid #F11C61; 
   border-right: 5px solid #F11C61;  */
  border-radius: 24px;

}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  /* border: 2px solid #47b2e4; */
  font-weight: 600;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  /* background-image: linear-gradient(to right, var(--gradient1), var(--gradient2)); */
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, var(--gradient1), var(--gradient2));
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #000 inset;
}

.navbar .getstarted:hover {
  color: #fff;
  /* background: #31a9e1; */
  box-shadow: none;

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  font-family: "poppins";
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #059dff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #059dff;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #059dff;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #059dff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;

  background-color: #000;
  border-bottom: 1px solid;
  font-size: 40px;
}

#hero .container {
  padding-top: 72px;

}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    /* height: 100vh; */
    text-align: center;
    background-color: #000;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 120px ; */
  overflow: hidden;
  background-color: #121212;
}

/* .section-bg {
  background-color: #f3f5fa;
} */

.headtitle {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Nosifer', cursive;
  background: linear-gradient(92.49deg, #F11C61 7.48%, #FD640A 97.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 400px) {
  .headtitle {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Nosifer', cursive;
    background: linear-gradient(92.49deg, #F11C61 7.48%, #FD640A 97.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


  }
}

.store-logo {
  border-radius: 8px;
  height: 30px;
  width: auto;
}


.subtitle {
  font-size: 30px;
  font-family: 'Aldrich', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 29px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* background: linear-gradient(180deg, #FFE81D 0%, rgba(204, 58, 26, 0.9) 100%); */
  background: linear-gradient(180deg, #F11C61 0%, #FD640B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

@media (max-width: 500px) {
  .subtitle {
    padding-left: 8px;

  }
}




.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;

}

.stack {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stack:first-child {
  background-color: orange;
  width: 270px;
  height: 120px;
  z-index: -2;
}

.stack:last-child {
  width: 250px;
  height: 100px;
  z-index: -1;
  background-color: turquoise;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;

}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/

.tab {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;


}

/* Style the buttons inside the tab */
.tab button {
  background: #313131;

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  /* identical to box height, or 53% */

  display: flex;
  align-items: center;

  color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #161616;
  color: #F98418;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  border: #F98418;
  color: #F98418;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 24px;

  border-top: none;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --gradient1: #7A47CC;
  --gradient2: #f54e5a;
  --gradient3: #7A47CC;
  --gradient4: #f54e5a;

  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
} */

.section_5-content {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px
}

.section_5-slider-trumb {
  display: inline-block;
  width: 100%;
  left: 0;
  height: 4px;
  background-color: #00e4ff;
  position: relative;
  -webkit-box-shadow: 0 0 6px 1px #00e4ff;
  -moz-box-shadow: 0 0 6px 1px #00e4ff;
  box-shadow: 0 0 6px 1px #00e4ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

#section_5-slider-circle {
  position: relative
}

#section_5-slider-circle .data_cir {
  top: 0;
  position: absolute;
  margin-left: -8px;
  margin-top: -16px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00e4ff;
  border: 4px solid #000;
  -webkit-box-shadow: 0 0 6px 2px #00e4ff;
  -moz-box-shadow: 0 0 6px 2px #00e4ff;
  box-shadow: 0 0 6px 2px #00e4ff
}

#section_5-slider-circle .data_cir-content {
  position: relative;
  width: 200px;
  height: auto;
  display: inline-block;
  margin-left: -60px;
  text-align: center
}

#section_5-slider-circle .data_cir-content p {
  font-size: 13px;
  color: #00e4ff;
  line-height: 2
}

#section_5-slider-circle .data_cir-content>span {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

#section_5-slider-circle .data_cir-content span {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  line-height: 20px
}

@media (max-width: 1200px) {
  #section_5-slider-circle .data_cir-content span {
    width: 94%;
    font-size: 11px
  }
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content {
  bottom: 44px;
  -webkit-transform: translateY(-100%) translateX(-18%);
  -ms-transform: translateY(-100%) translateX(-18%);
  -moz-transform: translateY(-100%) translateX(-18%);
  -o-transform: translateY(-100%) translateX(-18%);
  transform: translateY(-100%) translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content {
  top: 55px;
  -webkit-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -moz-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  transform: translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content .roadmap_img {
  -ms-order: -1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1
}

#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info {
  margin-top: 20px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .roadmap_content_info {
  margin-bottom: 20px
}

#section_5-slider-circle .data_cir .data_cir-content ul {
  text-align: left;
  position: relative
}

#section_5-slider-circle .data_cir .data_cir-content ul::before {
  content: '';
  position: absolute;
  border-left: 1px solid #00e4ff;
  left: -14px;
  opacity: .2;
  width: 45%;
  height: -webkit-calc(100% + 37px);
  height: -moz-calc(100% + 37px);
  height: calc(100% + 37px)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before {
  border-top: 1px solid #00e4ff;
  margin-top: -46px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
  border-bottom: 1px solid #00e4ff;
  margin-top: 10px
}

#section_5-slider-circle .data_cir .data_cir-content ul li {
  padding-left: 5px;
  list-style: disc;
  color: #00e4ff
}

#section_5-slider-circle .data_cir .data_cir-content ul li span {
  color: #fff
}

#section_5-slider-circle .data_cir .data_cir-content .roadmap_img {
  width: 50px;
  height: 50px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #00e4ff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
  box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5)
}

#section_5-slider-circle .data_cir::before {
  content: '';
  opacity: .6;
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background-color: #00e4ff;
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px)
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::before {
  top: -44px
}

#section_5-slider-circle .data_cir:nth-child(2n)::before {
  top: 17px
}

#section_5-slider-circle .data_cir::after {
  content: attr(data-date);
  position: absolute;
  display: block;
  width: 50px;
  color: #fff;
  font-size: 12px;
  left: 0;
  text-align: center;
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%)
}

.form-block-rcl>.login-message {
  color: #fff;
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::after {
  top: 30px
}

#section_5-slider-circle .data_cir:nth-child(2n)::after {
  top: -45px
}

#section_5-slider-circle .data_cir.next {
  background-color: #000;
  border: 4px solid #000;
  -webkit-box-shadow: 0 0 6px 2px #00e4ff;
  -moz-box-shadow: 0 0 6px 2px #00e4ff;
  box-shadow: 0 0 6px 2px #00e4ff
}

@media (max-width: 992px) {
  .section_5-slider-trumb {
    width: 4px;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    top: 4px;
    position: absolute;
    left: -webkit-calc(45vw + 8px);
    left: -moz-calc(45vw + 8px);
    left: calc(45vw + 8px);
  }

  .section_5-content {
    position: relative;
  }

  .section_5-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  #section_5-slider-trumb {
    width: 4px;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    top: 4px;
    position: absolute;
    left: -webkit-calc(45vw + 8px);
    left: -moz-calc(45vw + 8px);
    left: calc(45vw + 8px);
  }

  #section_5-slider-circle .data_cir {
    margin-top: 0px;
    margin-bottom: 150px;
    position: relative;
    left: 0 !important;
    margin-left: -webkit-calc(45vw + 2px);
    margin-left: -moz-calc(45vw + 2px);
    margin-left: calc(45vw + 2px);
  }

  #section_5-slider-circle .data_cir:last-child {
    margin-bottom: 0 !important
  }

  #section_5-slider-circle .data_cir::before {
    top: 3px !important;
    height: 1px;
    width: 40px;
    left: auto;
    right: 14px;
  }

  #section_5-slider-circle .data_cir-content {
    margin-left: 60px;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 250px;
  }

  #section_5-slider-circle .data_cir-content span {
    width: 100%;
    font-size: 14px;
  }

  #section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before,
  #section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
    display: none;
  }

  #section_5-slider-circle .data_cir:first-child .data_cir-content>span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    text-align: left;
  }

  #section_5-slider-circle .data_cir-content>span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: auto;
  }

  .roadmap_img {
    display: none !important;
  }

  #section_5-slider-circle .data_cir::after {
    left: auto;
    right: 55px;
    padding: 5px 7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 4px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #00e4ff;
  }

  #section_5-slider-circle .data_cir::after {
    width: 70px;
  }




}

@media(max-width:767px) {
  #section_5-slider-circle .data_cir {
    margin-left: calc(5vw + 2px)
  }

  #section_5-slider-circle .data_cir::after {
    left: 55px;
    right: auto;
  }

  #section_5-slider-circle .data_cir::before {
    left: 14px;
    right: auto;
  }

  .section_5-slider-trumb {
    left: calc(5vw + 8px)
  }

  #section_5-slider-circle .data_cir .roadmap_content_info {
    margin-top: 20px;
  }

  #section_5-slider-circle .data_cir-content {
    transform: translate(0%, 70%) !important;
  }

  .roadmap {
    padding-bottom: 200px;
  }
}

.text-align-centre {
  text-align: center;
}

.content-centre {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.line {
  border-left: 5px solid rgb(255, 255, 255);
  height: 220px;
}

@media (max-width:787px) {

  .line {
    border-left: none;
    border-bottom: 5px solid rgb(255, 255, 255);
    height: 0;
  }

}


/*
 * ==== hexagon
 */
.hexa,
.hexa div {
  margin: 0 auto;
  transform-origin: 30% 30% 30% 30%;
  overflow: hidden;
  width: 300px;
  height: 300px;
}

.hexa {
  width: 325px;
  height: 230px;
}

.hexa div {
  width: 100%;
  height: 100%;
}

.hexa {
  transform: rotate(120deg);
}

.hex1 {
  transform: rotate(-60deg);
}

.hex2 {
  transform: rotate(-60deg);
}

.team-header {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #FFC90A;
}

.team-role {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #DDDDDD;
}

.team-desc {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #fdecdc;
}


.rhex {
  position: relative;
  margin: 1em auto;
  width: 10em;
  height: 17.32em;
  border-radius: 1em/ .5em;


  background: #000000;
  border: 4px solid #C16C09;


  transition: opacity .5s;
  cursor: pointer;
}

.rhex:before,
.rhex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

.rhex:before {
  transform: rotate(60deg);
}

.rhex:after {
  transform: rotate(-60deg);
}

.rhex:hover {
  opacity: 1;
}

.texxt {
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: start;
  line-height: normal;
}

.empty-space {
  height: 30px;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


.wrapperr {

  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;

  justify-content: center;
  flex-direction: column;
  border-left-style: dotted;
  border-left-color: rgb(241, 28, 97);
  border-right-style: dotted;
  border-right-color: rgb(241, 28, 97);
  border-width: 5px;
}

.carousel-row {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;

  justify-content: center;
  flex-direction: row;
  border-left-style: dotted;
  border-left-color: #F98418;
  border-right-style: dotted;
  border-right-color: #F98418;
  border-width: 5px;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
  animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
  animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
  animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
  animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
  animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
  animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
  animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
  animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
  animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
  background-color: #d7f7fc;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}


.cube {
  width: 200px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 10s linear infinite;
}

img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
}

.box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}


.box1 {
  transform: translateZ(100px);
}

.box2 {
  transform: rotateY(90deg) translateX(100px);
  transform-origin: right;
}

.box3 {
  transform: rotateY(180deg) translateZ(100px);
}

.box4 {
  transform: rotateY(-90deg) translateX(-100px);
  transform-origin: left;
}

.box5 {
  transform: rotateX(-90deg) translateY(-100px);
  transform-origin: top;
}

.box6 {
  transform: rotateX(90deg) translateY(100px);
  transform-origin: bottom;
}


@keyframes rotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotateY(90deg) rotateZ(90deg);
  }

  40% {
    transform: rotateY(180deg) rotateZ(-90deg);
  }

  60% {
    transform: rotateY(270deg) rotateZ(90deg);
  }

  80% {
    transform: rotateY(360deg) rotateZ(-90deg);
  }
}







.context {
  width: 100%;
  position: absolute;


}

.context h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}


.area {
  /* background: #0a15e9;  
      background: -webkit-linear-gradient(to left, #040746, hsl(237, 90%, 37%));   */
  width: 100%;
  /* height:100vh;
       */

}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}



.shape-draw {
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  background: #000000;
  border: 4px solid #C16C09;
  height: 100px;
  width: 100px;

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cube-box {
  display: flex;
  justify-content: center;
  align-items: center;

}

.cube-box .cube-cube-box {
  perspective: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cube-box .cube-cube-box .cube {
  transition: transform 2s ease-in;
  transform-style: preserve-3d;
  width: 150px;
  height: 150px;
  margin: 50px 0;
}

.cube-box .cube-cube-box .cube.cube1 {
  animation: horizontal-spin 8s infinite linear;
}

.cube-box .cube-cube-box .cube.cube2 {
  animation: vertical-spin 5s infinite linear;
}

.cube-box .cube-cube-box .cube .box {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cube-box .cube-cube-box .cube .box.front {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: translateZ(75px);
}

.cube-box .cube-cube-box .cube .box.box2.front {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
}

.cube-box .cube-cube-box .cube .box.back {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: translateZ(-75px) rotateY(180deg);
}

.cube-box .cube-cube-box .cube .box.box2.back {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: translateZ(-75px) rotateX(-180deg);
}

.cube-box .cube-cube-box .cube .box.top {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateX(-90deg) translateY(-75px);
  transform-origin: top center;
}

.cube-box .cube-cube-box .cube .box.box2.top {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateX(90deg) translateY(-75px);
}

.cube-box .cube-cube-box .cube .box.bottom {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateX(90deg) translateY(75px);
  transform-origin: bottom center;
}

.cube-box .cube-cube-box .cube .box.box2.bottom {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateX(-90deg) translateY(75px);
}

.cube-box .cube-cube-box .cube .box.left {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateY(270deg) translateX(-75px);
  transform-origin: center left;
}

.cube-box .cube-cube-box .cube .box.box2.left {
  background: #c060da;
}

.cube-box .cube-cube-box .cube .box.right {
  background: linear-gradient(92.49deg, #F11C61 97.25%, #FD640B 7.48%);
  transform: rotateY(-270deg) translateX(75px);
  transform-origin: top right;
}

.cube-box .cube-cube-box .cube .box.box2.right {
  background: #c976e0;
}

@keyframes horizontal-spin {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes vertical-spin {
  from {
    transform: rotateX(0);
  }

  to {
    transform: rotateX(360deg);
  }
}

.hexagon {
  position: relative;
  height: 250px;
  width: 250px;
  background: black;
  border: 4px solid #C16C09;
}

.hexagon:before,
.double:after {
  position: absolute;
  content: '';
}

.hexagon:before {

  height: calc(100% - 8px);
  /* 100% - (2 * border width) */
  width: calc(100% - 8px);
  /* 100% - (2 * border width) */
  background: #000;

}

.hexagon,
.hexagon:before,
.double:after {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.image:before {
  background: url(http://lorempixel.com/150/150/nature/1);
}

.double:after {
  top: 8px;
  left: 8px;
  height: 250px;
  width: 250px;
  background: black;
  border: 4px solid #C16C09;
}

/* Just for demo */

.hexagon {
  display: inline-block;
  margin: 20px;
}

.teambox {
  background: #000000;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #F11C61;
  border-radius: 16px;
  margin-top: 24px;
  padding: 16px;
  overflow: hidden;
}

.teambox:hover {
  border-color: #ffffff;
  box-shadow: 0px 0px 46px #F11C61, inset 0px 0px 20px #F11C61;
  transform: translate(0, -10px);
}

.space-btwn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


.teamimg {
  width: 100%;

  height: 100%;
  object-fit: fill;
  border-radius: 16px;
  box-shadow: 0px 0px 46px #C16C09, inset 0px 0px 20px #C16C09;

  -webkit-box-reflect: below 2px linear-gradient(transparent, transparent, #0004);

  transform-origin: center;
  transform: perspective(800px) rotateY(25deg);
  transition: 0.5s;
}


/* @media screen and (min-width: 501px) {
  .teamimg {
    width: 100%;
    margin: 16px;
    height: 100%;
    object-fit: fill;
    border-radius: 16px;
    box-shadow: 0px 0px 46px #C16C09, inset 0px 0px 20px #C16C09;

    -webkit-box-reflect: below 2px linear-gradient(transparent, transparent, #0004);

    transform-origin: center;
    transform: perspective(800px) rotateY(25deg);
    transition: 0.5s;
  }
}
 */

@media screen and (min-width: 501px) {
  .team-container {
    max-width: 600px;
    height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

  }

  .team-container:hover img {
    opacity: 0.8;
  }

  .team-container img:hover {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
  }
}

@media screen and (max-width: 500px) {
  .team-container {
    height: 200px;
    width: 200px;
    margin: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

  }

  /* .team-container:hover img {
    opacity: 0.8;
  } */

}

@media screen and (max-width: 500px) {
  .footer-box {
    margin: 16px;
    height: 100vh;

  }
}

.footer-box {
  background: #000000;
  box-shadow: 4px 4px 8px #C16C09, inset 4px 4px 4px #C16C09;
  border-radius: 16px;
  padding: 24px;

}




.fa {

  font-size: 30px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  margin: 8px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  color: white;
}

.fa-telegram {
  background: #2AABEE;
  color: white;
}

@import url(https://fonts.googleapis.com/css?family=Exo+2:200i);

@font-face {
  font-family: neon;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
}

.containr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.neon {
  font-family: Aldrich;
  color: #f40a64;
  font-size: 2vw;
  line-height: 4vw;
  font-weight: 800;
  text-shadow: 0 0 3vw #f40a64;
}

.flux {
  font-family: Aldrich;
  color: #1162f8;
  font-size: 2vw;
  font-weight: 800;
  line-height: 4vw;
  text-shadow: 0 0 3vw #1162f8;
}

.neon {
  animation: neon 2s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {

  0%,
  100% {
    /* text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914; */
    color: #f40a64;
  }

  50% {
    /* text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A; */
    color: #cea10f;
  }
}

.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}

@keyframes flux {

  0%,
  100% {
    /* text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280; */
    color: #16d4ff;
  }

  50% {
    /* text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940; */
    color: #2c5b66;
  }
}

.header-bg {
  background: url('/assets/img/games/gameheader.png');
  background-size: 50% 100%;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}


@media screen and (max-width: 900px) {
  .img-hide {
    visibility: hidden;
    clear: both;
    display: block !important;
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .img-hidemob {
    visibility: hidden;
    clear: both;
    display: block !important;
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .img-hidemobb {
    visibility: hidden;
    clear: both;
    display: block !important;
    display: none !important;
  }
}


@media screen and (min-width: 701px) {

  .boxcontainer {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
  }
}



.mob-menu {
  width: 100%;
  padding: 12px;
  background-color: #000;
  height: 100px;

}


.topnav {
  overflow: hidden;
  background-color: #0f070a;
  position: relative;

}

.topnav #myLinks {
  display: none;

}

.topnav a {
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Aldrich";

  font-weight: 500;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #000000;
  color: white;
}

@media (max-width : 900px) {
  .paddingmob {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width : 900px) {
  .paddingtopmob {
    padding-top: 24px;

  }
}

.button-img{
  height: 80px;
  max-width:  500px;
}
.button-img:hover {
 transform: scale(1.5);
}

.button-img-mob{
  height: 50px;
  max-width:  300px;
}


.predict-btn-sqr {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;

    padding: 0.7em 1.4em 0.7em 1.1em;
    background: #22A5F5;
    border-radius: 32px;
    /* margin-top: 16px; */
    border: none;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #ffffff;
}

@media (max-width: 700px) {

    .predict-btn-sqr {
        /* margin-top: 5vh; */
        padding: 8px 14px;
        font-size: 16px;
    }



/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}