@font-face {
  font-family: 'MB Corpo A Title Cond';
  src: url('../fonts/mercedes-benz-places/MBCorpoATitleCond-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'MB Corpo S Text ';
  src: url('../fonts/mercedes-benz-places/MBCorpoSText-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'MB Corpo S Text Light';
  src: url('../fonts/mercedes-benz-places/MBCorpoSText-CondLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'MB Corpo S Text Bold';
  src: url('../fonts/mercedes-benz-places/MBCorpoSText-CondBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.main-hero .hero-banner{
    width: 100%;
    height: 100vh;
    background: url("https://binghattiweb.imgix.net/mercedez-benz-places-binghatti-city-hero-img.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.hero-banner .logo{
    margin-top: 75px;
}

.hero-banner .heading h1{
    margin-bottom: 75px;
    font-family: 'MB Corpo A Title Cond', sans-serif;
    font-size: 54px;
    font-weight: 400;
}

/* timer section start */
.event-timer-section{
    color: #fff !important;
    text-align: center !important;
    position: relative;
}
.timer {
    padding-top: 75px;
display: flex;
gap: 50px;
align-items: center;
justify-content: center;
color: #fff;
}


.unit {
text-align: center;
}


.timer .label {
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
font-family: "MB Corpo S Text", sans-serif;
}


.boxes {
display: flex;
gap: 10px;
}


.box {
width: 50px;
height: 60px;
border: 1px solid rgba(255,255,255,0.7);
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
font-weight: 400;
font-family: 'MB Corpo A Title Cond', sans-serif;
}


.timezone {
font-size: 18px;
font-weight: 300;
margin-top: 35px;
}

.event-details{
    margin-top: 108px;
}

.event-details h2{
    font-family: 'MB Corpo A Title Cond', sans-serif;
    font-size: 45px;
    margin-bottom: 18px;
}

.event-details p{
    font-family: 'MB Corpo S Text Light', sans-serif;
    font-size: 31px;
    font-weight: 300 !important;
}

.event-details p span{
    font-family: 'MB Corpo S Text Bold', sans-serif;
    font-size: 31px;
    font-weight: 700 !important;
}

.vector{
    width: 400px;
    z-index: -1;
}
.vector img{
    width: 100%;
}

.vector-top-img{
    position: absolute;
    top: 0;
    right: 0;
}

.vector-bottom-img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.register-form h2{
    font-family: 'MB Corpo A Title Cond', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 40px;
}

.register-form{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        padding-bottom: 126px;
}

.form-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-align: left;
}

.field {
  border: 1px solid rgba(255,255,255,0.8);
  padding: 22px 24px;
  
}

.field input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-family: 'MB Corpo S Text Light', sans-serif;
}

.form-wrapper .label {
  font-size: 18px;
  font-family: 'MB Corpo S Text Light', sans-serif;
  font-weight: 300;
    width: 100px;
    white-space: nowrap;
    flex: 0 0 auto;
}



.required {
  color: red;
}

.field {
  display: flex;
  align-items: center;
  gap: 20px;
}

.phone-field {
    gap: 50px;
    margin: 20px 0;
}
.country {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  background: #000;
    color: #fff;
    border: none;
    width: 65px;
}

.select-arrow {
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
}

.radio-title {
  margin: 40px 0 16px;
  font-size: 18px;
  font-family: 'MB Corpo S Text Light', sans-serif;
}

.radio-box {
  border: 1px solid rgba(255,255,255,0.8);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  cursor: pointer;
  font-family: 'MB Corpo S Text Light', sans-serif;
}

.radio-box.active {
  background: #2f2f2f;
}

.radio {
  width: 22px;
  height: 22px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: relative;
}

.radio::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.radio-box.active .radio::after {
  opacity: 1;
}

.terms {
  font-size: 13px;
  opacity: 0.8;
  margin: 30px 0;
  line-height: 1.6;
}

.terms a {
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  padding: 18px;
  background: #fff;
  color: #000 !important;
  border: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  font-family: "MB Corpo S Text", sans-serif;
}

.hidden {
  display: none;
}

@media (max-width: 600px) {
  .field, .radio-box {
    padding: 18px;
  }
}

/* timer section end */

.form-wrapper .error {
    flex: none;
}

.main-footer ,.footer-bottom{
    display: none;
} 

.mobile-error{
    margin: 0px !important;
}

/* responsive */
@media (max-width: 450px){
    .main-hero{
        min-height: 440px;
    }
    .main-hero .hero-banner{
        height: 440px;
    }
    .hero-banner .logo img{
        height: 80px;
    }
    .hero-banner .logo {
    margin-top: 70px;
    }
    .hero-banner .heading h1 {
    margin-bottom: 40px;
    font-family: 'MB Corpo A Title Cond', sans-serif;
    font-size: 20px;
    }  
    .timer{
        flex-direction: column;
        gap: 30px;
        padding-top: 40px;
    }
    .vector{
    width: 220px;
    }
    .timer .label {
    font-size: 16px;

    }
    .timezone {
        font-size: 16px;
        margin-top: 0px;
    }
    .event-details h2{
        font-size: 30px;
    }
    .event-details p, .event-details p span  {
        font-size: 16px;
    }
    .event-details {
        margin: 90px 0px;
    }
    .register-form{
        padding-bottom: 96px;
    }
    .register-form h2{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .vector-bottom-img{
        bottom: 60%;
    }
    .form-wrapper .label{
        font-size: 14px;
    }
    .radio-title{
        font-size: 16px;
    }
}

@media (max-width: 380px){
    .main-hero{
        min-height: 382px;
    }
    .main-hero .hero-banner{
        height: 382px;
    }
    
}