@font-face {
  font-family: 'austie_bost_chunky_descriptRg';
  src: url('../font/poetsenone-regular-webfont.woff2') format('woff2'), url('../font/poetsenone-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 0.9rem;
  color: #343a40;
  font-family: "austie_bost_chunky_descriptRg" !important;
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5 {
  font-family: "austie_bost_chunky_descriptRg";
}

html {
  scroll-padding-top: 58px;
}

h1, h2, h3, h4, h5, h6 {
  color: #343a40;
  font-family: "austie_bost_chunky_descriptRg", sans-serif;
  font-weight: 600;
}

h4 {
  line-height: 37px;
}

h4 a {
  color: #343a40;
}

a {
  text-decoration: none !important;
  outline: none;
  color: white;
}

p {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 4px;
}

hr {
  opacity: 0.1 !important;
}

.row>* {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.home {
  height: calc(100vh - 44px);
}

.home-bottom {
  background: url(../img/BG_ground.png);
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 90;
}

#home-img-0 {
  position: absolute;
  left: -197px;
  bottom: -10%;
  height: 100vh;
  width: 647px;
  z-index: 1;
}

#home-img-1 {
  position: absolute;
  right: -32%;
  bottom: -23%;
  height: 104vh;
  width: 1100px;
}

.brand {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.brand>img {
  width: 70%;
}

.bg-primary {
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-soft-primary {
  background-color: rgba(131, 56, 236, 0.1) !important;
}

.text-primary {
  color: #8338EC !important;
}

.uim-icon-primary .uim-svg {
  fill: #8338EC !important;
}

.bg-success {
  background-color: #09BC8A !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09BC8A !important;
}

.uim-icon-success .uim-svg {
  fill: #09BC8A !important;
}

.bg-info {
  background-color: #00B4D8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #00B4D8 !important;
}

.uim-icon-info .uim-svg {
  fill: #00B4D8 !important;
}

.bg-warning {
  background-color: #ffd455 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

.text-warning {
  color: #ffd455 !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

.bg-danger {
  background-color: #D1495B !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #D1495B !important;
}

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.uim-icon-dark .uim-svg {
  fill: #343a40 !important;
}

.bg-muted {
  background-color: #a7a9c0 !important;
}

.bg-soft-muted {
  background-color: rgba(167, 169, 192, 0.1) !important;
}

.text-muted {
  color: #a7a9c0 !important;
}

.uim-icon-muted .uim-svg {
  fill: #a7a9c0 !important;
}

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

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.uim-icon-light .uim-svg {
  fill: #f6faff !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.form-check:focus {
  outline: none;
}

.form-check .form-check-input {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #8338EC;
  border-color: #8338EC;
}

.form-check .form-check-input:checked:focus {
  box-shadow: none !important;
}

.card {
  border: none;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding: 100px 0px 100px;
}

.title p {
  letter-spacing: 2px;
}

.title .title-icon {
  position: relative;
}

.title .title-icon::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #e9ecef;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 12px;
}

.text-body {
  color: #343a40 !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.avatar-sm {
  height: 16px;
  width: 16px;
}

.avatar-md {
  height: 32px;
  width: 32px;
}

.avatar-lg {
  height: 40px;
  width: 40px;
}

.uim-svg {
  fill: #8338EC !important;
}

.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

.box-shadow {
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.avatar-title {
  align-items: center;
  background-color: #8338EC;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #343a40;
}

.form-control::placeholder {
  color: #cbcbd5;
}

label {
  color: #343a40;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section {
    padding: 80px 0px;
  }
}

.btn {
  font-size: .9rem;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 7px;
}

.btn:hover, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: .4rem .8rem;
  font-size: 13px;
}

.btn-light {
  color: #343a40 !important;
}

.btn-primary {
  color: #ffffff;
  background: #8338EC;
  border-color: #8338EC;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #7725ea;
  border-color: #7725ea;
  color: #ffffff;
}

.btn-outline-primary {
  color: #8338EC;
  border-color: #8338EC;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background: #7725ea !important;
  border-color: #7725ea !important;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #09BC8A;
  border-color: #09BC8A;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #08a97c;
  border-color: #08a97c;
  color: #ffffff;
}

.btn-outline-success {
  color: #09BC8A;
  border-color: #09BC8A;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  background: #08a97c !important;
  border-color: #08a97c !important;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #71bd26;
  border-color: #71bd26;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  opacity: .8;
  background-color: #71bd26;
  border-color: #71bd26;
}

.btn-outline-info {
  color: #00B4D8;
  border-color: #00B4D8;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  background: #00a3c4 !important;
  border-color: #00a3c4 !important;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #ffcf41;
  border-color: #ffcf41;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffd455;
  border-color: #ffd455;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background: #ffcf41 !important;
  border-color: #ffcf41 !important;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-outline-danger {
  color: #D1495B;
  border-color: #D1495B;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background: #cd394c !important;
  border-color: #cd394c !important;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #2b3035;
  border-color: #2b3035;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background: #2b3035 !important;
  border-color: #2b3035 !important;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
  background: #9b9db7;
  border-color: #9b9db7;
  color: #ffffff;
}

.btn-outline-muted {
  color: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active {
  background: #9b9db7 !important;
  border-color: #9b9db7 !important;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active {
  background: whitesmoke !important;
  border-color: whitesmoke !important;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6faff;
  border-color: #f6faff;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #e2efff;
  border-color: #e2efff;
  color: #ffffff;
}

.btn-outline-light {
  color: #f6faff;
  border-color: #f6faff;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  background: #e2efff !important;
  border-color: #e2efff !important;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.active {
  background: black !important;
  border-color: black !important;
  color: #ffffff;
}

.navbar {
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.navbar.primary {
  background-color: #71bd26;
}

.navbar .logo .logo-dark {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

/* header */

.header {
  margin: auto;
  color: white;
}

@media (max-width: 991px) {
  .header {
    font-size: 15px;
  }
}

.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}

.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none;
}

/*--- navbar sticky ---*/

.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.nav-sticky.navbar .logo .logo-dark {
  display: block;
}

.nav-sticky.navbar .logo .logo-light {
  display: none;
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:active, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus, .nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #8338EC;
}

.navbar-light {
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.navbar-light .logo .logo-dark {
  display: inline-block;
}

.navbar-light .logo .logo-light {
  display: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #8338EC;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    /*background-color: #ffffff !important;*/
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }

  .navbar.navbar-expand-lg>.container {
    width: 90%;
  }

  .navbar .logo .logo-dark {
    display: block;
  }

  .navbar .logo .logo-light {
    display: none;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 0px;
    color: rgba(52, 58, 64, 0.9);
  }

  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #8338EC;
  }

  .navbar .navbar-btn {
    margin-left: 0px;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(52, 58, 64, 0.9);
  }
}

.hero-1 {
  padding-top: 40px;
  position: relative;
}

.social-content {
  margin-bottom: 20px;
}

.hero-wrapper {
  margin-bottom: 40px;
}

.hero-1 .bg-overlay {
  opacity: 0.1;
}

.hero-1 .hero-1-bg {
  background: url("../img/bg-home-overlay.png");
  animation: slide_img 40s linear infinite;
  animation-delay: 1s;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat;
  background-size: 50% 130%;
}

@media (max-width: 1199.98px) {
  .hero-1 .hero-1-bg {
    background-size: 70% 100%;
  }
}

@media (max-width: 575.98px) {
  .hero-1 .hero-1-bg {
    background-size: 100% 100%;
  }
}

@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }

  50% {
    transform: translateX(-25%) translateZ(0);
  }

  100% {
    transform: translateX(-50%) translateZ(0);
  }
}

.home-small-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-2 {
  padding: 240px 0px 200px;
}

.hero-2 .hero-2-content {
  position: relative !important;
  z-index: 1 !important;
}

.hero-2 .hero-2-content .hero-2-title {
  font-size: 42px;
}

.hero-2 .hero-2-overlay {
  background-image: url("../images/hero-2-overlay.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero-2 .hero-2-bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-2 .hero-2-title {
  font-size: 50px;
}

.hero-3 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-3 .hero-3-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px 30px 0px;
}

.hero-3 .hero-3-content .hero-3-title {
  font-size: 46px;
}

.hero-3 .hero-3-content .con-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}

