@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0c151f;
    margin: 0;
    padding: 0;
    color: white;
}

.container {
    width: 100%;
    padding: 0 16px;
    max-width: 1526px;
    margin: 0 auto;
    position: relative;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'signmasterbasic', cursive;
}

p, input, li, label, a, textarea, select, option {
    font-family: "Averia Serif Libre", cursive;
}

.title.h1 {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 1.2em;
    text-align: center;
}

.section {
    z-index: 10;
}

.signin-buttons {

}

.signin-buttons .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 60px;
}

.page-intro-section {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-color: #0c151f;
    padding-bottom: 180px;
    height: 50vh;
}

.page-intro-section p {
    color: #CC9461;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
}

.page-intro-section h1 {
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin: 0;
    filter: drop-shadow(5px 5px 20px black);
}

.page-intro-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}

.page-intro-section .section-bg {
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    opacity: .5;
    mask: linear-gradient(to bottom, black 40%, transparent);
}

.main-content {
    min-height: 100vh;
    position: relative;
    margin-top: -180px;
}

.main-content .container {
    text-align: center;
}

.main-content .form-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-bg {
    background-repeat: repeat;
    background-size: 90%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: .1;
}

.title-row {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 18px;
    width: 100%;
}

.spacer {
    position: relative;
    flex: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: .5;
}

.spacer--left {
    flex-shrink: 0;
}

.spacer--line {
    top: -2px;
    width: 100%;
    height: 2px;
    background-color: white;
}

.spacer--right {
    flex-shrink: 0;
}

.content-blocks {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 28px;
}

.content-block {
    flex: 1;
    position: relative;
    font-family: 'signmasterbasic', cursive;
    text-transform: uppercase;
    border-left: 2px solid #c19361;
    border-bottom: 2px solid #c19361;
    border-right: 2px solid #c19361;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    gap: 30px;
}

.content-block input {
    background: transparent;
    border-top: 2px solid #c19361;
    border-left: 2px solid #c19361;
    border-bottom: 2px solid #c19361;
    color: #c19361;
    padding: 5px 10px;
    outline: none;
    font-size: 18px;
}

.content-block .form-row {
    padding-top: 20px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.content-block .icon {
    border: 2px solid #5d4f2c;
    padding: 10px;
}

.content-block p,
.content-block label {
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.content-block p span,
.content-block label span {
    font-weight: bold;
    font-size: 1.7em;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'signmasterbasic', cursive;
}

.content-block .block-title {
    color: #c19361;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: 'signmasterbasic', cursive;
    letter-spacing: 10px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.content-block .block-title:before,
.content-block .block-title:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c19361;
}

.how-it-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 60px 0 40px 0;
    position: relative;
}

.info-block {
    position: relative;
    display: block;
    padding: 40px;
    text-align: center;
    flex: 1;
    width: 100%;
    background: #182635;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, .5));
}

.info-block .active-indicator {
    position: absolute;
    top: -40px;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #91d54a;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.info-block .active-indicator:after {
    content: '';
    position: absolute;
    top: -350%;
    left: -350%;
    width: 800%;
    height: 800%;
    z-index: -1;
    background: #91d54a;
    overflow: hidden;
    pointer-events: none;
    opacity: .4;
    mask: radial-gradient(black, transparent 73%);
}

.info-block:not(:first-child):before {
    content: '';
    position: absolute;
    top: -34px;
    width: 100%;
    height: 3px;
    right: calc(50% + 15px);
    background: #c19361;
    opacity: .5;
}

.info-block:after {
    content: '';
    position: absolute;
    top: -46px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #c19361;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .5;
}

.info-block h1 {
    color: #fff;
    font-size: 28px;
    padding-bottom: 15px;
    margin: 0;
    opacity: .6;
}

.info-block h1 span {
    color: #c19361;
}

.info-block p {
    padding-top: 0;
    color: #8eb8b8;
    line-height: 1.5em;
    margin: 0;
    opacity: .6;
}

.info-block.active .active-indicator {
    opacity: 1;
}

.info-block.active h1,
.info-block.active p {
    opacity: 1;
}

.rewards-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
    position: relative;
}

.reward {
    display: block;
    flex: 0 0 20%;
    position: relative;
    background: #182635;
    width: 100%;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, .5));
}

.reward-image {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.reward-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.reward-content {
    position: relative;
    padding: 15px;
}

.reward-content h2 {
    color: #fff;
    font-size: 28px;
}

.reward-content p {
    color: #8eb8b8;
    line-height: 1.5em;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    position: relative;
    background: transparent;
    outline: none;
    padding: 0 60px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.btn.btn-secondary {
    height: auto;
    width: 120px;
    padding: 32px 20px;
}

.btn-bg {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #c19361;
    will-change: transform;
}

.btn-bg-inner {
    top: 4px;
    left: 4px;
    padding: 2px;
    background: #c19361;
    position: absolute;
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
}

.btn-text {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0c151f;
    font-family: 'signmasterbasic', cursive;
    font-size: 17px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.btn-text .btn-icon {
    font-size: 1.5em;
}

.btn-text.btn-text-stack {
    flex-direction: column;
    color: #3b3735;
    font-size: 26px;
}

.btn:hover .btn-bg {
    border-color: white;
}

.btn:hover .btn-bg-inner {
    background-color: white;
}

.list-profiles ul {
    padding: 0;
    list-style-type: none;
}

.list-profiles li {
    margin-bottom: 1rem;
}

.list-profiles .btn {
    min-width: 350px;
    margin: auto 10px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-family: "Averia Serif Libre", cursive;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
