@font-face {
    font-family: poppins;
    src: url(/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: publico;
    src: url(/publico/light/Publico\ Banner\ Web\ Light\ Regular.ttf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color1: #ffffff;
    --primary-color2: #F6F5EF;
    --primary-color3: #ffd2a4;
    --primary-color4: #012516;
    --primary-color5: #B7B3A4;
    --primary-textColor1: #000000;
    --buttonTransparent: #e37627;
}

html,
body {
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.get {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 999;
    text-decoration: none;
    background-color: var(--buttonTransparent);
    border: 2px solid var(--primary-color4);
    border-radius: 50%;
    color: var(--primary-color1);
}

.loader {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color1);
    position: absolute;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 15vw;
}




/* NAVBAR SECTION STARTS */


.navbar {
    width: 100vw;
    height: 8.5vh;
    position: fixed;
    display: flex;
    top: 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: .4rem 5rem;
    font-family: publico;
    z-index: 999;
    background-color: var(--primary-color2);
    transition: all .7s ease-in-out;
}

.navbarContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
    margin-top: 1vw;
}

.navbar li {
    margin-bottom: 1.5vw;
    font-size: 1.3vw;
}

.navbar ul a {
    color: var(--primary-textColor1);
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.navbar ul a:hover {
    color: #898989;
}

.logo {
    display: flex;
    gap: 1vw;
    /* font-family: publico2; */
}

.logo img {
    width: 3rem;
    height: 3rem;
}

.logo h1 {
    font-size: 2vw;
    margin: 0.3rem 0rem 0rem 0rem;
}

.logo a {
    text-decoration: none;
    color: var(--primary-textColor1);
}

.logoInfo p {
    font-size: 1vw;
}


.navbar button {
    border: none;
    border-radius: 1rem;
    padding: .4rem;
    text-align: center;
    font-weight: 500;
}

.nav-bottom {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 0%;
    z-index: 9;
    background-color: var(--primary-color2);
    border-bottom: 1px solid var(--primary-textColor1);
}

.menuBtn {
    display: none;
}

.spanContainer {
    margin: .1rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2rem;
    width: 2rem;
    height: 2rem;
    padding: 1vw;
    transition: all .2s ease-in-out
}

.spanContainer:hover {
    border-radius: 50%;
    background-color: var(--primary-color3);
}

.menuBtn span {
    width: 1.4rem;
    height: 2px;
    background-color: var(--primary-textColor1);
    transition: all .4s ease-in-out;

}

.navbar-height {
    height: 40vh;
}

.top {
    background-color: var(--primary-color3);
    transform: translateY(5px) rotate(45deg);
}

.spanCenter {
    opacity: 0;

}

.bottom {
    transform: translateY(-5px) rotate(-45deg);

}


/* NAVBAR SECTION ENDS */


/* SERIVES SECTION STARTS */

.service {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color2);
    display: flex;
    flex-direction: column;
    padding: 2vw;
    font-family: poppins;
    gap: 3vh;
    margin: 3rem 0rem 0rem 0rem;
}

.strong {
    font-family: publico;
}

.seriveHeading {
    display: flex;
    flex-direction: column;
    font-size: 2.3vw;
    font-family: publico;
}



.seriveHeading h1 {
    padding: 0vw 2vw;
}

.serviceContent {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 3vw;
}



.serviceContent img {
    width: 60vw;
    height: 80%;
}

.serviceContent p {
    padding: 2vw;
    font-size: 1.5vw;
}

.serviceCardContainer {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 3vw;
}

.serviceCardContainer .card {
    width: 100%;
    height: 95%;
    background-color: var(--primary-color1);
    border-radius: .6vw;
    overflow: hidden;
}

.card img {
    width: 100%;
}

.cardInfo {
    display: flex;
    flex-direction: column;
    gap: .7vh;
    padding: 2vw;
    font-size: 1.2vw;
}

/* SERVICES SECTION ENDS */


/* MANUFACTURE SECTION STARTS */

.manufacture {
    flex-direction: column;
    font-family: publico;
}

.manufacture h1 {
    padding: 2vw;
    font-size: 3vw;
}

.under {
    font-size: 3.5vw;
    /* background-color: var(--primary-color2); */
    text-align: center;
}

.manufactureContainer {
    width: 100%;
    display: flex;
    gap: 3vw;
    padding: 2vw;
    justify-content: center;
    align-items: center;
}

.manufactureCard {
    width: 28%;
    padding: 2vw;
    text-align: center;
    background-color: var(--primary-color2);
    border-radius: 1vw;
    height: 100%;
}

.manufactureCard img {
    width: 6vw;
}

.manufactureCard p {
    font-family: poppins;
}

/* MANUFACTURE SECTION ENDS */


/* RAW SECTION STARTS */

.raw {
    display: flex;
    width: 100%;
    padding: 2vw;
    font-family: poppins;
    justify-content: space-around;
    align-items: center;
    background-color: var(--primary-color1);
}

.rawLeft {
    width: 18rem;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--primary-color2);
    border-radius: 50%;
    border: 2px solid var(--primary-color3);
    color: var(--primary-textColor1);
}

