textarea:focus, input:focus{
    outline: none;
}
body{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

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

video{
    width: 100%;
    max-height: 872px;
    object-fit: cover;
}

.bold{
  font-weight: 700!important;
}

.sectionHero{
    /* background-color: #f25c5c; */
}

.navbar{
  width: 100%;
  background-color: #0c3e51;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 24px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 300;
}

.navbar .LogoIEZ{
    width: 144px;
    max-height: 40px;
}

.navbar .sections{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navbar .sections a{
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
  flex: 1;
  white-space: nowrap;
}

.navbar .sections .tickets{
    width: max-content;
}
.navbar .tickets{
    margin-right: 0;
    background-color: #f25c5c;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 30px;
    max-width: 182px;
}

.tickets{
  margin-right: 0;
  background-color: #f25c5c;
  padding: 12px 0;
  width: 260px;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.annoucement-bar{
  background-color: #f25c5c;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 17px 0;
}

.annoucement-bar a{
  text-decoration: none;
  color:#fff;
}

.annoucement-bar span{
  /* color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  flex: 1;
  padding-left: 120px; */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  flex: 1;
  text-align: center;
}

.uppercase{
  text-transform: uppercase;
}

.annoucement-bar .uppercase{
  padding-left: 0;
}

.row-f{
  display: flex;
}

.column-f{
  display: flex;
  flex-direction: column;
}
.input{
  font-family: 'Montserrat';
  display: block;
  height: 56px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #0c3e51;
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 5;
  letter-spacing: normal;
  text-align: left;
  color: #0c3e51;
  padding: 0 20px;
}
.input::placeholder,
.input:-ms-input-placeholder,
.input::-moz-input-placeholder,
.input::-webkit-input-placeholder{
  color: #9a9a9a;
  font-weight: lighter;
  font-size: 20px;
  font-family: 'Montserrat';
}
.input--error{
  border-color: #f25c5c;
}
.button{
  display: inline-block;
  margin-right: 0;
  background-color: #f25c5c;
  padding: 13px 0;
  width: 260px;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.button-simple{
  background-color: transparent;
  color: #f25c5c;
}
.button-#f25c5c-font{
  color: #f25c5c;
}
.button--disabled{
  cursor: none;
  pointer-events: none;
  opacity: 0.6;
}
.slide-enter-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: ease-in;
   -webkit-transition-timing-function: ease-in;
   -o-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
}

.slide-leave-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
   max-height: 1000px;
   overflow: hidden;
}

.slide-enter, .slide-leave-to {
   overflow: hidden;
   max-height: 0;
}
.slide-icon{
  margin-left: 12px;
  position: absolute;
  top: 5px;
  font-size: 37px;
  font-weight: normal;
}
.slide-icon--active{
  top: 10px;
  transform: rotate(90deg);
}
.error{
  padding: 10px 22px;
  color: #f25c5c;
  font-weight: 500;
}

.error-left-zero{
  padding-left: 0px;
}

.clear-margin{
    margin: 0!important;
}



@media screen and (max-width: 850px) {
    .navbar{
      display: none;
    }

    .steps__container{
        margin-top: 72px;
    }

    .tickets{
        width: 188px;
        font-size: 16px;
    }

    .mobile-navbar{
      display: flex;
      position: fixed;
      background-color: #0c3e51;
      width: 100%;
      box-sizing: border-box;
      padding: 16px;
      color: #fff;
      z-index: 300;
      flex-direction: column;
    }

    .mobile-navbar a{
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        margin-top: 30px;
        font-weight: 700;
    }

    .nav-row{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .fa{
        display: flex!important;
        color: white;
        width: 30px;
        height: 30px;
        font-size: 22px!important;
        align-items: center;
        justify-content: center;
    }

    .nav-hidden{
      display: none;
      flex-direction: column;
      box-sizing: border-box;
      padding-top: 25px;
      padding-bottom: 15px;

    }

    .nav-hidden-content{
      display: flex;
      flex-direction: column;
      text-align: right;
    }

    .mobile-navbar .tickets{
        background-color: inherit;
        width: auto;
        padding: 0;
        text-align: right;
    }
}