.hero-3 .hero-3-content .con-border-top:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
}

.hero-3 .hero-3-content .con-border-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}

.hero-3 .hero-3-content .con-border-bottom:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
}

.hero-4 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-4 .hero-4-overlay {
  background: linear-gradient(90deg, #ffffff 5%, #ffffff 50%, rgba(0, 0, 0, 0.4) 50%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-4 .hero-4-content .hero-4-title {
  font-size: 48px;
}

.hero-4 .hero-4-content .title-line:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 2px;
  background-color: #8338EC;
}

.hero-5 {
  padding-top: 190px;
  margin-bottom: 180px;
}

.hero-5 .hero-5-title-bg {
  font-size: 200px;
  color: rgba(237, 242, 251, 0.85);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-5 .hero-5-content {
  margin-top: 130px;
}

.hero-5 .hero-5-content .hero-5-title {
  font-size: 50px;
}

.hero-5 img {
  margin-bottom: -140px;
}

.hero-6 {
  height: 100vh;
  background-color: #02000c;
}

.hero-6 .hero-6-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1 !important;
}

.hero-6 .hero-6-content {
  z-index: 1 !important;
  position: relative;
}

.hero-6 .hero-6-content .hero-6-title {
  font-size: 52px;
}

.hero-6 .hero-6-content .hero-icon {
  font-size: 28px;
  width: 54px;
  height: 54px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .hero-3 {
    height: auto;
    padding: 170px 0px 140px;
  }

  .hero-4 {
    height: auto;
    padding: 180px 0px 150px;
  }

  .hero-6 {
    height: auto;
    padding: 120px 0px 140px;
  }
}

