@media(max-width: 767px) {

    /* HOME */
    .textBox {
        h1 {
            font-size: 30px;
            line-height: 1.2;
            margin-bottom: 8px;
        }

        p {
            font-size: 15px;
            margin: 10px 0 30px;
        }

        h2 {
            font-size: 18px;
            color: white;
            line-height: 1.5;
        }
    }

    nav img {
        width: 150px;
    }

    .nav-links ul li {
        display: block;
    }

    nav.black {
        height: 60px;
    }

    .nav-links ul li a {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .nav-links ul {
        padding: 20px;
    }

    .nav-links {
        position: fixed;
        background: #f44336;
        border-radius: 20px 0 0 20px;
        height: 100vh;
        width: 190px;
        top: 0;
        right: -190px;
        text-align: left;
        z-index: 1;
        transition: 1s;
    }

    nav .fa-solid {
        display: block;
        color: white;
        
        font-size: 20px;
        cursor: pointer;
        padding: 10px;
    }

    .choose,
    .work,
    .beauty,
    .facilities,
    .support,
    .cta

    /*  photos */
        {
        h2 {
            font-size: 20px;
            line-height: 1.2;
        }

        h3 {
            font-size: 18px;
            line-height: 1.5;
        }

        p {
            font-size: 14px;
            line-height: 1.2;
        }

        .p {
            font-size: 10px;
            color: #4e4c4c;
            font-weight: 400s;
            line-height: 1.5;
        }
    }


    /*choose*/

    .choose {
        margin-top: 0;
    }

    .chooseCol {
        padding: 0;
    }

    /* support */

    .supportCol {
        padding: 0 20px 20px;
    }

    /*work*/

    .row {
        flex-direction: column;
    }

    .imageD img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .work {
        p {
            padding: 0;
        }
    }

    /*cta*/

    .cta {
        padding: 25px 10px;
        margin-top: 50px;
    }

    /*beauty*/

    .beauty {
        display: none;
    }

    /* facilitiesCol */

    .facilities {
        padding-top: 50px;
    }

    /* home end */

    /* ----------------Subheader all 5 Pages---------------*/

    .sub-header {
        height: 30vh;
    }

    .sub-header h1 {
        font-size: 40px;
    }

    /* ----------------Subheader end all 5 Pages---------------*/

    /*contact map*/

    .location iframe {
        height: 250px;
    }

    /*about spell 145*/

    /* .aboutUs {
        padding: 0;
    } */

    /* .aboutCol {
        padding: 30px 0;
    } */

    /* buttonA {
        background: #777;
        border-radius: 10px;
        height: 35px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 0;
    } */

    .ourWork,
    .aboutCol {
        h2 {
            font-size: 20px;
            font-weight: 600;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            color: #615f5f;
            line-height: 15px;
        }
    }

    .aboutMedia {
        padding: 10px 0;
    }



    .aboutContract {
        flex-direction: column;
        background: none;
        margin: 0 10px;
        margin-bottom: -45px;

        div {
            margin-bottom: 10px;
        }

        h5 {
            font-size: 15px;
            margin: 0;
        }

        p {
            font-size: 10px;
        }

        .fa-solid {
            font-size: 25px;
            color: green;
            margin: 0 20px 10px 40px;
            width: 30px;
        }
    }

    .explore {
        height: 150px;
        padding: 0 15px;
    }

    /* sliderCon */

    .sliderCon {
        i {
            height: 25px;
            width: 25px;
            font-size: 20px;
            text-align: center;
            line-height: 25px;
            background: #777;
        }

        i:first-child {
            left: -10px;
        }

        i:last-child {
            right: -10px;
        }
    }

    
    /* shop */
    .commentBox {
        margin: auto;
    }

    .commentForm button {
        color: rgb(168, 28, 28);
    }
}






/* Responsive Design */
@media (max-width: 992px) {
    .row {
      flex-direction: column;
    }
    
    .aboutCol {
      width: 100%;
    }
    
    .slider-container-wrapper {
      width: 90%;
    }
  }
  
  @media (max-width: 768px) {
    .aboutUs {
      padding: 2rem 1rem;
    }
    
    .slider-container {
      height: 400px;
    }
    
    .aboutCol {
      padding: 1.5rem;
    }
  }
  
  @media (max-width: 576px) {
    .slider-container-wrapper {
      width: 95%;
    }
    
    .slider-container {
      height: 300px;
    }
    
    buttonA {
      width: 40px;
      height: 40px;
      font-size: 1.1rem;
    }
    
    .aboutCol h2 {
      font-size: 1.7rem;
    }
  }





/*footer*/

@media (max-width: 767px) {
    .container {
        padding: 3rem 1rem;
    }

    .btn {
        padding: .5rem .5rem;
        background: var(--supporting-color);
        border: 1px solid var(--theme-color);
        

        .fa-solid {
            color: var(--theme-color);
            background: none;
        }

        a {
            font-size: 1.1rem;
            color: var(--theme-color);
        }
    }

    .section-contact--homepage {
        width: 80%;
        padding: 0;
        min-height: 15rem;
        bottom: -10rem;
        z-index: 0;

        & .grid {
            align-items: center;
            gap: 0rem;
        }

        .grid-two--cols {
            display: flex;
            padding: 3px 0;
        }
    }

    .section-contact--homepage img {
        display: none;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-content p {
        font-size: 14px;
        line-height: 1.5rem;
        margin: 1.2rem 0 1.5rem 0;
    }

    /* .grid-two--cols {
        grid-template-columns: 1fr 1fr;
    } */

    .grid-three--cols {
        grid-template-columns: 1fr 1fr;
    }

    .footerT {
        padding-top: 10rem;

        h5 {
            letter-spacing: 0.1rem;
            font-size: 13px;
            color: #00bfff;
        }

        h4{
            font-size: 20px;
            color: #00bfff; 
        }

        p {
            font-size: 10px;
        }

        li,
        a {
            font-size: 1.5rem;
            font-weight: 550;
            color: #00bfff;
            margin-top: 3px;
            line-height: 1.4;
        }

        .fa-solid {
            width: 2.5rem;
            font-size: 1.5rem;
            margin-right: 10px;
        }
    }

    .footer-3--div {
        border-left: 1px solid #00bfff;
    }

    .contactCol {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 20px;
        padding-right: 3px;

        div {
            margin: 5px 0;
        }
    }

    .footer-subheading {
        color: var(--theme-color);
    }

    .footer-1--div {
        margin-right: 33px;
        text-align: end;
        margin-top: 10px;
        order: 1;

        p {
            margin: 4px 10px 10px;
        }

        .social-footer--icons {
            justify-content: end;
            gap: 20px;

            & .fa-brands,
            .fa-solid {
                font-size: 15px;
                width: 2.5rem;
                aspect-ratio: 1;
                background-color: var(--supporting-color);
                border-radius: 50%;
                margin-right: 1.2px;


            }
        }





    }
}

