@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap);
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto Slab", Zoho_Puvi_Regular, Roboto, Poppins, 'Open Sans', sans-serif;
    scroll-behavior: smooth
}

html {
    background-color: #080322;
    color: #fff
}

h1 {
    font-size: 5em
}

h2 {
    font-size: 2.8em
}

h3 {
    font-size: 1.5em
}

b, h1, h2, h3, h4, h5, h6, strong {
    font-family: "Roboto Slab", Zoho_Puvi_SemiBold
}

label, p, span {
    font-family: "Roboto Slab", Zoho_Puvi_Regular;
    line-height: 2
}

img {
    max-width: 100%
}

a {
    color: #ffc600;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

@font-face {
    font-family: "IBM Plex Mono";
    font-weight: 400;
    font-style: normal;
    src: url(//static.zohocdn.com/webfonts/ibmplexmono/font.eot);
    src: url(//static.zohocdn.com/webfonts/ibmplexmono/font.eot?#iefix) format("eot"), url(//static.zohocdn.com/webfonts/ibmplexmono/font.woff2) format("woff2"), url(//static.zohocdn.com/webfonts/ibmplexmono/font.woff) format("woff"), url(//static.zohocdn.com/webfonts/ibmplexmono/font.ttf) format("truetype"), url(//static.zohocdn.com/webfonts/ibmplexmono/font.svg#IBMPlexMono) format("svg")
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 36px
}

.grid-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.grid-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > [class^=grid-col] {
    padding-right: 0;
    padding-left: 0
}

.grid-col, .grid-col-1, .grid-col-10, .grid-col-11, .grid-col-12, .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.grid-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.grid-col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.grid-col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.grid-col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.grid-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.grid-col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.grid-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.grid-col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.grid-col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.grid-col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.grid-col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.grid-col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.grid-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

[class^=grid-col]:first-child {
    padding-left: 0
}

[class^=grid-col]:last-child {
    padding-right: 0
}

.clearfix:after, .clearfix:before {
    content: "";
    clear: both;
    display: table
}

.persoanl-detail-form > .form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.form-field label {
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    height: 3.5em
}

.form-field input, .form-field textarea, .form-field select {
    background-color: rgba(88, 0, 255, .2);
    border-radius: 0;
    border: 5px solid transparent;
    border-bottom-color: #5800ff;
    padding: 12px;
    display: block;
    margin-bottom: 15px;
    outline: 0;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    color: #fff
}

.form-field input:focus, .form-field textarea:focus {
    background-color: rgba(88, 0, 255, .1)
}

.button, .card--cta {
    float: right;
    outline: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    background: #ffc600;
    color: #000;
    text-decoration: none;
    font-family: Silkscreen, monospace;
    padding: 1em 2em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 20px
}

.button:after, .button:before, .card--cta:after, .card--cta:before {
    content: '';
    border: 11px solid #ffc600;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-top-color: #5800ff;
    border-left-color: #5800ff
}

.button::after, .card--cta::after {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    border-color: #060129;
    border-top-color: #ffc600;
    border-left-color: #ffc600
}

.button:hover, .card--cta:hover {
    background: #f9cd03;
}

.button:hover::before, .card--cta:hover::before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.button:hover::after, .card--cta:hover::after {
    border-top-color: transparent;
    border-left-color: transparent
}

.button.button-center, .card--cta.button-center {
    float: none;
    margin: auto;
    display: block
}

.witty-eponse-form, .persoanl-detail-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.secondary-font {
    font-family: Silkscreen, monospace
}

.monospace-font {
    font-family: "IBM Plex Mono";
    font-weight: 400 !important
}

.highlight {
    background-color: #ffc600;
    color: #e900ff;
    font-weight: "Roboto Slab", Zoho_Puvi_SemiBold;
    width: auto;
    position: relative;
    padding: 0 12px;
    z-index: 0
}

.highlight:before {
    content: '';
    background-color: #cc9e00;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 100%;
    z-index: -1
}

.banner {
    height: 100vh;
    background: #080430;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: -50px
}

.banner h1, .banner h2 {
    color: #f2f5ff;
    text-shadow: 0 0 16px #6fedd6
}

.banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8
}

.banner .banner-background img {
    max-width: 500px
}

.banner .banner-image {
    background-color: #fff;
    border-radius: 12px;
    padding: 18px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.cipher-text {
    visibility: hidden
}

.hidden {
    opacity: 0
}

.console-text {
    position: sticky;
    top: 100px;
    height: 300px
}

.console-text .console-container {
    font-size: 3em;
    display: block;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.console-text .console-container .console-underscore {
    display: inline-block;
    position: relative;
    top: -.14em;
    left: 10px
}

.word-game {
    padding: 25px 25px 25px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto 12px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "input input input input input" "submitbutton submitbutton submitbutton submitbutton submitbutton";
    row-gap: 12px
}

.word-game input {
    -ms-grid-row: input;
    grid-row-start: input;
    -ms-grid-column: auto;
    grid-column-start: auto;
    grid-row-end: input;
    grid-column-end: auto;
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin: 0;
    border: 1px solid #16ad92;
    font-family: monospace;
    background-color: #6fedd6;
    color: #060129;
    font-weight: 700;
    border-left-width: 0;
    outline: 0;
    text-transform: capitalize
}

.word-game input:first-child {
    border-left-width: 1px
}

.word-game button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: submitbutton;
    width: 100%;
    font-size: 22px;
    border: 0;
    margin-top: 10px;
    background-color: #e900ff;
    color: #fff;
    outline: 0;
    cursor: pointer
}

.game-instructions {
    font-size: 18px;
    margin: 30px 0
}

.game-instructions h3 {
    padding-bottom: 10px
}

.game-instructions ul {
    list-style: decimal;
    padding-left: 20px;
    margin-left: 5px
}

.game-instructions ul li {
    padding-left: 10px;
    margin-bottom: 10px
}

.trail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-center {
    text-align: center
}

.logo {
    display: none
}

.logo > img {
    max-width: 250px;
    margin-bottom: 3em
}

.cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin: 0;
    gap: 25px;
    margin-top: 2em;
    list-style: none
}

.card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #5800ff;
    position: relative
}

.card .card--body {
    padding: 20px 30px 5px;
    margin-bottom: 50px
}

.card .card--body h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Silkscreen, monospace;
    margin: 10px 0 20px;
    line-height: 1;
    color: #fff;
    min-height: 4.2em
}

