@media (max-width: 768px) {

  header{
    width: 100%;
    height: 10vh;
    display: flex;
    /* justify-content: space-between; */
    box-sizing: border-box;
  }

  header .menubar.logo{
    padding: 0;
  }
  header .menubar.logo img{
    width: 50%;
  }

  header .menubar.menu{
    display: flex;
    justify-content: flex-end;
  }

  header .menubar.menu label{
    width: 10%;
    display: flex;
    justify-content: flex-end;
  }
  
  header .menubar.menu .menuIcon{
    cursor: pointer;
    display: block;
  }
  
  header .menubar.menu .menuList{
    display: none;
    padding: 2rem;
    transition: 0.3s ease-in;
  }

  /* OPEN */
  #nav-toggle:checked ~ .menuIcon {
    display: none;
  }
  /* CLOSE */
  #nav-toggle:checked ~ .closeMenuIcon {
    display: block;
  }
  #nav-toggle:checked ~ .menuList a{
    width: 90%;
    padding: 1rem;
    text-align: right;
    border-bottom: 1px solid #cbcaca;
    transition: 0.3s ease-in;
  }
  #nav-toggle:checked ~ .menuList{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    right: 0;
    top: 11vh;
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
  }

  /* OPEN */
  #close-toggle:checked ~ .menuIcon {
    display: block;
  }
  /* CLOSE */
  #close-toggle:checked ~ .closeMenuIcon {
    display: none;
  }

  .hero{
    height: 100vh;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }

  .hero div h1{
    font-size: 5rem;
  }  

  .hero div .linkbutton{
    padding: 10px !important;
  }

  .welcomeLanding{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .welcomeLanding .welcomeText{
    width: 100%;
    gap: 3rem;
  }
  .welcomeLanding .welcomeText h1{
    font-size: 6rem;
  }
  .welcomeLanding .welcomeText h2{
    line-height: 4rem;
    font-size: 2rem;
  }
  .welcomeLanding .welcomeText a{
    font-size: 2.4rem;
  }
  .welcomeLanding .welcomeImg img{
    display: none;
  }


  .welcomeProduct{
    width: 100%;
    height: auto;
    padding: 4rem 1rem;
    box-sizing: border-box;
  }
  .welcomeTextProd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .welcomeTextProd h1{
    width: 80%;
    font-size: 4rem;
  }
  .welcomeTextProd h2{
    font-size: 2rem;
    line-height: 3rem;
  }
  .welcomeProduct .welcomeImgProd{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .welcomeProduct .welcomeImgProd .card{
    width: 100%;
    height: 250px;
  }
  .welcomeProduct .welcomeImgProd .card div{
    height: 25%;
  }
  .welcomeProduct .welcomeImgProd .card div h1{
    font-size: 2.4rem;
  }
  .welcomeProduct .welcomeImgProd .card div h2{
    font-size: 2rem;
  }


  .welcomeProdQuality{
    width: 100%;
    height: auto;
    padding: 4rem 1rem;
    box-sizing: border-box;
  }

  .welcomeProdQuality .welcomeProdQualityText h1{
    font-size: 4rem;
    text-align: center;
  }
  .welcomeProdQuality .welcomeProdQualityText h2{
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }

  .welcomeProdQuality .card{
    flex-wrap: wrap;
    padding: 1rem;
    gap: 3rem;
  }
  .welcomeProdQuality .card > div{
    width: 100%;
    height: 60%;
    padding-top: 1rem;
    box-shadow: none;
  }
  .welcomeProdQuality .card > div h1{
    font-size: 2.4rem;
  }
  .welcomeProdQuality .card > div h2{
    font-size: 2rem;
  }

  .solarHome{
    padding: 5% 2%;
  }
  .solarHome .solarContent1{
    gap: 2rem;
  }
  .solarHome .solarContent1 label{
    font-size: 2rem;
  }
  .solarHome .solarContent1 h1{
    font-size: 4rem;
    text-align: center;
  }
  .solarHome .solarContent1 h2{
    font-size: 1.8rem;
    line-height: 3rem;
    width: 100%;
  }
  .solarHome .solarContent2{
    width: 100%;
    background: none;
    box-shadow: none;
  }
  .solarHome .solarContent2 .solarDescription{
    flex-direction: column-reverse;
    box-shadow: none;
  }
  .solarHome .solarContent2 .solarDescription .solarText,
  .solarHome .solarContent2 .solarDescription .solarImg{
    width: 100%;
  }
  .solarHome .solarContent2 .solarDescription .solarText > div{
    width: 70%;
  }
  .solarHome .solarContent2 .solarDescription .solarText > div > label > h1{
    font-size: 2.2rem;
  }
  .solarHome .solarContent2 .solarDescription .solarText > div > label > h2{
    font-size: 1.4rem;
  }
  .solarHome .solarContent2 .solarDescription .solarImg{
    width: 85%;
  }
  .solarHome .solarContent2 .solarQuote h2{
    color: #606060;
    line-height: 2rem;
  }

  .welcomeServe{
    padding: 4rem 1rem;
    height: auto;
  }
  .welcomeServe .welcomeServeText h1{
    font-size: 4rem;
  }
  .welcomeServe .welcomeServeText h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
  }
  .welcomeServe .welcomeServeTextDua{
    width: 100%;
  }
  .welcomeServe .welcomeServeTextDua p{
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .certification{
    padding: 4rem 1rem;
  }
  .certification h1{
    font-size: 4rem;
  }
  .certification h2{
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }
  .certification > div{
    flex-wrap: wrap;
    justify-content: center;
  }
  .certification > div > div{
    width: 30%;
    /* height: 100px; */
  }

  .welcomeContact{
    padding: 1rem;
  }
  .welcomeContact::after{
    top: 120px;
  }
  .welcomeContact .welcomeContactText h1{
    font-size: 4rem;
  }
  .welcomeContact .welcomeContactText h2{
    font-size: 2rem;
  }
  .welcomeContact .welcomeContactText a{
    font-size: 2rem;
  }
  
  .footer{
    padding: 1rem;
    height: auto;
    flex-direction: column;
    gap: 1rem;
  }
  .footer .footerCard{
    width: 100%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .footer .footerCard img{
    margin: 0;
    transform: scale(0.8);
  }
  .footer .footerCard:nth-child(2){
    padding-left: 1rem !important;
  }
  .footer .footerCard > div > p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .footer .footerCard > div > a{
    font-size: 1.4rem;
  }
  .footer .footerCard > label {
    font-size: 2.4rem;
  }
  .footer .footerCard > div > label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
  }
  .footer .footerCard > div > label .footerIcon {
    width: 2rem;
    height: 2rem;
  }

  .heroAbout{
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .heroAbout > div > h1{
    margin-top: 5rem;
  }
  .aboutLanding .aboutText h1 {
    font-size: 4rem;
    text-align: left;
  }
  .aboutLanding .aboutText h2 {
    font-size: 2rem;
    text-align: left;
    line-height: 3rem;
  }

  
  .aboutVM{
    flex-direction: column;
    gap: 5rem;
  }
  .aboutVM .aboutMission,
  .aboutVM .aboutVision{
    width: 70%;
    height: auto;
    padding-top: 2rem;
  }
  .aboutVM h1{
    font-size: 4rem;
    font-weight: 600;
  }
  .aboutVM h2{
    font-size: 2rem;
    line-height: 3rem;
  }

  
  .aboutCore{
    height: auto;
  }
  .aboutCore .valueCardContainer{
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
  }
  .valueCardContainer .valueCard{
    width: 80%;
    height: auto;
    box-shadow: none;
  }

  .displayProduct{
    min-height: 100vh;
  }
  .listProduct {
    height: auto;
    grid-template-columns: repeat(2, 45%);
  }

  .listProduct .listPagination:hover .overlayCard h2,
  .listProduct .listPagination:hover .overlayCard label,
  .listProduct .listPagination:hover .overlayCard a{
    opacity: 1;
  }
  .listProduct .listPagination .overlayCard h2,
  .listProduct .listPagination .overlayCard label,
  .listProduct .listPagination .overlayCard a{
    opacity: 0;
  }
  .listProduct .listPagination .overlayCard h1{
    margin-top: 50px;
    font-size: 2.2rem;
  }

  .detailsproduct{
    height: auto;
    gap: 3rem;
    padding-top: 10rem;
  }
  .detailsproduct > div{
    gap: 2rem;
  }
  .detailsproduct > div > h2{
    font-size: 2rem;
  }
  .detailsproduct > div > a{
    padding: 7px;
    border-radius: 5px;
    font-size: 1.4rem;
  }

  .productionHero{
    height: 100vh;
  }
  .productionHero > div > h1{
    font-size: 4rem;
  }
  .productionHero > div > h2{
    font-size: 2rem;
  }
  .productionProcess h1{
    font-size: 4rem;
  }
  .productionProcess h2{
    font-size: 2rem;
    line-height: 3rem;
  }
  .productionProcess .productionCard{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productionProcess .productionCard .card{
    width: 80%;
    background: none;
  }
  .productionProcess .productionCard .card h1{
    font-size: 4rem;
  }
  .productionProcess .productionCard .card h2{
    font-size: 2rem;
  }

  .productionFacilities .mainFacilities{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 2rem;
  }
  .productionFacilities .mainFacilities > div{
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .productionFacilities .mainFacilities > div > h1{
    font-size: 4rem;
  }
  .productionFacilities .mainFacilities > div > h2{
    font-size: 2rem;
    line-height: 3rem;
  }
  .productionFacilities .facilitiesCard{
    flex-wrap: wrap;
  }
  .productionFacilities .facilitiesCard > div:hover{
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  }
  .productionFacilities .facilitiesCard > div{
    width: 48%;
    max-height: 130px;
    gap: 1rem;
    padding: 2rem 1rem;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    transition: 0.3s ease-in;
  }
  .productionFacilities .facilitiesCard > div > h1{
    margin-top: 0;
  }
  .productionFacilities .facilitiesCard > div > h2{
    text-align: center;
    font-size: 1.8rem;
  }
  .productionFacilities .facilitiesCard > div > p{
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .productionSolar .solarText{
    width: 80%;
  }
  .productionSolar .solarText h1{
    font-size: 4rem;
  }
  .productionSolar .solarText h2{
    font-size: 2rem;
    line-height: 3rem;
  }
  .productionSolar .solarPoint{
    width: 80%;
    flex-direction: column;
  }
  .productionSolar .solarPoint > div{
    width: 100%;
    height: max-content;
    padding: 5rem 2rem;
    border: 1px solid #cbcaca;
    background: none;
  }
  .productionSolar .solarPoint > div h1{
    margin-top: 0;
    font-size: 3rem;
  }
  .productionSolar .solarPoint > div h2{
    font-size: 2rem;
  }
  .productionSolar .solarImg .solarImgText{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-shadow: none;
    border: none;
  }
  .solarImgText .solarImgTextLeft{
    display: none;
  }
  .solarImgText .solarImgTextRight{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .solarImgText .solarImgTextRight > div{
    justify-content: center;
    text-align: center;
  }
  .solarImgText .solarImgTextRight > div > h1{
    font-size: 2.4rem;
  }
  .solarImgText .solarImgTextRight > div > h2{
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .solarImgText .solarImgTextRight > div:last-child{
    min-width: 8rem;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .solarImgText .solarImgTextRight > div > label{
    width: 20rem;
    padding: 4px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .solarImgText .solarImgTextRight > div > label span{
    font-size: 2rem;
  }

  .newsList{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .newsList > h1{
    display: block;
    text-align: center;
    padding: 2rem;
    font-size: 3rem;
  }
  .newsList .listPagination{
    width: 100%;
  }
  .newsList .listPagination .newsCardDate .iconDate{
    width: 2rem;
    height: 2rem;
  }
  .newsList .listPagination .newsCardContent > h1 > a{
    font-size: 2.4rem;
  }
  .newsList .listPagination .newsCardDate > label,
  .newsList .listPagination .newsCardContent > h2{
    font-size: 2rem;
  }

  .newsHero > div > h1{
    font-size: 4rem;
  }
  .newsHero > div > h2{
    font-size: 2rem;
  }
  .contactUs form .contactInfo{
    flex-wrap: wrap;
  }
  .contactUs form .contactInfo > div{
    width: 100%;
    max-height: 150px;
    padding: 2rem 1rem;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .contactUs form .contactInfo > div > label{
    width: 7rem;
    height: 7rem;
  }
  .contactUs form .contactInfo > div > label > .contactIcon{
    width: 3rem;
    height: 3rem;
  }
  .contactUs form .contactInfo > div > h1{
    font-size: 3rem;
  }
  .contactUs form .contactInfo > div > h2{
    font-size: 2rem;
  }
  .contactUs form{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .contactUs form .contactMap{
    width: 100%;
    flex-direction: column;
  }
  .contactUs form .contactMap .contactMail{
    width: 100%;
    max-height: 350px;
    padding: 0;
    border: none;
  }
  .contactUs form .contactMap .contactMail > p{
    font-size: 2rem;
  }
  .contactUs form .contactMap .contactMail > h1{
    font-size: 3.4rem;
  }
  .contactUs form .contactMap .contactMail > div > label{
    font-size: 2.4rem;
  }
  .contactUs form .contactMap .contactMail > div > button,
  .contactUs form .contactMap .contactMail > div > input{
    height: 5rem;
    border-radius: 5px;
  }
  .contactUs form .contactMap .contactMail > div > textarea{
    font-size: 2rem;
    height: 10rem;
  }
  .contactUs form .contactMap .contactGoogleMaps{
    width: 100%;
    padding: 0;
    border: none;
  }
  .contactUs form .contactMap .contactGoogleMaps > div > iframe{
    width: 100%;
    min-height: 50vh;
  }   
}

@media (max-width: 432px){
  html{
    font-size: 55%;
  }
}

@media (max-width: 360px){
  html{
    font-size: 40%;
  }
}