html,
body {
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

html.overflow-hidden {
    overflow: hidden;
}

body.overflow-hidden {
    overflow: hidden;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'RevoirNuvo';
    src: url('../fonts/revoir-nuvo/RevoirNuvo-Regular.ttf');
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
ol,
ul,
button,
input,
textarea,
select,
label,
form,
table,
th,
td {
    font-family: 'RevoirNuvo', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
    background: linear-gradient(90deg, #f30172, #7200f5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    text-align: center;
    background-color: black;
}

header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 100;
    border-top: 4px solid #f30172;
    border-bottom: 4px solid #f30172;
    background-color: black;
    overflow: hidden;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-logo img{
    margin: -15px;
}

.menu-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.menu-links a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
    background: none;
    -webkit-text-fill-color: unset;
    text-decoration: none;
}

.container {
    position: relative;
    max-width: 1720px;
}

.team-section {
    margin: 150px 0;
}

.hero-section {
    padding: 200px 0 30px 0;
    background-size: 1600px;
    background-position: left top;
    background-repeat: no-repeat;
}

.hero-section h1 {
    opacity: 0.88;
    font-size: 67px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    line-height: 1;
}

.hero-section h1 span {
    font-size: 55px;
}

.hero-section-content {
    padding-top: 150px;
}

.hero-section p {
    font-size: 34px;
}

.counter-section {
    padding: 100px 0;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.counter-section h2 {
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 200px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
}

.counter-time {
    background-color: #0b0b0b;
    padding: 50px 30px 60px 30px;
    border-radius: 40px;
    box-shadow: -4px 4px 40px rgba(198, 14, 104, .8), 4px -4px 40px rgba(114, 0, 245, .8);
}

.counter-time span {
    font-size: 110px;
    color: black;
    text-shadow: 5px 5px 10px rgb(198, 14, 104), 5px -5px 10px rgb(198, 14, 104), -5px 5px 10px rgb(198, 14, 104), -5px -5px 10px rgb(198, 14, 104);
    font-weight: 300;
    background: none;
    -webkit-text-fill-color: unset;
}

.counter-days span {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #4c4c4c;
    background: none;
    -webkit-text-fill-color: unset;
}

.counter-days {
    margin-top: 50px;
}

.counter-separator {
    margin-top: -30px;
}

.counter-separator .square {
    width: 15px;
    height: 15px;
    background-color: #4c4c4c;
    margin: 10px 0;
    background-color: #0b0b0b;
    box-shadow: 5px 5px 10px rgb(198, 14, 104), 5px -5px 10px rgb(198, 14, 104), -5px 5px 10px rgb(198, 14, 104), -5px -5px 10px rgb(198, 14, 104);
}

.location-section {
    position: relative;
    margin: 150px 0;
}

.location-section-map {
    position: relative;
}

.location-section-map .location-image-wrapper {
    position: absolute;
    top: -5%;
    left: -13%;
    max-width: 121%;
    z-index: -1;
}

.location-image-wrapper.mobile {
    display: none;
}

.location-section-content {
    position: relative;
}

.location-section-content h2 {
    text-align: left;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
    margin-top: 0;
}

.have-background {
    position: relative;
    width: fit-content;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
    margin-top: 0;
}

.have-background:before {
    content: url('../images/title-before.png');
    position: absolute;
    top: -110%;
    left: -120px;
    z-index: -1;
}

.center-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: 0;
    width: 100%;
    padding: 150px 0;
    z-index: -1;
}

.center-div-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    z-index: 3;
}

.center-div-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7200f5, #f30172);
    filter: blur(20px);
    z-index: 2;
}


.center-div-content {
    max-width: 700px;
    margin-left: 10%;
    position: relative;
    z-index: 4;
}

.center-div-content h3 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.center-div-content p {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
    margin: 0;
}

.program {
    margin: 150px 0;
}

