@font-face {
  font-family: 'Knockout HTF50';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8532/fonts/Knockout-HTF50-Welterweight-Regular.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8532/fonts/Knockout-HTF50-Welterweight-Regular.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8532/fonts/Knockout-HTF50-Welterweight-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Knockout HTF50", Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #7CB4E3;
  background-image:
      url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8532/media/sky_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;

}



.title {
  font-family: "Knockout HTF50", Arial, sans-serif;
  font-size: 23px;
  color: #ffffff;
  line-height: 28px;
  -webkit-text-stroke-width: 20px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.00);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.terms-text, .shadow-text {
  font-family: "Knockout HTF50", Arial, sans-serif;
  font-size: 17px;
  -webkit-text-stroke-width: 20px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.00);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.text-form {
  font-family: "Knockout HTF50",Arial,sans-serif;
  font-size: 17px;
  color: #6F6F6F;
  line-height: auto;
  letter-spacing: 0.5px;
}


.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:visited {
  font-family: "Knockout HTF50",Arial,sans-serif;
  font-size: 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 277px;
  height: 52px;
  border-radius: 14px;
  background-color: #F6CD63;
  color: #000000;
  text-align: center;
  display: inline-block;
  line-height: 44px;

}


.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:visited {
  font-family: "Knockout HTF50",Arial,sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 287px;
  height: 49px;
  border-radius: 14px;
  background-color: #242424;
  color: #FFFFFF;
  line-height: 41px;

}

.space{
  height: 220px;
}

.container-fluid {
  max-width: 1440px;

  position: relative;


}


.guinness-logo {
  position: absolute;
  right: 0px;
  width: 95px;
  height: auto;
  top: 0;
}


.guinness-mob {
  width: 235px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}





.form-control {
  border-radius: 14px;
  border: solid 2px #D4D4D4;
  height: 46px;
  color: #6F6F6F;

}

.form-floating>.form-control {

  min-height: calc(38px + calc(var(--bs-border-width)* 2))
}

.form-floating>.form-select {
  padding-top: 17px;
}

.floating-select select {
  color: #6F6F6F !important;
  padding-top: 12px !important;
  padding-bottom: 0 !important;

}

.form-floating>label {

  padding: 8px 12px;

}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 36px;
  line-height: 1.25;
  border-radius: 8px;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: #FFFFFF;
  overflow-wrap: break-word;

}

.invalid-feedback {

  margin-top: 0.10rem;
  font-size: 0.98em;
  color: #b32734;
  padding-left: 10px;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #b32734;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 13px;
  padding-bottom: 0;
}


@media (min-width:768px) {



  .title {
    font-size: 38px;
    line-height: 38px;
   

  }



  .guinness-mob {
    width: 230px;
    padding-top: 65px;
  }


  .jumper {
    margin-top: 200px;
    width: 523px;
    height: auto;

  }

  .btn-warning {

    font-size: 27px;
    line-height: 44px;

  }

  .buttons {

    justify-content: start;
    display: flex;
    column-gap: 22px;

  }

  .form-floating>.form-control {

    min-height: calc(35px + calc(var(--bs-border-width)* 2))
  }


  .form-floating>.form-control,
  .form-floating>.form-select {
    height: 35px;
    line-height: 1.25;
  }

  .form-floating>label {

    padding: 5px 12px;

  }

  .btn-secondary {
    font-size: 22px;
    letter-spacing: 0.5px;
    width: 287px;
    height: 49px;
    color: #FFFFFF;
    line-height: 41px;

  }



}

.modal-content {
  background-color: #7CB4E3;

}

