.topPadding {
    margin-top: 10vh !important;
}

.heroApp {
    background-color: #29191e;
}

.hero:before {
    content: "";
    /* background: color-mix(in srgb, var(--background-color), transparent 30%); */
    background: none;
    position: absolute;
    inset: 0;
    z-index: 2;
  }

.heroApp .imgBg {
    height: 80% !important;
    object-fit: fill;
}

.wevalueAppHeader {
    background: url('../img/wevalue-app/headerBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 13vh 0;
}

.wevalueAppHeaderTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13vh 0;
  }

.tradingNeedsBg {
    background-color: #29191e;
    padding: 35vh 0 10vh 0;
}

.wevalueApp {
    background-color: #29191e;
}

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

@media screen and (max-width: 991px) {
    .tradingNeedsTop {
        padding: 20vh 0 10vh 0;
    }
}

.tradingNeedsBox {
    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);
    height: 100% !important;
    padding: 1.5vw 1vw 1.5vw 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(239, 66, 35, 0.2);
}

.tradingNeedsBox: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%;
}

.tradingNeedsBox .tradingNeedsBoxImgFrame {
    width: 120px;
    height: 120px;
    background: transparent;
    border-radius: 50%;
    padding: 5%;
}

.tradingNeedsBox img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.tradingNeedsBox:hover .tradingNeedsBoxImgFrame {
    background: linear-gradient(188deg, #2D1A1F 0%, #372529 0%, #301B21 27%, rgba(0, 0, 0, 0.93) 100%);
    filter: drop-shadow(0px 3px 11.1px rgba(239, 67, 36, 0.50)) brightness(10%) sepia(100) saturate(100) hue-rotate(25deg);
}

.tradingNeedsBox h3 {
    font-size: 30px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    margin: 2vh 0 1vh 0;
    display: block;
}

.futureTradingBoxBg {
    background-image: url('../img/wevalue-app/futureTradingBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vh 0;
    border-radius: 30px;
}

.futurePhoneImg {
    position: absolute;
    top: -35vh;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
}

.futureTradingBg {
    background: linear-gradient(180deg, #28191e 20.07%, #171415 60.96%), url('../img/trading-product/tableBg.webp') rgb(0, 0, 0) 50% / cover no-repeat;
    padding: 10vh 0;
}

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

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

.future-title-font {
    font-size: 55px !important;
    line-height: 60px;
    text-align: center;
}

.deco1 {
    position: absolute;
    bottom: -20vh;
    right: 0;
    width: 22vw;
}

@media (max-width: 1199px) {
    .topPadding {
        margin-top: 5vh !important;
    }
    
    .tradingNeedsBox {
        padding: 3vh 1vh 3vh 1vh;
    }

    .heroApp .imgBg {
        height: 80% !important;
        object-fit: fill;
    }

    .heroApp {
        min-height: auto;
    }

    .future-title-font {
        font-size: 45px !important;
        line-height: 50px;
        text-align: center;
    }

    .futureTradingBoxBg {
        padding: 5vh 0;
        border-radius: 30px;
    }

    .futurePhoneImg {
        position: relative;
        top: 0;
        width: 100%;
    }

    .deco1 {
        position: absolute;
        bottom: -20vh;
        right: 0;
        width: 40vw;
    }

    .tradingNeedsBg {
        padding: 27vh 0 5vh 0;
    }
    
}

@media (max-width: 768px) {
    .tradingNeedsBox h3 {
        font-size: 3vh;
        line-height: 120%;
    }

    .tradingNeedsBox {
        padding: 3vh;
    }

    .header-title {
        font-size: 35px !important;
        line-height: 40px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .heroApp .imgBg {
        width: 150%;
        height: 80% !important;
        object-fit: cover;
        object-position: 90% 100%;
    }

    .tradingNeedsBg {
        padding: 10vh 0;
    }

    .futureTradingTop {
        padding: 25vh 0 15vh 0;
    }

    .futurePhoneImg {
        margin-top: -10vh;
    }

    .downloadBtnText {
        font-size: 14px;
    }

    .deco1 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40vw;
    }
}

.wevalueAppHeaderTop h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
  }

@media (max-width: 768px) {
    .wevalueAppHeaderTop h1 {
      font-size: 36px;
    }
}