.container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.left-box {
    flex: 1;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.box {
    width: 80%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
}

.right-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-box img {
    margin-left: 100px;
    width: 120%;
    height: auto;
}


.container-inside-main {
    width: 70%;
    max-width: 1680px;
    margin: auto;
}


#JS-background-container-main p {
    font-size: 80px;
}

#JS-background-container-main-small p {
    font-size: 20px;
}

.JS-background-main {
    background-image: url(/public/img/js-trader/bg-trader.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.JS-background-main p {
    font-size: 30px;
}

#box4 {
    gap: 10px;
}

#box4 button {
    font-size: 22px;
    width: 200px;
    height: 53.2px;
    border-radius: 30px;

}

.btn1 {
    color: black;
    background-color: #f8c300;
    border: solid 1px #f8c300;
}

.btn2 {
    color: white;
    background-color: transparent;
    border: solid 1px white;
}

.example-container {
    width: 100%;
    background-color: white;
    height: 500px;
}

.end-content-container {
    background-color: white;
    width: 100%;
    height: 100%;
    align-items: center;
    display: block;
    visibility: visible;
}

.end-content-container-mobile {
    background-color: white;
    width: 100%;
    height: 3000px;
    align-items: center;
    display: none;
    visibility: collapse;
}

.info-main-frame {
    display: flex;
    width: 70%;
    background-color: white;
    align-items: center;
    height: 500px;
    margin: auto;
}

.info-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;

}

.info-main-content {
    align-items: center;
    width: 520px;
    margin-left: 10px;
    margin-right: 10px;
}

.video-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;
}

.info-main-content>div {
    margin-bottom: 20px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.info p {
    font-size: 18px;
    color: black;
}

.button-container {
    text-align: left;
    margin-top: 20px;
}

.button-container button {
    font-size: 18px;
    width: 230px;
    height: 50px;
    border-radius: 30px;
    background-color: transparent;
    border: solid 1px black;
    color: black;
    transition: 0.5s;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
}

.button-container button:active {
    background-color: white;
}

.button-container a {
    text-decoration: none;
    color: black;
}

.button-container button:hover {
    width: 250px;
    background-color: #ffffff;
}

video {
    border-radius: 10px;
    width: 95%;
}


.text-video-container {
    width: 100%;
    min-height: 500px;
    padding: 0px;
}

.section {
    width: 100%;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    background: #ffffff;
    position: relative;
    color: black;
}

.filter {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.section-container {
    display: flex;
    width: 100%;
}

.section-container .text-box {
    width: 50%;
    height: 100%;
    padding-right: 50px;
    padding-bottom: 50px;
    position: relative;
}

.text-box h1 {
    font-weight: bolder;
}

.section-container .video-box video {
    width: 100%;
}

#charts-box {
    order: -1;
    margin-right: 50px;
}

#geomaps-box {
    order: -1;
    margin-right: 50px;
}

#world-leading-box {
    order: -1;
    margin-right: 50px;
}

@media (max-width: 900px) {
    .JS-background-main {
        height: 140vh;
    }

    #front-img {
        width: 100%;
    }

    .container {
        padding-top: 80px;
        flex-direction: column;
        height: auto;
    }

    .left-box {
        width: 100%;
        padding: 0px;
    }

    #box2 {
        height: 100%;
    }

    #box4 {
        gap: 10px;
        display: flex;
        flex-direction: column;
        height: 150px;
    }

    #box4 button {
        width: 300px;
    }

    .right-box img {
        margin-left: 0;
        width: 100%;
    }

    .end-content-container-mobile {
        visibility: visible;
        display: block;
    }

    .info-main-frame {
        display: flex;
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
        width: 90%;

    }

    .info-main-content {
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .info-main-content p {
        font-size: 15px;
    }

    .info-main {
        height: 100%;
        width: 100%;
    }

    .video-box {
        width: 60%;
        height: 100%;
    }
}

@media screen and (max-width: 850px) {
    .section-container {
        display: block;
    }

    .section-container .text-box {
        width: 100%;
        padding-right: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;

    }

    .video-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .section-container .video-box video {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .width-modified {
        width: 90%;
        max-width: 90%;
    }

    .button-container button {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .button-container button:hover {
        width: 100%;
    }
}