html { scroll-behavior: smooth; } 

.montserrat-black {
    font-family: "Montserrat-Black";
}

.montserrat-bold {
    font-family: "Montserrat-Bold";
}

.montserrat-extraBold {
    font-family: "Montserrat-ExtraBold";
}

.montserrat-extraLight {
    font-family: "Montserrat-ExtraLight";
}

.montserrat-italic {
    font-family: "Montserrat-Italic";
}

.montserrat-light {
    font-family: "Montserrat-Light";
}

.montserrat-medium {
    font-family: "Montserrat-Medium";
}

.montserrat-regular {
    font-family: "Montserrat-Regular";
}

.montserrat-semiBold {
    font-family: "Montserrat-SemiBold";
}

.montserrat-thin {
    font-family: "Montserrat-Thin";
}

.primary-text {
    color: #EF4223 !important;
}

.text-white {
    color: #fff !important;
}

.title-font {
    font-size: 48px !important;
    line-height: 52px;
    text-align: center;
}

.subheadline-font {
    font-size: 22px !important;
    line-height: 28px;
}

.font-16 {
    font-size: 16px !important;
    line-height: 22px;
}

.font-14 {
    font-size: 14px !important;
    line-height: 20px;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.register-btn {
    border-radius: 25.5px;
    background: #EF4223;
}

.register-btn:hover {
    border-radius: 25.5px;
    background: rgba(239, 66, 35, 0.6);
}

.startTradingFinancial {
    background: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.nav-logo {
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.navmenu {
    border-radius: 27.5px;
    border: 1px solid #000;
    background: #000;
}

.navmenu .active {
    border-radius: 25.5px;
    background: #EF4223;

}

.navmenu .active a {
    color: #fff !important;
}

.header-right-container {
    border-radius: 27.5px;
    border: 1px solid #000;
    background: #000;
    min-width: 15vw;
}

.header-link-container.hover {
    border-radius: 25.5px;
    background: #EF4223;
    position: relative;
}

.header-link-container.hover:hover {
    background: rgba(239, 66, 35, 0.8);
}

.header-link-container .svg {
    opacity: 0;
    margin-left: 0px;
    width: 0px;
}

.header-link-container.hover .svg {
    opacity: 1;
    margin-left: 5px;
    width: auto;
}

.header-link-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: 124.996%;
}

.awardListing {
    background: url('../img/home/background/awardListing.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20vh 0;
}

.title-img {
    height: 100px;
}

.title-img-2 {
    height: 150px;
}

.title-img-3 {
    height: 200px;
}

.title-img-env {
    height: 200px;
}


.marqueeTextBg {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.marqueeTextBg h2 {
    display: inline-block;
    padding-left: 100%;
    animation: marqueeTextAnim 10s linear infinite;
}

.marqueeTextBg2 h2 {
    animation-delay: 5s;
}

@keyframes marqueeTextAnim {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.textBackground {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
    font-size: 100px;
    line-height: 52px;
    /* 52% */
}

.title-containe {
    position: relative;
}

.textBackground-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.textBackground-container-anim {
    /* width: 200% !important; */
    top: 13vh;
}


.textBackground-container-2 {
    position: absolute;
    left: -5%;
    top: -7%;
    text-align: center;
    z-index: 0;
}


.textForeground-container {
    position: sticky;
    z-index: 1;
}

.award-img {
    height: auto;
    width: 100%;
}

.award-w-20 {
    min-width: 20vw;
}

.award-w-33 {
    min-width: 33.33%;
}

.uspHighlight {
    background: url('../img/home/background/uspBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20vh 0 20vh 0;
}

.marqueeText {
    font-family: "Montserrat-ExtraBold";
    color: transparent;
    font-size: 6vw;
    font-style: normal;
    font-weight: 800;
    line-height: 6vw;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
}

.staticBgText {
    font-family: "Montserrat-ExtraBold";
    color: transparent;
    font-size: 90px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
}

.staticBgText2 {
    font-family: "Montserrat-ExtraBold";
    color: transparent;
    font-size: 75px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
}

.staticBgText3 {
    font-family: "Montserrat-ExtraBold";
    color: transparent;
    font-size: 70px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
}

.staticBgText {
    font-family: "Montserrat-ExtraBold";
    color: transparent;
    font-size: 100px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
}

.infoBox {
    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: inherit !important;
    padding: 1.5vw 1vw 1vw 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    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);
}

.infoBox: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%;
    transform: translateY(-10%);
}

.infoBox .infoBoxImgFrame {
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    padding: 5%;
}

.infoBox img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.infoBox:hover .infoBoxImgFrame {
    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);
}

.infoBox h2 {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    text-align: left;
    margin: 4vh 0 2vh 0;
    display: block;
}

.infoBox span {
    font-size: 30px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    margin: 4vh 0 2vh 0;
    display: block;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
    padding: 20vh 0 0 0;
}

.slider-arrow {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-arrow i {
    font-size: 1.5vw;
    color: #EF4223;
    font-weight: 800;
    line-height: auto;
}

.outer-circle {
    width: 1200px;
    height: 600px;
    border: 1px solid #686263;
    position: absolute;
    bottom: -0%;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 600px;
    border-top-right-radius: 600px;
    border-bottom: 0;
    z-index: 0;
}

.inner-circle {
    width: 30px;
    height: 30px;
    background-color: #EF4223;
    filter: blur(5.050000190734863px);
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 6s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-600px) rotate(0deg);

    }

    100% {
        transform: rotate(180deg) translate(-600px) rotate(-180deg);
    }
}

.outer-circle-2 {
    width: 700px;
    height: 350px;
    border: 1px solid #686263;
    position: absolute;
    bottom: -0%;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
    border-bottom: 0;
    z-index: 0;
}

.inner-circle-2 {
    width: 30px;
    height: 30px;
    background-color: #fff;
    filter: blur(5.050000190734863px);
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle2 10s linear infinite;
}

@keyframes circle2 {
    0% {
        transform: rotate(0deg) translate(-350px) rotate(0deg);

    }

    100% {
        transform: rotate(180deg) translate(-350px) rotate(-180deg);
    }
}

.environmentSection {
    position: sticky;
    z-index: 3;
}

.width-fit-content {
    width: fit-content;
}

.tradeNowBtn {
    border-radius: 32px;
    background: #EF4223;
    width: fit-content;
    position: sticky;
    z-index: 8;
}

.tradingPlatformBg {
    background: url('../img/home/background/platformBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20vh 0;
}

.tradingPlatformBox {
    border-radius: 30px;
    background: radial-gradient(112.28% 113.01% at 30.02% 0%, rgba(239, 66, 35, 0.50) 0%, rgba(22, 22, 22, 0.50) 100%);
    backdrop-filter: blur(12.25px);
    -webkit-backdrop-filter: blur(12.25px);
    height: inherit !important;
    margin: 0 3vw;
}

.tradingPlatformBox h4 {
    font-size: 1rem;
    color: #fff;
}

.tradingPlatformBox h3 {
    color: #fff;
    font-size: 2vw;
    font-style: normal;
    font-weight: 800;
}

.tradingPlatformBox span {
    color: #fff;
}

.tradingPlatformBox h6 {
    color: #fff;
}

.tradingPlatformBox img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.tradingPlatformBox #platform2 {
    object-position: right;
}

.tradingPlatformBox .platform4 {
    height: 100%;
    object-position: bottom;
}

.slickSlider2 .slick-prev:before {
    content: "";
}

.slickSlider2 .slick-next:before {
    content: "";
}

.slickSlider2 .slider-arrow {
    position: absolute;
    top: 60%;
}

.slickSlider2 .next-btn {
    right: 7%;
}

.slickSlider2 .prev-btn {
    left: 7%;
    z-index: 100;
}

.environmentBg {
    background: url('../img/home/background/environmentBg.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vh 0 20vh 0;
    /* min-height: 100vh; */
}

.environmentBox {
    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.7vw 0;
    box-shadow: 0px 5px 5px 0px rgba(239, 66, 35, 0.2);
}

.environmentBox:hover {
    border-radius: 32px;
    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);
}

.environmentBox img {
    width: 90%;
    margin: auto;
    filter: brightness(65%) sepia(3) saturate(70) hue-rotate(7deg);
    object-fit: contain;
    aspect-ratio: 1/1;
}

.environmentBox:hover img {
    filter: drop-shadow(0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.5));
}

.environmentBox h3 {
    color: #fff;
    font-size: 22px;
    line-height: 120%;
}

.main {
    overflow-x: hidden;
    overflow-y: hidden;
}

.word-break {
    white-space: break-spaces;
}

.marquee-container {
    display: flex;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.awardContent {
    animation: loopText 35s infinite linear;
}

.awardContent:hover {
    animation-play-state: paused;
}

@keyframes loopText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-260vw);
    }

}