.card .card--body p {
    padding-bottom: 1em;
    color: #f2f5ff;
    min-height: 7em
}

.card .card--footer {
    position: absolute;
    right: 0;
    bottom: 0
}

.card:after {
    content: '';
    border: 10px solid #5800ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-top-color: #060129;
    border-left-color: #060129
}

.card .card--cta:before {
    border-top-color: #5800ff !important;
    border-left-color: #5800ff !important
}

.content {
    margin-bottom: 2em
}

.content:nth-last-child(1) {
    margin-bottom: 0
}

.content p {
    font-size: 20px;
    line-height: 2
}

.content h2 {
    padding-bottom: .5em;
}

.content .accordion {
    margin-top: 50px
}

.content .content-highlight {
    color: #ffc600;
    /*display: block;*/
    font-size: 160%
}

section {
    padding: 120px 0;
    border-bottom: 5px solid #5800ff
}

section .section-desc {
    font-size: 20px;margin-top:20px;
    margin-bottom: 30px
}

section .button:before, section .card--cta:before {
    border-top-color: #080322;
    border-left-color: #080322
}

section .button:after, section .card--cta:after {
    border-bottom-color: #060129;
    border-bottom-color: #060129
}

section:nth-child(2n) {
    border-bottom: 5px solid #6fedd6
}

section:nth-child(3n) {
    border-bottom: 5px solid #ffc600
}

section:nth-child(4n) {
    border-bottom: 5px solid #5800ff
}

section:nth-child(5n) {
    border-bottom: 5px solid #e900ff
}

.sec-bg {
    background: #060129
}

.sec-bg .button:before, .sec-bg .card--cta:before {
    border-top-color: #060129;
    border-left-color: #060129
}

.sec-bg .button:after, .sec-bg .card--cta:after {
    border-bottom-color: #060129;
    border-bottom-color: #060129
}

.lang-selection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px
}

.lang-selection .lang {
    cursor: pointer;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.lang-selection label {
    display: block;
    width: 100%;
    padding: 40px;
    background-color: rgba(0, 0, 0, .2);
    border: 3px solid transparent;
    cursor: pointer
}

.lang-selection label img {
    display: block;
    margin: auto
}

.lang-selection label span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 5px
}

.lang-selection label:after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    width: 30px;
    height: 30px;
    z-index: 1
}

.lang-selection label:before {
    z-index: 2;
    position: absolute;
    top: 13px;
    left: 20px;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    content: '\00AC';
    display: block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: rgba(0, 0, 0, .5)
}

.lang-selection input[type=checkbox] {
    display: none;
    visibility: hidden
}

.lang-selection input[type=checkbox]:checked + label {
    border-color: #5800ff;
    background-color: rgba(88, 0, 255, .25)
}

.lang-selection input[type=checkbox]:checked + label:before {
    color: #fff
}

.lang-selection input[type=checkbox]:checked + label:after {
    background-color: #5800ff
}