@media (max-width: 768px) {
  .hero-1 .hero-1-title {
    font-size: 32px;
  }

  .hero-2 {
    padding: 110px 0px 90px;
  }

  .hero-2 .hero-2-title {
    font-size: 30px !important;
  }

  .hero-5 {
    padding-top: 130px;
    margin-bottom: 140px;
  }

  .hero-5 .hero-5-content {
    margin-top: 0px !important;
  }

  .hero-5 .hero-5-content .hero-5-title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .hero-1 {
    padding-top: 0px;
  }

  .hero-2 {
    padding: 120px 0px 140px;
  }

  .hero-2 .hero-2-title {
    font-size: 36px !important;
  }

  .hero-4 {
    height: auto;
    padding: 130px 0px 20px;
  }

  .hero-4 .hero-4-overlay {
    background: linear-gradient(90deg, #ffffff 5%, #ffffff 100%, rgba(0, 0, 0, 0.4) 50%);
  }

  .hero-4 .hero-4-content .hero-4-title {
    font-size: 42px;
  }

  .hero-5 {
    margin-bottom: 130px;
  }

  .hero-5 .hero-5-content .hero-5-title {
    font-size: 30px;
  }

  .hero-6 .hero-6-content .hero-6-title {
    font-size: 36px;
  }
}

.about-desc-list li {
  padding: 4px 0;
}

.features-img img {
  transform: perspective(550px) rotateX(2deg) rotateY(10deg);
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls {
  position: absolute;
  top: -50px;
  right: 0;
}

.tns-outer .tns-controls button {
  margin: 0 0 0px 5px;
  border-radius: 50%;
  border: none;
  background-color: rgba(131, 56, 236, 0.2) !important;
  color: #8338EC;
  transition: all 0.3s;
  font-size: 18px;
}

.tns-outer .tns-controls button:focus, .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:active {
  outline: none;
  background-color: #8338EC !important;
  color: #ffffff;
}

.tns-outer .tns-controls button.active button {
  background-color: #7d2feb !important;
}

.tns-outer .tns-controls:focus {
  outline: none !important;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}

.tns-outer .tns-nav button {
  width: 10px !important;
  height: 10px !important;
  border: none;
  background-color: rgba(131, 56, 236, 0.2) !important;
  padding: 0px;
  margin: 0px 6px;
  border-radius: 50%;
}

.tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
  outline: none;
  background-color: #8338EC !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #8338EC !important;
}

.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.7;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 1;
}

.plan-box {
  max-width: 350px;
  margin: 0px auto 30px;
}

