/* main */
body {
    background-color: #171121;
    margin: 0;
  }
  /* @font-face {
    font-family: Outfit;
    src: url(Inter-Regular.ttf);
  } */
  @font-face {
    font-family: Inter-light;
    src: url(Inter-Light.ttf);
  }
  @font-face {
    font-family: Outfit;
    src: url(Outfit-Medium.ttf);
  }
  @font-face {
    font-family: OutfitR;
    src: url(Outfit-Regular.ttf);
  }
  @font-face {
    font-family: OutfitL;
    src: url(Outfit-Light.ttf);
  }
  h2 {
    font-weight: 400;
    text-decoration: none;
    font-family: Outfit;
    font-size: 30px;
    color: #EADDFF;
    text-align: left;
    margin-bottom: 16px;
  }
  
  h3 {
    font-weight: 700;
    text-decoration: none;
    font-family: Outfit;
    font-size: 20px;
    color: #EADDFF;
    text-align: center;
  }
  
  p {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    color: #EADDFF;
    margin-top: 0px;
  }
  
  li {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
  }
  
  a {
    text-decoration: underline;
    color: #05A9DF;
  }
  
  /* Section - Background Form */
  .hp-promo-header .wistia_embed {
    height: auto;
  }
  
  .hp-text-decor {
    background-image: linear-gradient(180deg, transparent 75%, #05A9DF 0);
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 10px 2px;
    background-position: 0 -10px;
  }

  .registration-container {
    display: flex;
    width: 100%;
    background-image: url('../images/Background (1).png');
    background-position: bottom;
    background-position-x: center;
    background-size: 1800px;
    background-repeat: no-repeat;
    background-color: #171121;
  }
  
  .registration-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 150px 0px;
    margin: auto;
    max-width: 1800px;
    height: 600px;
  }
  @media screen and (max-width: 568px) {
  .registration-wrap {
    flex-direction: column;
  }
}

  .registration-left {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-left: calc(2vw);
  }

  .registration-right {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .registration-left-content {
  display: flex;
    flex-direction: column;
  }

  .registration-left-content img{
    width: 330px;
  }

  .starts-timer {
    display: inline-flex;
    flex-direction: row;
    background-color: #241E2F;
    border-radius: 8px;
    margin-top: 30px;
    width: 330px;
  }

  .starts-timer img {

  }
  
  @media screen and (max-width: 568px) {
  
    .registration-wrap {
      height: calc(100vh + 0px);
    }
  }
  
  /* Section - Form */
  form {
    width: 280px;
    height: fit-content;
    margin: 20px auto;
    padding: 40px;
    background-color: #241E2F;
    border-radius: 16px;
  }
  .form {
    width: 280px;
    height: fit-content;
    margin: 20px auto;
    padding: 40px;
    background-color: #241E2F;
    border-radius: 16px;
  }
  label {
    display: block;
    margin-bottom: 8px;
    color: #EADDFF;
  }
  
  input {
    height: 56px;
    border: solid 1px #635B70;
    width: 280px;
    padding: 8px;
    margin-bottom: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: transparent;
    color: #EADDFF;
    text-align: left;
    font-family: Outfit;
    font-size: 16px;
  }

  ::placeholder {
    color: #EADDFF;
  }
  
  .account-submit {
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    font-family: Outfit;
    font-size: 24px;
    font-weight: normal;
    line-height: 19px;
    margin: unset;
    margin-top: 10px;
    padding: 14px 24px 15px;
    text-align: center;
    text-decoration: none;
    background-color: #B88CFF;
    color: #250059;
    text-decoration: none;
  }
  
  .account-submit:focus {
    background-color: #05a9df;
    box-shadow: 0 4px 8px #009bce33;
  }
  
  .account-submit:hover {
    background-color: #009bce;
  }

  .account-submit:disabled {
    background-color: gray;
  }

  .account-login {
    display: inline-flex;
    padding-top: 15px;
  }

  .login-button {
    margin-left: 5px;
    color: #EADDFF;
    font-family: Outfit;
    cursor: pointer;
  }
  
  /* Counter */
  
  #countdown {
    display: flex;
    font-size: 18px;
    font-family: Outfit;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    margin: 0;
  }
  
  #countdown div {
    margin: 0 4px;
    color: #EADDFF;
  }
  
  #countdown span {
    color: #B88CFF;
  }
  
  /* Section 1-Cards */
  .nutshell-container {
    width: 1200px;
    display: inline;
    justify-content: center;
    background-color: #241e2f;
  }
  
  .container-wrap {
    background-color: #241e2f;
    padding: 100px 0px;
  }
  
  .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 1500px;
  }
  
  .image-container img {
    width: 380px;
    margin: 9px;
    height: 100%;
  }
  
  /* Section 2 - Win Places */
  .win-places {
    width: 1200px;
    display: inline;
    justify-content: center;
    background-color: #171121;  
  }

  .win-places-wrap {
    background-color: #171121;
    max-width: 1200px;
    margin: auto;
  }
  
  .win-places-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    padding: 100px 0px;
  }
  
  .win-places-container img {
    width: 900px;
  }
  
  .win-places-content {

  }

  /*Section - Timeline */

  .timeline {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #171121;
    padding: 100px 0px;
    background-image: url(../images/timeline_bg.png);
    max-width: 1200px;
    background-size: cover;
    margin: auto;
  }

  @media screen and (max-width: 568px) {
    .timeline {
      flex-direction: column;
    }
  }

  .timeline-left {
    width: 50%;
    display: flex;
    justify-content: center;  
  }

  .timeline-right {
    width: 50%;
  }

  .timeline-right {
    width: 600px;
  }
  /* Section 3 - Socials */
  
  .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #1E1728;
    padding: 100px 0px;
  }
  
  .socials-content {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .socials-content h2 {
    text-align: center !important;
  }
  
  .socials-wrap {
    display: block;
    height: fit-content;
    padding-bottom: 0;
    position: relative;
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  
  .socials-wrap a {
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 12px 16px;
    background-color: #333136;
  }
  
  .socials-wrap a>img {
    height: 30px;
    object-fit: contain;
    width: 30px;
  }
  
  .socials-wrap a:hover {
    filter: brightness(80%);
  }
  
  /* Section 4 - Rules */
  .rules {
    display: flex;
    justify-content: center;
  }
  
  .rules-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 100px auto;
    max-width: 1200px;
  }
  
  .rules-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
  .rules-card {
    width: 270px;
    opacity: 0.95;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 rgba(21, 55, 67, 0.12);
    background-color: #322B40;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px 20px;
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .rules-number {
    width: 15%;
    margin-top: 20px;
  }

  .rules-card-content {
    width: 85%;
    margin-top: 20px;
  }

  .header-bg img {
    max-width: 80%;
  }
  .username {
    position: inherit;
    display: contents;
    text-decoration: none;
  }
  .login {
    text-decoration: none;
  }
  .toastmessage {
    text-align:center;
    display:block;
    font-family: Outfit;
    font-weight:bold; 
    font-size:18px;
    background-color:#6845ba;
    color:#f6fcff;
    margin-top:3px;
    padding: 33px;
    height: 30px;
  }
  .register {
    margin-top: 0px;
    width: 400px;
  }
  .link {
    color: #f6faff;
    font-family: Outfit;
  }
  .minitext {
    color: #0fa9df;
    font-family: Outfit;
  }
  .logo {    
    width: 66px;
    padding-top: 30px;
    margin-left: 8%;
    margin-left: calc(7vw);
  }
  .floatcontainer {
    float: right;
    padding-top: 35px;
    margin-right: 42px;
    width: 30%;
    min-width: 250px;
    text-align: right;
    margin-right: 4%;
    font-family: Outfit;
    margin-right: calc(7vw);
  }
  h3 {
    padding: 0;
    margin-top: -5px;
    font-weight: 700;
    text-decoration: none;
    font-family: Outfit;
    font-size: 18px;
    color: #EADDFF;
    text-align: center;
  }
  .registered {
    display: inline-flex;
    flex-direction: row;
    background-color: #241E2F;
    border-radius: 8px;
    margin-top: 30px;
    width: 330px;
    font-family: Outfit;
  }