.h-inherit {
    height: inherit;
}

.environmentImg {
    width: 50%;
}

.highIndex-item {
    position: static;
    z-index: 10;
}

/* .footerLogo {
    width: ;
} */

@media (max-width: 1199px) {
    .bottomSection {
        background-size: cover !important;
    }

    .marqueeText {
        font-size: 100px;
        line-height: 90px;
    }

    .staticBgText {
        font-size: 70px;
        line-height: 70px;
    }

    .slider-arrow {
        width: 8vh;
        height: 8vh;
    }

    .slider-arrow i {
        font-size: 3vh;
    }

    .infoBox {
        padding: 2vh 2vh;
    }

    .infoBox:hover {
        /* background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%); */
        transform: translateY(0%);
        /* backdrop-filter: blur(2px); */
    }

    .infoBox:hover img {
        /* background: transparent;
        filter: none; */
    }

    .infoBox .infoBoxImgFrame {
        width: 150px;
        height: 150px;
        background: transparent;
        border-radius: 50%;
        padding: 7%;
    }

    .infoBox img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .infoBox span {
        font-size: 3vh;
        line-height: 120%;
    }

    .infoBoxSection {
        padding-top: 10vh;
    }

    .tradingPlatformBox h3 {
        font-size: 3.5vh;
    }

    .tradingPlatformBox .platform4 {
        object-fit: cover;
    }

    .awardContent {
        animation: loopText 20s infinite linear;
    }

    @keyframes loopText {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-520vw);
        }

    }

    .award-w-20 {
        min-width: 40vw;
    }

    .award-w-33 {
        min-width: 33.33%;
    }

    .slick-track {
        padding: 10vh 0 0 0;
    }

    .tradingPlatformBox {
        margin: 0;
    }

    .environmentBox {
        padding: 3vh 0;
    }

    .environmentBox img {
        width: 90%;
        margin: auto;
    }

    .environmentBox h3 {
        color: #fff;
        font-size: 2vh;
        line-height: 120%;
    }

    .environmentImg {
        width: 70%;
        margin: auto;
    }

    .outer-circle {
        left: -200px;
    }

    .outer-circle-2 {
        left: 0;
    }

    .textBackground-container-anim {
        top: 16vh;
    }

    .textBackground-container-2 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -7%;
        text-align: center;
        z-index: 0;
    }

    .title-img-2 {
        height: 70%;
        width: 70%;
    }
    
    .title-img-3 {
        height: 100%;
        width: 80%;
    }

    .navmenu {
        border-radius: 0;
        border: none;
        background: transparent;
    }    

    .staticBgText3 {
        font-size: 60px !important;    
    }
}

