@import url('https://fonts.googleapis.com/css2?family=Borel&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"');

:root {
  --color-primary: #1a60d3;
  --color-secondary: #019f9b;
  --color-text: #fff;
  --color-text-header: #2800FF;
  --bg-color: #019f9b;
  --container-bg: rgba(255,255,255,0.2);
  --border-color: #444;
  --button-hover: #3c3c3c;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--bg-color);
  color: var(--color-text);
  margin: 0;
  padding: 85vw 20px 50px 20px;
  background-image: linear-gradient(to bottom, var(--color-primary), var(--color-primary));
  background-color: var(--color-primary);
}

body::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background-image: linear-gradient(to bottom, var(--color-secondary), var(--color-primary));
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 1vw;
  width: -webkit-fill-available;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}

h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--color-text);
}

h2 {
  font-weight: 100;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-text);
}

h3 {
  font-weight: 100;
  font-size: calc(2vw + 1.2rem);
  margin-bottom: 1.2rem;
  color: var(--color-text);
  position: sticky;
  top: 82vw;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  backdrop-filter: blur(0.4px);
  padding: 10px 0;
}

h4 {
  font-weight: 100;
  font-size: calc(2vw + 0.5rem);
  margin: 0 0 0.2rem 0;
  color: var(--color-text);
  position: relative;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  padding: 10px 0;
  opacity: 1;
}

p {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2rem;
}

footer p {
  margin: 0;
}

button, select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  outline: none;
  padding: 12px 26px;
  min-width: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
}
[class*="ApplePayButton"] {
  -webkit-appearance: -apple-pay-button !important;
  -apple-pay-button-type: subscribe !important;
  -apple-pay-button-style: black !important;
}

button {
  background-image: linear-gradient(to bottom, var(--color-secondary), var(--color-secondary));
  color: #fff;
  width: 100%;
}

select {
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.8px;
  border-radius: 24px;
  padding-right: 48px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='black' d='M31 192l129 128 129-128c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-144 144c-9.4 9.4-24.6 9.4-33.9 0l-144-144c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z'/%3E%3C/svg%3E");
}

select[disabled],button[disabled]{ 
  opacity:.5; 
  color: lightgray;
  cursor:not-allowed; 
}

video {
    width: 200%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: -50vw;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -webkit-pointer-events: none;
    opacity: 0.2;
}

video::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background-image: linear-gradient(to bottom, var(--color-secondary), var(--color-secondary));
}

.chosen-number {
    border-radius: 12px;
    text-align: center;
    text-align: -webkit-center;
    font-weight: 400;
    font-size: 23px;
    background-color: var(--color-secondary);
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M31 192l129 128 129-128c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-144 144c-9.4 9.4-24.6 9.4-33.9 0l-144-144c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z'/%3E%3C/svg%3E");
    margin: 16px 0 10px 0;
  }

.share-button {
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.share-button:active, .share-button:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

.express-checkout:not(:empty)::after {
  content: "------------------ or ------------------";
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    opacity: 0.4;
    padding: 10px 0 14px 0;
}

.bold {
  font-weight: 500;
}

.brand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0;
}

.legal-container {
  font-size: 13px;
  text-align: center;
  position: sticky;
  opacity: 0.8;
}

.legal-text {
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  opacity: 0.3;
  text-align: center;
}


.links-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0px 0 70px 0;
    position: sticky;
    top: 66vh;
    text-align: left;
}
.links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-container a {
  color: #fff;
  font-weight: 500;
  font-size: 3.2vw;
  text-decoration: none;
  line-height: 2;
}

.links-container a:hover {
  text-decoration: underline;
}

