/* GLOBAL STYLES */
/* fonts */
@font-face {
  font-family: Montserrat-Regular;
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("../assets/fonts/Montserrat-Bold.ttf");
}
* {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-button]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }
}
[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
body {
  position: relative;
}

:root {
  --red-button: #e30613;
  --blue-button-heading: #16b7bb;
  --white-pure: #ffffff;
  --white-bg: #f7f7f7;
  --grey-text: #333333;
}
a,
a:hover {
  text-decoration: none !important;
}
h1,
h2 {
  margin-bottom: 30px;
}
p,
h3 {
  margin-bottom: 20px;
}
.heading-style {
  text-align: center;
}
.row {
  margin: 0;
}
.copyright {
  margin-top: 50px;
}
h3 > span,
h3 > span > span {
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
}
.image > img {
  box-shadow: 0 0 6px #0000003d;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.55rem);
}
.custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: 1.5px solid black;
  border-radius: 0;
  background-size: 100%;
  background-position: center;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  border: 1.5px solid black;
  border-radius: 0;
  background-size: 100%;
  background-position: center;
  filter: brightness(0.1);
}

#pimg {
  box-shadow: unset !important;
}
/* socials */
ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 15px 0;
  flex-wrap: wrap;
}
ul.social li {
  margin: 5px;
  display: inline-block;
}
ul.social li a {
  text-decoration: none;
}
ul.social li a i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  background-color: unset;
  color: #ffffff;
  border-radius: 0;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.social li:hover {
  opacity: 0.5;
}
.globe {
  background-color: black;
  height: 40px;
  width: 45px;
  fill: white;
  border: 4px solid black;
  border-radius: 5px;
}
.fab.fa-tiktok {
  background-color: black !important;
  width: 39px;
  height: 40px;
  position: relative;
  font-size: 22px;
  border-radius: 5px;
}
.fa-tiktok:before {
  position: absolute;
  font-size: 26px;
  left: 8px;
}
.template__inner {
  width: 100%;
  max-width: 1488px;
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

/* || HEADER || */
.header {
  width: 100%;
  padding: 24px 0;
}
.logo__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__container img {
  max-width: 140px;
  max-height: 100px;
  object-fit: contain;
}
/* || FOOTER || */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  text-align: center;
}
.footer span,
a {
  padding: 5px 0;
}
/* || INTRODUCTION || */
.center__content {
  margin: 130px 0;
  padding: 90px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
.center__content__img {
  border: 11px solid #306e9f;
  width: 100%;
  max-width: 622px;
  height: 400px;
}
.center__content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center__content__text {
  width: 100%;
  max-width: 672px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.button__container {
  margin-top: 40px;
  width: 100%;
  max-width: 360px;
  position: relative;
}
.button__container button {
  width: 100%;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.button__container button i:before {
  position: absolute;
  bottom: 28px;
}
/* || OUTCOME || */
.cta-buttons {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: flex-start;
}
.cta {
  width: 100%;
  max-width: 312px;
  padding: 20px 0;
  display: none;
}
/* || REGISTER || */
.form-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  justify-content: center;
}
#title-input {
  width: 100% !important;
  padding: 15px 5px;
  height: 100%;
}
select option:focus {
  background-color: rgba(48, 110, 159, 1) !important;
}
.form-box input {
  padding: 15px 5px;
  border: 1px solid black;
  width: 100%;
}
.form-box input::placeholder {
  color: black !important;
}
.form-box div {
  width: 100%;
  max-width: calc(48%);
}
#submit-button {
  width: 100%;
  max-width: 360px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
/* || GAME VIEW || */
.game__view__wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-61px);
}
.border__wrap {
  border: 9px solid rgba(48, 110, 159, 1);
  margin: 0 auto;
  width: fit-content;
}
.question__wrap {
  text-align: center;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 5;
  background: white;
  flex-wrap: wrap;
}
.question__wrap p,
.question__wrap h3 {
  margin-bottom: 8px;
}
.center__content__game {
  margin: 130px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.center__content__img.game {
  margin: 10px auto 40px auto;
}
.answers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
  justify-content: center;
  gap: 20px;
}
.answer-click.answer {
  width: 100%;
  max-width: 48%;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center__wrap {
  position: relative;
}
.swipe__icon__wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 33%;
}
.swipe__click__wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.swipe__click__wrap div {
  width: 49%;
}
.swipe__click__wrap div a {
  padding: 20px 0;
  text-align: center;
  display: block;
}
.swipe__icon {
  width: 50px;
}

/* || GUESS THE PICTURE || */
.gtp-tile-wrap {
  width: 100%;
  max-width: 623px;
  margin: 0 auto;
}
.game-info {
  width: 100%;
}
.center__content__img.game {
  position: relative;
}
/* || MEMORY GAME || */
.center__content__game.memory {
  margin: 60px 0;
}
.game__view__wrap.memory {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
#card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.memory-wrap {
  padding-top: 50px;
}
.game-item {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  border: 4px solid #306e9f;
}
.game-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#time__wrap__memory {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.email__img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}
/* || MEDIA QUERY || */
@media only screen and (max-width: 1920px) {
  .template__inner {
    display: flex;
  }
}
@media only screen and (max-width: 1400px) {
  .center__content {
    padding: 90px 30px;
    gap: 20px;
  }
  .game-item {
    max-width: 240px;
    max-height: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .game-item {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  ul.social {
    justify-content: center;
  }
  .center__content {
    flex-direction: column;
    margin: 60px 0;
  }
  .center__content__text {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .swipe__icon__wrap {
    position: inherit;
    justify-content: center;
    gap: 143px;
    margin-bottom: 30px;
  }
  .game-item {
    max-width: 165px;
    max-height: 165px;
  }
}
@media only screen and (max-width: 893px) {
  .swipe__click__wrap div {
    width: 100%;
  }
  .game-item {
    max-width: 140px;
    max-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .center__content__img img {
    object-fit: cover;
  }
  .memory-wrap {
    padding-top: 35px;
  }
  .footer {
    padding: 0 5px;
  }
  .center__content {
    margin: 60px 0;
  }
  .answer-click.answer {
    max-width: 100%;
  }
  .form-box div,
  .button__container.register,
  #submit-button {
    max-width: 100%;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta {
    max-width: 100%;
  }

  .center__content__game.memory {
    margin: 45px 0;
  }
  .game-item {
    max-width: 220px;
    max-height: 220px;
  }
}
@media only screen and (max-width: 600px) {
  .game-item {
    max-width: 150px;
    max-height: 150px;
  }
  .center__content__img {
    height: 300px;
  }
}
@media only screen and (max-width: 460px) {
  .center__content {
    padding: 30px 15px;
  }

  .template__inner {
    padding: 0 15px;
  }
  .swipe__icon__wrap {
    gap: 80px;
  }
  .swipe__icon {
    width: 30px;
  }
  .center__content__game {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 390px) {
  .center__content__img {
    height: 250px;
  }
  .game-item {
    max-width: 120px;
    max-height: 120px;
  }
}
@media only screen and (max-width: 330px) {
  .game-item {
    max-width: 100px;
    max-height: 100px;
  }
}
/* quiz popup modal and button */
#modal-container {
  border-radius: 0 !important;
}
#modal-confirm-btn {
  border-radius: 5px !important;
  background-color: rgba(48, 110, 159, 1) !important;
  border-color: rgba(48, 110, 159, 1) !important;
}
