/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* .mobile {
  display: none;
  margin-top: 120px;
}
@media (max-width: 992px) {
    .desktop {
      display: none;
    }
    .mobile { 
      display: block !important;
    }
    body { 
      background: #fff !important;
    } */
    /* #dashboard {
    display: none !important;
    }   */
  /* #wiki {
      display: none !important;
  }
  .popup {
    display: none !important;
  }
  #customDeck {
    display: none !important;
  } */
/* } */
::selection {
  background: #817dff;;
  color: #fff;
}
body {
  display: none;
  font-family: "Inter";
  color: #444444;
  background-color: #fff;
}
.no-hover {
  cursor: default !important;
}
.hidden {
  height: 0;
  padding: 0;
  margin: 0;
}

a {
  color: #817dff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  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, input {
  border: none;
  box-shadow: none;
  outline: none;
}
.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;
}
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;
}
/* .normal {
  letter-spacing: 1px;
} */
textarea.form-control {
  font-weight: 700;
  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, #topbar a:hover, #topbar p:hover, #trending:hover, .light-select:hover, .medium-background:hover, .custom-file-button:hover label, .why-us .box:hover, .col-lg-2:hover, .col-lg-5:hover, .photourl:hover, #redirectSubscription:hover, .popup img:hover {
  cursor: pointer;
}
.form-control {
  border: none;
  display: inline;
  border-radius: 30px;
  width:80%;
  font-size: 22px;
}
.area-and-scrollbar {
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}  
.form-control::placeholder {
  text-align: left;
  font-size: 22px;
}
::-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);
  }
  .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;
    border-radius: 30px;
    align-items: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.pill:hover {
  cursor: default;
}
.pill h4 {
  color: #fff;
}
.btn {
  color: white;
  border: none;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.btn:focus {
  border: none;
}
.btn-check{
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-check:checked + .btn-secondary {
  z-index: 999999;
  }
.btn-check:focus + .btn, .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.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;
}
.photourl p {
  display: none;
}
.photourl:hover p{
  display: block;
}
.pillBorder h6 {
  background: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 20px;
  border: 2px solid #c4c9ff;
  padding-left: 25px;
  padding-right: 25px;
  color: #817dff !important;
}
#forms {
  visibility: hidden;
}
.hover:hover {
  cursor: pointer !important;
}
.pill-hover:hover {
  cursor: pointer;
}
.pill-hover:focus {
  outline: none;
}
/*--------------------------------------------------------------
# Light Mode
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, input, input::placeholder, .form-control:focus, .form-control, .form-control::placeholder, textarea.form-control, .btn3, .section-title p, #topbar a:hover, #topbar p:hover, .section-title p, oval, #contact .copyright a:hover, .firebaseui-link, .firebaseui-title{
  color: #4129AA; 
}
button, .pill, .btn, #topbar, #header, .popup-content button, #contact, .mdl-button--primary.mdl-button--primary, .mdl-button--raised.mdl-button--colored {
  background: linear-gradient(to right, #817dff, #6b5bf9);
}
.btn {
  background-color: #817dff;
}
button:hover, .btn:hover, .mdl-button--primary.mdl-button--primary:hover, .mdl-button--raised.mdl-button--colored:hover, .pill-hover:hover {
  background: radial-gradient(circle at 0% 0%, #6b5bf9, #5d3dee, #502fd3) !important;
}
button:focus, .btn2, .btn-check:checked + .btn-secondary, .btn:focus, .mdl-button--primary.mdl-button--primary:focus, .mdl-button--raised.mdl-button--colored:focus, .pill-hover:focus {
  background: radial-gradient(circle at 0% 0%, #5d3dee, #502fd3, #4129aa) !important;
}
.btn3, .col-lg-3:hover, .col-lg-5 {
  background: radial-gradient(circle at 0% 0%, #edefff, #dee2ff) !important;
}
.btn3:hover, .col-lg-5:hover{
  background: radial-gradient(circle at 0% 0%, #c4c9ff, #a0a5ff) !important;
}
.form-control {
  caret-color: #4129AA;
}
.light-background, .light-select, oval {
  background: radial-gradient(circle at 0% 0%, #edefff, #dee2ff, #dee2ff);
}
textarea, .area-and-scrollbar, .popup-content, .medium-background, .light-select:hover {
  background: radial-gradient(circle at 0% 0%, #dee2ff, #c4c9ff, #bdc2ff);
}
.light-gradient {
  background: radial-gradient(circle at 0% 0%, #742be6, #e316c7); 
}
input {
  background: radial-gradient(circle at 0% 0%, #dee2ff, #c4c9ff);
}
.medium-background {
  color:#502fd3;
}
/* .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li a:hover > a, #contact a:hover, #profileNav:hover h5 {
  color: #c4c9ff !important;
} */
.navbar a:hover, .navbar a:hover h5, #contact a:hover {
  color: #c4c9ff !important;
}
#checkbox-label {
  background: #1a1a1a;
  color: #fff;
}
#customDeck, #customDeck #buttons {
  background: #fff;
}
/*--------------------------------------------------------------
# Dark Mode
--------------------------------------------------------------*/
/* .dark-mode button {
  background: linear-gradient(#56579a, #45467c, #343359);
} */
.dark-mode, .dark-mode .popup-content, #checkbox-label, .dark-mode #ball, .dark-mode #customDeck, .dark-mode #customDeck #buttons {
  background: #1a1a1a;
}
.dark-mode, #checkbox-label, .dark-mode #ball, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p, .dark-mode input::placeholder, .dark-mode .form-control:focus, .dark-mode .form-control, .dark-mode .form-control::placeholder, .dark-mode textarea.form-control,  .dark-mode .form-control:focus {
  color: #fff;
}
.dark-mode .form-control {
  caret-color: #fff;
}
.dark-mode #topbar, .dark-mode #header, .dark-mode .light-background, .dark-mode #footer {
  background: #262626;
}
.dark-mode textarea, .dark-mode input, .dark-mode .area-and-scrollbar, .dark-mode .light-select, .dark-mode .col-lg-3:hover, .dark-mode .col-lg-5 {
  background: #262626 !important;
}
.dark-mode .light-select:hover, .dark-mode .col-lg-5:hover {
  background: #333333 !important;
}
.dark-mode .pillBorder h6 {
  border-color: #817dff;
}
.dark-mode #checkbox-label {
  background: #fff;
}
/* .dark-mode #header {
  background: linear-gradient(#262626, #1a1a1a);
} */
/*--------------------------------------------------------------
# Light/Dark Mode Switch
--------------------------------------------------------------*/
.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox-label {
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}
/*--------------------------------------------------------------
# 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;
}
#preloader:before {
  position: fixed;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  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;
}
.correct-answer{
  box-shadow: 0 0 12px green;
}
.wrong-answer{
  box-shadow: 0 0 12px red;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 99999997;
  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;
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}
#headerDisplayMode {
  font-size: 28px;
}

/*--------------------------------------------------------------
# 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;
}
#nav-logo {
  content: url("../img/logos/navbar.webp");
}
.dark-mode #nav-logo {
  content: url("../img/logos/navbar-dark.webp");
}

.navbar {
  vertical-align: middle;
  display: flex !important;
}
.navbar ul {
  margin: 0;
  display: flex !important;
  /* padding-top: 4px; */
  list-style: none;
  align-items: center;
}
.navbar li {
  display: flex !important;
  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, .dropdown .li a, .dropdown .li a:focus, .drop:hover .li  {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active, .navbar .active:focus, .navbar .logged-out: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: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;
}
.dropdown-content, #logged-in-dropdown-content {
  display: none;
  position: absolute;
  background: rgba(25, 25, 25);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999999999999 !important;
  height: 
}
#resources-dropdown:hover #resources-dropdown-content, #logged-in-dropdown:hover #logged-in-dropdown-content  {
  display: inline !important;
}
.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;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown a {
  /* padding: 15px 10px 15px 10px; */
  padding: 12px;
}
.navbar .dropdown ul a {
  /* padding: 10px 20px; */
  color: #fff;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
/* @media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
} */
@media (max-width: 992px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 700px) {
  #nav-logo {
    width: 100px;
    height: 40px;
  }
  header a {
    padding-right: 15px;
  }
  #dashboard a, #navbarName {
    font-size: 16px;
  }
  #photourlNav {
    height: 35px;
    width: 35px;
  }
  #header {
    height: 52px;
  }
  .scrolled-offset {
    margin-top: 52px;
  }
}
@media (max-width: 500px) {
  #navbarName {
    display: none;
  }
}
/**
* Mobile Navigation 
*/
/* .mobile-nav-toggle {
  display: none;
} */
/*--------------------------------------------------------------
# hero Section
--------------------------------------------------------------*/
.desktophero {
  background-color: #6b5bf9;
  height: calc(100vh - 70px);
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
}
.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;
}
#hero:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*--------------------------------------------------------------
# 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 {
  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);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p, .box:hover h5 {
  color: #fff;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#contact {
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}
#contact .copyright {
  /* border-top: 1px solid #262626; */
  text-align: center;
  padding-top: 15px;
}
#contact .copyright a{
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}
.social-links ion-icon {
  /* color: rgba(255, 255, 255, 0.6); */
  margin-left: 5px;
  font-size: 18px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
/*--------------------------------------------------------------
# Custom Deck
--------------------------------------------------------------*/
#customDeck {
  display: none;
  height: 80%;
  width: 95%;
  margin-top: 60px;
  padding-top: 15px;
  margin-left: 5%;
  margin-bottom: 1.5%;
  position: absolute;
}
#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;
  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;
}
.popup-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10% auto;
  padding: 20px;
  width: 30%;
  border-radius: 30px;
  font-weight: bolder;
  text-align: center;
  cursor: default
}
.popup-content button {
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  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;
  padding: 20px;
  display: block;
  /* 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;
}
.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;
  visibility: hidden;
  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;
} 
}