.logo {
  background: url(/assets/logo-b779c9477cacfa09b6b8cf55d9554d9f828119a4b18ac4fba782bd9f3aa95a82.png) no-repeat center;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.logotype {
  font-family: 'Borel', sans-serif;
  height: 40px;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.logotype sup, sup {
  font-size: 14px !important;
  opacity: 0.5 !important;
}

.apple-login-btn {
    height: 54px;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    background-image: none;
    width: auto;
}

.apple-login-btn:hover {
    height: 58px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
}

.join-btn {
  position: absolute;
  right: 0;
}

.sections-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 120px;
  padding: 0 0 calc(280px - 25vh) 0;
}

.sections-container section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section-img {
    border-radius: 26px;
    width: 100%;
    height: 690px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: sticky;
    box-shadow: 0 1px 18px rgba(0,0,0,0.2);
    pointer-events: none;
    -webkit-pointer-events: none;
}

.section-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px;
    border-radius: 20px;
    background-image: linear-gradient(to top, #0e1627, rgba(14, 22, 39, 0.6), transparent);

}

.section-img.section-1{
    background-image: url(/assets/homepage/section-1-f0398ff29dde3aba003d6bccb8f8407e8edaa62ac7bdfbdaa2cb28bb7a1969dc.png);
}

.section-img.section-2{
    background-image: url(/assets/homepage/section-2-0b7f73f5443367cf365f681714a66989a17aeccfd6b12a1bfcd5d87904acafcc.png);
}

.section-img.section-3{
    background-image: url(/assets/homepage/section-3-fcfaa97f4af605aa6201a3398caeb66690d82990adccaa7b855e75cd54f44217.png);
}

.section-img.section-4{
    background-image: url(/assets/homepage/section-4-0ec814066477487bbc2dd2054ec4c28bdef0d61d11bf054ca5ddb3ee08e7b058.gif);
}

.section-6{
    height: 200px;
    position: sticky;
    display: block;
}

section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.extension-link {
    position: relative;
    margin-bottom: -24px;
    padding-top: 14px;
}

.extension-link a {
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 4.4px; 
  text-decoration-thickness: 0.5px;
  text-decoration-color: #fff;
}


.AppStoreButton {
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  min-width: 135px;
  transition: background-color 0.2s ease;
  zoom: 1.4;
}

.AppStoreButton:hover {
  background-color: #333333;
}

.AppStoreIcon {
  width: 24px;
  height: 30px;
  margin-right: 10px;
}

.AppStoreText {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.TextTop {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
}

.TextBottom {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
}




.auth-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: fixed;
    top: 52vw;
    width: 100%;
    left: 0;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .auth-buttons-container a {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-image: linear-gradient(to top, var(--color-primary), transparent);
  padding: 0 10px 16px 10px;
}
.copyright {
    margin: 0;
    font-size: 15px;
}
a, .social a {
    color: #fff;
    font-size: 30px;
    margin: 0 5px;
}

@media screen and (min-width: 680px) {
    
    body {
       padding: 42vw 30px 50px 30px !important;
    }
    .links-container a {
      font-size: 14px;
    }
    
    video {
        width: 100%;
        left: 0;
        top: -2vw;
    }

    h3 {
      font-size: calc(2vw + 0.7rem);
      padding-bottom: 20px;
      position: inherit;
    }

    .auth-buttons-container {
        top: 22vw;
    }

    .sections-container {
        flex-direction: row;
        position: relative;
        bottom: 3.6vw;
        padding-bottom: 420px;
        flex-wrap: wrap;
        gap: 5vw;
    }
    
    .sections-container section {
        # flex: 0 0 calc(50vw - 90px);
        flex: 0 0 27vw;
    }

    .section-img {
        position: relative;
        min-width: 50%;
        background-position: center bottom;
    }
}

@media screen and (max-width: 300px) {
  body {
    padding: 4px;
    font-family: system-ui, -apple-system, sans-serif;
  }
  h3 {
    font-size: 16px;
    margin-bottom: 0.2rem;
  }
  .logo {
    background-size: 94% !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
  }
  .logotype {
    font-size: 22px;
    line-height: 1.8;
    padding-left: 6px;
    font-weight: normal;
    opacity: 0.6;
  }
  .share-button, .social, .section-6 .second-set, .section-6 .links-container .share-link, .extension-link, .legal-text {
    display: none;
  }
  header {
    justify-content: center;
    padding: 0;
    top: 8px;
  }
  footer {
    gap: 4px;
  }
  .AppStoreButton {
    zoom: 0.9;
    position: sticky;
    bottom: 20vh;
  }
  .sections-container {
    padding-top: 150px;
    padding-bottom: 0;
    gap: 40px;
  }
  .auth-buttons-container {
    top: 28vw;
  }
  .legal-text{
    font-size: px;
  }
  .copyright{
    font-size: 8px;
    line-height: 0.4;
    font-weight: bold;
    opacity: 0.5;
  }
  .section-img{
    height: 308px;
    background-position: bottom;
    overflow: hidden;
  }
  .links-container a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
  }
  .links-container {
    margin: 75px 0 0 0;
}
  # .sections-container{
  #   padding: 0 0 calc(280px - 1vh) 0
  # }
  .auth-buttons-container {
    # position: sticky;
    # bottom: 29vh;
  }
  .section-img::before{
    background-image: linear-gradient(to top, #0e1627, transparent);
  }
}

.logo {
  background-image: url(/assets/logo-b779c9477cacfa09b6b8cf55d9554d9f828119a4b18ac4fba782bd9f3aa95a82.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 50px;
  min-height: 50px;
  margin: 10px;
}

.background {
  background-image: url(/homepage/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
}
/*
 * Homepage specific styles


 */
