@font-face {
  font-family: 'Avenir';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8537/fonts/avenir-roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8537/fonts/avenir-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face {
  font-family: 'Corona';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8537/fonts/Corona-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Corona Headline';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8537/fonts/CoronaHeadline-SemiBold-Web.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
    background-image: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8537/media/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Corona Headline',  sans-serif ;
    margin: auto;
    min-height: 100vh;
    font-family: 'Avenir';
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}


.text, .copyright, .notes, .text-form {
  font-family: 'Avenir', sans-serif ;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
font-size: 16px;


}

.notes {
  font-size: 11px;
}

.copyright{
  font-size: 13px;

}

.text-form {
  font-size: 16px;
  font-weight: 800;
  color: #1B2642;
}

.corona {
  font-family: 'Corona' !important;
}

.title{
    font-family: 'Corona Headline', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

.logo{
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: auto;
  display: block;
}

.bottle {
  max-height: 333px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.text-yellow{
  color:#F6C950
}
input {
    border-radius: 10px;
    border: none !important;
}
.bottle-width {
 width: 15%;
 align-self: baseline;
max-width: 100px;
}
.headline-width {
width: 90%;
}
.coop-width {
    width: 10%;
}
#map {
    height: 400px;
    border-radius: 20px;
  }
  #results {
    font-weight: bold;
  }
.btn-warning,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus-visible,
.btn-warning:visited
.btn-warning:hover {
    background-color: #FFC72C;
    color: #162641;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    -webkit-font-smoothing: antialiased;

}
  .btn-radius {
    border-radius: 28px;
  }
  .mainLogo {
    width: 35%;
    max-width: 300px;
  }
  .agegateBG {
    background: rgba(0, 0, 0, 0.64);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .form-floating>label {

    padding-bottom: 0;
    padding-top: 7px;
  }

  .form-control {
    height: 38px !important;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  }



  .age-overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    z-index: -3;
  }

  body.age-verification .logos  {
    display: none;
  }

  body.age-verification .short-terms {
    display: none;
  }

  body.age-verification .age-terms {
    display: block !important;
  }

 

  .custom-form {
    height: 44px;
    background: #382c1d69;
    filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.25));

    border: 2px solid #6a4d2e !important;
    color: white !important;
  }
  ::placeholder {
    color: #1B2642;
    opacity: 1;
    font-weight: 800;
      }

    #ageForm input::placeholder {
      color: white !important;
      opacity: 1;
      font-weight: 400;
    }

    #ageForm input::-webkit-input-placeholder {
      color: white !important;
    }

    #ageForm input:-moz-placeholder {
      color: white !important;
    }

    #ageForm input::-moz-placeholder {
      color: white !important;
    }

    #ageForm input:-ms-input-placeholder {
      color: white !important;     }

@media (min-width: 768px) {

  .title {
      font-size: 53px;
    }
  
  
    .bottle {
      height: 533px;
    }

  }