* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "Anton";
    src: url(../font/bebas-neue-bold.woff2);
    font-display: swap;
    font-weight: 400;
}


@font-face {
    font-family: "Bebas Neue";
    src: url(../font/bebas-neue-bold.woff2);
    font-display: swap;
}


@font-face {
    font-family: "Montserrat";
    src: url(../font/Montserrat-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url(../font/Montserrat-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url(../font/Montserrat-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #FFFAF1;
    position: relative;
    min-height: 100vh;
}

.content-wrapper{
    position: relative;
    z-index: 20;
}

.event-header {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.event-info {
    width: 253px;
    background-color: #fff;
    box-shadow: 0px 4px 6.6px 0px #00000026;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.event-date {
    color: black;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
}

.event-time {
    color: black;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
}

.price-info {
    width: 253px;
    background-color: #fff;
    box-shadow: 0px 4px 6.6px 0px #00000026;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.price-label {
    color: black;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
}

.price-value {
    color: #F5A206;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.main-content {
    padding-top: 70px;
    padding-bottom: 103px;
}

.main-hero {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    height: 100%;
    width: auto;
    object-position: bottom;
}

.content-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.instructor-info {
    color: black;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 30px;
}

.instructor-info .highlight {
    color: red;
}

.main-title {
    font-family: "Anton", sans-serif;
    color: black;
    line-height: 100%;
    font-size: 80px;
    margin-bottom: 32px;
}

.main-title .highlight {
    color: #F5A206;
}

.masterclass-label {
    color: black;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    max-width: 570px;
    margin-bottom: 38px;
}

.benefit-item {
    display: flex;
    align-items: center;
    color: black;
    font-size: 24px;
    line-height: 100%;
}

.highlight-income,
.highlight-skills,
.highlight-secrets {
    color: #841EBF;
}

.cta-button {
    font-family: "Bebas Neue", sans-serif;
    color: black;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    padding: 27px 114px;
    background: linear-gradient(90deg, #F2C46E 12.02%, #FCE4B7 50.48%, #F2C46E 88.94%);
    box-shadow: 0px 6px 0px 0px #9A7F4A;
    border-radius: 9999px;
    display: inline-flex;
    margin-bottom: 25px;
    cursor: pointer;
    border: none;
    outline: none;
}

.bonus-section {
    max-width: 578px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    gap: 21px;
}

.bonus-icon {
    width: 85px;
}

.bonus-text {
    color: black;
    font-size: 18px;
    line-height: 180%;
    font-weight: 500;
}

.bonus-highlight {
    font-weight: 700;
}

.mobile-event-header,
.mobile-main-content {
    display: none;
}

.mobile-event-header {
    padding: 0 17px;
}

.mobile-event-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    background-color: #FFFAF1;
    box-shadow: 0px 4px 6.6px 0px #00000026;
    border-radius: 4px 4px 20px 20px;
    margin-bottom: 36px;
}

.mobile-event-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-event-date {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}

.mobile-event-time {
    color: black;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.mobile-main-content {
    text-align: center;
}

.mobile-content-wrapper {
    width: 100%;
    padding: 0 27px;
}

.mobile-instructor-info {
    color: black;
    font-size: 14px;
    margin-bottom: 16px;
}

.mobile-instructor-info .highlight {
    color: red;
}

.mobile-main-title {
    font-family: "Anton", sans-serif;
    color: black;
    line-height: 100%;
    font-size: 38px;
    margin-bottom: 6px;

    span {
        color: #F5A206;
    }
}


.mobile-content-img {
    display: flex;
    flex-direction: column;
}

.mobile-hero-image {
    display: inline-flex;
    max-width: 280px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.mobile-cta-button-relative {
    max-width: 345px;
    width: 100%;
    margin: 0 auto 32px;
    position: relative;
}

.mobile-cta-button-relative .left {
    position: absolute;
    left: -45px;
    top: -15px;
}

.mobile-cta-button-relative .right {
    position: absolute;
    right: -38px;
    top: -10px;
}

.mobile-cta-button {
    position: relative;
    z-index: 1;
    max-width: 345px;
    width: 100%;
    font-family: "Bebas Neue", sans-serif;
    padding: 17px 20px;
    background: linear-gradient(90deg, #F2C46E 12.02%, #FCE4B7 50.48%, #F2C46E 88.94%);
    box-shadow: 0px 6px 0px 0px #9A7F4A;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #000000;
    border-radius: 9999px;
    margin: 0 auto !important;
    cursor: pointer;
}

.mobile-bonus-section {
    max-width: 345px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    background-color: #fff;
    border: 1px solid #F5A206;
    border-radius: 10px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-bonus-text {
    color: black;
    font-size: 11px;
    line-height: 180%;
    font-weight: 500;
}

.mobile-bonus-text .highlight {
    font-weight: 700;
}

.mobile-masterclass-title {
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}

.mobile-benefits-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-benefit-item {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-benefit-text {
    color: black;
    font-size: 13px;

    span {
        font-weight: 600;
    }
}


@media (max-width: 1280px) {
    .main-hero {
        max-width: 600px;
        width: 100%;
    }

    .main-title {
        font-size: 90px;
        margin-bottom: 32px;
    }

    .masterclass-label {
        font-size: 20px;
    }

    .benefit-item {
        font-size: 20px;
    }

    .cta-button {
        padding: 18px 32px;
        font-size: 40px;
    }
}

@media (max-width: 1090px) {
    .main-hero {
        max-width: 500px;
        width: 100%;
    }

    .main-title {
        font-size: 80px;
        margin-bottom: 32px;
    }

    .masterclass-label {
        font-size: 18px;
    }

    .benefit-item {
        font-size: 18px;
    }

    .cta-button {
        padding: 18px 32px;
        font-size: 35px;
    }

    .benefit-item span svg {
        width: 55px;
    }

    .benefits-list {
        max-width: 450px;
    }

    .bonus-text {
        font-size: 18px;
    }

    .bonus-section {
        max-width: 550px;
        width: 100%;
    }

    .event-header {
        justify-content: center;
    }
}

.footer {
    display: none;
}

@media (max-width: 995px) {

    .only-desktop,
    .main-content,
    .event-header {
        display: none;
    }


    .footer {
        padding: 11px 10px 16px;
        border-top: 1px solid #3D3D3D;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .footer-text {
        font-size: 14px;
        color: black;
    }

    .footer-logo {
        width: 25px;
        height: 24px;
    }

    .footer-link {
        font-size: 14px;
        text-decoration: underline;
        text-transform: uppercase;
        color: black;
    }

    .mobile-event-header,
    .mobile-main-content {
        display: block;
    }

    .mobile-main-content {
        padding-bottom: 58px;
    }
}

@media (max-width: 500px) {
    .mobile-hero-image {
        max-width: 280px;
        width: 100%;
        margin-bottom: -50px;
    }
}

@media (min-width: 570px) {
    .mobile-cta-button {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 11px;
    }

    .mobile-bonus-section {
        max-width: 345px;
        width: 100%;
        margin: 0 auto 18px;
    }

    .mobile-masterclass-info {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 439px) {
    .mobile-main-title {
        font-size: 36px;
    }
 

    .mobile-event-date {
        font-size: 18px;
    }
    .mobile-instructor-info{
        font-size: 14px;
    }

    .mobile-event-time {
        font-size: 20px;
    }

    .mobile-benefits-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-bonus-text {
        font-size: 10px;
        line-height: 120%;
        span{
            display: block;
            margin-bottom: -9px;
        }
    }

    .mobile-event-container {
        padding: 14px 32px;
        margin-bottom: 15px;
    }
}
.text-xs{
    font-size: 12px;
    max-width: 306px;
    margin-left: auto;
    margin-right: auto;
}