.rawLeft h1 {
    font-size: 3vw;
    font-family: publico;
}

.rawRight {
    display: flex;
    flex-direction: column;
    gap: 4vh;
    width: 60%;
}

.rawRight .strong {
    font-family: poppins;

}

.rawRightCard {
    padding: 1vw;
    border-radius: 1vw;
    background-color: var(--buttonTransparent);
}



/* RAW SECTION ENDS */

/* SERVICES CONTAINER STARTS */

.servicesContainer {
    width: 100%;
    height: 70%;
    gap: 3.5vh;
    font-family: poppins;
    padding: 3vw;
    background-color: var(--primary-color1);
}

.servicesContainer h1 {
    font-size: 3vw;
    font-family: publico;
}

.serviceCard {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 2vh;
    justify-content: center;
    align-items: center;
}

.cardInfo {
    width: 30%;
    text-align: center;
    background-color: var(--primary-color2);
    border-radius: 1vw;
}

.cardInfo h2 {
    font-family: publico;
    font-size: 2.2vw;
}

/* SERVICES CONTAINER ENDS */


/* FSAHION SECTION STARTS */

.fashion {
    width: 100%;
    height: 70%;
    gap: 3.5vh;
    font-family: poppins;
    padding: 3vw;
}

.fashion h1 {
    font-size: 3vw;
    font-family: publico;
}

.fashionContainer {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 2vh;
    justify-content: center;
    align-items: center;
}

.fashionCard {
    width: 30%;
    text-align: center;
    background-color: var(--primary-color2);
    border-radius: 1vw;
    padding: 1vw;
}

.fashionCard p {
    font-size: 1.3vw;
}

.fashionCard h2 {
    font-family: publico;
    font-size: 2.2vw;
}

/* FASHION SECTION ENDS */


/* EDUCATION SECTION STARTS */

.education {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    padding: 2vw;
    background-color: var(--primary-color1);
}

.education h1 {
    font-size: 3vw;
    font-family: publico;
}

.educationContainer {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 2vh;
    justify-content: center;
    align-items: center;
}

.educationCard {
    width: 30%;
    text-align: center;
    border-radius: 1vw;
    padding: 1vw;

    background-color: var(--primary-color2);
}


.educationCard p {
    font-size: 1.3vw;
    font-family: poppins;
}

.educationCard h2 {
    font-size: 2.2vw;
    font-family: publico;
}

/* EDUCATION SECTION ENDS */




/* FOOTER SECTION STARTS */

footer {
    width: 100%;
    height: 90%;
    background-color: var(--primary-color4);
    color: var(--primary-color1);
    display: flex;
    flex-direction: column;
    gap: 6vh;
    padding: 2vw;
    font-family: publico;
    justify-content: space-around;
}

