/*TAG NAME*/

a {
  text-decoration: none;
  color: inherit;
}

body {
  overflow-x: hidden;
  margin: 0;
  background: linear-gradient(90deg,
      rgba(39, 38, 146, 1) 1%,
      rgba(0, 212, 255, 1) 100%);
  color: white;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  text-shadow: 4px 4px 4px rgba(0, 164, 239, 0.75);
  line-height: 1.5;
}

figure {
  margin: 1em 40px;
}

footer {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  display: block;
  margin: 0;
}

h3 {
  font-size: 24px;
}

img {
  border-radius: 8px;
  border-style: none;
  vertical-align: middle;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

/*CLASSES NAME*/

.little-resize:hover,
.little-resize:active {
  outline-width: 0;
  transition: all 0.25s ease-out;
}

.little-resize:active {
  transition: all 0.25s ease-in;
  transform: scale(0.65);
}

.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.button:hover {
  border-radius: 10px;
  color: #000;
  background-color: #fff;
}

.badge {
  border-radius: 50%;
}

.bar {
  display: block;
  width: auto;
}

.bar .bar-item {
  padding: 16px 32px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.bar-item.right {
  float: right;
}

.bar-blur {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
}

.card {
  box-shadow: 0 2px 5px 0 rgb(0, 164, 239, 0.16),
    0 2px 10px 0 rgb(0, 164, 239, 0.12);
}

.opacity {
  opacity: 0.6;
}

.center {
  text-align: center;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.border-light-grey {
  border-color: #f1f1f1;
}

.padding {
  padding: 8px 16px;
}

.padding-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding-24 {
  padding: 24px;
}

.padding-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.grid-container>div {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.grid-container div {
  border-radius: 8px;
}

.polaroid {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

.container {
  padding: 25px;
}

.underline {
  text-decoration: underline;
}

.polaroid-collaborations {
  width: 300px;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  text-align: center !important;
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 25px !important;
  margin-left: 10px !important;
  margin-bottom: 20px !important;
  margin-right: 10px !important;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.polaroid-centered-90 {
  width: 90%;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-70 {
  padding-top: 70px;
}

.bold {
  font-weight: bold;
}

.centered-image {
  display: block;
  margin: 0 auto;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
  justify-content: center;
}

.inline {
  display: inline;
  padding: 5px;
}

.inline:hover {
  text-decoration: underline;
  color: lightblue;
}

.pointer {
  cursor: pointer;
}

.live {
  animation: pulse 1500ms infinite;
}

.vertical-menu {
  width: 15%;
  overflow-y: auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.vertical-menu a {
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.vertical-menu a.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.space-for-menu {
  border-radius: 20px;
  float: right;
  text-align: center;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.baby-grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  padding: 10px;
}

.baby-grid-container>div {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.baby-polaroid {
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  width: auto;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  text-align: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}

.baby-container {
  padding: 10px;
}

.baby-container p {
  font-size: 11px;
}

.title {
  font-size: 50px;
}

.shiner {
  overflow: hidden;
  transition: all 0.3s;
}

.shiner::before {
  content: "";
  position: absolute;
  width: 1366px;
  height: 768px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: skewX(30deg) translate(-150%, -50%);
  transition: all 0.5s;
}

.shiner:hover::before {
  transform: skewX(30deg) translate(150%, -50%);
  transition-delay: 0.1s;
}

.invisibility {
  opacity: 0;
}

.no-shadow,
.polaroid img,
.baby-polaroid img {
  box-shadow: 0 0 0 0;
}

.margin-left-33 {
  margin-left: 33%;
}

.pure-grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.pure-grid-container>div {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.snip1157 {
  position: relative;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  text-align: left;
}

.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}

.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(2px 4px 6px lightblue);
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}

.snip1157 blockquote:before,
.snip1157 blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}

.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  position: absolute;
}

.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

/*ID*/

#logo {
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 0 0;
}

/*FONTS*/

@font-face {
  font-family: "Many Weatz";
  src: url(../fonts/many_weatz/font.ttf);
}

@font-face {
  font-family: "Harry Potter";
  src: url(../fonts/harry_potter/HarryPotter-ov4z.ttf);
}

/*KEYFRAMES*/

@keyframes pulse {
  0% {
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 0;
  }

  75% {
    box-shadow: #ffffff00 0 0 0 100px;
  }
}

/*COMING SOON*/

/*.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-image: linear-gradient(
    to right,
    rgba(0, 164, 239, 0),
    rgba(0, 164, 239, 1)
  );
}

.polaroid:hover .overlay {
  opacity: 1;
}

.text {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.broken-green-pixel {
  background-color: #ff00ff;
  width: 1px;
  height: 1px;
  position: fixed;
  top: 126px;
  left: 242px;
  z-index: 9999;
}*/

/* DISPLAY NEW EXPERIENCE */
@keyframes expandAnimation {
  from {
    height: 225px;
  }

  to {
    height: 250px;
  }
}

@keyframes reduceAnimation {
  from {
    height: 250px;
  }

  to {
    height: 225px;
  }
}

.expanded {
  animation: expandAnimation 0.5s ease forwards;
}

.reduced {
  animation: reduceAnimation 0.5s ease forwards;
}

.fading,
#countdown {
  animation: fading 3s;
}

@keyframes fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

#summative_newexp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 225px;
  background-image: url("../images/newexp_bg.jpg");
  margin: 2.5%;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  cursor: default;
  user-select: none;
  border: 1px solid white;
}

#summative_newexp p {
  text-shadow: none !important;
}

#new-experience {
  margin: 0 25%;
  display: grid;
  grid-template-columns: auto auto;
}

#new-experience p:first-child {
  text-align: right;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: auto 5px;
  background-color: #ccc;
  border-radius: 10px;
}

.enabled {
  background-color: #00adef;
}

.custom-checkbox .dot {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox input[type="checkbox"]:checked+.dot {
  transform: translateX(20px);
}

.hidden {
  display: none;
}

@media (max-width: 767px) and (orientation: portrait),
(max-width: 1079px) and (orientation: landscape) {
  #new-experience {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: auto auto;
  }

  #new-experience>p:first-child {
    text-align: center;
  }

  #new-experience>label:last-child {
    margin: 0 auto;
  }
}