@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 480px) {

    .why-invest-right-div-2 label {
        top: 225px;
    }

    .price-div {
        display: block;
    }

    .lock-div {
        display: block;
    }

    .why-invest-right-div-1 .lock-price-div {
        top: 170px;
        left: 75px;
    }

    .why-invest-right-div-2 .lock-price-div {
        top: 390px;
        left: 80px;
    }

    .btn-group .btn {
        font-size: 12px;
    }

    .isotope-toolbar .btn-group button {
        padding: 10px 20px;
    }

    .btn-group-div .line-left {
        display: block;
    }

    .btn-group-div .line-right {
        display: block;
    }

    .price-div {
        font-size: 12px;
    }

    .price-div span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 575px) {

    .isotope-toolbar .btn-group button {
        padding: 10px 30px;
    }
}

@media only screen and (min-width: 768px) {

    .why-choose-section-right-top {
        display: flex;
    }

    .why-choose-section-right-bottom {
        display: flex;
    }

    .subscribe-div {
        display: flex;
    }

    .why-invest-right-div-2 label {
        top: 330px;
    }

    .why-invest-right-div-1 .lock-price-div {
        top: 235px;
        left: 200px;
    }

    .why-invest-right-div-2 .lock-price-div {
        top: 550px;
        left: 200px;
    }

    .subscribe-section input {
        width: 75%;
    }
}

@media only screen and (min-width: 1024px) {

    .nav-mobile {
        display: none;
    }

    .navbar {
        display: flex !important;
    }

    .logo {
        width: 110px;
        height: auto;
    }

    .header-container {
        padding: 20px 15px;
    }

    .main-banner-section {
        margin-top: 0px;
    }

    .main-slider-item .right {
        display: block !important;
    }

    .main-slider h1 {
        font-size: 56px;
    }

    .main-slider p {
        font-size: 14px;
        line-height: 30px;
    }

    .section-space {
        margin-top: 150px;
    }

    .main-title h2 {
        font-size: 38px;
        line-height: 60px;
    }

    .select-gem-div .description {
        width: 50%;
    }

    .why-invest-div {
        display: flex;
        align-items: center;
    }

    .why-invest-right {
        margin-top: 0px;
    }

    .why-invest-right-div-2 label {
        top: 225px;
    }

    .why-choose {
        display: flex;
        align-items: center;
    }

    .subscribe-section input {
        width: 400px;
        margin-left: 20px;
    }

    .subscribe-section button {
        margin-left: 20px;
        margin-top: 0px;
    }

    .footer-divs {
        display: flex;
        margin-bottom: 0px;
    }

    .btn-group-div .line-left {
        width: 150px;
    }

    .btn-group-div .line-right {
        width: 150px;
    }

    .align-end-div {
        justify-content: end;
    }

    .why-choose-section-right {
        padding-left: 20px;
    }

    .nav-item a {
        font-size: 12px;
    }

    .why-invest-right-div-1 .lock-price-div {
        position: absolute;
        top: 170px;
        left: 80px;
    }

    .why-invest-right-div-2 .lock-price-div {
        position: absolute;
        top: 390px;
        left: 80px;
    }

    .lock-price-div {
        justify-content: end;
    }

    .why-choose-div img {
        width: 60px;
    }

    .slick-next {
        right: -80px;
    }

    .slick-prev {
        left: -80px;
    }

    .footer-div-1 {
        margin-bottom: 0px;
    }

    .main-img {
        margin-top: 40px;
        width: 100%;
    }

    .collections-div {
        margin-top: 120px;
    }

    .collections-div h1 {
        font-size: 42px;
    }

    .why-invest-inner-left {
        padding-right: 50px;
    }

    .why-invest-inner-img,
    .product-img {
        margin: 0;
    }

    .description-div {
        width: 70%;
    }

    .director-msg-section img {
        width: 300px;
    }

    .contact-us-right {
        padding-left: 40px;
    }

    .contact-us-left {
        margin-bottom: 0;
        padding-right: 40px;
    }

    .product-section-right {
        padding-left: 40px;
    }

    .product-section-left {
        padding-right: 40px;
        border-right: 1px solid var(--white-text);
    }

    .main-slider-item {
        height: calc(100vh - 150px);
    }

    .inquire-form{
        width: 70%;
    }

    .inquire-content {
  width: 80%;
}

}

@media only screen and (min-width: 1200px) {

    .why-invest-right-div-2 label {
        top: 265px;
    }

    .why-invest-right-div-2 .lock-price-div {
        top: 430px;
        left: 100px;
    }

    .why-invest-right-div-1 .lock-price-div {
        top: 190px;
        left: 100px;
    }

    .line-left {
        display: block;
        height: 0.5px;
        width: -webkit-fill-available;
        background-color: var(--gray-1);
    }

    .line-right {
        display: block;
        height: 0.5px;
        width: -webkit-fill-available;
        background-color: var(--gray-1);
    }
}

@media only screen and (min-width: 1450px) {
    .container {
        max-width: calc(100% - 320px) !important;
    }

    .header-container {
        padding: 24px 110px;
    }

    .nav-item a {
        font-size: 12px;
    }

    .navbar-mid a {
        padding: 0px 25px !important;
    }

    .lock-price-div {
        margin-left: 270px;
    }

    .why-invest-right-div-1 .lock-price-div {
        top: 205px;
        left: -120px;
    }

    .why-invest-right-div-2 .lock-price-div {
        top: 460px;
        left: -120px;
    }

    .why-invest-right-div-2 label {
        top: 280px;
    }

}