﻿@media (min-width: 1920px) {
    .main-banner-index {
        height: 90vh;
        min-height: 0;
    }
}

@media (max-width: 1919px) {
    .main-banner-index {
        height: 150vh;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .main-banner-index {
        height: 170vh;
        min-height: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index.inner-page .hero-text {
        margin-top: -80px;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index h1 {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index .hero-text-image {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index .iphone-wrap {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index .iphone-wrap .phone-2,
    .main-banner-index .iphone-wrap .phone-1 {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index .iphone-wrap .phone-1 {
        margin-left: -150px;
    }
}

@media screen and (max-width: 992px) {
    .main-banner-index .iphone-wrap .phone-2 {
        width: 250px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
}

@media screen and (max-width: 490px) {
    .eventsbar {
        flex-direction: column;
        row-gap: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .telegram-btn {
        min-height: 30px;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    .footer-section-l {
        width: 90%;
    }

    .footer-section-m {
        width: 90%;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .navmenu-hidden {
        display: none;
    }

    .navmenu {
        width: 90%;
    }

    .navmenu a{
        color: black;
    }

    .index-title-text {
        max-width: 96%;
        text-align: center;
    }

        .index-title-text h1 {
            font-size: 2.5rem;
        }

    .features-table th {
        font-size: 14px;
    }

    .features-table td {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
    .main-banner h1 {
        font-size: 2.5rem;
    }
}
