@media (max-width: 1400px) {

    .manage-section::after {
        width: calc((100vw - 1140px) / 2);
    }

    .platform-features-section .platform-image-wrapper {
        margin-left: calc(-1 * (100vw - 1140px) / 2);
        width: calc(100% + (100vw - 1140px) / 2);
        padding-left: 2rem;
    }
}



@media (max-width: 1200px) {

    .manage-section::after {
        width: calc((100vw - 960px) / 2);
    }

    .platform-features-section .platform-image-wrapper {
        margin-left: calc(-1 * (100vw - 960px) / 2);
        width: calc(100% + (100vw - 960px) / 2);
        padding-left: 2rem;
    }
}


@media (max-width: 991px) {

    .manage-section::after {
        width: calc((100vw - 720px) / 2);
    }

    .hero-section {
        height: auto;
        min-height: inherit;
        padding: 7rem 0 2rem;
    }

    .same-heading {
        margin-bottom: 2rem;
    }

    .section-padding ,.same-section{
        padding: 3rem 0;
    }

    .generational-assets .same-heading p {
        max-width: 100%;
    }

    .platform-content .feature-item {
        margin-bottom: 0.5rem;
    }

    .platform-features-section .platform-image-wrapper {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .platform-features-section .platform-image-wrapper .dashboard-img {
        margin-left: 0;
        max-width: 100%;
    }

    .platform-features-section::before {
        display: none;
    }

    .platform-features-section .platform-image-wrapper {
        margin-top: 2rem;
    }

    .built-century-section .same-heading {
        margin-bottom: 1rem;
    }

    .generational-assets .asset-image {
        margin-top: 2rem;
    }

    .manage-owl {
        padding-bottom: 1rem !important;
    }

    .manage-section .manage-card {
        padding: 1rem;
    }

    .footer .footer-content .footer-text {
        max-width: 100%;
    }

    .same-heading h2 {
        font-size: 2.2rem;
    }

    .platform-content .feature-item h3,
    .manage-section .manage-card h3 {
        font-size: 1.2rem;
    }

    .hero-section .same-heading h1 {
        font-size: 2.8rem;
    }

    .hero-section .same-heading .lead {
        font-size: 1.1rem;
    }

    .platform-holding .section-bottom-btn {
        margin-top: 2rem;
    }

    .footer .footer-content h6 {
        margin-bottom: 0.5rem;
    }


}

@media (max-width: 767px) {
    .btn {
        padding: 0.5rem 1.1rem;
    }

    .header {
        padding: 1rem 0;
    }




    .footer .footer-bottom {
        text-align: center;
    }

    .manage-section::after {
        width: calc((100vw - 540px) / 2);
    }





}

@media (max-width:567px) {
    html {
        font-size: 15px;
    }


}

@media (max-width: 480px) {

    .header .btn {
        padding: 1.7vw 2vw;
        font-size: 2.4vw;
    }

    .header .navbar-brand {
        margin: 0 !important;
        text-align: left !important;
        padding: 0;
    }

    .header .toggle-circle {
        order: 1;
    }

    .header .navbar-brand {
        width: 55%;
    }

    .header .navbar-brand img {
        max-width: 80%;
    }

    .header .toggle-circle img {
        width: 50%;
    }

    .manage-section::after {
        display: none;
    }

    .platform-content .feature-item p {
        max-width: 100%;
    }

    .footer .footer-top {
        padding: 1.5rem 0;
    }


}