.footerTop {
    width: 100%;
    padding: 3vw;
    display: flex;
    gap: 2vw;
    justify-content: space-between;
    align-items: center;
    font-family: poppins;
    border-bottom: 1px solid var(--primary-color1);
}

.partContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    gap: 2rem;
}

.partContainer .part {
    width: 100%;
}

.footerTop .part {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.part1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.part h3 {
    font-size: 3vw;
}

.part img {
    width: 20vw;
}

.footerLinks {
    display: flex;
    flex-direction: column;
}

.footerContactInfo {
    display: flex;
    flex-direction: column;
    gap: .7vh;
}

.footerLinks a {
    text-decoration: none;
    color: var(--primary-color1);
    width: 14vw;
    padding: .4vw;
}

.footerLinks a:hover {
    border-radius: 1vw;
    background-color: var(--primary-color2);
    color: var(--primary-textColor1);
}

.footerBottom {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    text-align: center;
}

.footerBottom h1 {
    font-size: 4vw;
}

/* FOOTER SECTION ENDS */



/* MEDIA QUERIES FOR RESPONSIVE DESIGN */

@media screen and (max-width:1168px) {
    .logo img {
        width: 2.7rem;
        height: 2.7rem;
    }
}

@media screen and (max-width:1076px) {
    .logo h1 {
        margin: .4rem 0rem 0rem 0rem;
    }
}

@media screen and (max-width:981px) {

    .logo img {
        width: 2.5rem;
        height: 2.5rem;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        /* flex-direction: column; */
        height: 50%;
    }

    .servicesContainer h1 {
        font-size: 2.5vw;
    }

    .serviceCard {
        justify-content: space-between;
        width: 45%;
    }

    .cardInfo {
        width: 100%;
        font-size: 1.3vw;
    }
}

@media screen and (max-width:900px) {

    .cursor {
        display: none;
    }

    .logo img {
        width: 2.3rem;
        height: 2.3rem;
    }

    .navbar li {
        font-size: 1.7vw;
    }

    .nav-elem h5 {
        font-size: 1.2vw;
    }

    /* SERVICE */

    .service {
        height: 80%;
    }

    .seriveHeading h1 {
        font-size: 3.5vw;
        margin-top: 1rem;
    }

    .serviceContent p {
        text-align: center;
        font-size: 1.5vw;
    }

    .serviceContent img {
        width: 90%;
        height: 60%;
    }

    /* MANUFACTURERS */

    .manufacture {
        height: 50%;
    }

    .manufacture h1 {
        font-size: 3vw;
    }

    .manufactureCard {
        width: 100%;
        height: 100%;
    }

    .manufactureCard h2 {
        font-size: 2.5vw;
    }

    .manufactureCard p {
        font-size: 1.5vw;
    }


}

@media screen and (max-width:768px) {
    .menuBtn {
        display: block;
        cursor: pointer;
    }

    .logo h1 {
        font-size: 3.2vw;
        width: 29vw;
    }

    .navbar {
        overflow: hidden;
        border-bottom: 1px solid var(--primary-textColor1);
        padding: 1vw 4vw;
    }

    .navbarContainer {
        flex-direction: column;
    }

    .navbar ul {
        justify-content: space-around;
        flex-direction: column;

    }

    .nav-elem li {
        margin-bottom: 0px;
        margin-top: 2.2rem;
        font-size: 3vw;

    }

   

    /* RAW */
    .rawLeft {
        width: 14rem;
        height: 14rem;
    }

    .rawRight {
        width: 50%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 1.8vw;
    }

}

@media screen and (max-width:668px) {
    .nav-elem li {
        font-size: 2.7vw;
        margin-top: 1.1rem;
    }

    

  


}

@media screen and (max-width:576px) {

    .logo h1 {
        font-size: 3.2vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.6vw;
    }

    .navbar ul {
        flex-direction: column;
    }

    .nav-elem li {
        font-size: 3.5vw;
    }

   

    .menuBtn {
        margin-right: .8rem;
    }

    /* BENEFICIARIES */
    .service {
        height: 100%;
    }

    .seriveHeading h1 {
        font-size: 4vw;
        margin-top: 1rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 2.5vw;
    }

    .serviceContent img {
        width: 100%;
        height: 60%;
    }

    /* MANUFACTURERS */
    .manufacture {
        height: 65%;
    }

    .manufacture h1 {
        font-size: 4vw;
    }

    .manufactureContainer {
        flex-direction: column;
    }

    .manufactureCard {
        width: 70%;
    }

    .manufactureCard h2 {
        font-size: 3.2vw;
    }

    .manufactureCard p {
        font-size: 2vw;
    }

    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partContainer .part {
        width: 70%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 55%;
    }

    .servicesContainer h1 {
        font-size: 4vw;
    }

    .serviceCard {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .cardInfo {
        width: 80%;
    }

    .cardInfo p {
        font-size: 2.2vw;
    }

    .cardInfo h2 {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 67%;
    }

    .fashion h1 {
        font-size: 4vw;
    }

    .fashionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 80%;
    }

    .fashionCard p {
        font-size: 2.8vw;
    }

    .fashionCard h2 {
        font-size: 3.4vw;
    }

    /* EDUCATION */
    .education {
        height: 70%;
    }

    .education h1 {
        font-size: 4vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 80%;
    }

    .educationCard p {
        font-size: 2.8vw;
    }

    .educationCard h2 {
        font-size: 3.4vw;
    }



}


/* ******** ALL HEIGHTED DEVICES ******* */

@media screen and (min-width:599px) and (min-height:1023px) {

    .logoInfo p {
        font-size: 1.6vw;
    }

    .cursor {
        display: none;
    }

    .menuBtn {
        margin-right: 1rem;
    }

    .navbar {
        width: 100vw;
        padding: 4vw 3vw;
        /* height: 8vh; */
    }

    .nav-elem li {
        font-size: 3.5vw;
        margin-top: 3.1rem;
    }

    .nav-elem h5 {
        font-size: 2.5vw;
        margin-bottom: .2rem;
    }

    .navbar-height {
        height: 35vh;
    }

    /* BENEFICIARIES */
    .service {
        height: 75%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 1.5rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 55%;
    }

    /* MANUFACTURERS */
    .manufacture {
        height: 90%;
    }

    .manufacture h1 {
        font-size: 6.5vw;
        margin: 2rem 0rem;
    }

    .manufactureContainer {
        flex-direction: column;
    }

    .manufactureCard {
        width: 80%;
    }

    .manufactureCard h2 {
        font-size: 3.5vw;
    }

    .manufactureCard p {
        font-size: 2.5vw;
    }

    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 15rem;
        height: 15rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 70%;
    }

    .servicesContainer h1 {
        font-size: 5vw;
    }

    .serviceCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 80%;
        width: 100%;
    }

    .cardInfo {
        width: 90%;
        font-size: 3vw;
    }

    .cardInfo h2 {
        font-size: 4vw;
    }

    .cardInfo p {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 80%;
    }

    .fashion h1 {
        font-size: 5vw;
    }

    .fashionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 90%;
    }

    .fashionCard p {
        font-size: 3.5vw;
    }

    .fashionCard h2 {
        font-size: 4vw;
    }

    /* EDUCATION */
    .education {
        height: 80%;
    }

    .education h1 {
        font-size: 5vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 90%;
    }

    .educationCard p {
        font-size: 3.5vw;
    }

    .educationCard h2 {
        font-size: 4vw;
    }



    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.5rem;
    }

    .part a {
        width: 58%;
        font-size: 2vw;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .footerContactInfo h5 {
        font-size: 2vw;
    }

    .part img {
        width: 30vw;
    }


}

