@font-face {
    font-family: HelveticaNeueLight;
    src: url('../fonts/HelveticaNeueLight.otf');
}

main{
    margin-top: 0;
}

.section-coming-soon {
    padding: 139px 40px 0;
    background-color: #ffffff;
}

.section-coming-soon .coming-soon,
.section-coming-soon .join-whistlist,
.section-coming-soon .date {
    line-height: 120%;
    letter-spacing: -1.52px;
    text-transform: capitalize;
    font-family: Sora;
    font-size: 76px;
    font-style: normal;
    margin-bottom: 47px;
}

.section-coming-soon .coming-soon {
    position: relative;
    color: #5F5943;
    font-weight: 700;
}

.section-coming-soon .coming-soon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/blackquotes.svg);
    background-repeat: no-repeat;
    top: 0;
    left: -12%;
}

.section-coming-soon .join-whistlist,
.section-coming-soon .date {
    color: #B1B1B1;
    font-weight: 600;
}

.section-coming-soon .join-whistlist {
    margin-left: 190px;
}

.section-coming-soon .date {
    margin-left: 537px;
}

.section-coming-soon .wrapper-leads {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 50px 70px;
    border-radius: 25px 25px 0px 0px;
    background: #1F1F1F;

}

.section-coming-soon .inner-leads {
    /* display: flex;
    justify-content: space-between;
    gap: 50px; */
}
.section-coming-soon .form-leads {
    /* width: 50%;
    margin-left: auto; */
    width: 100%;
}

.section-coming-soon .inner-leads .path {
    margin-bottom: 29px;
    color: #FFF;
}

.section-coming-soon .inner-leads .content .big-text {
    color: #F5F5F5;
    font-family: Sora;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -3px;
    margin-bottom: 87px;
}

.section-coming-soon .inner-leads .content .contact {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 50px;
}

.section-coming-soon .inner-leads .content .contact .title {
    color: #F5F5F5;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}

.section-coming-soon .inner-leads .content .contact .item ul {
    padding-left: 0;
}

.section-coming-soon .inner-leads .content .contact .item ul.sosial-media {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-coming-soon .inner-leads .content .contact .item ul.sosial-media li:not(:last-child) {
    margin-bottom: 0;
}

.section-coming-soon .inner-leads .content .contact .item ul li:not(:last-child) {
    margin-bottom: 8px;
}

.section-coming-soon .inner-leads .content .contact .item .text {
    color: #F5F5F5;
    font-family: HelveticaNeueLight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    
}

.section-coming-soon .inner-leads .content .contact .item a {
    color: #F5F5F5;
    font-family: HelveticaNeueLight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.section-coming-soon .inner-leads .form-leads .wrapper-form {
    border-radius: 25px;
    background: #FFF;
    padding: 63px 72px;
}

.section-coming-soon .inner-leads .form-leads .form-title {
    color: #333;
    font-family: Sora;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.9px;
    margin-bottom: 12px;
}

.section-coming-soon .inner-leads .form-leads .form-subtitle {
    color: #808080;
    font-family: HelveticaNeueLight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