.program-content {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.program-body {
    position: relative;
}

.program-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f30172, #7200f5);
    filter: blur(20px);
    z-index: 2;
}

.program-body:after {
    content: "";
    background-image: url('../images/program-desktop-wrapper.png');
    width: 100%;
    height: 130%;
    display: block;
    position: absolute;
    top: -32px;
    z-index: -1;
    background-repeat: no-repeat;
    min-height: 520px;
}

.program-body-content {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 100px 0;
    background-color: #0b0b0b;
    margin: 0 auto;
}

.program-body-content-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.program-body-content h3 {
    font-size: 70px;
    text-align: center;
    font-size: bold;
    text-transform: uppercase;
}

.program-body-content h3:first-child {
    margin-top: 0;
}

.program-body-content h3:last-child {
    margin-bottom: 0;
}

.speakers-text {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.conference-content {
    position: relative;
}

.conference-content:before {
    content: url('../images/conf-left.png');
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
}

.conference-content:after {
    content: url('../images/conf-right.png');
    position: absolute;
    right: 0;
    top: -200px;
    z-index: -1;
}

.conference-content-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.conference-content p {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 50px;
}

.conference-content h3 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
}

.conference-content h4 {
    font-size: 60px;
    line-height: 1.1;
}

.contact-section {
    padding: 150px 0;
}

.contact-content p:first-child {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    background: none;
    -webkit-text-fill-color: unset;
    color: #f30172;
}

.contact-content p span {
    font-weight: 300;
    color: #4c4c4c;
    background: none;
    -webkit-text-fill-color: unset;
}

