@media only screen and (max-width: 1200px) {
    .first-page img {
        height: 166px;
    }
    .first-page-mobile {
        display: none;
    }
    .tradingview-widget-container {
        width: 940px !important;
        height: 600px !important;
    }
}

@media (max-width: 992px) {
.first-page img {
    height: 118px;
}
.first-page-mobile {
    display: none;
}
.tradingview-widget-container {
    width: 740px !important;
    height: 600px !important;
}
}

@media (max-width: 768px) {
	.banner-bg {
		height: 38vh;
	}

    .money h2 {
        text-align: center;
        font-size: 22px !important;
    }

    .nav-link:focus, .nav-link:hover {
        color: #000;
      }

      .first-page img {
        height: 80px;
    }
    .first-page-mobile {
        display: none;
    }
      

    .navbar-nav {
        background-color: #fff !important;
        /* width: 100%; */
    }
    
    .nav-item a {
        color: #000;
    }

    .navbar-nav .nav-link.active {
        color: #000;
    }

    .gallery-box {
        width: 184px;
    }

    .gallery-box-top {
        width: 183px;
    }
    .gallery-box-bottom {
        width: 183px;
    }
    .monster {
        width: 211px;
        height: 123px;
    }
    .gallery-box img {
        width: 150px;
        height: 99px;
      }

      .ruge {
        font-size: 41px;
        margin-top: 23px;
      }
      /* Feelings */

      .feelings {
        width: 186px;
        height: 123px;
    }

    /* Book */
    .book {
        font-size: 32px;
        margin-top: 23px;
    }

    .book-monster {
        width: 202px;
        height: 121px;
    }

    /* Study */
    .study {
        width: 211px;
        height: 167px;
    }

    /* Analysis */
    .analysis {
        width: 202px;
        height: 182px;
    }

    .analysis-head {
        display: flex;
    align-items: center;
    }
    .tradingview-widget-container {
        width: 570px !important;
        height: 600px !important;
    }
}
@media (max-width: 578px) {
    .form-right-side {
        padding: 0px;
    }
    .maps-custopm {
        padding: 0px 0px 0px 0px;
    }
    .first-page img {
        height: 75px;
    }
    .first-page{
        display: none;
    }
    .first-page-mobile {
        display: block;
        text-align: center;
        height: 100%;
    }
    nav li {
        padding-bottom: 7px;
    }
    .ticker {
        padding: 1.5vw;
    }
    .first-page-mobile img {
        height: 560px;
    }

    .offcanvas-title {
        font-size: 3.5rem;
    }
    .tradingview-widget-container {
        width: 370px !important;
        height: 600px !important;
    }

}