

body {
    background-image: url("./assets/wenix_background.png");
    margin: 0;
    width: 100%;
    color: white;
    font-family: "Inter", serif;
    @media (max-height: 710px)  {
        position: absolute;
    }
}


.side_image {
    @media (max-width: 1300px) {
        display: none;
    }
    position: absolute;
    z-index: 99999;
}

.right_side {
    bottom: 0;
    right: 0;
}


.left_side {
    bottom: 0;
    left: 0;
}

.main_container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.data_container {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(254, 190, 16, 0.25) 0%, rgba(152, 114, 10, 0.2) 100%);
    backdrop-filter: blur(82px);
    border-radius: 32px;
    border-width: 1px;
    gap: 40px;
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
    @media (max-width: 1300px) {
        padding-top: 32px;
        padding-right: 24px;
        padding-bottom: 32px;
        padding-left: 32px;
        gap: 24px;
    }
    display: flex;
    flex-direction: column;
}

.description {
    @media (max-width: 1300px) {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    opacity: 0.7;
    margin: 0;
}

.cta_small {
    @media (max-width: 1300px) {
        font-size: 42px !important;
        line-height: 42px !important;
    }
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

.cta_large {
    @media (max-width: 1300px) {
        font-size: 46px !important;
        line-height: 46px !important;
    }
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 64.53px;
    line-height: 64.53px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

.text_area {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.description_smaller {
    @media (max-width: 1300px) {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    opacity: 0.5;

}

.button_join {
    cursor: pointer;
    border-radius: 16px;
    border-width: 1px;
    gap: 16px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    box-shadow: 0px 4px 80px 0px #936900B2;
    box-shadow: 0px 4px 12px 0px #46330940;
    box-shadow: 0px 2px 12px 0px #463309;
    background: radial-gradient(50% 50% at 50% 50%, #FFCB3D 0%, #FFBA00 100%);
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #463309;
    text-decoration: none;
}

.trade_wfi {
    cursor: pointer;
    border-radius: 16px;
    border-width: 1px;
    gap: 16px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border: 1px solid;
    backdrop-filter: blur(12px);
    background: #FFFFFF0D;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #FABA0E;
    text-decoration: none;
}

.plus_sign {
    font-size: 35px;
    line-height: 0px;
}

.button_container {
    @media (max-width: 1300px) {
        flex-direction: column;
    }
    display: flex;
    justify-content: center;
    gap: 16px;
}

.socials {
    margin-top: 37px;
    @media (max-width: 1300px) {
        margin-top: 24px
    }
    display: flex;
    gap: 16px;
    justify-content: center;

}

.socials a {
    cursor: pointer;
}

.socials img {
    max-width: 48px;
    max-height: 56px;
}

.wenix_logo img {
    max-width: 140px;
}

.wenix_logo {
    text-align: center;
}

.company {
    margin-top: 36px;
}

.mobile_image {
    @media (max-width: 1300px) {
        display: block !important;
    }
    display: none;
    position: absolute;
    z-index: 999999;
}
.upper_image {
    top: 0px;
    right: 0px;
}

.upper_image img {
    max-width: 158px;
    max-height: 120px;
}

.lower_image {
    bottom: 0px;
    right: 0px;
}

.lower_image img {
    max-height: 250px;
    max-width: 360px;
}

.second-line {
    @media (max-width: 1300px) {
        display: block;
    }
}

.company-name {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0%;
    text-align: center;
    opacity: 50%;
    margin-top: 37px;
}