@media screen and (min-width:819px) and (min-height:1023px) {
    .logo h1 {
        font-size: 2.6vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.3vw;
    }

    .cursor {
        display: none;
    }

    .navbar ul {
        margin-right: 1.2rem;
    }

    .nav-elem li {
        font-size: 2vw;
        margin-top: 0rem;
    }

    .nav-elem h5 {
        font-size: 1.8vw;
        margin-top: .2rem;
    }

    .nav-bottom {
        width: 100%;
    }

    /* BENEFICIARIES */
    .service {
        height: 75%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 2.5rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 55%;
    }

    /* MANUFACTURERS */
    .manufacture {
        height: 80%;
    }

    .manufacture h1 {
        font-size: 6.5vw;
        margin: 2rem 0rem;
    }

    .manufactureContainer {
        flex-direction: column;
    }

    .manufactureCard {
        width: 80%;
    }

    .manufactureCard h2 {
        font-size: 3.5vw;
    }

    .manufactureCard p {
        font-size: 2.5vw;
    }

    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 15rem;
        height: 15rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }


    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 2rem;
    }

    .part a {
        width: 78%;
        font-size: 3vw;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .footerContactInfo h5 {
        font-size: 2vw;
    }

    .part img {
        width: 30vw;
    }
}

@media screen and (min-width:911px) and (min-height:1023px) {
    .navbar ul {
        margin-right: 4.5rem;
    }

    .nav-bottom {
        width: 100%;
    }

    .cursor {
        display: none;
    }
}