.contact-section-card {
  position: relative;
  top: -90px;
}

.form-control {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D1495B;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #D1495B;
  background-color: rgba(209, 73, 91, 0.1);
  border-color: rgba(209, 73, 91, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #09BC8A;
  font-size: 22px;
}

.footer {
  padding: 80px 0px 60px;
}

.footer .footer-list-menu li a {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  transition: all 0.4s;
}

.footer .footer-list-menu li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer .social-icons-list li {
  margin-bottom: .5rem;
}

.social-icons-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #343a40;
  transition: all 0.4s;
  background-color: #f6faff;
  border-radius: 50%;
}

.social-icons-list.lg li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
}

.social-icons-list.lg button {
  margin-bottom: 12px;
}

.social-icons-list li a:hover {
  background-color: #71bd2647;
  color: #ffffff;
}

.social-icons-list li a:hover svg path {
  fill: #ffffff;
}

.footer-alt {
  background-color: #2f353a;
}

.authentication-page {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 575.98px) {
  .authentication-page {
    height: auto;
  }
}

.relative {
  position: relative;
}

.remove {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.banner__orange {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.banner__orange>img {
  width: 100%;
}

.banner__text {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section__headline {
  font-size: 30px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.bg-purple {
  background-image: url(../img/pannel_purple.png);
}

.border-purple {
  padding: 65px;
  background: rgb(127, 113, 154);
  border-radius: 40px;
}

.wrapper {
  width: 100%;
  padding: 65px;
  background: rgb(127, 113, 154);
  border-radius: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.wrapper>img {
  width: 100%;
}

.st {
  display: none;
}

.btn__action {
  width: 168px;
  height: 83px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
  outline: none;
  border-radius: 33px;
  border: 3px solid #333333;
  font-family: 'Luckiest Guy', cursive;
  margin-left: 20px;
}

.btn__footer {
  width: 156px !important;
  height: 48px !important;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  outline: none;
  border-radius: 33px;
  border: 3px solid #333333;
  font-family: 'Luckiest Guy', cursive;
}

.btn__disclaimer {
  margin-top: 12px;
}

.btn__download {
  background: rgb(233, 87, 111);
  border: 4px solid #333333;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2), inset 0px -5px 0px #A64250, inset 0px 5px 0px #FF719C;
  border-radius: 36px;
}

.list-btn {
  display: flex;
  align-items: center;
}

.btn__download-pc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn__download-pc:hover .popup {
  visibility: visible;
}

.popup {
  content: '';
  position: absolute;
  visibility: hidden;
  background-image: url(../img/frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 592px;
  height: 174px;
  transition: all 0.3s;
  right: 0px;
  top: 90px;
  display: flex;
  padding: 27px 16px 19px 16px;
}

.pl-8 {
  padding-left: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.pvp__frame {
  background: #D2E288;
  border-radius: 8px;
  padding: 14px 16px;
}

.pvp__btn {
  background: #45D598;
  border: 2px solid #370119;
  box-shadow: inset 0px -6px 0px #2AAA74, inset 0px 6px 0px #59FFB9;
  border-radius: 20px;
  padding: 20px 25px;
  font-family: Luckiest Guy;
  font-size: 24px;
  line-height: 119%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}

.pvp__btn-ios {
  background: #45D598;
  border: 2px solid #370119;
  box-shadow: inset 0px -6px 0px #2AAA74, inset 0px 6px 0px #59FFB9;
  border-radius: 20px;
  font-family: Luckiest Guy;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 119%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 25px;
  display: flex;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.pvp__text {
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #370119;
  font-family: Luckiest Guy;
}

.coming-soon {
  font-family: Luckiest Guy;
  font-size: 9px;
  line-height: 119%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4C6058;
}

.teaser {
  background: rgb(253, 194, 91);
  width: 142px;
  height: 49px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  border-radius: 13px;
  font-family: 'Luckiest Guy', cursive;
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
}

/* mobile */

.war {
  position: absolute;
  bottom: 10px;
  padding: 0px 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}

.whitelist {
  padding: 14px 0px;
}

.here {
  text-decoration: underline;
  color: white;
  border-bottom: 2px solid white;
}

.here:hover {
  border-bottom: 2px solid #0056b3;
}

.prefix__demo {
  font-size: 20px;
  color: white;
}

#demo {
  font-size: 40px;
  color: #71bd26;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: relative;
  z-index: 999;
}

.marketplace {
  background: #FDC25B;
  border: 4px solid #333333;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2), inset 0px -5px 0px #EB994D, inset 0px 5px 0px #FFF76C;
  border-radius: 36px;
}

.btn__farm {
  background: #01D6A3;
  border: 4px solid #333333;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2), inset 0px -5px 0px #27a480, inset 0px 5px 0px #70eee2;
  border-radius: 36px;
}

.text-luckies {
  font-family: Luckiest Guy;
  margin-bottom: 0;
}

@media only screen and (max-width: 450px) {
  .event{
    width:100% !important;
  }
  
  .gallery-cell {
    width: 300px !important;
    height: 225px !important;
  }

  .wrap{
    background:none !important;
    padding:0px !important;
  }

  .remove {
    display: none;
    right: 16% !important;
  }

  .home {
    height: 100% !important;
  }

  .cont {
    padding-top: 10px;
  }

  .box-content {
    padding: 10px 20px !important;
  }

  .download {
    margin-top: 20px !important;
    width: calc(100vw - 45px);
    flex-direction: column;
  }

  .download__mode-bottom {
    margin-left: 0 !important;
    margin-top: 28px;
  }

  .download__button-marketplace, .download__button-download {
    width: 200px;
  }

  .download__mode {
    width: 100% !important;
  }

  .download::after {
    width: 170px !important;
    height: 184px !important;
    left: -25% !important;
    top: 26% !important;
    /* display: none; */
  }

  .download::before {
    width: 122px !important;
    height: 192px !important;
    right: -18% !important;
    top: 26% !important;
    /* display: none; */
  }

  .download__button-download {
    margin-top: 34px !important;
  }

  .tabc {
    flex-direction: column !important;
  }

  .popup {
    background-image: url('../img/frame-mobile.svg');
    width: 244px;
    height: 409px;
    left: 50%;
    top: 68px;
    transform: translateX(-50%);
    flex-direction: column;
  }

  .pvp__btn {
    width: 100%;
  }

  .pvp__frame {
    flex-direction: column;
    padding: 16px 23px;
  }

  .pvp-right {
    padding-left: 0;
    padding-top: 20px;
  }

  /* .pvp-left{
    padding-top:12px;
  } */
  .pvp__text {
    margin-bottom: 6px;
    text-align: left;
    color: #370119;
  }

  .pvp__btn-ios {
    margin-left: 0;
    margin-top: 9px;
  }

  .modal-term__content, .modal-disclaimer__content, .modal-policy__content {
    padding: 20px 14px !important;
    width: 90vw !important;
  }

  .brand>img {
    width: 64%;
  }

  .btn__action {
    margin-left: 0;
    margin-bottom: 10px;
    height: 66px;
    border-radius: 24px;
    text-shadow: 0px 2px 0px #C3702F;
  }

  .social-content {
    padding-top: 20px;
  }

  .social {
    display: none;
  }

  #demo {
    font-size: 25px;
  }

  .whitelist {
    /* top:60% !important;
    transform: translate(-45%, -60%) !important; */
  }

  .team__right {
    padding-left: 0 !important;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .team__highlight {
    padding: 30px 0px !important;
  }

  .war {
    font-size: 12px;
  }

  .img-os1 {
    padding-top: 0;
  }

  .os {
    font-size: 20px !important;
  }

  #download::after {
    font-size: 11px;
  }

  .item+.item {
    margin-left: 0 !important;
  }

  .modal-content {
    width: 320px !important;
    height: 524px !important;
    flex-direction: column !important;
    background-image: url(../img/bg-modal-mobile.png) !important;
    padding: 40px !important;
    align-items: center !important;
  }

  .modal-content>a+a {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }

  /* .download {
    width: 137px;
    height: 58px;
    font-size: 18px;
  } */
  .list-btn {
    display: flex;
    flex-direction: column;
  }

  .seed {
    display: flex;
    justify-content: center;
  }

  .st {
    display: block;
    top: -66px !important;
  }

  .st>p {
    font-size: 17px !important;
  }

  .game-asset__wrap {
    overflow: hidden !important;
  }

  .wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }

  .game-asset__banner {
    display: none;
  }

  .game-asset__text {
    top: -60px !important;
  }

  .banner__orange, .syngergy__banner {
    display: none;
  }

  .banner__text {
    top: -60px;
  }

  .section__headline {
    font-size: 19px;
  }

  #home-img-0, #home-img-1 {
    display: none;
  }

  .border-green, .border-purple {
    padding: 24px 20px !important;
  }

  .border__staking {
    padding: 40px 20px !important;
  }

  .highlight {
    left: -8px !important;
  }

  .roadmap__item {
    padding: 24px !important;
  }

  .roadmap {
    flex-direction: column;
  }

  .roadmap__tree {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .roadmap__tree>img {
    width: 58% !important;
  }

  .footer {
    padding: 40px 0px;
  }

  .brand {
    width: 100%;
    text-align: center;
    /* top: 62%; */
    /* transform: translate(-50%, -62%); */
    position: relative;
    transform: translate(0, 0) !important;
    left: 0 !important;
    top: 0 !important;
  }

  .synergy__img>img {
    width: 100% !important;
    height: 150px;
    object-fit: contain;
  }

  .roadmap__tree>img {
    display: none;
  }
}

/* end mobile */

.bg-green {
  background-image: url(../img/pannel_green.png);
}

.border-green {
  background: rgb(177, 214, 111);
  border-radius: 40px;
  padding: 65px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.synergy__img {
  margin-top: 40px;
}

.synergy-text, .border__text {
  padding: 32px;
  background: white;
  border-radius: 40px;
  color: #336633;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between
}

.highlight {
  position: absolute;
  top: -29px;
  left: -87px;
}

.roadmap__item {
  margin-bottom: 32px;
  padding: 24px 36px;
}

.roadmap__item>p {
  font-size: 14px;
}

.border__staking {
  padding: 98px 144px;
}

.staking__title {
  font-size: 25px;
  margin-bottom: 29px;
  color: rgb(103, 80, 149)
}

.staking__item {
  margin-bottom: 45px;
}

.team__right {
  padding-left: 72px;
}

.team__right>p {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.team {
  padding-bottom: 130px;
}

/* The Modal (background) */

.modal, .modalTerm, .modalDisclaimer, .modalPolicy {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  /* padding-top: 100px; */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  margin: auto;
  padding: 90px 26px 24px 26px;
  width: 590px;
  height: 312px;
  background-image: url(../img/modal.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  flex-direction: row;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal__btn {
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(70, 39, 20, 0.2);
  font-size: 20px;
  line-height: 119%;
  font-family: 'Luckiest Guy', cursive;
  padding: 40px 20px;
  width: 130px;
}

.modal-content>a+a {
  margin-left: 32px;
}

.modal__btn-window {
  background: #FFC266;
  border: 2px solid #371E01;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px 6px 0px #F8D96D, inset 0px -8px 0px #F29956;
  border-radius: 12px;
}

.modal__btn-android {
  background: #45D598;
  border: 2px solid #371E01;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -8px 0px #2AAA74, inset 0px 6px 0px #59FFB9;
  border-radius: 12px;
}

.modal__btn-ios {
  background: #77E6FF;
  border: 2px solid #371E01;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -8px 0px #46B3CC, inset 0px 6px 0px #A4EEFF;
  border-radius: 12px;
}

.modal-term__content, .modal-disclaimer__content, .modal-policy__content {
  margin: auto;
  padding: 20px 40px;
  width: 80vw;
  background: #E6FFC6;
  border: 10px solid #9C5710;
  border-radius: 56px;
  overflow-y: hidden;
}

.items-center {
  align-items: center;
}

.item+.item {
  margin-left: 50px;
}

.os {
  font-size: 37px;
  color: white;
  text-align: center;
}

.img-os1 {
  padding-top: 20px;
}

.team__highlight {
  padding: 80px 0px;
}

.team__img {
  width: 100%;
  margin-bottom: 30px;
}

.text__green {
  color: #ccff66
}

.text__blue {
  color: #66ccff;
}

.text__orange {
  color: #ffcc66;
}

.text__pink {
  color: #ff99ff;
}

.text__luckies {
  font-family: 'Luckiest Guy', cursive;
}

.text__green-bold {
  color: #336633;
}

.text__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
}

.term__title {
  font-size: 32px;
  line-height: 40px;
  color: #335C31;
  text-align: center;
  font-family: 'Poppins', cursive;
}

.term__head {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins', cursive;
}

.term__content {
  font-size: 16px;
  font-family: 'Poppins', cursive;
}

/* download mode */

.download {
  margin-top: 46px;
  position: relative;
}

.download::after {
  content: '';
  position: absolute;
  background-image: url(../img/crow1.png);
  width: 346px;
  height: 366px;
  left: -50%;
  background-size: cover;
}

.download::before {
  content: '';
  position: absolute;
  background-image: url(../img/crow2.png);
  width: 261px;
  height: 382px;
  right: -41%;
  background-size: cover;
}

.download__mode-bottom {
  margin-left: 28px;
}

/* .download__mode {
  width: 508px;
} */

/* Style the tab */

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  line-height: 20px;
  color: #7D4D2A;
  border-radius: 12px 12px 0px 0px;
  background: #B47140;
  font-family: 'Luckiest Guy', cursive;
  min-width: 120px;
}

.tab button+button {
  margin-left: 20px;
}

.green {
  background: #A6C856 !important;
}

.bg-green {
  background: #A6C856 !important;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), inset 0px -8px 0px #7C9A35 !important;
}

.bg-green-sm {
  background: #E0FF96 !important;
  box-shadow: 0px 3px 0px #C0E26C !important;
}

/* Change background color of buttons on hover */

/* .tab button:hover {
  background-color: #ddd;
} */

/* Create an active/current tablink class */

.tab button.active {
  background: #E08C37;
  color: #E9FBB0;
  border-radius: 12px 12px 0px 0px;
  border: 2px solid #422F20;
  border-bottom: none !important;
}

/* Style the tab content */

.tabcontent {
  display: block;
  padding: 6px 6px 16.6px 6px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), inset 0px -8px 0px #9D5810;
  border-radius: 20px;
  background: #E08C37;
  border: 2px solid #422F20;
}

.tabc {
  background: #F5DEA7;
  box-shadow: 0px 3px 0px #E8B27C;
  border-radius: 16px;
  padding: 41px 30px;
  flex-direction: column;
}

.download__button:hover {
  color: #FFFFFF;
}

.download__button-marketplace {
  background: #77E6FF;
  border: 2px solid #370119;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0BA2C2;
  font-size: 24px;
  line-height: 119%;
  font-family: 'Luckiest Guy', cursive;
  padding: 20px;
  position: relative;

}

.download__button-marketplace::after, .download__button-download::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 58px solid transparent;
  border-right: 58px solid transparent;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.download__button-marketplace::after {
  border-top: 5px solid #0BA2C2;
}

.download__button-download::after {
  border-top: 5px solid #00937F;
}

.download__button-download-disable::after {
  border-top: 5px solid #6E8781;
}

.download__button-download {
  border: 2px solid #370119;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #00937F;
  background: #4CF2CA;
  font-size: 24px;
  line-height: 119%;
  font-family: 'Luckiest Guy', cursive;
  padding: 20px 37px;
  position: relative;
  margin-top: 34px;
}

.download__button-download-disable {
  background: #93B4AC;
  color: #6E8781;
  pointer-events: none;
}

.disabled {
  background: #93B4AC !important;
  box-shadow: none !important;
  pointer-events: none;
}

.cont {
  position: relative;
  z-index: 9999;
}

.box {
  border-radius: 40px;
  font-family: 'Poppins', cursive;
}


.box-content {
  background: #F9FFEA;
  padding: 52px 79px;
  border-radius: 40px;
  overflow: auto;
  max-height: 90vh;
}

.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-cell {
  width: 692px;
  height: 520px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 24px;
}

.wrap {
  width: 100%;
  padding: 65px 0px;
  background: rgb(127, 113, 154);
  border-radius: 40px;
}

.event{
  width:1012px;
}