:root {
  --blurple: #191970;
  --faded-blurple: #323293;
  --pink: #F463F7;
}

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

body {
  overflow-y: hidden;
  max-width: 2560px;
  margin: auto;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

body,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}

body {
  font-weight: 300;
  font-size: 18px;
}

.no-decoration {
  text-decoration: none;
}

hr {
  border: 0;
  height: 2px;
  background-color: #e6e6e6;
  margin: 2rem 0;
  clear: both;
}

h1 {
  font-size: 5rem;
  line-height: 4.5rem;
  font-weight: 600;
  font-family: 'Arboria', sans-serif;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 3rem 0rem;
  font-family: 'Arboria', sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Arboria', sans-serif;
  font-weight: 400;
}

h4,
h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 2rem 0rem;
}

h4 {
  font-family: 'Arboria', sans-serif;
  font-weight: 100;
  color: #262626;
}

h5 {
  color: #bbb;
  font-weight: 300;
}

h6 {
  font-size: 1rem;
  color: #888;
  font-weight: 300;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}

.p-small {
  font-size: .8rem;
  line-height: 1.5;
}

.display-block {
  display: block;
}

section {
  margin: 2rem 0rem;
  padding: 2rem 0rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

/* section:first-of-type {
  margin: 0rem 0rem 4rem 0rem
} */

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

img {
  margin: 0;
  vertical-align: top;
}

div {
  box-sizing: border-box;
}

a {
  color: black;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

header nav ul {
  margin: 0;
  padding: 0.5rem 0 0 0;
  text-align: right;
}

header nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.75rem;
}

header nav a {
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Ubuntu';
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

header nav a:hover {
  animation: horizontal-shaking 0.5s ease-in-out both;
  border: none;
}

header nav .btn {
  margin-left: 1rem;
}

header nav .btn a {
  font-size: 1rem;
  font-weight: 500;
}

.nav-light a {
  color: black;
}

.nav-light .main-dropdown li a {
  color: white;
}

.nav-light .btn a {
  color: white;
}

#logo {
  width: 100%;
  max-width: 200px;
  padding: 0.75rem 0 0 0;
}

.wrapper-full-height {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wrapper-half-height {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wrapper-secondary {
  margin: 0;
  overflow: hidden;
}

.wrapper-secondary .product-icon {
  width: 100px;
  margin-bottom: 30px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-50 {
  padding: 50px !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

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

.container {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.layout {
  display: grid;
  grid-gap: 2rem;
}

.pull-top {
  margin-top: -140px;
}

.layout-split {
  grid-template-columns: 50% 50%;
}

.layout-sidebar {
  grid-template-columns: 35% 65%;
}

.layout-sidebar-right {
  grid-template-columns: 65% 35%;
}

.layout-sliver-right {
  grid-template-columns: 80% 20%;
}

.layout-triple {
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.tag {
  padding: 0;
}

.tag li {
  display: inline-block;
  list-style: none;
  border-radius: 2rem;
  margin-right: 0.75rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  margin-bottom: 10px;
}

.tag span {
  display: inline-block;
}

.tag .prefix {
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.tag .suffix {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0 0.5rem;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #f96666;
}

.text-blurple {
  color: #191970;
}

.text-creative {
  color: #ffce00;
}

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

/* yellow */
.text-mango {
  color: #ff6833;
}

/* orange */
.text-fusion {
  color: #fd69fa;
}

/* pink */
.text-amethyst {
  color: #a140ff;
}

/* purple */
.text-indigo {
  color: #5b00c4;
}

/* violet */
.text-aqua {
  color: #00d68f;
}

/* teal */
.text-sky {
  color: #08e2ff;
}

/* light blue */
.text-cobalt {
  color: #0766d0;
}

/* medium blue */
.text-lapis {
  color: #0036b1;
}

/* dark blue */
.text-lime {
  color: #d5ff24;
}

/* green */
.text-dark {
  color: #999;
}

/* medium gray */
.text-forest {
  color: #83bf00;
}

/* dark green */
.text-midnight {
  color: #19196f;
}

/* navy purple */
.text-vertical-pad {
  padding: 0.75rem 0;
}

.wrapper-pad-top {
  padding-top: 4rem;
}

.wrapper-pad-bottom {
  padding-bottom: 4rem;
}

.text-pad-right {
  padding-right: 4rem;
}

.text-pad-right-percent {
  padding-right: 15%;
}

.text-pad-top {
  padding-top: 4rem;
}

.text-pad-bottom {
  padding-bottom: 2rem;
}

.text-right {
  text-align: right;
}

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

.bg-faded {
  background: var(--faded-blurple);
}

.bg-blurple {
  background: var(--blurple);
}

.bg-content-manager {
  background: #ff6838;
}

.bg-parent-forms {
  background: #b525bf;
}

.bg-clasi {
  background: #90BD3A;
}

.bg-guestbook {
  background: #f7d046;
}

.bg-staff-forms {
  background: #0b66d0;
}

.bg-education-forms {
  background: #0ce2ff;
}

.bg-student-aware {
  background: #ff165d;
}

.bg-white {
  background: #fff;
}

.bg-red {
  background: #f96666;
}

.bg-green {
  background: #66C46D;
}

.bg-creative {
  background: #ffce00;
}

/* yellow */

.highlight {
  color: var(--pink);
}

.bg-orange {
  background: #FFB426;
}

/* orange */
.bg-fusion {
  background: #fd69fa;
}

/* pink */
.bg-pink {
  background: #f463f7;
}

.text-pink {
  color: #f463f7;
}

/* pink */
.bg-amethyst {
  background: #a140ff;
}

/* purple */
.bg-indigo {
  background: #5b00c4;
}

.bg-purple {
  background: #8224e4;
}

/* violet */
.bg-aqua {
  background: #00d68f;
}

/* teal */
.bg-sky {
  background: #08e2ff;
}

/* light blue */
.bg-cobalt {
  background: #0766d0;
}

/* medium blue */
.bg-lapis {
  background: #0036b1;
}

/* dark blue */
.bg-lime {
  background: #d5ff24;
}

/* green */
.bg-blurple {
  background: #191970;
}

.bg-forest {
  background: #83bf00;
}

/* dark green */
.bg-light {
  background: #f0f0f0;
}

/* Light grey */
.bg-dark {
  background: #999;
}

/* Light grey */
.bg-midnight {
  background: #19196f;
}

/* Light Gray for real */

.bg-lightgray {
  background: #fcfcfc;
}

/* Navy Purple */
.bg-gradient {
  background: rgb(7, 102, 208);
  background: linear-gradient(153deg,
      rgba(7, 102, 208, 1) 0%,
      rgba(253, 105, 250, 1) 50%,
      rgba(91, 0, 196, 1) 100%);
}

.container-fluid.fluid-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}


/* Snow */

#snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}

.home-swiper {
  padding-bottom: 2rem;
}

/* .owl-carousel .client-img {
  padding: 0px 40px;
  vertical-align: center;
  width: 300px;
} */

.home-swiper img {
  max-width: 100%;
}

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

.img-width-80 {
  width: 80%;
}

.margin-center {
  margin: 0 auto;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.abstract-circle {
  position: absolute;
  width: 45rem;
  height: 100%;
  top: 0;
  margin-top: 5vh;
  right: 0;
  z-index: -2;
  margin-right: -18rem;
}

.wrapper-half-height .pull-top {
  margin-top: -80px;
}

.abstract-circle img {
  width: 100%;
}

.perspective-container {
  margin-top: 10%;
  z-index: -1 !important;
  border-radius: 10px;
  /* background: #61619d; */
  transform: perspective(1000px) rotateX(0deg) rotateY(35deg) rotateZ(0deg);
  transform-origin: center center 0px;
  transition: all 0.5s ease-out;
  animation: infinite;
  animation-name: sway;
  animation-duration: 12s;
}

.cta .text {
  margin: 0 auto;
  width: 70%;
}

.perspective-container img {
  width: 100%;
}

.perspective-container-padding {
  padding: 1.5rem;
}

@keyframes sway {
  0% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    transform: perspective(1000px) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  }

  50% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0); */
    transform: perspective(1000px) rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  }

  100% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    transform: perspective(1000px) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  }
}

.showcase-img {
  max-width: 95%;
}

.card {
  border-radius: 0.5rem;
  box-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.15);
}

.card-fill {
  height: 100%;
}

.card-title {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: -0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.card-content {
  padding: 1.5rem;
}

.card-menu {
  margin: 0;
  padding: 0;
}

.card-menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.card-badge img {
  max-width: 80%;
}

.br-10 {
  border-radius: 10px;
}

.box-info {
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 1px #ddd;
}

.btn {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  font-size: 1rem;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: 400;
}

.btn-wrapper {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.btn-wrapper a {
  text-decoration: none;
}

.btn-wrapper.list a {
  margin: 10px;
}

.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn-pink {
  background-color: #f463f7;
}

.btn-purple {
  background-color: #8224e4;
}

.btn-aqua {
  background-color: #03bcd7;
}

.btn-white:hover {
  color: #ffce00;
  border-color: #ffce00;
  transition: 1s;
}

.datagrid {
  margin: 1.5rem 0;
  border: solid 1px #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}

.datagrid table {
  border-collapse: collapse;
  width: 100%;
}

.datagrid td,
.datagrid th {
  padding: 0.5rem;
}

.datagrid tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.datagrid tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

/* Effect: Multi-Layer Parallaxing */

.scene-wrapper {
  position: relative;
  overflow: hidden;
  height: 520px;
}

.scene-wrapper>img {
  position: absolute;
  width: 100%;
  min-width: 1750px;
  transform: translateY(var(--translateY));
  will-change: transform;
}

/* Effect: Double Boxes Parallaxing */

.double-box {
  position: relative;
  width: 100%;
}

.double-box .card {
  position: absolute;
  width: 38%;
}

.card-left {
  left: 10%;
}

.card-right {
  right: 10%;
}

.bg-connector {
  padding-top: 12rem;
  height: 720px;
  background: url(bg-connector-01.svg) repeat-x;
  background-size: 100% auto;
  background-position: center center;
}

/* Effect: Glass */

.glass {
  position: relative;
}

.glass>img {
  width: 100%;
  z-index: -1;
  object-fit: cover;
}

.glass-blur {
  position: absolute;
  filter: blur(1.5rem);
  clip-path: polygon(10% 0%, 40% 0%, 40% 100%, 10% 100%);
  z-index: 1 !important;
}

.glass-overlay {
  position: absolute;
  left: 10%;
  width: 30%;
  height: 100%;
  z-index: 2;
  border-left: solid 1px rgba(255, 255, 255, 0.2) !;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.glass-overlay-padding {
  padding: 1.5rem 3rem;
}

.glass-overlay-padding:first-child {
  margin-top: 0;
}

/* Form Design */

label {
  display: flex;
  flex-direction: column-reverse;
}

label>span {
  font-size: 0.75rem;
  transition: all 0.2s;
  transform-origin: top left;
}

label>input[placeholder=' ']:not(:focus):placeholder-shown+span {
  transform: translateY(1em) scale(1.25);
  pointer-events: none;
  opacity: 0.5;
}

input[type='text'] {
  background: none;
  border: none;
  padding: 0.15rem 0;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

input[type='text']:focus {
  border-bottom: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

input[type='email'] {
  background: none;
  border: none;
  padding: 0.15rem 0;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

input[type='email']:focus {
  border-bottom: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

.contact-form textarea {
  border-radius: 5px;
  background: none;
  border: none;
  padding: 1rem;
  border: solid 0.15rem #ccc;
  transition: 0.5s;
}

.contact-form textarea:focus {
  border: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

select {
  font-size: 1rem;
  padding: 0.5rem 0.25rem;
  border: none;
  background: none;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

select:focus {
  border-bottom: solid 2px #fd69fa;
  transition: 0.5s;
}

/* Plugins */

.swiper-slide img {
  width: 100%;
}

.swiper-slide-inset {
  position: relative;
}

.swiper-glass-background {
  position: absolute;
  z-index: 0 !important;
}

.swiper-glass-foreground {
  position: absolute;
  filter: blur(1.5rem);
  clip-path: polygon(15% 0%, 40% 0%, 40% 100%, 15% 100%);
  z-index: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* Mobile Menu */
.menu-trigger {
  color: white;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: none;
}

/* Main dropdown */
.main-dropdown {
  display: none;
  text-align: center;
  width: auto;
  background: #323293;
  margin-top: 0.5rem;
  padding: 1rem 0.5rem;
  z-index: 5;
}

.dropdown-trigger {
  display: flex;
  margin: auto;
  width: fit-content;
}

.main-dropdown-wrapper {
  position: relative;
}

.main-dropdown li {
  padding-bottom: 0.5rem;
}

.main-dropdown li:last-of-type {
  padding-bottom: 0;
}


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

.image-wrapper ul li {
  display: inline-block;
}

.image-wrapper li:not(:last-child) {
  margin-right: 30px;
}

.editor-wrapper {
  max-width: 100%;
  border: 2px solid #323293;
  border-radius: 10px;
  background-color: #191970;
}

.editor-title {
  padding: 20px;
  border-bottom: 2px solid #323293;
}

.editor-title svg {
  max-width: 100%;
  color: white;
}

.editor-text {
  padding: 20px;
  text-align: left;
}

.editor-text p {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 30px;
}

.typewriter-text h3 {
  margin-right: 20%;
  display: inline;
  background-color: #fd69fa;
}

.parallax-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #323293;
  border-radius: 100%;
  left: -18rem;
  top: 5vh;
  z-index: -1;
}

.small-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #323293;
  border-radius: 50%;
  z-index: 0;
  transform-origin: center;
}

.abstract-circle-mouse {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #323293;
  border-radius: 50%;
  opacity: 0.05;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.15s;
  z-index: 1;
  left: 50%;
  pointer-events: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.product-breakdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-breakdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-breakdown li:not(:first-child) {
  margin-top: 10px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 30px;
}

form {
  max-width: 100%;
}

.contact-form textarea {
  width: 100%;
  resize: none;
  height: 15rem;
}

form button {
  outline: none;
  border: none;
  box-shadow: none;
}

.container-flexbox {
  display: flex;
  justify-content: space-between;
}

.left-content {
  margin-top: -10px;
  font-size: 30px;
  padding-bottom: 40px;
  width: 50px;
}

.right-content {
  padding-bottom: 40px;
  margin-top: -10px;
  flex: 2;
}

.right-content h2 {
  margin-top: 0px !important;
}

.container-scroll {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  /* Adjust this to control the space between sections */
}

.connector {
  flex: 1;
  position: relative;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #323293;
  /* Circle color */
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.connector::before {
  content: '';
  width: 4px;
  /* Line width */
  height: 100%;
  background-color: lightgray;
  /* Line color */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container-flexbox:last-child .connector::before {
  display: none !important;
}

.container-flexbox:last-child .left-content {
  padding-bottom: 0px;
}

.container-flexbox:last-child .right-content {
  padding-bottom: 0px;
}

.roadmap-wrapper {
  padding-top: 10px;
}


.main-dropdown li {
  display: block;
}

/* Footer */
.footer-logo img {
  width: 50%;
  max-width: 100px;
  margin-bottom: 3rem;
}

.footer-links p {
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

footer a {
  color: #7b7b7b;
}

.footer-links {
  margin-bottom: 2rem;
}

.footer-links:last-of-type {
  margin-bottom: 0;
}

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

.footer-links li {
  padding: 0.5rem 0;
}

.footer-links ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.no-margin {
  margin: 0;
}

.footer-credit {
  margin-bottom: 1rem;
}

.footer-credit a {
  text-decoration: none;
}

.policy {
  margin-bottom: 2rem;
}

/* Brand Assets */

.full-width-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.full-width-table th {
  font-size: 1rem;
  text-align: left;
  color: var(--blurple);
}

.full-width-table td {
  padding-top: 30px;
  vertical-align: top;
}

.full-width-table .split-item {
  display: flex;
  flex-direction: row;
}

.full-width-table .split-item .circle-palette {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid lightgray;
}

.full-width-table .td-title {
  font-weight: 400;
  padding-top: 40px;
}

.full-width-table .split-item:nth-child(even) {
  margin-top: 10px;
}

.full-width-table .split-item .td-right {
  margin-left: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.full-width-table .split-item .palette-title {
  font-size: 1rem;
  font-weight: 400;
}

.full-width-table .split-item .palette-code {
  color: #727272;
  font-size: .9rem;
}

.full-width-table .td-d-file {
  display: flex;
  flex-direction: row;
}

.full-width-table .td-d-file .d-file-item {
  width: 100%;
}

.full-width-table .td-d-file .d-file-item.d-file-item-product {
  width: unset;
}

.full-width-table .td-d-file .d-file-item .d-file-image {
  height: 80px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid lightgray;
}

.full-width-table .td-d-file .d-file-item .d-file-image img {
  width: 100%;
  max-width: 140px;
  cursor: pointer;
}

.full-width-table .td-d-file .d-file-item .d-file-image.d-file-product {
  border: unset;
  border-radius: unset;
  height: unset;
}

.full-width-table .td-d-file .d-file-item .d-file-image.d-file-product img {
  width: 60px;
}

.brand-assets img {
  max-width: 300px;
}

.brand-assets .product-icon img {
  width: 50%;
  max-width: 100px;
}

.brand-assets .file-selector {
  vertical-align: middle;
  color: black;
  font-size: .9rem;
}

.brand-assets .file-selector i {
  font-size: .8rem;
  font-weight: 600;
}

/* Playground */

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

.relative {
  position: relative;
}

.playground .burst {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.playground .burst {
  width: 100%;
}

.playground {
  background-color: var(--blurple);
  padding-top: 30px;
}

.playground .playground-logo {
  width: 180px;
}

.playground h3 {
  color: white;
}


  .playground .playground-logo {
    margin-right: 40px;
  }

  .playground-header-reg {
    padding-left: 40px;
    border-left: 4px solid rgba(255,255,255,0.2);
  }

  .playground .col-sm-6 {
    padding-left: 0px;
  }
  

  @media (max-width: 991px) {
    .playground .playground-logo {
      margin-right: 0px;
    }
  
    .playground-header-reg {
      padding-left: 40px;
      border-left: 4px solid rgba(255,255,255,0.2);
    }
  }

  @media (max-width: 767px) {
    .playground .playground-logo {
      margin-right: 0px;
      margin-bottom: 30px;
    }
  
    .playground-header-reg {
      text-align: center;
      margin-top: 20px;
      padding-top: 0px;
      border-top: 4px solid rgba(255,255,255,0.2);
      border-left: 0px;
      padding-left: 0px;
    }

    .playground-header-reg img {
      margin: 0 auto;
    }
  }


.playground .playground-year {
  width: 250px;
}

.playground .time-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  text-align: center;
  width: 180px;
  height: 180px;
  margin-top: 40px;
}

.playground .time-box h3 {
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
  color: var(--pink);
  font-size: 7rem;
}

.playground .time-box h4 {
  color: white;
  margin-top: 40px;
}

.playground .separator {
  padding: 20px;
  font-size: 5rem;
  vertical-align: middle;
  color: white;
}

.playground-about {
  padding-top: 60px;
}

.playground-about h2 {
  margin-top: 0px;
  color: white;
}

.playground-about p {
  color: white;
  margin-top: 0px;
}

.playground-location {
  padding: unset;
  margin: unset;
  background: linear-gradient(180deg, #191970 5.21%, rgba(25, 25, 112, 0.00) 53.06%, #191970 98.13%), url("../images//playground-bg.jpg") transparent no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 150px;
}

.playground-location h3 {
  color: white;
  margin-bottom: 10px;
  margin-top: 0px;
}

.playground-location h4 {
  color: white;
  margin-top: 0px;
}

.playground-location .pinpoint {
  margin-top: 10px;
  margin-right: 20px;
}

.playground-speakers {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.playground-speakers .speaker {
  border-radius: 10px;
  content: "";
  margin-top: 20px;
  background-color: var(--faded-blurple);
  width: 100%;
  height: 125px;
}

.playground-speakers .speaker-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
}

.playground-speakers .speaker-img img {
  border-bottom-left-radius: 10px;
}

.playground-speakers .speaker-logo {
  position: absolute;
  right: 0;
  width: 35%;
  bottom: 0;
  padding: 50px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.playground-speakers h4 {
  color: white;
  margin-top: 20px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.playground-speakers h5 {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.playground-speakers span {
  color: white;
  font-size: .9rem;
  margin-bottom: 20px;
}

.playground-schedule {
  margin-top: 0px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.playground-schedule .tab {
  padding-bottom: 30px;
  border-bottom: 4px solid var(--faded-blurple);
  cursor: pointer;
}

.playground-schedule .tab.active {
  border-bottom: 4px solid white;
}

.playground-schedule h2 {
  color: var(--pink);
}

.playground-schedule h3 {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.playground-schedule h4 {
  color: #F4F4F4;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1rem;
}

.playground-schedule .schedule-block {
  margin-top: 30px;
}

.playground-schedule .time {
  width: 15%;
  color: white;
}

.playground-schedule .time span {
  margin-top: 0px;
}

.playground-schedule .details {
  font-weight: 500;
  width: 85%;
}

.playground-schedule .details h5 {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 20px;
}

.playground-schedule .details p {
  color: white;
  margin-top: 0px;
  font-weight: 300;
}

.playground-registration {
  margin-top: 0px;
}

.playground-registration h2 {
  color: var(--pink);
}

.playground-registration h2 span {
  color: white;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

.playground-registration p {
  color: white;
}

.playground-registration label {
  color: white;
  font-weight: 400;
  margin-left: 0px;
  margin-top: 0px;
}

.playground-registration input {
  border-color: var(--blurple);
  color: white;
  border-radius: 0px;
}

.playground-registration input::placeholder {
  color: #d5d5d5;
}

.playground-registration textarea {
  border-color: var(--blurple);
  color: white;
}

.playground-registration textarea::placeholder {
  color: #d5d5d5;
}

.playground-registration .checkbox-title {
  margin-bottom: 10px;
  display: block;
} 

.playground-registration .checkbox-title a {
  color: var(--pink);
}

.playground-registration .checkboxes input {
  margin-top: 0px;
  margin-bottom: 0px;
  width: unset;
  vertical-align: bottom;
}

.playground-registration .checkboxes {
  gap: 10px;
  grid-gap: 10px;
}
.playground-schedule .schedule-content {
  display: none;
}
.playground-schedule .schedule-content.active {
  display: block;
}

.alert-banner {
  padding: 0.5px;
  text-align: center;
  margin-bottom: 10px;
}

.alert-banner p {
  color: white;
  font-size: .9rem;
}

.alert-banner a {
  font-weight: 600;
  color: white;
  margin-left: 8px;
  text-decoration: none;
  border-bottom: 1px solid white;
  white-space: nowrap;
}

.alert-banner a i {
  word-break:keep-all;
  word-wrap:normal;
  margin-left: 3px;
  vertical-align: middle;
  font-size: .8rem;
}

/* Responsive */

@media (min-width: 2000px) {
  .parallax-circle {
    width: 600px;
    height: 600px;
    left: -25rem;
  }
}

@media only screen and (max-width: 1280px) {
  /* .glass h1 {
    margin: 1.5rem 0rem;
  }

  .glass-overlay-padding {
    padding: 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
  } */

  .glass-blur {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .glass-overlay {
    width: unset;
    left: unset;
    border-left: unset;
    border-right: unset;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .double-box {
    position: inherit;
  }

  .double-box .card {
    position: inherit;
    width: 92%;
    margin: 0rem auto 1.5rem auto;
  }

  .double-box .card-badge {
    max-width: 120px;
    margin: 0 auto;
  }

  .card-left {
    left: auto;
  }

  .card-right {
    right: auto;
  }

  .bg-connector {
    padding-top: 0;
    height: auto;
    background: none;
  }
}

@media only screen and (min-width: 1025px) {
  .main-menu {
    display: block !important;
  }

  .main-dropdown {
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 0.75rem;
    text-align: left;
    width: 200px;
  }
}

@media (min-width: 1025px) {
  .glass>img {
    max-height: 500px;
  }
}

@media (min-width: 1584px) {
  .abstract-circle {
    width: 60rem;
  }

  .small-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #323293;
    border-radius: 50%;
    z-index: 0;
    transform-origin: center;
  }

  h1 {
    font-size: 7rem;
    line-height: 6.5rem;
    font-weight: 600;
    font-family: 'Arboria', sans-serif;
    margin-bottom: 2.5rem;
  }

  .playground-schedule .details h5 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 2.5rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .glass>img {
    max-height: 700px;
  }

  .playground-schedule .time span {
    font-size: 1.5rem;
  }

  .playground-schedule h4 {
    font-size: 1.25rem;
  }

  .playground-schedule .schedule-block {
    margin-top: 40px;
  }
}

@media (min-width: 2030px) {
  .abstract-circle {
    width: 75rem;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .abstract-circle {
    margin-right: -27rem;
  }

  .parallax-circle {
    left: -28vw;
  }

  .text-pad-right {
    padding-right: unset;
  }

  .abstract-circle-mouse {
    display: none;
  }

  .bg-lightgray .menu-trigger {
    color: black;
  }

  .layout {
    display: block;
  }

  .showcase-wrapper {
    display: flex;
    flex-direction: column;
  }

  .showcase-img {
    margin-bottom: 50px;
  }

  .showcase-img-wrapper .showcase-img {
    margin-bottom: 20px;
  }

  .showcase-img-wrapper {
    order: -1;
  }

  header nav ul {
    z-index: 1;
    text-align: center;
  }

  .main-menu {
    display: none;
  }

  header nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
  }

  .menu-trigger {
    display: block;
  }

  header nav .btn {
    margin-top: 1rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 3rem;
    margin: 2rem 0rem;
  }

  h4,
  h5,
  h6 {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin: 1.5rem 0rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@keyframes textReveal {
  0% {
      opacity: 0;
      transform: translateY(-40%);
  }
  40% {
      opacity: 1;
      transform: translateY(0);
  }
  60% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(40%);
  }
}

#dynamic-text {
  display: inline-block;
  animation: textReveal 3s ease-in-out infinite;
}



@media (min-width: 62em) {
  .policy {
    text-align: right;
  }

  .policy a:first-of-type {
    margin-right: 1rem;
  }
}

@media (min-width: 99em) {
  footer .row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .abstract-circle {
    margin-right: -35rem;
  }

  .parallax-circle {
    left: -35vw;
  }

    /* Playground */

    .playground .text-right {
      text-align: center;
    }

    /* .playground .flex-center {
      text-align: center;
    } */

    .playground .flex-center img {
      /* margin: 0 auto; */
      /* margin-top: 50px; */
      /* margin-bottom: 20px; */
      width: 180px;
    }
    .g-recaptcha {
      margin-top: 30px;
    }

}

@media (max-width: 720px) {
  .glass>img {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {

  footer {
    text-align: center;
  }

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

  .footer-credit {
    display: block;
  }

  .footer-credit a {
    display: block;
  }

  .abstract-circle {
    margin-right: -40rem;
  }

  .parallax-circle {
    left: -40vw;
  }

  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  /* Playground */

  .playground .flex-container {
    flex-direction: column;
  }

  .playground .separator {
    display: none;
  }

  .playground-schedule .time {
    width: 25%;
  }

  .playground-schedule .details {
    width: 75%;
  }
}

@media only screen and (max-width: 696px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }

  .parallax-circle {
    left: -50vw;
  }
}

@media only screen and (max-width: 560px) {
  .parallax-circle {
    left: -65vw;
  }

  .container {
    width: 92%;
  }

  .perspective-container {
    margin: 4rem 0rem !important;
  }

  .perspective-container-padding {
    padding: 0.5rem !important;
  }

  /* Playground */

  .playground-registration h2 span {
    margin-left: 0px;
    display: block;
  }

  .playground-registration h2 {
    text-align: center;
  }
}

@media (max-width: 471px) {
  .abstract-circle {
    margin-top: 20vh;
  }

  .parallax-circle {
    left: -80vw;
    top: 0;
  }

  h3 {
    font-size: 1.55rem;
    line-height: 2.5rem;
    margin: 2rem 0rem
  }
}

@media (max-width: 379px) {
  .parallax-circle {
    left: -100vw;
  }
}

@media (max-width: 379px) {
  .btn-wrapper.list a {
    display: block;
  }
}
.circle-pulse {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--pink);
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.circle-pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px; /* Same size as the main circle initially */
  height: 15px; /* Same size as the main circle initially */
  background-color: var(--pink); /* Same color but semi-transparent */
  opacity: 0.7;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0); /* Start small */
  z-index: 0;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0); /* Starts small */
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2); /* Grows outward */
    opacity: 0;
  }
}

.details h5 {
  line-height: 1.5;
}
