/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.mobile {
  display: none;
  /* margin-top: 8%; */
  margin-top: 120px;
}
@media (max-width: 992px) {
  .desktop {
      display: none;
  }
  .mobile {
      display: block !important;
  }
  body {
      background: #fff !important;
  }
  #wiki {
      display: none !important;
  }
  #dashboard {
    display: none !important;
  }
  .popup {
    display: none !important;
  }
  #customDeck {
    display: none !important;
  }
}
body {
  display: none;
  font-family: "Inter";
  color: #444444;
  background-color: #fff;
}
.hidden {
  height: 0;
  padding: 0;
  margin: 0;
}
a {
  color: #817dff;
  text-decoration: none;
}
a:hover {
  color: #817dff;
  text-decoration: none;
}
button {
  background: linear-gradient(to right, #817dff, #6b5bf9);
  /* background: radial-gradient(circle at 0% 0%, #817dff, #6b5bf9, #5d3dee); */
  /* background: radial-gradient(circle at 0% 0%, #817dff, #6b5bf9); */
  color: white;
  border: none;
  border-radius: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
}
button:hover {
  background: radial-gradient(circle at 0% 0%, #6b5bf9, #5d3dee, #502fd3) !important;
}
button:focus {
  background: radial-gradient(circle at 0% 0%, #5d3dee, #502fd3, #4129aa) !important;
}
.btn2 {
  background: radial-gradient(circle at 0% 0%, #5d3dee, #502fd3, #4129aa) !important;
}
.btn3 {
  background: radial-gradient(circle at 0% 0%, #edefff, #dee2ff);
  color: #4129aa
}
.btn3:hover{
  background: radial-gradient(circle at 0% 0%, #c4c9ff, #a0a5ff) !important;
}
.btn-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  font-weight: 750;
}
.left-arrow {
  padding-right: 2px;
}
.right-arrow {
  padding-left: 2px;
}
h1, h2, h3, h4, h5, h6 {
  display: inline-block;
}
h1 {
  font-size: 48px;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
  color: #4129AA; 
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
h3 {
  font-size: 32px;
  font-weight: 600;
}
h4 {
  font-size: 24px;
}
h5 {
  letter-spacing: normal !important;
  font-size: 30px;
}
h6 {
  font-size: 20px;
}
.form-control:focus {
  /* border-color: #817dff; */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #817dff; */
  color: #4129AA;
}
textarea.form-control {
  font-weight: 700;
  color: #4129AA;
  height: 100%;
  width: 100%;
  padding-left:5px;
  padding-right:5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent !important;
  resize: none;
  border-radius: 0px;
}
textarea.input {
  font-size: 28px;
}
textarea.output {
  font-size: 18px;
}
.pointer:hover {
  cursor: pointer;
}
.light-background {
  background: radial-gradient(circle at 0% 0%, #edefff, #dee2ff, #dee2ff);
}
textarea, .area-and-scrollbar, .popup-content {
  background: radial-gradient(circle at 0% 0%, #dee2ff, #c4c9ff, #bdc2ff);
}
.light-gradient {
  background: radial-gradient(circle at 0% 0%, #742be6, #e316c7); 
}
.form-control {
  border: none;
  display: inline;
  border-radius: 30px;
  width:80%;
  color: #4129AA;
  caret-color: #4129AA;
  font-size: 22px;
}
input {
  background: radial-gradient(circle at 0% 0%, #dee2ff, #c4c9ff);
}
.medium-background {
  background: radial-gradient(circle at 0% 0%, #dee2ff, #c4c9ff, #bdc2ff);
  color:#502fd3;
}
.area-and-scrollbar {
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}  
.form-control::placeholder {
  text-align: left;
  font-size: 22px;
  color: #4129AA;
}
::-webkit-scrollbar {
  width: 10px;
  margin-right: 10px;
  margin-left: auto;
  }
  /* Track */
  ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
  background: #c4c9ff;
  border-radius: 5px;
  z-index: 1000;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at 0% 0%, #6b5bf9, #5d3dee, #502fd3);
    /* cursor: pointer; */
  }
  .game {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  .preGame {
    margin-top: 10%;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 800px;
    text-align: center;
    padding: 20px;
  }
  .mailchimp-box {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 15%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 700px;
    align-items: center;
    text-align: center;
  }
  .pill {
    display:inline;
    background: linear-gradient(to right, #817dff, #6b5bf9);
    border-radius: 30px;
    align-items: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    /* width: 44%; */
    color: #fff;
    /* text-align: center; */
}
.pill:hover {
  cursor: default;
}
.pill h4 {
  color: #fff;
}
.btn {
  color: white;
  background-color: #817dff;
  border: none;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  /* cursor: pointer; */
}
.btn:focus {
  border: none;
  background: radial-gradient(circle at 0% 0%, #6b5bf9, #5d3dee, #502fd3);
}
.btn-check{
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-check:focus + .btn, .btn:focus {
  /* background-color: #4129aa !important; */
  outline: none;
  border: none;
  box-shadow: none;
}
.btn-check:checked + .btn-secondary {
  z-index: 999999;
  }
.btn{
  background: linear-gradient(to right, #817dff, #6b5bf9);
}
.btn:hover {
  background: radial-gradient(circle at 0% 0%, #6b5bf9, #5d3dee, #502fd3);
}
.btn-check:checked + .btn-secondary{
  background: radial-gradient(circle at 0% 0%, #5d3dee, #502fd3, #4129aa);
}

.area { 
  height: 100%;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 7.5px;
}
.text { 
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5d3dee;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #4129aa;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.loader-svg {
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
}
.loader-svg .mid svg polygon {
  stroke-dasharray: 50;
  animation: midanim 2.5s linear infinite;
}
@keyframes midanim {
to {
  stroke-dashoffset:100; 
}
}
.loader-svg svg polygon {
  stroke-dasharray: 25;
  animation: anim 2s linear infinite;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /* overflow: hidden; */
  /* background: #fbfcfd; */
}

#preloader:before {
  /* content: ""; */
  position: fixed;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  /* border: 6px solid #817dff; */
  /* border-top-color: #efefef; */
  /* 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);
  }
} */
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(to right, #817dff, #6b5bf9);
  font-size: 16px;
  height: 40px;
  padding: 0;
}
#topbar a, #topbar p {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar a:hover, #topbar p:hover {
  color: #4129AA;
  cursor: pointer;
}
.correct-answer{
  box-shadow: 0 0 12px green;
}
.wrong-answer{
  box-shadow: 0 0 12px red;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: linear-gradient(to right, #817dff, #6b5bf9); */
  background: radial-gradient(circle at 0% 0%, #817dff, #6b5bf9);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}
#header .fixed-top {
  background: #ffffff;
}
h5{
  font-size: 30px;
  letter-spacing: 2px;
  display: inline;
}
.logo{
  color: #817dff;
}
.form-control:focus {
  border: none;
  box-shadow: none;
  /* caret-color: #817dff; */
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4129AA;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  /* margin-left: 75%; */
  width: 100%;
  /* padding-top: 20px; */
  border-radius: 20px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: inline-block;
}
.navbar {
  vertical-align: middle;
}
.navbar ul {
  margin: 0;
  /* padding-top: 4px; */
  display: none;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  margin-left: 5px;
}
header a, header a:focus, header h5, header h5:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active, .navbar .active:focus, .navbar .non-sign-up:hover > a {
  /* background: #817dff; */
  color: #c4c9ff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  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;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #fff !important; 
}
.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: #c4c9ff !important;
}
.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: #817dff;
}

@media (max-width: 200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  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;
  background: radial-gradient(circle at 0% 0%, #5d3dee, #502fd3, #4129aa);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 50px;
  /* text-align: center !important; */
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #c4c9ff !important;
  background: none;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar .sign-up {
  background: #817dff;
  color: #fff !important;
}
.navbar .sign-up:hover {
  background: #4129AA !important;
}
.navbar .sign-up a{
  color: #fff;
}
.navbar-mobile .sign-up {
  background: local;
}
.navbar-mobile .sign-up:hover{
  background: #817dff !important;
}
.navbar-mobile .sign-up a {
  color: #444444;
}
.navbar-mobile .sign-up a:hover{
  color: #fff;
}
#profileNav:hover h5 {
  color: #c4c9ff;
}
/* .lowerNavbar {
  padding-top: 1000px;
  padding-bottom: 1000px;
  background: linear-gradient(#ff5757, #8C52FF);
} */

/*--------------------------------------------------------------
# hero Section
--------------------------------------------------------------*/
.desktophero {
  background-color: #6b5bf9;
  height: calc(100vh - 110px);
  height: -webkit-calc(100vh - 110);
  height: -moz-calc(100vh - 110);
}
.showhero {
  margin-bottom: 5%;
  /* display: block; */
  overflow-x: hidden;
}
.herotrynow {
  position: absolute;
  margin-top: calc(72vh - 110px);
  margin-top: -webkit-calc(72vh - 110px);
  margin-top: -moz-calc(72vh - 110px);
  margin-left: 160px;
  z-index: 20000;
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  /* onclick: "location.href='https://www.google.com'"; */
  
}
#hero2trynow {
  position: absolute;
  margin-top: calc(66vh - 110px);
  margin-top: -webkit-calc(66vh - 110px);
  margin-top: -moz-calc(66vh - 110px);
  margin-left: 168px;
  padding-right: 53px;
  padding-left: 53px;
}
#hero3trynow {
  position: absolute;
  margin-top: calc(64vh - 110px);
  margin-top: -webkit-calc(64vh - 110px);
  margin-top: -moz-calc(64vh - 110px);
  margin-left: 145px;
  padding-right: 53px;
  padding-left: 53px;
}
.mobiletrynow {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
}
.mobilehero {
  display: none;
  /* margin-right: 0px; */
  /* margin-left: 0px; */
}
.mobiletrynow {
  margin-top: 12%;
  margin-bottom: 12%;
}
@media (max-width: 730px) {
  .newHero {
    margin-left: auto;
    margin-right: auto;
  }
  .mobilehero {
    display: block;
  }
  .showhero {
    display: none;
  }
  .desktoptrynow {
    display: none;
  }
  .mobiletrynow {
    display: block;
  }
}
#hero {
  padding-top: 0px;
  padding-bottom: 0px;
}
  /* width: 100%;
  height: calc(100vh - 110px);
  height: -webkit-calc(100vh - 110px);
  height: -moz-calc(100vh - 110px);

  /* z-index: 2; */
/* } */
#hero:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* #hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #817dff;
  color: #817dff;
}
#hero .btn-get-started:hover {
  background: #5d3dee;
  border-color:  #5d3dee;
  color: #5d3dee !important;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}  */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #372986;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #c4c9ff;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  line-height: 0;
}
.section-title p {
  color: #4129aa;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  bottom: 0%;
}
.about .content ul {
  list-style: none;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 0;
}
.about .content ul li {
  font-size: 22px;
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 26px;
  padding-right: 4px;
  color: #817dff;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .col-lg-6 .pt-4 .pt-lg-0 .order-2 .order-lg-1 .content .aos-init .aos-animate {
  position: absolute;
  top: 50%;
}
.about .col-lg-6 .pt-4 .pt-lg-0 .order-2 .order-lg-1 {
  position: absolute ;
  top: 50%;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0px;
}
.why-us .a {
  padding: 50px 30px;
}
.why-us .box {
  padding: 50px 30px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  transition: all ease-in-out 0.3s;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #817dff;
}
.why-us h4{
  font-size: 26px;
  /* letter-spacing: 2px; */
  display: inline;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .container .row div{
  margin-bottom: 2%;
}
.why-us .box:hover {
  background: #817dff;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p, .box:hover h5 {
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section #contact .contact {
  margin-top: 0;
}

.contact .info-box {
  color: #4129AA;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  background-color: #fff;
  padding: 20px 0 30px 0;
  height: 90%;
  width: 100%;
}
.contact .info-box i {
  font-size: 32px;
  color: #4129AA;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #625fff;
}
.contact .info-box h3 {
  font-size: 20px;
  /* color: #777777; */
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box a {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #4129AA;
}
.contact .info-box a .large {
  font-size: 20px;
}
.contact .info-box a:hover {
  color: #817dff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}
.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: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: radial-gradient(circle at 0% 0%, #817dff, #6b5bf9);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  /* border-top: 1px solid #262626; */
  text-align: center;
  padding-top: 30px;
}
#footer .copyright a{
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright a:hover{
  color: #4129AA;
}

/*--------------------------------------------------------------
# Custom Deck
--------------------------------------------------------------*/
#customDeck {
  display: none;
  height: 80%;
  width: 95%;
  margin-top: 60px;
  padding-top: 15px;
  margin-left: 5%;
  margin-bottom: 1.5%;
  position: absolute;
  background: #fff;
}
#customDeck .area-and-scrollbar {
  display: inline-block;
  max-height: 150px;
  width: 35%
}
#customDeck button {
  /* width: 160px; */
  font-weight: 500;
  font-size: 18px;
  /* font-weight: 600; */
  height: 44px;
  padding-top: 9px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-radius: 30px;
  width: auto;
}
#customDeck h3, #customDeck h5 {
  text-align: center;
}
#customDeck h5 {
  font-weight: 700;
  margin-right: 3%;
  margin-left: 3%;
  font-size: 28px;
}

#customDeck h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
#customDeck h5 {
  font-weight: 700;
  font-size: 28px;
}
#customDeck .btn-circle {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  line-height: 1.42857;
}
#customDeck input, #customDeck button {
  margin-left: 15px;
}

#customDeck #buttons {
  position: fixed;
  z-index: 99;
  padding-top: 10px;
  height: 54px;
  background: #fff;
  width:100%;
}
.card-container {
  /* display: none; */
  height: 80%;
  /* margin-top: 150px; */
  position: absolute;
  /* top: 50%; */
  top: 90px;
  /* left: 50%; */
  width: 95%;
  opacity: 0;
  /* visibility: hidden; */
  /* transform: translate(-50%, -50%); */
  /* transform: translate(0, -50%); */
  /* overflow-y: hidden; */
  z-index: 1;
  /* margin-top: 2%; */
}


.list-item {
  position: absolute;
  top: 0px;
  /* left: 0; ??? */ 
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  z-index: 1;
}

.item-content {
  height: 100%;
  border: 0px solid rgba(123, 123, 123, 0.498039);
  border-radius: 4px;
  color: rgb(153, 153, 153);
  line-height: 170px;
  /* padding-left: 32px; */
  font-size: 24px;
  font-weight: 400;
  /* background-color: rgb(255, 255, 255); */
  background: transparent;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px; */
}
/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup h3 {
  font-size: 34px;
  font-weight: 700;
  color: #4129AA;
}
.popup-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10% auto;
  padding: 20px;
  /* border: 1px solid #888888; */
  width: 30%;
  border-radius: 30px;
  font-weight: bolder;
  text-align: center;
}
.popup-content button {
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  background: linear-gradient(to right, #817dff, #6b5bf9);
  color: white;
  border: none;
  border-radius: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
}
.popup h6{
    margin-top: 2%;
    margin-bottom: 0%;
    font-size: 26px;
    color: #817dff
}
oval {
  font-size: 22px;
  background: #edefff;
  padding: 20px;
  display: block;
  color: #4129AA;
  /* color: #c4c9ff; */
  border-radius: 70px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}
/*--------------------------------------------------------------
# File Import
--------------------------------------------------------------*/
/* https://stackoverflow.com/questions/65770908/how-to-change-choose-file-text-using-bootstrap-5 */
.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  background-color: #4129AA;
}

.custom-file-button input[type=file]::-webkit-file-upload-button:hover {
  background-color: #817dff;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}


.custom-file-button:hover label {
  background-color: #4129AA;
  cursor: pointer;
}
.show {
  display: block;
}
/* .hide {
  display: none;
} */

sliding-hero {
  /* --image-size: 100px; */
  padding: 20px;
  /* overflow: wrap; */
  /* max-width: 900px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
/* sliding-hero buttons {
  overflow: ;
} */
/* sliding-hero:hover div {
  animation-play-state: paused;
} */
sliding-hero div {
  display: flex;
  position: relative;
  justify-content: space-around;
  margin-bottom: -1.2%;
}
sliding-hero img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0 1vw;
}
sliding-hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}
/* @media (max-width: 900px) {
  sliding-hero {
    --image-size: 50px;
    --image-size: min(max(50px, 10vw), 100px);
  }
} */
.marqueeone {
  animation: marquee1 200s linear infinite;
}

.marqueetwo {
  animation: marquee2 200s linear infinite;
}

.marqueethree {
  animation: marquee3 200s linear infinite;
}

.marqueefour {
  animation: marquee4 200s linear infinite;
}

@keyframes marquee1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes marquee3 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee4 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
.loader-svg {
  display: flex;
  align-items: flex-end;
}
.loader-svg .mid svg polygon {
  stroke-dasharray: 50;
  animation: midanim 2.5s linear infinite;
}
@keyframes midanim {
to {
  stroke-dashoffset:100; 
}
}
.loader-svg svg polygon {
  stroke-dasharray: 25;
  animation: anim 2s linear infinite;
}
@keyframes anim {
to {
  stroke-dashoffset:100; 
}
}
@keyframes dash {
from {
  -webkit-text-stroke: 0.5px #000;
}
to {
  color: #000;
} 
}
