@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --primary-green: #89E357;
    --secondary-green: #3ED0A5;
    --primary-navy: #272D9D;
    --secondary-navy: #4B4CC9;
    --third-navy: #16ECE4;
    --green-gradient: linear-gradient(135deg, #89E357 35%, #3ED0A5 100%);
    --navy-gradient: linear-gradient(135deg, #4B4CC9 10%, #16ECE4 100%);
    --dark: #030310;
    --white: #FFF
}
body {
    overflow-x: hidden;
}
@media screen and (max-width: 575px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}
a:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.text_footer a:hover {
    text-decoration: none;
    color: var(--primary-green);
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 30px 40px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    line-height: normal;
    border-radius: 50px;
    &:hover {
        opacity: 0.7;
        transition: .4s all;
    }
    @media screen and (max-width: 575px) {
        min-width: 220px;
        font-size: 18px;
        padding: 25px 30px;
    }
}
.btn-sm {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 20px 30px;
    height: 40px;
    font-size: 16px;
}
.btn-gradient-main {
    background: linear-gradient(-45deg, #3ED0A5, #89E357, #16ECE4, #272D9D);
    background-size: 600%;
    -webkit-animation: btn-gradient 8s linear infinite;
    animation: btn-gradient 8s linear infinite;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.btn-outline-main {
    border: 1px var(--white) solid;
}
.btn-text {
    background-color: transparent;
    border: none;
    padding: 30px 0;
}
.text-h2 {
    font-size: 55px !important;
    font-weight: 500;
    color: var(--white) !important;
    letter-spacing: 0.03em;
    @media screen and (max-width: 1199px) {
        font-size: 48px !important;
    }
    @media screen and (max-width: 575px) {
        font-size: 32px !important;
    }
}
.text-h3 {
    font-size: 42px !important;
    font-weight: 500;
    letter-spacing: 0.03em;
    @media screen and (max-width: 575px) {
        font-size: 26px !important;
    }
}
.text-gradient-primary {
    background: linear-gradient(90deg, #89E357 10.83%, #3ED0A5 93.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-primary2 {
    background: linear-gradient(90deg, #89E357 0%, #3ED0A5 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-secondary {
    background: -webkit-linear-gradient(left, var(--third-navy), var(--primary-navy));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header {
    @media screen and (max-width: 991px) {
        /* background-color: transparent; */
        background-color: rgba(0, 0, 0, 0.5);
    }
}


/* why trademan ? */
section.why-trademan_section {
    background-color: var(--dark);
    @media screen and (max-width: 991px) {
        padding: 50px 0 !important;
        margin-bottom: 0;
    }
    .stock-analysis {
        display: grid;
        grid-template-columns: 45% 1fr;
        gap: 80px;
        margin: 100px auto;
        @media screen and (max-width: 1199px) {
            grid-template-columns: 100%;
            margin: 100px auto 60px;
            gap: 60px;
        }
        @media screen and (max-width: 991px) {
            grid-template-columns: 100%;
            margin: 50px auto;
            gap: 50px;
        }
        .cover-image {
            width: 100%;
            object-fit: cover;
            margin: 0;
            @media screen and (max-width: 1199px) {
                /* height: 450px; */
            }
            @media screen and (max-width: 575px) {
                height: auto;
            }
        }
        .text_content {
            margin: auto;
            .problem_box {
                margin-bottom: 30px;
                .text_badge {
                    display: inline-block;
                    padding: 5px 20px;
                    border-radius: 100px;
                    border: 1px #56565b dashed;
                    margin-right: 5px;
                    margin-bottom: 12px;
                    font-style: italic;
                    @media screen and (max-width: 575px) {
                        font-size: 14px;
                    }
                }
            }
            h2 {
                font-size: 36px;
                letter-spacing: 0.03em;
                margin-bottom: 30px;
                @media screen and (max-width: 575px) {
                    font-size: 22px;
                    margin-bottom: 15px;
                }
            }
            h3 {
                font-size: 36px;
                letter-spacing: 0.03em;
                margin-bottom: 30px;
                /* @media screen and (max-width: 1199px) {
                    text-align: center;
                } */
                @media screen and (max-width: 575px) {
                    font-size: 22px;
                    margin-bottom: 15px;
                }
            }
            ul {
                text-align: left;
                li {
                    font-size: 18px;
                    font-weight: 200;
                    letter-spacing: 0.02em;
                    padding: 5px 0;
                    text-align: left;
                    display: flex;
                    justify-content: start;
                    /* align-items: center; */
                    text-align: left;
                    gap: 10px;
                    &:last-child {
                        padding-bottom: 0;
                    }
                    
                    @media screen and (max-width: 575px) {
                        font-size: 16px;
                    }
                    .checked-icon {
                        display: block;
                        position: relative;
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                        background-color: #20202f;
                        &:before {
                            content: '\e5ca';
                            font-family: 'Material Symbols Rounded';
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 24px;
                            color: var(--primary-green);
                        }
                        @media screen and (max-width: 575px) {
                            min-width: 30px;
                            height: 30px;
                        }
                    }
                }
            }
        }
    }
    img {
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 30px;
        /* border: 0.25px solid #2f2f2f; */
        @media screen and (max-width: 767px) {
            border-radius: 20px;
        }
        @media screen and (max-width: 575px) {
            border-radius: 15px;
            margin-top: 0;
            margin-bottom: 20px;
        }
    }
    .contact_listing {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 60px auto 80px;
        gap: 60px;
        @media screen and (max-width: 1199px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        @media screen and (max-width: 991px) {
            margin: 20px auto 60px;
            gap: 30px 40px;
        }
        @media screen and (max-width: 575px) {
            margin: 20px auto 50px;
            gap: 15px;
        }
        li {
            display: inline-flex;
            gap: 30px;
            @media screen and (max-width: 991px) {
                gap: 20px;
            }
            @media screen and (max-width: 767px) {
                width: 100%;
                text-align: left;
                gap: 30px;
                flex-direction: column;
            }
            @media screen and (max-width: 575px) {
                align-items: center;
                gap: 15px;
            }
        }
    }
    .contents {
        @media screen and (max-width: 575px) {
            text-align: center;
        }
        h4 {
            font-size: 26px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.03em;
            @media screen and (max-width: 575px) {
                font-size: 20px;
            }
        }
        p {
            font-size: 18px;
            font-weight: 200;
            letter-spacing: 0.02em;
            @media screen and (max-width: 575px) {
                font-size: 16px;
            }
        }
    }
    .iconbox-card {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 80px;
        height: 80px;
        border-radius: 20px;
        background-color: #20202f;
        @media screen and (max-width: 575px) {
            min-width: 60px;
            height: 60px;
            border-radius: 15px;
        }
        .icon-animate {
            width: 70px;
            height: 70px;
            @media screen and (max-width: 575px) {
                width: 50px;
                height: 50px;
            }
        }
    }
    .flex_button {
        display: inline-flex;
        justify-content: center;
        gap: 30px;
        width: 100%;
        @media screen and (max-width: 575px) {
            flex-direction: column;
            align-items: center;
            margin-top: 0 !important;
            gap: 20px;
        }
    }
    @media screen and (max-width: 991px) {
        br.hide-991 {
            display: none;
        }
    }
}


@media screen and (max-width: 991px) {
    .section_title {
        h2 {
            text-align: center !important;
        }
    }
}



.lqd-shape {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;

    svg {
        height: 100%;
        transform: rotateY(180deg);
        path {
            fill: var(--dark);
        }
    }
}
.lqd-shape-top {
    top: -1px;
}
.lqd-shape-bottom {
    bottom: -1px;
}
.rotate-180 {
    transform: rotate(180deg);
}
.left-50percent {
    left: 50%;
}
.absolute, .pos-abs {
    position: absolute;
}
.relative {
    position: relative;
}
.-top-45 {
    top: -52px;
}
.module-img {
    right: 0;
}
.block {
    display: block;
}
.z-1 {
    z-index: 1;
}
.z-9 {
    z-index: 9;
}
.max-w-full {
    max-width: 100%;
}
.lqd-imggrp-single {
    transition: transform .65s cubic-bezier(.05, .7, .2, 1), opacity .3s;
}
.module-shape-1 {
    bottom: -58px;
    left: 0;
    transform: rotate(1deg);
}
@media screen and (max-width: 575px) {
    .lqd-imggrp-img-container {
        img {
            width: 100%;
        }
    }
}

@-webkit-keyframes gradient-animate {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient-animate {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes btn-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes btn-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* แพ็คเกจ stock analysis */
section.package {
    padding-top: 160px;
    padding-bottom: 60px;
    background-color: var(--dark);
    overflow: hidden;
    @media screen and (max-width: 575px) {
        padding-top: 120px;
        padding-bottom: 10px;
    }
    .section_title {
        text-align: center;
        .text-h1 {
            font-size: 36px !important;
            font-weight: 500;
            letter-spacing: 0.03em;
            @media screen and (max-width: 767px) {
                text-align: center;
            }
            @media screen and (max-width: 575px) {
                font-size: 24px !important;
            }
        }
    }
    .package_container {
        width: 100%;
        margin-top: 60px;
        padding: 60px;
        border-radius: 30px;
        /* border: 1px solid rgba(215, 215, 215, 0.10); */
        background: rgba(94, 94, 94, 0.32);
        display: flex;
        flex-direction: column;
        gap: 60px;
        text-align: left;
        position: relative;
        z-index: 1;
        @media screen and (max-width: 767px) {
            padding: 40px;
        }
        @media screen and (max-width: 575px) {
            margin-top: 30px;
            gap: 30px;
            padding: 60px 30px;
        }
        .package_header {
            padding-bottom: 60px;
            border-bottom: 1px #3A3A3A solid;
            @media screen and (max-width: 991px) {
               flex-direction: column;
               justify-content: start;
               align-items: flex-start;
               gap: 30px;
            }
            @media screen and (max-width: 575px) {
                padding-bottom: 60px;
                justify-content: center;
                align-items: center;
            }
            .title-box {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                margin-bottom: 30px;
                @media screen and (max-width: 1199px) {
                    align-items: flex-start;
                }
                @media screen and (max-width: 991px) {
                    align-items: center;
                }
                @media screen and (max-width: 575px) {
                    flex-direction: column;
                    gap: 15px;
                }
                h5 {
                    font-size: 26px;
                    font-weight: 500;
                    letter-spacing: 0.03em;
                    color: var(--white);
                    margin-bottom: 0;
                    @media screen and (max-width: 767px) {
                        font-size: 24px;
                    }
                    @media screen and (max-width: 575px) {
                        font-size: 22px;
                        text-align: center;
                    }
                }
            }
            .promotion-detail-box {
                display: flex;
                flex-direction: column;
                padding: 30px;
                border-radius: 20px;
                /* border: 1px solid rgba(215, 215, 215, 0.10);s */
                background-color: #0000001e;
                @media screen and (max-width: 991px) {
                    width: 100%;
                }
                .price-box {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    @media screen and (max-width: 1199px) {
                        flex-direction: column;
                        gap: 30px;
                    }
                    @media screen and (max-width: 991px) {
                        width: 100%;
                        flex-direction: row;
                        align-items: center;
                    }
                    @media screen and (max-width: 575px) {
                        flex-direction: column;
                    }
                    .promotion {
                        text-align: center;
                        @media screen and (max-width: 575px) {
                            position: relative;
                        }
                        p {
                            font-size: 16px;
                            letter-spacing: 0.03em;
                            color: var(--white);
                            margin-bottom: 0;
                            line-height: normal;
                            @media screen and (max-width: 575px) {
                                text-align: center;
                                margin-bottom: 5px;
                            }
                        }
                        .text-price-promotion {
                            font-size: 50px;
                            font-weight: 600;
                            letter-spacing: 0.02em;
                            /* margin-left: 10px; */
                            margin-right: 10px;
                            line-height: 55px;
                            @media screen and (max-width: 575px) {
                                /* margin-left: 5px; */
                                margin-right: 5px;
                            }
                        }
                        .text-price-old {
                            font-size: 20px;
                            font-weight: 500;
                            letter-spacing: 0.02em;
                            color: #6B6B6B;
                            margin-left: 30px;
                            position: absolute;
                            margin-left: -30px;
                            margin-top: 5px;
                            @media screen and (max-width: 575px) {
                                font-size: 18px;
                            }
                            &::before {
                                content: '';
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                width: 45px;
                                height: 1px;
                                border-radius: 10px;
                                background-color: #8B8B8B;
                            }
                            @media screen and (max-width: 575px) {
                                &::before {
                                    width: 35px;
                                }
                            }
                        }
                        .date-promo {
                            color: #878689;
                            font-size: 14px;
                            font-weight: 300;
                            margin-top: 5px;
                            margin-bottom: 0;
                            @media screen and (max-width: 575px) {
                                text-align: center;
                            }
                        }
                    }
                }
                .enter-button {
                    margin-top: 20px;
                    margin-inline: auto;
                    .btn-sm {
                        min-width: 130px;
                        height: auto;
                        padding: 9px 12px;
                        font-size: 20px;
                        font-weight: 500;
                    }
                }
            }
        }
        .package_content {
            @media screen and (max-width: 575px) {
                text-align: center;
                margin-top: 30px;
            }
            h2 {
                font-size: 26px;
                font-weight: 500;
                letter-spacing: 0.03em;
                color: var(--white);
                margin-bottom: 30px;
                text-align: center;
                @media screen and (max-width: 767px) {
                    font-size: 24px;
                }
                @media screen and (max-width: 575px) {
                    font-size: 22px;
                }
            }
            .feature_card {
                padding: 30px;
                width: 100%;
                border-radius: 20px;
                border: 1px solid rgba(215, 215, 215, 0.10);
                min-height: 487px;
                @media screen and (max-width: 991px) {
                    min-height: auto;
                }
                @media screen and (max-width: 575px) {
                    padding: 30px 15px;
                }
                .title-badge {
                    width: 100%;
                    color: #6b6b6b;
                    display: inline-block;
                    font-size: 16px;
                    font-style: italic;
                    margin-bottom: 10px;
                    text-align: center;
                    @media screen and (max-width: 991px) {
                        margin-bottom: 0;
                    }
                    @media screen and (max-width: 575px) {
                        font-size: 14px;
                    }
                }
                .feature-title {
                    font-size: 20px;
                    font-weight: 400;
                    letter-spacing: 0.03em;
                    text-align: center;
                    color: var(--white);
                    line-height: normal;
                    margin-bottom: 30px;
                }
                .feature_card-header {
                    @media screen and (min-width: 1199px) and (max-width: 1399px) {
                        min-height: 94px;
                        margin-bottom: 30px;
                    }
                }
                .feature_card-content {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 15px;
                    .image-frame {
                        width: 100%;
                        height: 100%;
                        text-align: center;
                        @media screen and (max-width: 991px) {
                            height: 130px;
                        }
                        @media screen and (max-width: 575px) {
                            height: 150px;
                        }
                        @media screen and (max-width: 425px) {
                            height: auto;
                        }
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 15px;
                            @media screen and (max-width: 991px) {
                                width: 80%;
                            }
                            @media screen and (max-width: 767px) {
                                width: 100%;
                            }
                        }
                    }
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 15px;
                        @media screen and (max-width: 991px) {
                            width: 80%;
                        }
                        @media screen and (max-width: 767px) {
                            width: 100%;
                        }
                    }
                }
                .feature_card-content.custom-position-md {
                    @media screen and (max-width: 991px) {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: wrap;
                        gap: 15px;
                        img {
                            width: calc(50% - 15px); 
                            flex: 0 1 calc(50% - 15px);
                        }
                    }
                    @media screen and (max-width: 767px) {
                        img {
                            width: 100%;
                            height: 100px;
                            flex: 1;
                        }
                    }
                    @media screen and (max-width: 575px) {
                        img {
                            height: 110px;
                        }
                    }
                    @media screen and (max-width: 425px) {
                        img {
                            height: auto;
                        }
                    }
                }
            }
        }
    }
    .glow-after-package-con {
        width: 100%;
        height: 100%;
        .ellipse {
            position: absolute;
            animation: glow-opacity ease-in infinite;
        }
        .ellipse.ellipseglow-1 {
            top: 2%;
            left: 0;
            width: 186px;
            height: 186px;
            background: linear-gradient(0deg, rgba(62, 208, 165, 0.3) 0%, rgba(62, 208, 165, 0.30) 100%);
            filter: blur(50px);
            animation-delay: 2.5s;
            animation-duration: 3.5s;
        }
        .ellipse.ellipseglow-2 {
            top: 2%;
            right: 8%;
            width: 170px;
            height: 170px;
            background: linear-gradient(0deg, rgba(75, 76, 201, 0.4) 0%, rgba(75, 76, 201, 0.40) 100%);
            filter: blur(50px);
            animation-delay: 3s;
            animation-duration: 3s;
            @media screen and (max-width: 575px) {
                top: 10%;
            }
        }
        .ellipse.ellipseglow-3 {
            bottom: 10%;
            left: -5%;
            width: 246px;
            height: 246px;
            background: linear-gradient(0deg, rgba(75, 76, 201, 0.3) 0%, rgba(75, 76, 201, 0.30) 100%);
            filter: blur(50px);
            animation-duration: 4.5s;
        }
        .ellipse.ellipseglow-4 {
            bottom: 23%;
            right: -10%;
            width: 286px;
            height: 286px;
            background: linear-gradient(0deg, rgba(62, 208, 165, 0.2) 0%, rgba(62, 208, 165, 0.20) 100%);
            filter: blur(50px);
            animation-delay: 1s;
            animation-duration: 3.5s;
            @media screen and (max-width: 991px) {
                right: 0;
            }
            @media screen and (max-width: 575px) {
                bottom: 50%;
            }
        }
    }

    br.show-1199, br.show-575 {
        display: none;
    }
    @media screen and (max-width: 1199px) {
        .mt-lg-30 {
            margin-top: 30px;
        }
    }
    @media screen and (max-width: 991px) {
        .mt-lg-30, .mt-md-30 {
            margin-top: 30px;
        }
    }
    @media screen and (max-width: 575px) {
        .px-xs-0 {
            padding: 0;
        }
        br.show-575 {
            display: block;
        }
        br.show-1199 {
            display: block;
        }
    }
}

@media screen and (max-width: 991px) {
    .package-header {
        .navbar-expand-lg {
            .navbar-nav {
                .nav-item:last-child {
                    display: block;
                    width: 100%;
                }
                .nav-item:nth-child(2) {
                    display: none;
                }
            }
        }
    }
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(-1px) rotate(-5deg);
    }
}

#lock-animate {
    animation: moveUpDown 2s infinite;
}