@media (min-width: 340px) and (max-width: 480px) {
    .pamms-logo{
        width: 190px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 16px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 20.5px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 15px;
        text-align:left;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 22px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr ;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 16px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 14px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 22px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 15px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 22px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div{
        column-gap: 10px;
    }

    .reasons-small-div h1{
        font-size: 16px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 15px;
        width: 350px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
    }

    .left-footer-section-div h3{
        font-size: 18px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 10px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 10px;
    }

    .middle-footer-section h1{
        font-size: 19px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
    }

    .middle-footer-section-div li{
        font-size: 15px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section-div{
        margin-top: 10px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 14px;
    }

    .right-footer-section-div img{
        width: 25px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: flex;
        margin-top: 10px;
        column-gap: 50px;
        padding: 0px;
        flex-direction: column;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 14px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vision-and-mission-div img{
        display: none;
    }

    .vision-and-mission-statements{
        margin-top: 0px;
    }

    .company-statement h1{
        font-size: 19px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 14px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 19px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 14px;
        font-weight: bold;
    }
    /*About Us Styling*/
    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr ;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}
/*Projects Styling*/

.contact-form input, textarea,
    #message {
        max-width: 330px;
        padding: 7px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .pamms-logo{
        width: 190px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 17px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 21px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 15.5px;
        text-align:left;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 22px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr ;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 16px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 14.5px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 22px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 15.5px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 22px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div{
        column-gap: 10px;
    }

    .reasons-small-div h1{
        font-size: 16px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 15.5px;
        width: 350px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
    }

    .left-footer-section-div h3{
        font-size: 18px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 10px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 10px;
    }

    .middle-footer-section h1{
        font-size: 19px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
    }

    .middle-footer-section-div li{
        font-size: 15.5px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section-div{
        margin-top: 10px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 14px;
    }

    .right-footer-section-div img{
        width: 26px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: flex;
        margin-top: 10px;
        column-gap: 50px;
        padding: 0px;
        flex-direction: column;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 15px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vision-and-mission-div img{
        display: none;
    }

    .vision-and-mission-statements{
        margin-top: 0px;
    }

    .company-statement h1{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 15px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 20px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 16px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr ;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

.contact-form input, textarea,
    #message {
        max-width: 420px;
        padding: 7px;
    }
}

@media (min-width: 601px) and (max-width: 749px) {

    .container-fluid button{
        margin-left: 190px;
    }

    .pamms-logo{
        width: 250px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 17px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 24px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 18px;
        text-align:left;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 16.5px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 25px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr ;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 16.5px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 17px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 16px;
        width: 350px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 18px;
        font-weight: bold;
        width: 200px;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 15px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 14px;
    }

    .right-footer-section-div img{
        width: 22px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: flex;
        margin-top: 10px;
        column-gap: 50px;
        padding: 0px;
        flex-direction: column;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 15px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vision-and-mission-div img{
        display: none;
    }

    .vision-and-mission-statements{
        margin-top: 0px;
    }

    .company-statement h1{
        font-size: 20.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 20px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 16px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/


}

@media (min-width: 750px) and (max-width: 839px) {
    .container-fluid button{
        margin-left: 190px;
    }

    .pamms-logo{
        width: 250px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 17px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 25px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 18px;
        text-align:left;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 16.5px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 25.5px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24.5px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 17px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24.5px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 17px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 16px;
        width: 380px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 19px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 20.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 15px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: flex;
        margin-top: 10px;
        column-gap: 50px;
        padding: 0px;
        flex-direction: column;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 14.5px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vision-and-mission-div img{
        display: none;
    }

    .vision-and-mission-statements{
        margin-top: 0px;
    }

    .company-statement h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 14.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 20px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 16px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

video{
    padding: 0px 130px;
    max-width: 100%;
}
}

@media (min-width: 840px) and (max-width: 900px) {
    .container-fluid button{
        margin-left: 190px;
    }

    .pamms-logo{
        width: 250px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 17px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 25px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 18px;
        text-align:left;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 16.5px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 25.5px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 17px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 17px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 16px;
        width: 400px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 19px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 20.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 15px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: flex;
        margin-top: 10px;
        column-gap: 50px;
        padding: 0px;
        flex-direction: column;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 14.5px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vision-and-mission-div img{
        display: none;
    }

    .vision-and-mission-statements{
        margin-top: 0px;
    }

    .company-statement h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 14.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 20px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 16px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

video{
    padding: 0px 150px;
    max-width: 100%;
}
}

@media (min-width: 901px) and (max-width: 999px) {
    .container-fluid button{
        margin-left: 250px;
    }

    .pamms-logo{
        width: 230px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 17.2px !important;
    }

    .top-section{
        margin-top: 0px;
        padding: 0 5px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph{
        margin-top: 20px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 21px;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 16px;
        text-align:left;
        margin-bottom: 10px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 25.5px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24.5px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 17px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 18px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 17px;
        width: 450px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 19px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 20.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 15px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        margin-top: 10px;
        column-gap: 10px;
        padding: 0px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin-bottom: 20px;
    }

    .vision-and-mission-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%; 
        
    }

    .vision-and-mission-statements{
        margin-top: 20px;
    }

    .company-statement h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 21px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 17px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

video{
    padding: 0px 180px;
    max-width: 100%;
}
}

@media (min-width: 991px) and (max-width: 999px) {
    .nav-item{
        font-size: 17px !important;
        padding: 0 20px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1079px) {
    .pamms-logo{
        width: 210px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 18px !important;
        padding: 0 20px !important;
    }

    .top-section{
        margin-top: 10px;
        padding: 0 5px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 23px;
    }

    .top-section-paragraph h2{
        width: 350px;
        color: #007f7f;
        font-size: 16px;
        text-align:left;
        margin-bottom: 10px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 24px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24.5px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 17px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 18px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 17px;
        width: 450px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 19px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 20.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 15px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        margin-top: 10px;
        column-gap: 10px;
        padding: 0px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin-bottom: 20px;
    }

    .vision-and-mission-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%; 
        
    }

    .vision-and-mission-statements{
        margin-top: 20px;
    }

    .company-statement h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 21px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 17px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

video{
    padding: 0px 200px;
    max-width: 100%;
}
}

@media (min-width: 1080px) and (max-width: 1179px) {
    .pamms-logo{
        width: 210px;
        height: auto;
        margin: 0px;
    }

    .nav-item{
        font-size: 18px !important;
        padding: 0 20px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        justify-content: center;
        align-items: center;
        row-gap: 5px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 23px;
        text-align: center;
    }

    .top-section-paragraph h2{
        color: #007f7f;
        font-size: 16.5px;
        text-align:start;
        margin-bottom: 10px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 24px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24.5px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 17px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 18px;
    }

    .reasons-small-div img{
        max-width: 60px !important;
    }

    .reasons p{
        font-size: 17px;
        width: 350px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 19px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 16px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 14.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 20.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 15px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        margin-top: 10px;
        column-gap: 10px;
        padding: 0px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin-bottom: 20px;
    }

    .vision-and-mission-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%; 
        
    }

    .vision-and-mission-statements{
        margin-top: 20px;
    }

    .company-statement h1{
        font-size: 19.5px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 15.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 21px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 17px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}

.full-image img{
    max-width: 100%;
    padding: 10px !important;
}
/*Projects Styling*/

video{
    padding: 0px 200px;
    max-width: 100%;
}

}

@media (min-width: 1180px) and (max-width: 1499px) {
    .pamms-logo{
        width: 230px;
        height: auto;
        margin-right: 60px;

    }

    .nav-item{
        font-size: 17.5px !important;
        padding: 0 40px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 5px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 27px;
        text-align: center;
    }

    .top-section-paragraph h2{
        width: 500px;
        color: #007f7f;
        font-size: 19px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 25px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section{
        margin-top: 15px;
        padding: 5px !important;
    }

    .services-section h2{
        font-size: 25px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 18px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 24.5px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 18px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 24.5px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 18px;
    }

    .reasons-small-div img{
        max-width: 70px !important;
    }

    .reasons p{
        font-size: 17px;
        width: 400px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 150px;
    }

    .left-footer-section-div h3{
        font-size: 20px;
        font-weight: bold;
    }

    .left-footer-section p{
        margin-left: -30px;
        margin-top: 0px;
        font-size: 17px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
    }

    .copyright{
        color: white;
        font-size: 15px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 17px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 10px;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        font-size: 16px;
    }

    .right-footer-section-div img{
        width: 23px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        margin-top: 20px;
        column-gap: 10px;
        padding: 0px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 16px;
        margin: 5px 10px 15px 10px;
        max-width: 100%;
    }

    .about-us-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        }

        .vision-and-mission-div{
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 0;
            margin-bottom: 20px;
        }

        .vision-and-mission-div img{
            border-radius: 10px;
            height: auto;
            max-width: 100%; 
        }

        .vision-and-mission-statements{
            margin-top: 20px;
        }

        .company-statement h1{
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }
    
        .company-statement p{
            text-align: start;
            font-size: 16px;
            margin: 5px 10px 10px 10px;
            max-width: 100%;
        }
    
        .company-statement{
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .values{
            margin-bottom: 20px;
        }
    
        .values h1{
            font-size: 23px;
            font-weight: bold;
        }
        
        .values p{
            font-size: 17.5px;
            font-weight: bold;
        }
    
        /*About Us Styling*/

        /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 18px;
}
/*Projects Styling*/

video{
    padding: 0px 220px;
    max-width: 100%;
}

}

@media (min-width: 1500px) and (max-width: 1980px) {
    .pamms-logo{
        width: 280px;
        height: auto;
        margin-right: 200px;
    }

    .nav-item{
        font-size: 23px !important;
        padding: 0 50px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 5px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 33px;
        text-align: center;
    }

    .top-section-paragraph h2{
        width: 750px;
        color: #007f7f;
        font-size: 23px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 35px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section h2{
        font-size: 30px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 23px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 19px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 29px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 22px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 29px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 26px;
    }

    .reasons-small-div img{
        max-width: 80px !important;
    }

    .reasons p{
        font-size: 22px;
        max-width: 600px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 250px;
    }

    .left-footer-section-div h3{
        font-size: 23px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: 0px;
        font-size: 22px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 750px;
    }

    .copyright{
        color: white;
        font-size: 20px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 26.5px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 21.5px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 26.5px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .right-footer-section h5{
        font-size: 20px;
    }

    .right-footer-section-div img{
        width: 32px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        margin-top: 30px;
        column-gap: 13px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
    }

    .about-us-div h1{
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 19px;
        margin: 0;
        max-width: 100%;
    }

    .about-us-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin-bottom: 20px;
    }

    .vision-and-mission-div img{
        border-radius: 10px;
        height: auto;
        max-width: 100%; 
    }

    .vision-and-mission-statements{
        margin-top: 80px;
    }

    .company-statement h1{
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 19px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .company-statement{
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 30px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 22px;
        font-weight: bold;
    }

    /*About Us Styling*/

    /*Projects Styling*/
.projects-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    padding: 0;
}

.projects a{
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aluminium-heading{
    font-size: 23px;
}
/*Projects Styling*/

video{
    padding: 0px 300px;
    max-width: 100%;
}
}

@media (min-width: 1981px) and (max-width: 2399px) {
    .pamms-logo{
        width: 350px;
        height: auto;
        margin: 0px 300px 0 0;
    }

    .nav-item{
        font-size: 27px !important;
        padding: 0 60px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 5px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 43px;
        text-align: center;
    }

    .top-section-paragraph h2{
        width: 900px;
        color: #007f7f;
        font-size: 30px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        padding: 10px 35px;
        border-radius: 30px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .services-section h2{
        font-size: 40px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 30px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 25px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 38px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 29px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 37px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 35px;
    }

    .reasons-small-div img{
        max-width: 100px !important;
    }

    .reasons p{
        font-size: 30px;
        max-width: 700px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 300px;
    }

    .left-footer-section-div h3{
        font-size: 28px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: -20px;
        font-size: 25px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 700px;
    }

    .copyright{
        color: white;
        font-size: 25px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 31px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 27px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 31px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        margin-top: 10px;
        font-size: 27px;
    }

    .right-footer-section-div img{
        width: 38px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        margin-top: 30px;
        column-gap: 43px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
    }

    .about-us-div h1{
        font-size: 35px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 24.5px;
        margin: 0;
        max-width: 100%;
    }

    .vision-and-mission-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        margin-bottom: 20px;
    }

    .vision-and-mission-statements{
        margin-top: 120px;
    }

    .company-statement h1{
        font-size: 35px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 24.5px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 36px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 27px;
        font-weight: bold;
    }
    /*About Us Styling*/

    video{
        padding: 0px 300px;
        max-width: 100%;
    }
}

@media (min-width: 2400px) and (max-width: 2999px) {
    .pamms-logo{
        width: 400px;
        height: auto;
        margin: 0px 400px 0 0;
    }

    .nav-item{
        font-size: 32px !important;
        padding: 0 70px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 47px;
        text-align: center;
    }

    .top-section-paragraph h2{
        width: 1200px;
        color: #007f7f;
        font-size: 32px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
        padding: 12px 45px;
        border-radius: 50px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .services-section h2{
        font-size: 45px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 30px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 20px;
        font-size: 26px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 43px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 31px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 40.5px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 35px;
    }

    .reasons-small-div img{
        max-width: 100% !important;
    }

    .reasons p{
        font-size: 30px;
        max-width: 700px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 340px;
    }

    .left-footer-section-div h3{
        font-size: 36px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: -20px;
        font-size: 29px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 700px;
    }

    .copyright{
        color: white;
        font-size: 30px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 38px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 32px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 38px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        margin-top: 10px;
        font-size: 30px;
    }

    .right-footer-section-div img{
        width: 40px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        margin-top: 30px;
        column-gap: 73px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
    }

    .about-us-div h1{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        text-align: start;
        font-size: 29px;
        margin: 0;
        width:1500px;
    }

    .company-statement h1{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 29px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 40px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 32px;
        font-weight: bold;
    }
    /*About Us Styling*/

    video{
        padding: 0px 350px;
        max-width: 100%;
    }

}

@media (min-width: 3000px) and (max-width: 3500px) {
    .pamms-logo{
        width: 480px;
        height: auto;
        margin: 0px 400px 0 0;
    }

    .nav-item{
        font-size: 39px !important;
        padding: 0 98px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 53px;
        text-align: center;
    }

    .top-section-paragraph h2{
        width: 1200px;
        color: #007f7f;
        font-size: 35px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 33px;
        font-weight: bold;
        padding: 12px 50px;
        border-radius: 50px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .services-section h2{
        font-size: 50px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 35px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 30px;
        font-size: 30px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 48px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 37px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 45px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 40px;
    }

    .reasons-small-div img{
        max-width: 100% !important;
    }

    .reasons p{
        font-size: 35px;
        max-width: 900px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 420px;
    }

    .left-footer-section-div h3{
        font-size: 43px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: -20px;
        font-size: 34px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 700px;
    }

    .copyright{
        color: white;
        font-size: 34px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 45px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 39px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 45px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .right-footer-section h5{
        margin-top: 10px;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .right-footer-section-div img{
        width: 50px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        margin-top: 30px;
        column-gap: 73px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
    }

    .about-us-div h1{
        font-size: 50px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        padding-left: 300px;
        text-align: start;
        font-size: 34px;
        margin: 0;
        width:1500px;
    }

    .right-about-us img{
        margin-top: 100px;
    }

    .vision-and-mission-div img{
        padding-top: 50px;
        padding-left: 250px;
    }

    .company-statement h1{
        font-size: 50px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 34px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 50px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 35px;
        font-weight: bold;
    }
    /*About Us Styling*/

    video{
        padding: 0px 380px;
        max-width: 100%;
    }
}

@media (min-width: 3501px) and (max-width: 4299px) {
    .pamms-logo{
        width: 600px;
        height: auto;
        margin: 0px 400px 0 0;
    }

    .nav-item{
        font-size: 45px !important;
        padding: 0 90px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 65px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-section-paragraph h2{
        width: 1800px;
        color: #007f7f;
        font-size: 45px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 37px;
        font-weight: bold;
        padding: 15px 60px;
        border-radius: 50px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .services-section h2{
        font-size: 58px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 45px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 45px;
        border-radius: 80px;
        font-size: 38px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 53px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 43px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 51.5px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 45px;
    }

    .reasons-small-div img{
        max-width: 100% !important;
    }

    .reasons p{
        font-size: 43px;
        max-width: 1300px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 450px;
    }

    .left-footer-section-div h3{
        font-size: 52px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: -20px;
        font-size: 43px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 1000px;
    }

    .copyright{
        color: white;
        font-size: 41.5px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 55px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 45px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 55px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        margin-top: 10px;
        font-size: 43px;
    }

    .right-footer-section-div img{
        width: 60px;
        margin-right: 20px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        margin-top: 30px;
        column-gap: 73px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 60px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        padding-left: 600px;
        text-align: start;
        font-size: 44px;
        margin: 0;
        width:2300px;
    }

    .right-about-us img{
        margin-top: 100px;
    }

    .vision-and-mission-div img{
        padding-top: 50px;
        padding-left: 550px;
    }

    .company-statement h1{
        font-size: 60px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 40px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 60px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 45px;
        font-weight: bold;
    }
    /*About Us Styling*/

    video{
        padding: 0px 450px;
        max-width: 100%;
    }
}

@media (min-width: 4300px) {
    .pamms-logo{
        width: 700px;
        height: auto;
        margin: 0px 800px 0 0;
    }

    .nav-item{
        font-size: 53px !important;
        padding: 0 100px !important;
    }

    .top-section{
        margin-top: 5px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
    }

    .top-section-paragraph h1{
        color: #007f7f;
        font-weight: bold;
        font-size: 75px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-section-paragraph h2{
        width: 1800px;
        color: #007f7f;
        font-size: 50px;
        text-align:start;
        margin-bottom: 16px;
    }

    .top-section-paragraph button{
        cursor: pointer;
        font-size: 45px;
        font-weight: bold;
        padding: 15px 90px;
        border-radius: 50px;
        border: none;
        color: #007f7f;
        background-color: black;
        margin-bottom: 20px;
    }

    .top-section-images img{
        /*display: none; */
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .services-section h2{
        font-size: 63px;
        font-weight: bold;
        color: #007f7f;
    }

    .our-services-range{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .our-services-range-div-paragraph h3{
        margin-top: 10px;
        font-size: 50px !important;
    }

    .our-services-range-div-paragraph button{
        margin-top: 15px;
        padding: 8px 45px;
        border-radius: 80px;
        font-size: 43px;
        font-weight: bold;
    }

    .our-mission h1{
        padding: 10px 0;
        font-size: 60px;
        font-weight: bold;
    }

    .our-mission p{
        font-size: 50px;
    }

    .why-choose-us h1{
        font-weight: bold;
        font-size: 58px;
    }

    .why-choose-us-divs{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 40px;
        column-gap: 20px;
        margin-top: 10px;
    }

    .reasons-small-div h1{
        font-size: 52px;
    }

    .reasons-small-div img{
        max-width: 100% !important;
    }

    .reasons p{
        font-size: 48px;
        max-width: 1300px;
    }

    .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
        margin-top: 30px;
        column-gap: 20px;
    }

    .footer-section hr{
        display: none;
    }

    .left-footer-section-div img{
        width: 550px;
    }

    .left-footer-section-div h3{
        font-size: 60px;
        font-weight: bold;
    }

    .left-footer-section-div h3 br{
        display: none;
    }

    .left-footer-section p{
        margin-left: -10px;
        margin-top: -20px;
        font-size: 48px;
        color: #007f7f;
        text-align: center;
        padding: 0 5px;
        max-width: 1000px;
    }

    .copyright{
        color: white;
        font-size: 48px;
        text-align: center;
    }

    .middle-footer-section{
        padding-top: 0px;
    }

    .middle-footer-section h1{
        font-size: 65px;
        text-align: center;
        font-weight: bold;
    }

    .middle-footer-section-div{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .middle-footer-section-div li{
        font-size: 53px;
        margin-bottom: 10px;
    }

    .right-footer-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-footer-section h1{
        padding-top: 0 !important;
        font-size: 65px;
        text-align: center;
        font-weight: bold;
    }

    .right-footer-section h5{
        margin-top: 10px;
        font-size: 50px;
    }

    .right-footer-section-div img{
        width: 60px;
        margin-right: 20px;
    }

    .contact-info-section{
        margin-bottom: 10px;
    }

    /*About Us Styling*/
    .about-us-div{
        margin-top: 30px;
        column-gap: 73px;
        padding: 10px;
    }

    .left-about-us{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-us-div h1{
        font-size: 70px;
        font-weight: bold;
        text-align: center;
    }

    .about-us-div p{
        padding-left: 500px;
        text-align: start;
        font-size: 48px;
        margin: 0;
        width:2800px;
    }

    .right-about-us img{
        margin-top: 100px;
    }

    .vision-and-mission-div img{
        padding-top: 50px;
        padding-left: 550px;
    }

    .company-statement h1{
        font-size: 70px;
        font-weight: bold;
        text-align: center;
    }

    .company-statement p{
        text-align: start;
        font-size: 48px;
        margin: 5px 10px 10px 10px;
        max-width: 100%;
    }

    .values{
        margin-bottom: 20px;
    }

    .values h1{
        font-size: 70px;
        font-weight: bold;
    }
    
    .values p{
        font-size: 50px;
        font-weight: bold;
    }
    /*About Us Styling*/

    video{
        padding: 0px 380px;
        max-width: 100%;
    }
}