@media(min-width: 1440px){
    html {
        zoom: 1.1;
    }
}

@media(min-width: 1400px){
    .investing_boxes::before {
        width: calc(100% - 67px);
    }
}

@media (max-width: 1199px) {
    .hero_sec_flex .left_box {
        width: 47%;
    }

    .hero_sec_flex .hero_img {
        width: 50%;
    }

    .hero_sec_flex .hero_img img {
        aspect-ratio: 1/0.95;
    }
}

@media(max-width: 991px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .heading {
        font-size: 36px;
    }

    .fs_20 {
        font-size: 18px;
    }

    /* navbar */
    .nav_row .logo img {
        width: 50px;
    }

    .nav_row .nav_ul a {
        font-size: 14px;
        color: var(--gray);
        text-decoration: none;
        text-transform: capitalize;
    }

    /* logo_slider */
    .logo_slider .swiper-slide img {
        max-width: 200px;
    }

    /* about-us */
    .hero_sec {
        position: relative;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* enquery_form */
    .wrap_enqury_form {
        max-width: unset;
        width: 70%;
    }

    .hero_sec_flex .left_box {
        width: 100%;
    }

    .hero_sec_flex .hero_img {
        display: none;
    }

    .hero_img_responsive {
        display: block;
        padding: 25px 0;
    }

    .hero_img_responsive img {
        width: 100%;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        object-fit: cover;
        object-position: center;
    }

    .our_policy_sec .our_policy_img {
        display: none;
    }

    .our_policy_sec .policy_center {
        width: 100%;
    }

    .policy_img_responsive {
        display: flex;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        margin: 25px 0;
    }

    .investing_boxes {
        min-height: 470px;
    }

    .investing_boxes.ar_box {
        min-height: 380px;
    }


    .investing_boxes::before {
        width: calc(93% + 4px);
    }

    .investing_img {
        width: 22%;
    }

    .investing_sec .investing_text {
        width: 60%;
        margin-left: 25%;
    }

    .investing_img.investing_img3::after {
        left: 50%;
        z-index: -1;
    }

    .investing_img.investing_img3::before {
        right: -135%;
    }

    html[lang="ja"] .investing_boxes {
        min-height: 450px;
        position: relative;
    }
}

@media(max-width: 827px) {

    /* tradingview-widget-container container */
    .tradingview-widget-container,
    .tradingview-widget-container iframe {
        height: 35px !important;
    }
}

@media(max-width: 767px) {

    /* tradingview-widget-container container */
    .tradingview-widget-container.container {
        padding: 0;
    }

    .txt_md_center {
        text-align: center;
    }

    .content {
        padding-top: 100px;
    }

    .heading {
        font-size: 24px;
    }

    .fs_20 {
        font-size: 16px;
    }

    /* navbar */
    .btn_primary {
        padding: 9px 20px;
        font-size: 18px;
    }

    .current_lang {
        display: none;
    }

    .current_lang~img {
        display: block;
    }

    .lang-icon {
        display: inline-block;
    }

    /* banner slider */
    .banner_slider .swiper-slide,
    .sec_about .swiper-slide {
        opacity: 0 !important;
    }

    .banner_slider .swiper-slide-active,
    .sec_about .swiper-slide-active {
        opacity: 1 !important;
    }

    /* about slider */
    .sec_about {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .about_slider {
        border-bottom: none;
    }

    /* footer */
    #footer {
        padding: 30px 0;
    }

    /* enquery_form */
    .wrap_enqury_form {
        max-width: unset;
        width: 90%;
    }

    .hero_img_responsive img {
        transform: scale(1.13);
        -webkit-transform: scale(1.13);
        -moz-transform: scale(1.13);
        -ms-transform: scale(1.13);
        -o-transform: scale(1.13);
        object-fit: cover;
        object-position: center;
    }

    .investing_boxes {
        min-height: 470px;
        padding-bottom: 150px;
    }

    .investing_boxes::before {
        width: calc(95%);
    }

    .investing_boxes::after {
        height: 95%;
        top: -5%;
    }

    .investing_img.investing_img1::after {
        height: 360px;
    }

    .investing_boxes.ar_box .investing_img.investing_img1::after {
        height: 280px;
    }

    .investing_boxes.jp_box .investing_img.investing_img1::after {
        height: 400px;
    }

    .investing_img.investing_img1 {
        left: -10px;
    }

    .investing_img.investing_img3 {
        left: -10px;
        width: 30%;
    }

    .investing_img.investing_img3::after {
        width: 160%;
    }

    .investing_img.investing_img3::before {
        right: -110%;
        height: 50%;
    }

    .nav_row .nav_ul>a:not(.btn_primary),
    .nav_row .nav_ul .btn_lang,
    .nav_row .nav_ul .btn_lang>div a {
        font-size: 16px;
    }

    /* row_slider */
    .row_slider {
        display: none;
    }

    .banner_slider_fade_m {
        display: block;
    }
}

@media(max-width: 576px) {
    #navbar {
        padding: 10px 0;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .content {
        padding-top: 75px;
    }

    /* navbar */
    .nav_row .logo img {
        width: 40px;
    }

    #navbar.sticky .logo img {
        width: 40px;
    }

    .nav_row .nav_ul {
        width: 77%;
    }

    /* about slider */
    .sec_about {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    /* enquery_form */
    .wrap_enqury_form {
        max-width: unset;
        width: 95%;
    }

    .investing_boxes {
        min-height: 500px;
    }

    .hero_img_responsive img {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        object-fit: cover;
        object-position: center;
    }

    .investing_img.investing_img2 {
        top: -11%;
    }

    .investing_img.investing_img1::after {
        height: 400px;
    }

    html[lang="ja"] .investing_boxes {
        min-height: 550px;
        position: relative;
    }

    .btn_primary {
        padding: 7px 20px;
        font-size: 16px;
        min-width: unset;
    }

    .nav_row .nav_ul .btn_lang>ul {
        position: fixed;
        margin: 0;
        top: 0;
        right: 0;
        left: auto;
        transform: translate(50px, 0);
        height: 100vh;
        flex-direction: column;
        padding-top: 40px;
        gap: 10px;
        box-shadow: 4px 2px 18px #9b9b9b44;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-transform: translate(50px, 0);
        -moz-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        -o-transform: translate(50px, 0);

    }

    .nav_row .nav_ul .btn_lang:hover>ul {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    
    .nav_row .nav_ul .btn_lang>ul.active {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }


    .logo_slider .swiper-slide img {
        max-width: 150px;
    }

    .logo_slider h2 {
        margin-bottom: 30px;
    }
}

@media(max-width: 550px) {
    .investing_boxes.ru_box .investing_img.investing_img1::after {
        height: 450px;
    }
}

@media(max-width: 504px) {
    .investing_boxes.fr_box .investing_img.investing_img1::after {
        height: 420px;
    }
}

@media(max-width: 500px) {
    .investing_boxes::before {
        width: calc(95% + 3px);
    }
    .investing_img.investing_img1::after {
        height: 470px;
        top: 75%;
    }
    .investing_img.investing_img4 {
        bottom: 7%;
    }

    .investing_boxes.jp_box .investing_img.investing_img1::after {
        height: 420px;
    }
}

@media(max-width: 480px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo_slider h2 {
        margin-bottom: 20px;
    }

    .investing_boxes.fr_box .investing_img.investing_img1::after {
        height: 480px;
    }

}

@media(max-width: 435px) {
    .investing_boxes.de_box .investing_img.investing_img1::after {
        height: 500px;
        top: 80%;
    }
}
@media(max-width: 422px) {
    .investing_boxes.hi_box .investing_img.investing_img1::after {
        height: 400px;
    }

    .investing_boxes.fr_box .investing_img.investing_img1::after {
        height: 550px;
    }

    .investing_boxes.ru_box .investing_img.investing_img1::after {
        height: 530px;
    }
}
@media(max-width: 413px) {
    .investing_boxes.de_box .investing_img.investing_img1::after {
        height: 550px;
        top: 80%;
    }

    .investing_boxes.jp_box .investing_img.investing_img1::after {
        height: 420px;
    }
}


@media(max-width: 386px) {
    .investing_boxes {
        padding-bottom: 120px;
    }
    .investing_img.investing_img1::after {
        height: 550px;
    }
    .investing_boxes.hi_box .investing_img.investing_img1::after {
        height: 420px;
    }
    .investing_boxes.jp_box .investing_img.investing_img1::after {
        height: 400px;
    }
    .de_investing_sec {
        text-align: left;
    }
}

@media(max-width: 376px) {
    .investing_boxes.jp_box .investing_img.investing_img1::after {
        height: 450px;
    }
    .investing_boxes.fr_box .investing_img.investing_img1::after {
        height: 650px;
    }

    .investing_boxes.ru_box .investing_img.investing_img1::after {
        height: 580px;
    }
}
