

:root {
    --green: #249A46;
    --red: #DA3250;
    --black: #000000;
    --blue: #003B75;
    --darkBlue: #222A54;  


}

.wrapper{
    box-shadow: 0 12px 40px rgb(21 99 42);
    max-width: 1600px;
    margin: 0 auto;
}


.fw-700 {
    font-weight: 700 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.space{
    height: 80px;
}

body {
    min-height: 100vh;
    background: #fefefe;
    color: var(--darkBlue);
    font-family: "Libre Baskerville",serif;
    font-optical-sizing: auto;
    font-weight:700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    background: #259b44;
}
.short-terms {
    font-size: 9px;
    color: var(--black);
    font-weight: 400;
}

.bottom-text {
    font-size: 12px;
    color: var(--black);
    font-weight: 400;
}
.notes {
    font-size: 13px;
    color: var(--blue);
    font-weight: 400;
}

.gold-text{
background: linear-gradient(-35deg, #c8952a 0%, #e8cc64 25%, #e8b84b 45%, #edc65b 60%, #c8952a 80%, #f0d060 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
}


.main-title{
    font-size: 21px;
}

.main-text{
    color: var(--darkBlue) ;
    text-align: center;
    text-shadow: 0 2px 4px #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.text-form{
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}
.text-check{
    color: var(--darkBlue);
    text-shadow: 0 2px 4px #FFF;
    font-family: "Libre Baskerville";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.btn-danger,
.btn-danger:visited {
    border-radius: 5px;
    min-height: 52px;
    background-color: var(--red);
    color: white;
    outline: none;
    font-size: 31px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;   
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.20);
    line-height: 21px
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #c12b46;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.btn-success,
.btn-success:visited {
    border-radius: 5px;
    min-height: 38px;
    background-color: var(--green);
    color: white;
    outline: none;
    border: transparent;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #28a745;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

 .trailerBox {

    /* max-width: 512px; */
    height: auto;
    background-color: #D9D9D9;
    margin: 0 auto;
    border-radius: 8px;
  
 }
 .rivals-banner, .rivals-bannerLand {
    max-width: 628px;
    height: auto;
    width: 100%;
     margin: 0 auto;
 }
  .rivals-banner {
      max-width: 628px;
  }

    .rivals-bannerLand {
        max-width: 785px;
    }

    .stepBox,.stepBox2, .stepBox3 {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
    }
        /* .stepBox2 {
         max-width: 167px;
        }
    .stepBox3 {
        max-width: 180px;
    } */

 .gold-border {
     position: relative;
     background: #fff;
     border-radius: 24px;
     padding: 10px;
 }

 .gold-border::before {
     content: '';
     position: absolute;
     inset: 0;
     border-radius: 24px;
     padding: 11px;
        background: linear-gradient(-35deg, #c8952a 0%, #e8cc64 25%, #e8b84b 45%, #edc65b 60%, #c8952a 80%, #f0d060 100%);
     -webkit-mask:
         linear-gradient(#fff 0 0) content-box,
         linear-gradient(#fff 0 0);
     mask:
         linear-gradient(#fff 0 0) content-box,
         linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
 }

/* form */

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 42px !important;
    padding-bottom: 8px !important;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    border: none;
}
.form-floating>label {
    top: -6px;
}
.form-floating>.form-select {
    padding-top: 11px !important;
    color: var(--blue);
    font-weight: 700;
    font-size: 14px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    border: none;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.form-check-input {
    margin-top: -2px;
}

/* .form-check-label {
    line-height: 1.4;
} */
.form-floating.age-form-select>.form-select {
    text-align: center;
        text-align-last: center;
        padding-right: 0.95rem;
     
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit;
}

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.headerContent{
    position: relative;
    z-index: 3;
}

.headerContent,
.main-bg {
  max-width: 1600px;
  margin: 0 auto;
}


.main-bg {
    position: relative;
    z-index: 1;
   
}


.main-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    height: 100vh;
    background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8722/media/marbleMob.webp') top center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}

/* same with main content */
.mainContent {
    position: relative;
    z-index: 2;
}

.footerContent {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin: -40px auto 0;
    pointer-events: none;
}

.footer-image {
    width: 100%;
    height: auto;
    display: block;
}





@media (min-width:992px) {

 .trailerBox{
    /* width: 517px; */
    border-radius: 14px;
 }

  .gold-border {
      padding: 25px;
  }
  .gold-text {
    font-size: 27px;

  }
  .main-title {
      font-size: 23px;
  }

  .mainTop,
  .mainTop-lg {
      position: relative;
      background-image: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8722/media/marbleTop.webp');
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100% auto;
      min-height: fit-content;
      padding-bottom: 150px;
  }
.mainBottom {
    position: relative;
    min-height: 770px;
    background-image: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8722/media/marbleBottom2.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin-top: -150px;

}
  .footerContent {
      position: relative;
      z-index: 3;
      max-width: 1600px;
      margin: -490px auto 0;
      pointer-events: none;
  }

  .main-bg::before {
      content: "";
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 1600px;
      height: 100vh;
      background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8722/media/mainBg.webp') top center / cover no-repeat;
      z-index: -1;
      pointer-events: none;
  }

.headerHome-img {
    width: 100%;
    max-width: 920px;
    height: auto;
    
}

}

.headerHome {
    display: none;
}
.landing .headerContent {
    display: none;
}

.landing .headerHome {
    display: block
}