/* Homepage hero / product section styles */
.header-container>.wrapper.flex {
    display: flex;
    justify-content: space-between;
}

.section-1 {
    min-height: 350px;
    max-height: 450px;
}

.header-left {
    /* font-size: 48px; */
    font-size: 35px;
    /* width: 50%; */
    width: 38%;
}

.header-left>.tmgm-action-area {
    margin: 32px 0;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.header-right {
    width: 45%;
}

.icons-area {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    /* padding: 32px 0; */
    padding: 32px 0 0;
    border-top: 1px solid #FFFFFF52;
    border-bottom: none;
    width: 100%;
    flex-wrap: wrap;
}

.desc-point {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    flex: 0 0 10%;
}

.desc-point img {
    width: 30px;
    height: 30px;
}

.desc-point>span {
    font-size: 20px;
    color: #ffff;
}

.desc-point .detail {
    font-size: 11px;
    color: #CCCCCC;
}

.carousel {
    margin-top: 30px;
    align-items: center;
}

.slick-slide {
    height: auto !important;
    margin: 8px;
}

.slick-dots {
    display: none !important;
}

.slick-slide img {
    width: 100%;
}

/* .slick-slide div {
width: 100%;
} */
.slick-track {
    display: flex !important;
    justify-content: center;
}

.condition-area {
    width: 38%;
}

.condition-area span {
    color: #464646;
}

.condition-area div {
    margin-top: 16px;
}

.condition-area ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 500px;
}

.condition-area ul>li {
    flex: 1 1 50%;
    color: rgba(0, 0, 0, .68);
    font-size: 18px;
    line-height: 1.3;
    list-style: none;
    margin-bottom: 22px;
    padding-left: 34px;
    position: relative;
}

.condition-area ul>li:before {
    background-color: transparent;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    width: 22px;
    color: #000000;
}

#product-section {
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffff;
}

#product-subheader {
    max-width: 700px;
}

.product-card {
    padding: 24px;
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    background-color: hsla(0, 0%, 100%, .14);
    width: 250px !important;
    height: 350px !important;
    border-radius: 16px;
    cursor: pointer;
}

.product-card:hover {
    background-color: #4ca6ff;
}

.product-card img {
    width: 50px;
    height: 50px;
}

.product-card span {
    margin: 16px 0;
}

.card-more-btn img {
    max-width: 25px;
    opacity: .66;
    transition: all .3s ease;
}

.tmgm-platform-logos {
    display: flex;
    gap: 72px;
    margin-bottom: 32px;
}

.tmgm-os {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.tmgm-platform-logos img {
    height: 50px;
}

.bottom-content {
    width: 100% !important;
}

.tmgm-os span {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    display: flex;
    justify-content: center;
    height: 45px;
    line-height: 54px;
    margin-right: 10px;
    align-items: center;
    width: 45px;
}

.tmgm-os a>img,
.tmgm-os span>img {
    max-width: 20px;
}

.join-iso-area {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 32px;
}

.card-arrow {
    position: absolute;
    bottom: 25px;
}

@media only screen and (max-width: 1440px) {
    #trading-img {
        transform: scale(.65);
    }
}

@media only screen and (max-width: 768px) {
    .desc-point .detail {
        text-align: center;
    }

    .header-container>.wrapper {
        display: flex;
        flex-direction: column;
    }

    .section-1 {
        min-height: fit-content;
        max-height: fit-content;
    }

    .header-left {
        text-align: center;
        font-size: 32px;
        /* font-weight: 700; */
        width: 100%;
        margin-bottom: 32px;
    }

    .header-left>span {
        font-size: 32px;
    }

    .header-right {
        width: 80%;
        margin: 0 auto;
        margin-top: 32px;
    }

    .desc-point {
        flex: 1 1 20%;
        align-items: center;
    }

    .icons-area {
        gap: 16px;
        margin-top: 40px;
    }

    .header-left>.tmgm-action-area {
        margin: 32px 0;
        display: flex;
        font-size: 16px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .header-left>.tmgm-action-area div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-left>.tmgm-action-area button {
        width: 100%;
        /* margin-bottom: 36px; */
    }

    .condition-area {
        width: 100%;
    }

    #partner-img {
        width: 250px;
    }

    #trading-img {
        transform: scale(.65);
    }
}

@media only screen and (max-width: 500px) {
    .desc-point {
        flex: 1 1 35%;
        align-items: center;
    }

    .icons-area {
        gap: 16px;
    }

    .condition-area ul {
        display: block;
        width: 100%;
    }

    .product-card {
        height: auto !important;
        width: 400px;
    }

    #trading-img {
        height: 300px;
    }

    .header-right {
        width: 100%;
        margin: 0;
        margin-top: 32px;
    }
}

@media only screen and (max-width: 320px) {
    #trading-img {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) {
    .flex-content {
        margin-bottom: 150px;
    }

    .icons-area {
        padding: 32px 0;
        border-bottom: 1px solid #FFFFFF52;
    }
}

@media only screen and (min-width: 1024px) {
    .flex-content {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1440px) {
    .flex-content:nth-child(1) {
        margin-bottom: 200px;
    }
}

.highlight-text {
    color: #A6FDF5;
    text-shadow: #216eb7 0 0 15px;
}

..hundreds-highlight-text {
    font: 'AktivGrotesk';
}