@media (max-width: 768px) {

    .infoBox .infoBoxImgFrame {
        width: 130px;
        height: 130px;
        background: transparent;
        border-radius: 50%;
        padding: 5%;
    }

    .infoBox img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: contain;
    }


    .infoBox span {
        font-size: 2.5vh;
        margin: 4vh auto 2vh 0;
        line-height: 120%;
    }

    .tradingPlatformBox .platform4 {
        height: 100%;
        object-position: 100% 40%;
        object-fit: contain;
    }

    .environmentImg {
        width: 80%;
        margin: auto;
    }

    .award-w-20 {
        min-width: 50vw;
    }

    .awardContent {
        animation: loopText 20s infinite linear;
    }

    @keyframes loopText {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-650vw);
        }
    }

    .award-w-33 {
        min-width: 40%;
    }

    .environmentBox img {
        width: 100%;
        margin: auto;
    }

    .outer-circle {
        left: -400px;
    }

    .outer-circle-2 {
        left: -100px;
    }

    .staticBgText3 {
        font-size: 50px !important;    
    }
}

@media (max-width: 575px) {
    .infoBox {
        height: 100% !important;
    }

    .nav-logo {
        width: 150px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .infoBox .infoBoxImgFrame {
        width: 90px;
        height: 90px;
        background: transparent;
        border-radius: 50%;
        padding: 5%;
    }

    .footerLogo {
        width: 40%;
    }

    .title-img-2 {
        object-fit: cover;
    }
}

.appsImg {
    position: relative;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.invalid {
    border: 1px solid red !important;
}