.contact-content p:last-child {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.contact-form {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 55px;
}

.contact-input-wrapper {
    position: relative;
}

.contact-input-wrapper label {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 10px;
}

.contact-input-wrapper label svg {
    max-width: 30px;
}

.contact-input-wrapper input {
    padding: 10px 20px 10px 50px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.contact-input-wrapper input:focus {
    outline: none;
}

.contact-form button {
    background-color: #f30172;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    border: none;
    margin-top: 30px;
}

.hero-section {
    background-image: url('../images/new-hero-ada-photo.png');
}

.location-image.mobile {
    display: none;
}

.mobile-menu {
    display: none;
}

@media(max-width: 1720px) {
    .location-section-content {
        margin-left: 5%;
    }
}

@media(max-width: 1440px) {
    .hero-section {
        background-size: 1300px;
    }

    .hero-section h1 {
        font-size: 55px;
    }

    .hero-section h1 span {
        font-size: 37px;
    }

    .center-div {
        padding: 100px 0;
    }

    .center-div-content {
        max-width: 500px;
    }

    .conference-content h3 {
        font-size: 55px;
    }

    .conference-content h4 {
        font-size: 50px;
    }

    .conference-content p {
        font-size: 32px;
    }

    .location-section-content h2,
    .have-background {
        font-size: 65px;
    }

    .have-background:before {
        top: -140%;
    }
}

@media(max-width: 768px) {
    .mobile-menu {
        display: block;
    }
    header {
        top: 0;
    }
    .menu-logo img {
        margin: -25px;
    }
    header .menu {
        padding: 0;
    }
    .desktop.menu-links {
        display: none;
    }
    .hero-section {
        background-image: url('../images/mobile-hero-bg.png');
        background-size: contain;
        padding: 300px 0 30px 0;
        background-position: left 60px;
    }

    .menu-links {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #0b0b0b;
        z-index: 100;
        flex-direction: column;
        padding-top: 50px;
    }

    .menu-links.active {
        display: flex;
    }

    .mobile-menu-icon {
        padding-right: 15px;
    }

    .mobile-menu-icon h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
        background: none;
        -webkit-text-fill-color: unset;
        color: #4c4c4c;
        margin: 0;
    }

    .hero-section h1 {
        text-align: center;
        font-size: 38px;
    }

    .hero-section h1 span {
        font-size: 24px;
    }

    .hero-section-content {
        padding-top: 0;
    }

    .hero-section p {
        font-size: 16px;
    }

    .counter {
        gap: 15px;
        justify-content: center;
    }

    .counter-section {
        padding-bottom: 0;
    }

    .counter-section h2 {
        font-size: 26px;
        margin-top: 50px;
    }

    .counter-time span {
        font-size: 26px;
        text-shadow: 2px 2px 5px rgb(198, 14, 104), 2px -2px 5px rgb(198, 14, 104), -2px 2px 5px rgb(198, 14, 104), -2px -2px 5px rgb(198, 14, 104);
    }

    .counter-time {
        height: 100px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-radius: 10px;
        box-shadow: -4px 4px 10px rgba(198, 14, 104, .8), 4px -4px 10px rgba(114, 0, 245, .8);
    }

    .counter-days {
        margin-top: 15px;
    }

    .counter-days span {
        font-size: 10px;
    }

    .counter-separator .square {
        width: 5px;
        height: 5px;
        box-shadow: 1px 1px 5px rgb(198, 14, 104), 1px -1px 5px rgb(198, 14, 104), -1px 1px 5px rgb(198, 14, 104), -1px -1px 5px rgb(198, 14, 104);
    }

    .counter-separator {
        margin-top: -25px;
    }

    .location-image.mobile {
        display: block;
    }

    .location-image.desktop {
        display: none;
    }

    .center-div-content h3 {
        font-size: 24px;
        max-width: 200px;
    }

    .center-div-content p {
        font-size: 14px;
        max-width: 150px;
        margin-top: 15px;
    }

    .location-section {
        margin: 75px 0;
    }

    .program-content {
        margin-bottom: 15px;
    }

    .location-section .col-md-6 {
        padding: 0;
    }

    .speakers-text {
        font-size: 16px;
        margin-top: 30px;
    }

    .location-section-map {
        width: fit-content;
        float: right;
    }

    .location-section-content h2,
    .have-background {
        font-size: 32px;
    }

    .center-div {
        position: relative;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        transform: none;
    }

    .center-div-content-wrapper {
        padding-top: 30px;
    }

    .center-div-content {
        max-width: 100%;
        margin-left: 15px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .location-image-wrapper.mobile {
        display: block;
        position: absolute;
        z-index: -1;
        right: 0;
        top: -19px;
    }

    .location-image-wrapper.desktop {
        display: none;
    }

    .have-background:before {
        content: url('../images/mobile-before-title.png');
        left: -55px;
        top: -26px;
    }

    .location-section-content {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    .program-body {
        padding: 0;
        background-color: unset;
    }

    .program-body:before {
        z-index: 2;
    }

    .program-body:after {
        z-index: -1;
        content: "";
        background-image: url('../images/program-mobile.png');
        width: 100%;
        height: 130%;
        display: block;
        position: absolute;
        top: -13px;
        left: 0;
        background-repeat: no-repeat;
        background-size: 226px;
    }

    .program-body-content {
        max-width: 100%;
        background-color: #0b0b0b;
        padding: 30px 0;
        position: relative;
        z-index: 3;
        min-height: 234px;
    }

    .program-body-content h3 {
        font-size: 26px;
    }

    .conference-content:after {
        content: url('../images/conf-right-mobile.png');
        top: 0;
    }

    .conference-content:before {
        content: url('../images/conf-mobile-left.png');
        top: 0;
    }

    .conference h2.have-background {
        font-size: 26px;
    }

    .conference-content p {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .conference-content h3 {
        font-size: 23px;
    }

    .conference-content h4 {
        font-size: 24px;
    }

    .conference-content-wrapper {
        max-width: 90%;
    }

    .contact-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .contact-content p:first-child {
        font-size: 18px;
    }

    .contact-content p:last-child {
        font-size: 24px;
    }
}