@media screen and (min-width: 992px) {
    .owner-reward-right-img {
        text-align: right;
    }
    .multiple-revenue-intro h2 {
        max-width: 530px;
    }
}
@media screen and (max-width: 991px) {
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .mobile-menu {
        border: none;
        width: 18px;
        background: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3px 0;
        padding: 3px 0;
    }
    .mobile-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--deep-aqua);
        position: relative;
        top: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    body.active-menu .mobile-menu span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
    }
    body.active-menu .mobile-menu span:nth-child(2) {
        width: 0;
    }
    body.active-menu .mobile-menu span:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -5px;
    }
    body.active-menu .mobile-header .primary-solid {
        display: none !important;
    }
    #mainmenu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--iceberg);
    }
    nav.navmenu {
        max-width: 720px;
        margin: 0 auto;
        padding: 110px 24px 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 36px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    nav.navmenu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .investment-title {
        margin-bottom: 56px;
    }
    .investment-cards {
        max-width: 786px;
        margin-bottom: 48px;
        margin: 0 auto 48px;
    }
    .single-investment-card {
        max-width: 381px;
    }
    .investment-date {
        padding: 8px;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
    }
    .investment-date strong,
    .investment-date strong a {
        width: 100%;
    }
    .work-process-section {
        text-align: center;
    }
    .work-process-section {
        background-size: cover;
        padding: 56px 0 130px;
    }
    .next-process {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
    }
    .copyright .left-logo {
        text-align: center;
    }
    .support-right img, .owner-reward-right-img img, .bottom-img img {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .footer-bottom-content {
        padding: 16px 0;
    }
    #ownersSlider .item {
        width: 570px !important;
    }
    .midas-owners-intro h2 {
        max-width: 500px;
    }
    .support-content-area, .support-right, .bottom-img, .bottom-content  {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 39.06px;
    }
    h2 {
        font-size: 31.25px;
    }
    .container {
        padding: 0 16px;
    }
    .footer-bottom-content {
        padding: 24px 0;
    }
    .site-footer .copyright {
        padding: 16px 0;
    }
    .hero-section {
        padding: 48px 0;
    }
    .site-header .container,
    .badges-section .container {
        padding: 0 24px;
    }
    .badges-section {
        padding: 32px 0;
    }
    .timer {
        font-size: 31.25px;
    }
    .time-box {
        width: 64px;
        height: 64px;
    }
    .hero-benefits .single-item p {
        position: relative;
        padding-left: 0;
        padding-top: 24px;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    .hero-benefits .single-item p:before {
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-benefits .single-item p:after {
        left: calc(50% - 5px);
        top: 6px;
        -webkit-transform: rotate(-50%);
        transform: rotate(-50%);
    }
    .hero-date {
        padding: 8px;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .hero-date a {
        width: 100%;
    }
    .investment-title {
        margin-bottom: 32px;
    }
    .investment-cards {
        margin-bottom: 48px;
    }
    .single-investment-card {
        max-width: 341px;
    }
    .stories-title {
        margin-bottom: 32px;
    }
    .success-stories-section .stories {
        gap: 32px;
    }
    .stories .tab-content {
        padding: 48px 24px;
    }
    ul#custom-tab .single-tab {
        width: 292px;
    }
    #timerModal .modal-dialog {
        max-width: 540px;
        padding: 0 16px;
    }
    #timerModal .modal-content {
        padding: 11px;
    }
    a.logo {
        max-width: 180px;
    }
    .heading-46 {
        font-size: 35px!important;
    }
    .investment-numbers-section, section.midas-owners-slider-section, section.owner-reward-section, section.multiple-revenue-section, section.support-section {
        padding: 66px 0;
    }
    .investment-numbers-content h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .single-number span, .single-reward span {
        font-size: 40px;
        line-height: 1;
    }
    .investment-numbers-content p {
        font-size: 16px;
    }
    .midas-owners-intro {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 48px;
        align-items: center;
    }
    .midas-owners-intro h2, .owner-reward-content h2 {
        margin: 0;
        text-align: center;
    }
    .carousel-btn {
        justify-content: space-between;
        width: 100%;
    }
    #ownersSlider .item {
        width: 100% !important;
    }
    .reward-area {
        padding-top: 20px;
    }
    .single-reward {
        padding: 12px;
    }
    .owner-reward-content, .owner-reward-right-img {
        padding: 0;
    }
    .single-revenue {
        padding: 20px 12px;
        height: 100%;
    }
    .bottom-content {
        display: flex;
        flex-direction: column;
    }

}

