@media (min-width:1600px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {
    #customers-testimonials .item {
        padding: 10px !important;
    }

    .about-us {
        height: 925px;
    }

    .about-text,
    .about-text p {
        text-align: center;
    }

    .about-image {
        position: absolute;
        top: 32px;
        right: 50%;
        transform: translateX(50%);
    }

    .about-us-page {
        height: 750px;
    }

    .about-page-image {
        position: absolute;
        top: 32px;
        right: 50%;
        transform: translateX(50%);
    }

    .about-inner-text p {
        text-align: center;
    }

    .about-us-page,
    .inner-gallery,
    .contact {
        padding: 4rem 0;
    }
    
    .banner-text-wrapper h1 {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    .main-bg {
        padding: 20px 0 50px;
    }

    .no-mob {
        display: none !important;
    }

    .no-desktop {
        display: block;
    }

    .heading h1 {
        text-align: center;
    }

    .heading p {
        width: 100%;
        text-align: center;
    }

    .wat-we-do,
    .wat-we-do:hover {
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .all-cards .card img {
        width: 45% !important;
    }

    .track p {
        width: 100%;
    }

    .foot-text p {
        width: 100%;
        margin: 15px auto;
        line-height: 23px;
    }

    .testi {
        width: 100%;
    }

    .banner-text-wrapper h1 {
        font-size: 32px;
    }

    .number,
    .visit {
        display: none;
    }

    .main-logo a img {
        width: 300px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-btn {
        display: flex;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffc900;
        cursor: pointer;
    }

    .menu-btn i {
        font-size: 1.3rem;
    }

    .navigation {
        display: none;
    }

    .mobile-menu-container {
        position: fixed;
        top: 0;
        left: -256px;
        bottom: 0;
        width: 256px;
        background-color: #6e2141;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        padding: 2rem 1rem;
        transition: 300ms ease;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .mobile-menu li {
        width: 100%;
    }

    .mobile-menu li a {
        display: block;
        padding: 10px 16px;
        border-radius: 5px;
        color: #ffc900;
        font-size: 15px;
        font-weight: 500;
    }

    .nav-mobile-link-active {
        background-color: #ffc900;
        color: #6e2141 !important;
    }
    .menu-active {
        background-color: #ffc900;
        color: #6e2141 !important;
    }

    .times-btn {
        height: 26px;
        width: 26px;
        background-color: #ffc900;
        color: #6e2141;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        cursor: pointer;
    }

    .navigation-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 999;
        display: none;
    }

    .footer-header h3 {
        text-align: center;
    }

    .footer-col {
        justify-content: flex-start;
    }

    .card-border-1,
    .card-border-2,
    .card-border-3 {
        border: none;
    }
    
    .top-head-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .top-head-number {
        display: flex;
        align-items: center;
        column-gap: 1rem;
    }
    
    .single-num,
    .top-head-address {
        display: flex;
        align-items: flex-start;
        column-gap: 10px;
        color: var(--yellowishtext);
    }
    
    .single-num i,
    .top-head-address i {
        margin-top: 4px;
    }
    
    .single-num h5 a,
    .top-head-address h5 a {
        color: var(--yellowishtext);
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .main-bg {
        padding: 20px 0 50px;
    }

    .no-mob {
        display: none !important;
    }

    .no-desktop {
        display: block;
    }

    .heading h1 {
        text-align: center;
    }

    .heading p {
        width: 100%;
        text-align: center;
    }

    .wat-we-do,
    .wat-we-do:hover {
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .all-cards .card img {
        width: 45% !important;
    }

    .track p {
        width: 100%;
    }

    .foot-text p {
        width: 100%;
        margin: 15px auto;
        line-height: 23px;
    }

    .testi {
        width: 100%;
    }

    .main-logo a img {
        width: 250px;
    }

    .banner-text-wrapper h1 {
        font-size: 24px;
        padding: 1.5rem 1rem;
    }

    .about-us {
        height: 825px;
    }

    .about-us-page {
        min-height: 700px;
    }
    
    .whatsapp-btn {
        left: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .all-cards .card img {
        width: 20% !important;
    }

    #customers-testimonials .item {
        padding: 0px;
        margin: 20px 0;
    }

    .service {
        padding: 4rem 1rem 3rem 1rem;
    }

    .gallery h3 {
        text-align: center;
    }
    
    .banner-text-wrapper h1 {
        width: 85%;
    }
    
    .banner-text-wrapper h1 {
        display: none;
    }
    
    .banner-flower img {
        width: 150px;
    }
}

@media screen and (max-width: 480px) {
    .track-btn {
        display: grid;
        justify-content: center;
    }

    h2.portfolio {
        font-size: 44px;
    }
}

@media screen and (max-width: 375px) {
    .thank-you h2 {
        font-size: 50px;
        ;
    }

    .thank-you h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-brand img {
        width: 200px;
    }
}