@media screen and (min-width:1023px) and (min-height:1023px) {
    .logo h1 {
        font-size: 3.5vw;
        margin: 0rem 0rem 0rem 0rem;
    }

    .logo img {
        width: 3.3rem;
        height: 3.3rem;
        margin: 0rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.6vw;
    }

    /* .navbar{
        height: 7.5vh;
    } */

    .navbar ul {
        margin-right: 2rem;
    }

    .nav-bottom {
        width: 100%;
    }

    .cursor {
        display: none;
    }

    .service {
        height: 80%;
    }

    .serviceContent img {
        height: 55%;
    }

    /* manufacture */

    .manufacture {
        height: 90%;
    }
}


/* ******** ALL HEIGHTED DEVICES ******* */


/* ******** ALL MOBILE DEVICES ******* */

@media screen and (max-width:480px) and (min-width:400px) and (max-height:790px) {

    .logo h1 {

        width: 100%;
        font-size: 4.5vw;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logoInfo {
        width: 100%;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin-right: .5rem;
    }

    .navbar {
        /* height: 8vh; */
        padding: 2vw 4vw;
    }

    .nav-elem li {
        font-size: 3.8vw;
        margin-top: 1.7rem;
    }

    .nav-elem h5 {
        font-size: 3.2vw;
    }

    /* BENEFICIARIES */
    .service {
        height: 60%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 1rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 50%;
    }

    /* MANUFACTURERS */
    .under {
        margin-top: 2rem;

    }

    .manufacture {
        height: 80%;
        margin-bottom: 2rem;
    }

    .manufacture h1 {
        font-size: 6.5vw;
    }

    .manufactureContainer {
        height: 70%;
        flex-direction: column;
    }

    .manufactureCard {
        width: 90%;
    }

    .manufactureCard h2 {
        font-size: 4.5vw;
    }

    .manufactureCard p {
        font-size: 3.5vw;
    }

    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 10rem;
        height: 10rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3.8vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 50%;
    }

    .servicesContainer h1 {
        font-size: 4.5vw;
    }

    .serviceCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 90%;
        width: 100%;
    }

    .cardInfo {
        width: 90%;
        font-size: 3vw;
    }

    .cardInfo h2 {
        font-size: 4vw;
    }

    .cardInfo p {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 60%;
    }

    .fashion h1 {
        font-size: 4.5vw;
    }

    .fashionContainer {
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 80%;
    }

    .fashionCard p {
        font-size: 2.8vw;
    }

    /* EDUCATION */
    .education {
        height: 70%;
    }

    .education h1 {
        font-size: 4.5vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 80%;
    }

    .educationCard p {
        font-size: 2.8vw;
    }

    .educationCard img {
        width: 30vw;
    }



    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 38%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }

}

