.weValueBg {
    background: linear-gradient(180deg, #130b0f 18.07%, #2C1A1F 53.61%, #301B21 89.96%);
    padding: 10vh 0;
}

.weValueTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10vh 0;
}

.sectionDesc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.weValueInfoSection {
    padding: 10vh 0 5vh 0;
}

.weValueInfoBox {
    border-radius: 32px;
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 4.5vw 1.5vw 1.5vw 1.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    height: 100%;
    transition: 1s;
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(239, 66, 35, 0.2);
}

.weValueInfoBox:hover {
    border-radius: 32px;
    background: radial-gradient(110.83% 153.95% at 90.73% 0%, #EF4223 0%, rgba(239, 66, 35, 0.15) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    height: 100%;
}

/* .weValueInfoBox span {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
} */

.text-orange {
    color: #EF4223;
}

.whyChooseBg {
    padding: 10vh 0;
    background: linear-gradient(180deg, #301B21 30.07%, rgba(0, 0, 0, 0.00) 53.61%, #22161A 89.96%), url('../img/trading-product/whyChooseBg.webp') lightgray 50% / cover no-repeat;
}

.whyChooseTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10vh 0;
}

.whyChooseBox {
    border-radius: 11px;
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 1.2vw 1.5vw;
    box-shadow: 0px 5px 5px 0px rgba(239, 66, 35, 0.2);
    height: 100%;
}

.whyChooseBox:hover {
    border-radius: 11px;
    background: radial-gradient(95.16% 126.23% at 90.73% 0%, #EF4223 0%, rgba(239, 66, 35, 0.30) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
}

.whyChooseBox img {
    width: 90%;
    margin: auto;
    filter: brightness(65%) sepia(3) saturate(70) hue-rotate(7deg);
    object-fit: contain;
    aspect-ratio: 1/1;
}

.whyChooseBox:hover img {
    filter: drop-shadow(0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.5));
}

.whyChooseBox h4 {
    color: #fff;
    font-size: 22px;
    line-height: 120%;
}

.currencyPairBg {
    padding: 10vh 0;
    background: linear-gradient(180deg, #21161a 20.07%, rgba(0, 0, 0, 0.00) 53.61%, #171415 89.96%), url('../img/trading-product/tableBg.webp') rgb(0, 0, 0) 50% / cover no-repeat;
}

.currencyPairTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10vh 0;
}

.financialInstrumentBg {
    padding: 10vh 0 15vh 0;
    background: linear-gradient(180deg, #21161a 20.07%, rgba(0, 0, 0, 0.00) 53.61%, #151314 89.96%)
}

.financialInstrumentTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10vh 0;
}

.currencyPairBtn {
    border-radius: 57px;
    background: #EF4223;
    width: 100%;
    padding: 0 2vh;
}

.currencyPairBtn2 {
    border-radius: 57px;
    border: 1px solid #EF4223;
    background: #161616;
    padding: 0 2vh;
}

.tableContainer {
    border-radius: 32px;
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 0 0 2vw 0;
    box-shadow: 0px 5px 5px 0px rgba(239, 66, 35, 0.2);
}

.tableContainerContent {
    overflow-x: auto;
    display: block;
}

.tableContainerContentTop {
    margin-top: -1.5vw;
}

.tableContainerContent table {
    white-space: nowrap;
}

.minorTable td {
    font-family: "Montserrat-Regular";
}

td {
    padding: 0 2vw;
}

th {
    padding: 0 2vw;
}

/* tr td:first-child {
    position: fixed;
    left: 0;
    width: 300px;
}

tr th:first-child {
    position: fixed;
    left: 0;
    width: 300px;
} */

.pagination {
    padding-top: 3vh;
    width: fit-content;
    margin: auto;
    color: #fff;
}

.pagination a {
    background-color: #000;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #EF4223;
}

#pagination {
    padding-top: 3vh;
    width: fit-content;
    margin: auto;
    color: #fff;
}

#pagination a {
    background-color: #000;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #EF4223;
}

#pagination {
    padding-top: 3vh;
    width: fit-content;
    margin: auto;
    color: #fff;
}

#pagination a {
    background-color: #000;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #EF4223;
}

.tableContainer h4 {
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    color: #fff;
}

.tableContainer th {
    border-bottom: 1px solid #000;
}

.tableContainer td {
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    color: #fff;
    height: 60px;
    border-bottom: 1px solid #000;
}

.startTradingBg {
    background: linear-gradient(180deg, #301B21 24.87%, #141212 100%);
    background-image: url('../img/trading-product/startTradingBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15vh 0;
}

.startTradingBg:before {
    content: "";
    background: linear-gradient(180deg, #301b2100 0%, #141212 100%);
    position: absolute;
    inset: 0;
    z-index: 2;
}


.startTradingTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15vh 0;
}

.sectionMediumTitle {
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
}

.sectionTitle {
    font-size: 48px !important;
    line-height: 52px;
    text-align: center;
}

.tableContainerContent::-webkit-scrollbar {
    width: 6px;
    height: 15px;
    padding: 0 10vw;
}

/* Track */
.tableContainerContent::-webkit-scrollbar-track {
    background: #2E1C21;
    border-radius: 50px;
}

/* Handle */
.tableContainerContent::-webkit-scrollbar-thumb {
    background: #2E1C21;
    border-radius: 50px;
}

/* Handle on hover */
.tableContainerContent::-webkit-scrollbar-thumb {
    background: #EF4223;
}

.hero2 {
    min-height: 75vh;
}

@media (max-width: 1199px) {
    .weValueInfoBox {
        padding: 5vh 3vh 3vh 3vh;
        min-height: 18vh;
    }

    /* .weValueInfoBox span {
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
    } */

    .whyChooseBox {
        padding: 2vh 2vh;
    }

    .whyChooseBox img {
        width: 100%;
    }

    .whyChooseBox h4 {
        font-size: 22px;
    }

    .sectionTitle {
        font-size: 40px !important;
        line-height: 45px;
        text-align: center;
    }

    .tableContainerContentTop {
        margin-top: -2vh;
    }

    .hero2 {
        min-height: 100vh;
    }

    td {
        padding: 0 5vh;
    }
    
    th {
        padding: 0 5vh;
    }

    .tableContainer {
        padding: 0 0 5vh 0;
    }
}

@media (max-width: 768px) {
    .weValueInfoBox {
        padding: 5vh 1.5vh 1.5vh 1.5vh;
    }

    /* .weValueInfoBox span {
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
    } */

    .whyChooseBox {
        padding: 3vh 3vh;
    }

    .whyChooseBox img {
        width: 100%;
    }

    .sectionTitle {
        font-size: 30px !important;
        line-height: 35px;
        text-align: center;
    }

    .sectionMediumTitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
    }

}

@media (max-width: 575px) {
    .weValueInfoBox {
        padding: 5vh 3vh 2vh 3vh;
        min-height: auto;
    }

    /* .weValueInfoBox span {
        font-size: 26px;
        font-weight: 700;
        line-height: normal;
    } */

    .tableContainerContentTop {
        margin-top: -3.5vh;
    }
}