/*-- this file content styles:
    - onboarding
 --*/
:focus {
  outline: none;
}

::-moz-placeholder { /* Firefox 19+ */
  /* Firefox 19+ */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  color: #999999;
}

::-webkit-input-placeholder {   /* Chrome/Opera/Safari */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  color: #999999;
}

#carousel-login {
  z-index: 1;
}

#carousel-login .btn:focus {
  opacity: 0.8
}

#carousel-login .item::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180.37deg, rgba(255, 255, 255, 0.8) 65.45%, rgba(0, 0, 0, 0.8) 95.13%);
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  content: "";
  border-radius: 16px 16px 0 0;
}

.carousel {
  opacity: 0;
  z-index: 0;
  display: none;
}

.carousel.active {
  opacity: 1;
  z-index: 1;
  display: block;
}

#carousel-login .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.carousel .item .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  border-radius: 0;
}

.carousel .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1
}

#carousel-login .item .content .logoNavenuLogin {
  margin-top: 4rem;
}

#carousel-login .item .content .sliderText {
  z-index: 2;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0
}

#carousel-login .item .content .sliderTextStart {
  z-index: 2;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0
}

.carousel .item .content {
  width: 100%;
  height: 100%;
}

.carousel .item .content h1 {
  font-family: 'BourtonBase Regular';
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 2rem;
  width: 100%
}

.carousel .item .content p {
  font-family: 'BourtonBase Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 1.35rem;
  line-height: 1.65rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 0px 7.43082px rgba(0, 0, 0, 0.5);
}

.carousel .item.four h1 {
  margin-top: 8rem;
}

.carousel .item.four .buttonsLogin {
  position: absolute;
  bottom: 4rem;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* position dots in carousel */
.carousel .flickity-page-dots {
  bottom: 2rem;
}

.carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #FFF;
}

.carousel .flickity-page-dots {
  opacity: 1;
  transition: opacity .3s;
  display: block;
}

.carousel .flickity-page-dots.hidden {
  opacity: 0;
  display: none;
}

.carousel .item.four div.buttonsLogin a.btn {
  min-height: 54px !important;
}

.carousel .item.four .buttonsLogin .btn,
.carousel .item.four div.buttonsLogin a.btn,
.carousel .btn.btnJoin,
.sign-up .btnApple,
.sign-up .btnGoogle,
.registerMail .buttonsLogin .btn {
  margin: .5rem 0;
  width: 100%;
  font-family: 'BourtonBase Regular';
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.307692px;
  border-radius: 8px;
  border: 3px solid #000000;
  -webkit-appearance: none !important;
}

.carousel .buttonsJoin {
  position: absolute;
  bottom: 2rem;
  width: 100%
}

.carousel .btn.btnJoin {
  padding: .25rem 1.75rem .35rem;
  width: auto;
  margin: 0;
}

.carousel .item.four .buttonsLogin .btnApple,
.sign-up .btnApple {
  background: #FFFFFF;
  border: 3px solid #000000;
  color: #000000;
}

.carousel .item.four .buttonsLogin .btnApple span:before,
.registerMail .buttonsLogin .btnApple span:before {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background-image: url(../images/icons/onboarding/iconApple.svg);
  background-size: 20px 20px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: .25rem
}

.carousel .item.four .buttonsLogin .btnGoogle span:before,
.registerMail .buttonsLogin .btnGoogle span:before {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
  background-image: url(../images/icons/onboarding/iconGoogle.svg);
  background-size: 18px 18px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  vertical-align: middle;
}

.carousel .item.four .buttonsLogin .btnEmail span:before {
  width: 18px;
  height: 15px;
  margin-right: 1rem;
  background-image: url(../images/icons/onboarding/iconEmail.svg);
  background-size: 18px 15px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  vertical-align: middle;
}

.carousel .item.is-selected .content {
  transform: translateX(0px);
}

.carousel .item.is-before-selected .content {
  transform: translateX(calc(((100vw - 100%)/2 + 5vw)));
}

.carousel .item.is-after-selected .content {
  transform: translateX(calc(((100vw - 100%)/2 + 5vw)*-1));
}

.carousel .flickity-prev-next-button {
  height: 100%;
  width: 10%;
  border-radius: 0;
  background-color: transparent;
}

.carousel .flickity-prev-next-button.next {
  right: 0;
}

.carousel .flickity-prev-next-button.previous {
  left: 0;
}

.carousel .flickity-prev-next-button:focus {
  box-shadow: none;
}

.carousel .flickity-prev-next-button svg {
  display: none;
}

/* #carousel-login .item.is-selected::before {
  width: 100%;
  height: 100%;
  background-color: #2E9F26;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  content: "";
} */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sliderUrl {
  width: 100%;
  height: 100%;
}

/* white circles */
.flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  margin: 0 7.5px;
  -webkit-transition: .4s opacity, .4s transform;
  -o-transition: .4s opacity, .4s transform;
  transition: .4s opacity, .4s transform;
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}

.carousel .btn span,
.registerMail .btn span,
.signUpForm .btn span,
.forgotForm .btn span {
  display: block;
  margin-bottom: .25rem;
}

