@media (min-width: 768px) {
    section {
        padding: 100px 0;
    }

    /*==================================================
    NAVIGATION START
==================================================*/
    .nav-item {
        padding: 10px 35px !important;
    }

    .navbar {
        background: #FFFFFF1F;
        margin: 15px 15px 0 15px;
        border-radius: 16px 16px 0 0;
        backdrop-filter: blur(52.79999923706055px);
        z-index: 10;
    }

    .nav-item.dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-link {
        padding: 0 0 10px 0;
    }

    .dropdown-toggle::after {
        right: 20px;
    }

    /*==================================================
    FOOTER START
==================================================*/
    footer {
        padding: 100px 0;
    }


    .footer-end-heading h4 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -183px;
        width: 100%;
        text-align: center;
        background: linear-gradient(190.37deg, #19325F 13.33%, #3468C5 85.58%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 341px;
    }

    .footer-bottom {
        position: relative;
        z-index: 1;
    }

    .getintouch-footer li {
        list-style: none;
    }

    .social-footer li:first-child {
        list-style: none;
    }

    .footerquick-links li:first-child {
        list-style: none;
        margin-left: 0;
    }

    .footer-heading h3 {
        margin-bottom: 10px;
    }

    /*==================================================
    BANNER START
    ==================================================*/
    .banner-text span {
        width: 30%;
    }

    .main-banner {
        position: relative;
        padding-bottom: 240px;
        margin-top: -94px;
        overflow: hidden;
        border-radius: 16px;
    }

    .main-banner::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 601px;
        height: 611px;
        background-image: url("../images/home/left-blue-vector.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

    .main-banner::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 220px;
        height: 613px;
        background-image: url("../images/home/right-blue-vector.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

    .banner-text {
        position: relative;
        padding-top: 115px;
    }

    .banner-text h1 {
        font-size: 60px;
    }

    /*==================================================
    Marquee Text Start
    ==================================================*/
    .building-img img:first-of-type {
        top: -209px;
    }

    .building-img img:last-of-type {
        top: -270px;
        z-index: -1;
    }

    .text-marquee {
        font-family: var(--heading-font);
        font-size: 150px;
    }

    .marquee-item img {
        width: 200px;
        margin-top: -100px;
    }

    /*==================================================
    Marquee Text End
    ==================================================*/
    /*==================================================
    About Us HOME Start
    ==================================================*/
    .about-us-main {
        padding: 100px 0;
    }

    .about-us-text h2 {
        font-size: 60px;
    }

    .about-us-text h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .about-us-list ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .about-us-list ul li {
        width: 33.3%;
        font-size: 13px;
    }

    /*==================================================
    Counter HOME Start
    ==================================================*/
    .counter-main {
        position: relative;
        background-image: url(../assets/images/home);
    }

    .counter-main::before {
        position: absolute;
        content: '';
        background-image: url(../images/home/svg-contact.webp);
        background-repeat: no-repeat;
        right: 0;
        bottom: -297px;
        width: 930px;
        height: 100%;
        z-index: -1;
    }

    .counter-box h2 {
        font-size: 70px;
    }

    .counter-box h4 {
        font-size: 25px;
    }

    .counter-text-heading h2 {
        font-size: 45px;
    }

    .counter-text-heading h3 {
        font-size: 30px;
    }

    .counter-text-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .counter-icon-left img {
        width: 18%;
        filter: opacity(0.5);
    }

    .counter-box {
        margin: 0 0 10px 0;
    }

    /*==================================================
    Solution HOME Start
    ==================================================*/
    .solution-box {
        height: 100%;
    }

    .sub-heading-text {
        display: block;
    }

    .sub-heading-text h2 {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 50px;
    }

    /*==================================================
    CTA 1st HOME END
    ==================================================*/

    .cta-text-main h2 {
        font-size: 60px;
        color: #fff;
    }

    .cta_1_Home_main {
        position: relative;
    }

    .cta_1_Home_main:before {
        position: absolute;
        content: '';
        background-image: url(../images/home/svg-contact.webp);
        background-repeat: no-repeat;
        right: 0;
        bottom: 0;
        width: 930px;
        height: 100%;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 45%;
        align-items: flex-end;
        position: relative;
        z-index: 1;
        margin-left: auto;
    }

    .cta-buttons a {
        color: #fff;
        padding: 11px 20px;
        border-radius: 10px;
        font-size: 17px;
        border: 1px solid #fff;
        background: #FFFFFF33;
    }

    .cta-buttons a:last-of-type {
        background: #fff;
        color: var(--secondary-color);
        padding: 11px 25px;
    }

    /*==================================================
    reliability-main HOME START
    ==================================================*/


    .reliability-box,
    .reliable-plain-box,
    .reliable-plain-box-blue {
        padding: 80px 20px;
        height: 100%;
    }

    /*==================================================
    CONTACT FORM HOME Start
    ==================================================*/
    .contact-form-main {
        padding: 30px;
    }

    .gallery-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-bottom: 45px;
        background: #fff;
        padding: 6px;
        width: max-content;
        margin-inline: auto;
        border-radius: 50px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
        flex-wrap: wrap;
        flex-direction: row;
    }

    /*==================================================
    CONTACT US PAGE START
    ==================================================*/

    .breadcrumb-main{
        position: relative;
        padding-bottom: 120px;
        margin-top: -94px;
        overflow: hidden;
        border-radius: 16px;
    }
    .breadcrub-heading{
        padding-top: 50px;
    }
    .breadcrub-heading H1{
        font-size: 65px;
    }
    .breadcrumb-main::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 601px;
        height: 611px;
        background-image: url("../images/home/left-blue-vector.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

    .breadcrumb-main::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 220px;
        height: 613px;
        background-image: url("../images/home/right-blue-vector.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }
    /*==================================================
    CONTACT US PAGE END
    ==================================================*/
}