.stickers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

.stickers-container {
    padding: 20px 20px 60px;
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.stickers-container img {
    display: block;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.stickers-container:hover {
    background-color: rgba(88, 0, 255, .05);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.stickers-container:hover .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post {
    display: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post-links {
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-grid-columns:(55px) [5];
    grid-template-columns: repeat(5, 55px)
}

.post-links li {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: auto
}

.post-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.post-links li a.no-link {
    padding-right: 0;
    padding-left: 0;
    cursor: default
}

.post-links li a img {
    width: 100%;
    height: 100%;
    fill: #fff
}

.post-links li.linkedin a {
    background-color: #0a66c2
}

.post-links li.linkedin a:hover {
    background-color: #064079
}

.post-links li.fb a {
    background-color: #1877f2
}

.post-links li.fb a:hover {
    background-color: #0a54b3
}

.post-links li.twitter a {
    background-color: #1da1f2
}

.post-links li.twitter a:hover {
    background-color: #0b76b8
}

.post-links li.reddit a {
    background-color: #ff5700
}

.post-links li.reddit a:hover {
    background-color: #b33d00
}

.about-logo {
    margin: 100px 0 0;
    max-width: 300px
}

figure {
    margin: 30px 0;
    background: rgba(0, 0, 0, .2);
    position: relative
}

figure:nth-child(2) {
    margin-top: 120px
}

figure blockquote {
    padding: 25px 40px 25px 120px;
    font-size: 30px
}

figure p::before {
    content: '\201C';
    font-size: 180px;
    font-family: serif;
    position: absolute;
    color: #e900ff;
    left: 5px;
    top: -100px
}

figure p::after {
    content: '\201D';
    font-size: 180px;
    font-family: serif;
    color: #e900ff;
    position: absolute;
    right: 5px;
    bottom: -100px
}

footer {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #000
}

.swiper {
    padding-bottom: 90px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 100px !important;
    right: 35% !important;
    margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
    padding-top: 35px;
    text-align: center;
    margin: 0 auto;
    left: 45% !important;
    transform: translateX(45%) !important;
    top: auto !important;
    bottom: 30px !important;
}

.swiper-pagination {
    width: 60px !important;
    left: 49% !important;
    margin-bottom: 6px !important;
    font-size: 25px;
}

.rules-title {
    padding-bottom: 50px;
}

.rules h3 {
    padding-bottom: 20px;
}

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

.rules span {
    color: #ffc600;
}

.rules > div {
    display: none;
}

.readmore {
    color: #fff;
    margin: 0 auto;
    border-radius: 30px;
    text-decoration: none;
    background: #e900ff;
    opacity: 0.7;
    margin-bottom: 50px;
    padding: 12px 30px;
}

.card {
    pointer-events: none;
    opacity: .4;
    ;
}

.card.active {
    pointer-events: auto;
    opacity: 1;
}

.mt1 {
    margin-top: 80px;
}

#game-slider > .slide {
    display: none;
}

#game-slider > .slide.active {
    display: block;
}

.btn-con {
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.btn-con button {
    flex: 1;
}

#backToTop {
    display: none !important;
}

.readmore:hover {
    opacity: 1;
}
.error {border:2px solid #f00 !important;}
.banner-cta {margin-top:50px;} 
.banner-cta > a {color: #000;display:inline-block !important;float:none;
    margin: 0 auto;
    border-radius: 30px;
    text-decoration: none;
    background: #ffc600;
    margin-bottom: 50px;
    padding: 20px 30px;}

.banner-cta > a:nth-child(1){margin-right:30px;}
.thanks {display:none;text-align:center;}
.tooltip {
  position: relative;
  display: inline-block;font-size:20px;padding:5px 10px;
  border: 1px dashed #858585;border-radius:12px
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 12px;
  position: absolute;font-size:14px;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltiptext ul {margin:0;padding:0;padding-left:20px;}

/* media query */

@media only screen and (max-width: 1024px) {
.container {max-width:90%;}
.console-sec > div, .game-sec > div {flex:none;max-width: 100%;}
.cards {grid-template-columns:repeat(2, 1fr);}
.form-field {flex: 0 0 100%;}
.banner .banner-content {max-width:90%;}
.lang-selection {grid-template-columns:1fr 1fr 1fr;}
.persoanl-detail-form > .form-field {flex: 0 0 100%;}
}
@media only screen and (max-width: 768px) {
    .banner-content {
        margin: 0 40px !important;
    }

    .grid-row {
        justify-content: center;
    }

    [class * ="grid-col-"] {
        max-width: 90%;
        flex: auto;
    }

    .cards {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

/*# sourceMappingURL=styles.css.map */