.registerMail,
.signUpForm,
.forgotForm {
  transition: opacity .5s;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: auto;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.registerMail.active,
.signUpForm.active,
.forgotForm.active {
  opacity: 1;
  z-index: 1;
}

.registerMail .bkgnd,
.signUpForm .bkgnd,
.forgotForm .bkgnd {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  border-radius: 0;
}

.registerMail .bkgnd img,
.signUpForm .bkgnd img,
.forgotForm .bkgnd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.registerMail .content,
.signUpForm .content,
.forgotForm .content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.registerMail .iconClose .buttonClose,
.signUpForm .iconClose .buttonClose,
.forgotForm .iconClose .buttonClose {
  position: fixed;
  top: 3.25rem;
  left: 2rem;
  line-height: .5rem;
  opacity: 1;
  cursor: pointer;
  z-index: 99999999;
  padding: 0;
  background: transparent;
  border: none;
}

.registerMail h2,
.signUpForm h2,
.forgotForm h2 {
  font-family: 'BourtonBase regular';
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 3rem;
}

.registerMail .formContent,
.signUpForm .formContent,
.forgotForm .formContent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15rem;
  padding: 0 2rem;
}

.registerMail label,
.signUpForm label,
.forgotForm label {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.22px;
  color: #FFFFFF;
  margin-bottom: .75rem;
}

.registerMail .form-group input,
.signUpForm .form-group input,
.forgotForm .form-group input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.registerMail .loginMail,
.signUpForm .signUp,
.forgotForm .signUp {
  padding: 0 2rem;
  width: 100%;
}

.registerMail .buttonSignup,
.signUpForm .buttonsSignUp,
.forgotForm .buttonsSignUp {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 2rem;
}

.registerMail .buttonSignup .btn:focus,
.signUpForm .buttonsSignUp .btn:focus,
.forgotForm .buttonsSignUp .btn:focus,
.loginMail .buttonsSignUp .btn:focus {
  opacity: 0.8;
}

.registerMail .buttonSignup .btn:last-child,
.signUpForm .buttonSignup .btn:last-child,
.forgotForm .buttonSignup .btn:last-child {
  margin-bottom: 0
}

.registerMail .sign-up,
.signUpForm .sign-up,
.forgotForm .sign-up {
  padding: .5rem 0;
}

.registerMail .btn.btnAccount,
.signUpForm .btn.btnAccount,
.forgotForm .btn.btnAccount {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  color: #FFFFFF;
  background: transparent;
  border-radius: 0;
  text-transform: none;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255 255 255 / 0.47), rgba(255, 255, 255, 0)) 1;
}

.signUpForm .btn.btnAccount {
  padding: .375rem;
}

.registerMail .btn.btnAccount:focus,
.registerMail .btn.btnAccount:active {
  background: transparent;
  border: 1px solid #FFFF;
  border-width: 1px 0 1px 0;
}

.buttonsSignUpBottom .btn {
  width: 100%;
}

/*------- onboarding settings ---------*/
.setEmail .btn span {
  display: block;
  margin-bottom: .25rem;
}

.setEmail {
  transition: opacity .5s;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: auto;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.setEmail::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%); */
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.setEmail.active {
  opacity: 1;
  z-index: 1;
}

.setEmail .bkgnd {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  border-radius: 0;
}

.setEmail .bkgnd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.setEmail .content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.setEmail .iconClose .buttonClose {
  position: fixed;
  top: 3.25rem;
  left: 2rem;
  line-height: .5rem;
  opacity: 1;
  cursor: pointer;
  z-index: 99999999;
  padding: 0;
  background: transparent;
  border: none;
}

.setEmail h2 {
  font-family: 'BourtonBase regular';
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 3rem;
}

.setEmail .formContent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15rem;
  padding: 0 2rem;
}

.setEmail label {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.22px;
  color: #FFFFFF;
  margin-bottom: .75rem;
}

.setEmail .form-group input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.setEmail .changeEmail {
  padding: 0 2rem;
  width: 100%;
}

.setEmail .buttonContinue {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 2rem;
}

.setEmail .buttonContinue .btn:last-child {
  margin-bottom: 0
}

.setEmail .continue {
  padding: .5rem 0;
}

.setEmail .btn.btnAccount {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  color: #FFFFFF;
  background: transparent;
  border-radius: 0;
  text-transform: none;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255 255 255 / 0.47), rgba(255, 255, 255, 0)) 1;
}

.continue .btnApple {
  margin: .5rem 0;
  width: 100%;
  font-family: 'BourtonBase Regular';
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.307692px;
  border-radius: 8px;
  border: 3px solid #000000;
}

/* ----- onboarding Preferences ---- */
#onboardingPreferences {
  background: #F2F2F2;
  overflow: hidden;
  transition: all .3s;
  position: absolute;
  top: 0;
  z-index: 2999;
  height: 100vh;
}

.backButtonSetEmail {
    border: none;
    transition: opacity .3s;
    margin: 0;
    padding: 0;
}

/*-------- responsive styles ------------*/
@media(max-width:767px) {}