@media screen and (max-width:400px) and (min-width:320px) and (max-height:790px) {
    .logo h1 {
        width: 100%;
        font-size: 4.5vw;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: 0rem;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .navbar {
        /* height: 8vh; */
        padding: 2vw 4vw;
        padding-right: 5vw;
    }

    .nav-elem li {
        font-size: 4.1vw;
        margin-top: 1.8rem;
    }

    .nav-elem h5 {
        font-size: 3.3vw;
    }

    .menuBtn {
        margin-right: 0rem;
    }

    /* BENEFICIARIES */
    .service {
        height: 75%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 1rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 55%;
    }

    /* MANUFACTURERS */

    .manufacture {
        height: 70%;
        margin-bottom: 2rem;
    }

    .manufacture h1 {
        font-size: 5vw;
    }
    .under{
        margin-top: 2rem;
    }

    .manufactureContainer {
        flex-direction: column;
    }

    .manufactureCard {
        width: 100%;
    }

    .manufactureCard h2 {
        font-size: 4.5vw;
    }

    .manufactureCard p {
        font-size: 3.5vw;
    }

    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 10rem;
        height: 10rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3.8vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 60%;
    }

    .servicesContainer h1 {
        font-size: 5vw;
    }

    .serviceCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 90%;
        width: 100%;
    }

    .cardInfo {
        width: 90%;
        font-size: 3vw;
    }

    .cardInfo h2 {
        font-size: 4vw;
    }

    .cardInfo p {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 60%;
    }

    .fashion h1 {
        font-size: 5vw;
    }

    .fashionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 90%;
    }

    .fashionCard h2 {
        font-size: 4vw;
    }

    .fashionCard p {
        font-size: 3.5vw;
    }


    /* EDUCATION */
    .education {
        justify-content: space-between;
        height: 60%;
    }

    .education h1 {
        font-size: 5vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 90%;
    }

    .educationCard h2 {
        font-size: 4vw;
    }

    .educationCard p {
        font-size: 3.5vw;
    }

    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }



}

/* MIN 791PX */

@media screen and (max-width:480px) and (min-width:400px) and (min-height:791px) {

    .logo h1 {
        width: 100%;
        font-size: 4.5vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin: .6rem .6rem 0rem 0rem;
    }

    .navbar {
        /* height: 7.5vh; */
        padding: 2vw 4vw;
    }

    .nav-elem li {
        font-size: 4vw;
        margin-top: 3rem;
    }

    .nav-elem h5 {
        font-size: 3.6vw;
    }

    /* BENEFICIARIES */
    .service {
        height: 70%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 1.5rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 55%;
    }

    /* MANUFACTURERS */

    .manufacture {
        height: 80%;
        margin-bottom: 2rem;
    }
    .under{
        margin-top: 2rem;
    }

    .manufacture h1 {
        font-size: 5vw;
    }

    .manufactureContainer {
        height: 70%;
        flex-direction: column;
    }

    .manufactureCard {
        width: 90%;
    }

    .manufactureCard h2 {
        font-size: 4vw;
    }

    .manufactureCard p {
        font-size: 3.5vw;
    }


    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 10rem;
        height: 10rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3.8vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 50%;
    }

    .servicesContainer h1 {
        font-size: 5vw;
    }

    .serviceCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70%;
        width: 100%;
    }

    .cardInfo {
        width: 90%;
        font-size: 3vw;
    }

    .cardInfo h2 {
        font-size: 4vw;
    }

    .cardInfo p {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 60%;
    }

    .fashion h1 {
        font-size: 5vw;
    }

    .fashionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 90%;
    }

    .fashionCard h2 {
        font-size: 4vw;
    }

    .fashionCard p {
        font-size: 3.5vw;
    }

    /* EDUCATION */
    .education {
        height: 60%;
    }

    .education h1 {
        font-size: 5vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 90%;
    }

    .educationCard h2 {
        font-size: 4vw;
    }

    .educationCard p {
        font-size: 3.5vw;
    }





    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 38%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }

}

@media screen and (max-width:400px) and (min-width:320px) and (min-height:791px) {

    .logo h1 {
        width: 100%;
        font-size: 4vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo {
        width: 100%;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin: .6rem .6rem 0rem 0rem;
    }

    .navbar {
        width: 100vw;
        padding: 2vw 4vw;
        /* height: 8vh; */
    }

    .nav-elem li {
        font-size: 4vw;
        margin-top: 3rem;
    }

    .nav-elem h5 {
        font-size: 3.6vw;
    }

    /* BENEFICIARIES */
    .service {
        height: 60%;
    }

    .seriveHeading h1 {
        font-size: 4.5vw;
        margin-top: 1rem;
    }

    .serviceContent {
        flex-direction: column;
    }

    .serviceContent p {
        text-align: center;
        font-size: 3vw;
    }

    .serviceContent img {
        width: 100%;
        height: 60%;
    }

    /* MANUFACTURERS */
    .manufacture {
        height: 70%;
        margin-bottom: 2rem;
    }
    .under{
        margin-top: 2rem;
    }

    .manufacture h1 {
        font-size: 5vw;
    }

    .manufactureContainer {
        flex-direction: column;
    }

    .manufactureCard {
        width: 90%;
    }

    .manufactureCard h2 {
        font-size: 4vw;
    }

    .manufactureCard p {
        font-size: 3.5vw;
    }

    /* RAW MATERIAL */

    .raw {
        flex-direction: column;
        gap: 1.5rem;
    }

    .rawLeft {
        width: 10rem;
        height: 10rem;
    }

    .rawRight {
        width: 80%;
    }

    .rawRightCard {
        padding: 2vw;
        font-size: 3.8vw;
    }

    .rawRightCard:nth-child(1) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(3) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(5) {
        position: relative;
        left: 0%;
    }

    .rawRightCard:nth-child(even) {
        position: relative;
        left: 0%;
    }

    /* SERVICES SECTION  */

    .servicesContainer {
        flex-direction: column;
        height: 50%;
    }

    .servicesContainer h1 {
        font-size: 5vw;
    }

    .serviceCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70%;
        width: 100%;
    }

    .cardInfo {
        width: 90%;
        font-size: 3vw;
    }

    .cardInfo h2 {
        font-size: 4vw;
    }

    .cardInfo p {
        font-size: 3.5vw;
    }

    /* FASHION */

    .fashion {
        flex-direction: column;
        height: 60%;
    }

    .fashion h1 {
        font-size: 5vw;
    }

    .fashionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fashionCard {
        width: 90%;
    }

    .fashionCard h2 {
        font-size: 4vw;
    }

    .fashionCard p {
        font-size: 3.5vw;
    }

    /* EDUCATION */
    .education {
        height: 60%;
    }

    .education h1 {
        font-size: 5vw;
    }

    .educationContainer {
        width: 100%;
        height: 90%;
        gap: 2vh;
        flex-direction: column;
        align-items: center;
    }

    .educationCard {
        width: 90%;
    }

    .educationCard h2 {
        font-size: 4vw;
    }

    .educationCard p {
        font-size: 3.5vw;
    }




    /* FOOTER */

    footer {
        height: 70%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .part img {
        width: 30vw;
    }
    .footerContactInfo{
        width: 100%;
    }


}

/* ******** ALL MOBILE DEVICES ******* */



/* MEDIA QUERIES FOR RESPONSIVE DESIGN */