/* common style code */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
body{
    background-color: rgba(240, 240, 240, 0.938);
}
.v-space{
    height: 20%;
}
.v-space-1{
    height: 15px;
}
.nav-space{
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: 0.3s;
    padding: 10px 0;
}
.nav-header-space{
    padding-left: 20px;
}
.nav-header-space p{
    font-family: "El Messiri", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 600;
    font-optical-sizing: auto;
}
.nav-header-space span{
    font-family: "El Messiri", sans-serif;
    font-weight: 600;
}
.nav-category-space{
    margin-top: 17px;
}
.nav-category-space ul{
    display: flex;
    gap: 24px;
}
.nav-category-space ul li{
    list-style: none;
    color: white;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
}
.nav-category-space ul li a{
    color: white;
}
.nav-category-space ul li a:hover{
    color: rgb(66, 180, 255);
    transition: 0.3s;
}
.login-logout-area{
    padding-right: 20px;
    margin-top: 17px;
}
.login-logout-area a{
    color: white;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 0.4rem;
    background-color: rgb(0, 153, 255);
    transition: 0.3s;
}
.login-logout-area a:hover{
    background-color: rgb(0, 122, 204);
}
.login-logout-area a:active{
    background-color: rgb(66, 180, 255);
}


/* Home style code */
.first-display-content{
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15%;
    height: 500px;
    background-position: center;
    animation: slide 30s infinite;
}
@keyframes slide {
    0% { background-image: url('img/webp/tech.webp'); background-position: 0% 50%; }
    20% { background-image: url('img/webp/tech.webp'); background-position: 100% 50%; }
    25% { background-image: url('img/webp/wind_wheel.webp'); background-position: 0% 50%; }
    45% { background-image: url('img/webp/wind_wheel.webp'); background-position: 100% 50%; }
    50% { background-image: url('img/webp/tf2.webp'); background-position: 0% 50%; }
    70% { background-image: url('img/webp/tf2.webp'); background-position: 100% 50%; }
    75% { background-image: url('img/webp/solar_panel.webp'); background-position: 0% 50%; }
    95% { background-image: url('img/webp/solar_panel.webp'); background-position: 100% 50%; }
    100% { background-image: url('img/webp/tech.webp'); background-position: 0% 50%; }
}
.display-content-text{
    padding: 23px;
    background-color: rgba(1, 63, 104, 0.582);
    width: 556px;
}
.display-content-text p{
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-family: "Raleway", sans-serif;
}
.main{
    border-bottom-right-radius: 15rem;
    padding-bottom: 120px;
    background-color: white;
    box-shadow: 0px 4px 13px -1px rgb(209, 208, 208);
}
.main-content-img-1 img{
    position: absolute;
    right: 0;
    top: -180px;
}
.main-content-text-1-header{
    padding: 25px;
    padding-top: 56px;
    width: 44%;
}
.main-content-text-1{
    padding: 0 25px;
}
.main-content-text-1-header h2{
    color: rgb(39, 39, 39);
    width: 100%;
    font-optical-sizing: auto;
    font-size: 160%;
}
.main-content-text-1 p{
    color: rgb(66, 66, 66);
    height: 100%;
}
@media screen and (max-width: 1200px){
    .main-content-text-1{
        padding: 0px 25px;
    }
    .main-content-text-1 p{
        font-size: 22px;
    }
}
.main-content-0{
    margin: 200px 0;
    display: flex;
    width: 100%;
    gap: 11%;
}
.img-grid img{
    width: 506px;
    margin-top: 20px;

}
@media screen and (max-width: 1200px){
    .main-content-0{
        margin: 135px 0;
    }
    .img-grid img{
        width: 450px;
        margin-top: 39px;
    }
    .main-content-0{
        gap: 1%;
    }
}
.img-grid-content{
    margin-left: 20px;
}
.img-grid-header{
    margin-top: 20px;
}
.img-grid-header p{
    font-size: 34px;
}
.img-grid-text{
    margin-top: 15px;
    width: 95%;
}
.img-grid-text p{
    height: 100%;
    width: 90%;
    font-size: 14px;
    color: rgb(66, 66, 66);
}
.img-grid-btn{
    margin-top: 23px;
}
.img-grid-btn a{
    background-color: rgb(0, 153, 255);
    padding: 10px;
    font-weight: 500;
    color: white;
    border-radius: 0.5rem;
}
.img-grid-btn a:hover{
    background-color: rgb(0, 122, 204);
}
.img-grid-btn a:active{
    background-color: rgb(66, 180, 255);
}
.main-content-2{
    background-color: white;
    border-top-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
    box-shadow: 2px 4px 13px 5px rgb(209, 208, 208);
    padding-bottom: 10px;
}
.benefit-content-header{
    text-align: center;
    padding-top: 76px;
}
.benefit-content-header p{
    font-size: 65px;
}
.benefit-content-text{
    display: flex;
    justify-content: space-between;
    padding: 0 23px;
    margin-top: 5%;

}
.benefit-list-content{
    display: flex;
    margin: 40px 0;
}
.benefit-center-content-img{
    text-align: center;
}
.benefit-check-img img{
    border: 0.2rem solid rgb(236, 236, 236);
    border-radius: 50%;
}
.benefit-check-text{
    margin-left: 15px;
}
.benefit-check-text-header{
    font-size: 24px;
}
.div-line{
    margin: 3px 0;
    width: 75px;
    border: 0.1rem solid rgb(197, 221, 228);
}
.benefit-check-text-content p{
    color: rgb(66, 66, 66);
}
.our-client-container{
    width: 100%;
    margin: 190px 0;
    display: flex;
    gap: 11%;
    justify-content: center;
}
.div-line-2{
    margin: 3px 0;
    width: 75px;
    border: 0.1rem solid rgb(197, 221, 228);
}
.our-client-content-header p{
    font-size: 250%;
    height: 100%;
    width: 100%;
}
.our-client-content-text p{
    color: rgb(66, 66, 66);
    font-size: 15px;
    height: 100%;
    width: 100%;
}
.our-client-img-container{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px){
    .our-client-container{
        flex-direction: column;
        margin: 120px 0;
        align-items: center;
        text-align: center;
    }
    .our-client-content-text p{
        color: rgba(240, 240, 240, 0.938);
    }
    .div-line-2{
        margin: 0;
        width: 0px;
        border: rgba(240, 240, 240, 0.938);
    }
    .our-client-content-header p{
        font-size: 310%;
    }
}
.client-img{
    width: 200px;
    border-radius: 0.3rem;
    height: 104px;
    text-align: center;
    box-shadow: 1px 1px 10px 0px gray;
    background-color: white;
}

/* common style code */
.footer{
    background-color: white;
    width: 100%;
    box-shadow: -1px 0px 15px 2px rgb(209, 208, 208);
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
}
.footer-flex-content-space{
    padding: 56px 0;
    padding-bottom: 10px;
    display: flex;
    margin: 0 15px;
    justify-content: space-between;
}
.footer-google-map p{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5%;
}
.footer-sitemap-links p{
    font-size: 20px;
    margin-bottom: 10%;
    font-weight: 500;
}
.footer-sitemap-links ul li{
    list-style: none;
    margin-bottom: 9px;
    display: flex;
}
.footer-sitemap-links ul li a{
    font-size: 15px;
    color: gray;
}
.footer-sitemap-links ul li a:hover{
    color: rgb(61, 61, 61);
}
.footer-hypervare-display{
    border-top: 0.1rem solid rgb(209, 209, 209);
    padding: 10px 0;
    text-align: center;
}
.footer-company-quote{
    text-align: center;
}
.footer-company-quote p{
    color: rgb(66, 66, 66);
}
.hypervare-signature{
    margin-top: 25%;
}
.hypervare-signature p{
    color: black;
    font-size: 127%;
}
.footer-hypervare-display p{
    font-size: 11px;
}
@media screen and (max-width: 1200px){
    .footer-hypervare-display p{
        font-size: 43.5%;
    }
    .footer-google-map iframe{
        width: 220px;
        height: 180px;
    }
    .footer-company-quote img{
        width: 240px;
    }
}


/* About style code */
.about-display-section{
    display: flex;
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: white;
    justify-content: center;
    gap: 11%;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 15rem;
    box-shadow: 0px 4px 13px -1px rgb(209, 208, 208);
}
.about-dislay-content{
    width: 38%;
}
.about-display-content-text span{
    color: rgba(13, 126, 170, 0.575);
}
.about-display-para-content p{
    color: rgb(66, 66, 66);
    height: 100%;
    width: 100%;
}
.about-display-para-header p{
    font-family: "Playwrite AU TAS", "cursive";
    font-size: 30px;
    height: 100%;
    color: rgb(0, 0, 0);
}
.about-display-image{
    margin-top: 70px;
}
.about-main-content{
    display: flex;
    justify-content: center;
    gap: 11%;
    margin: 256px 0;
}
.about-main-content-header p{
    font-size: 46px;
    font-family: "Playwrite AU TAS", "cursive";
    color: rgb(0, 118, 197);
    margin-bottom: 26px;
}
.about-main-content-text{
    width: 34%;
    height: 100%;
    margin-top: 150px;
}

@media screen and (max-width: 1200px){
    .about-display-section{
        padding-bottom: 80px;
        gap: 7%;
    }
    .about-dislay-content{
        width: 48%;
    }
    .about-display-image{
        margin-top: 100px;
    }
    .about-display-image img{
        width: 320px;
    }
    .about-main-content-text{
        margin-top: 5.5%;
    }
}


/* contact style code */
.contact-display-container{
    display: flex;
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: white;
    justify-content: center;
    gap: 11%;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 15rem;
    box-shadow: 0px 4px 13px -1px rgb(209, 208, 208);
}
.contact-content-container{
    padding-top: 78px;
    padding-bottom: 78px;
}
.contact-display-content-header p{
    font-family: "Playwrite AU TAS", "cursive";
    font-size: 45px;
}
.contact-display-content-text{
    width: 40%;
}
.contact-display-content-header span{
    font-size: 16px;
}
.contact-content-container-header p{
    font-family: "Playwrite AU TAS", "cursive";
    font-size: 34px;
    font-weight: 600;
}
.list-contact-text{
    margin-top: 29%;
}
.list-contact-text ul li{
    list-style: none;
    display: flex;
    gap: 12px;
    margin-top: 30px;
}
.list-contact-text ul li a{
    font-size: 15px;
    margin-top: 5px;
    color: rgb(0, 86, 143);
}
.list-contact-text ul li{
    color: rgb(0, 86, 143);
}
.main-contact-content{
    width: 100%;
}
.contact-content-container{
    margin: 256px 0;
    text-align: center;
}
.contact-content-container-outer-form{
    display: flex;
    justify-content: center;
    gap: 7%;
    margin-top: 180px;
}
.contact-content-container-outer-form img{
    width: 400px;
}
.contact-form-content{
    margin-top: 2px;
}
.form-pair-block{
    display: flex;
    gap: 40px;
}
.form-block-name{
    text-align: left;
    margin-bottom: 5px;
}
.form-block-name span{
    font-size: 16px;
}
.form-message-block{
    text-align: left;
}
.from-block-content{
    text-align: center;
}
.from-block-content input{
    padding: 1px 8px;
    border-radius: 0.5rem;
    font-size: 18px;
    background-color: rgb(0, 153, 255);
    border: none;
    width: 23%;
    transition: 0.2s;
    font-weight: 600;
    color: white;
}
.from-block-content input:hover{
    background-color: rgb(0, 122, 204);
    transition: 0.2s;
}
.from-block-content input:active{
    background-color: rgb(66, 180, 255);
    transition: 0.2s;
}
.contact-from-block input{
    padding: 5px;
    font-size: 12px;
    border-radius: 0.4rem;
    background-color: rgb(250, 250, 250);
    border: 0.1rem solid gray;
}
.contact-from-block input::placeholder{
    font-size: 12px;
}
#msg-cont{
    width: 98%;
    height: 200px;
    background-color: rgb(250, 250, 250);
    padding: 5px;
    border-radius: 0.5rem;
}
.v-space-2{
    height: 39px;
}
.from-block-content input{
    font-size: 19px;
    padding: 8px 0;
}
@media screen and (max-width: 1200px){
    .contact-display-container{
        gap: 0%;
        padding-top: 160px;
        padding-bottom: 50px;
        justify-content: space-between;
    }
    .contact-display-content-text{
        width: 50%;
    }
    .contact-display-content-header{
        margin-left: 10%;
    }
    .contact-content-container-outer-form{
        margin-top: 80px;
        gap: 0%;
    }
    .contact-content-container-outer-form img{
        width: 0px;
    }
    .contact-content-container{
        margin: 150px 0;
    }
    .list-contact-text ul li img{
        width: 10%;
    }
    .from-block-content input{
        padding: 5px 8px;
    }
}


/* product style code */
.all-products-display{
    background: url("/img/webp/marc.webp");
    height: 607px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-category-section{
    display: flex;
    margin: 67px 0;
    justify-content: space-evenly;
}
.product-category-section a{
    text-align: center;
    color: black;
}
.product-category-block{
    background-color: rgb(255, 255, 255);
    padding: 15px;
    margin-top: 5px;
    width: 170px;
    border-radius: 0.5rem;
    transition: 0.3s;
}
.product-category-block:hover{
    margin-top: 0;
    transition: 0.3s;
    margin-bottom: 5px;
    box-shadow: 1px 2px 1px 1px grey;
}
.product-category-block:active{
    margin-top: 5px;
    margin-bottom: 0px;
    box-shadow: 1px 1px 1px 0px grey;
}
.main-products-section{
    margin-bottom: 10%;
}
.landscape-products-section{
    display: flex;
    justify-content: space-evenly;
}
.product-details{
    margin-top: 11%;
    display: flex;
    justify-content: center;
    gap: 6%;
}
.product-text-details{
    text-align: left;
}


/* login style code */
.login-content-container{
    padding: 5% 0px;
    display: flex;
    justify-content: center;
}
.login-form-container{
    background-color: white;
    display: flex;
    width: 1197px;
    padding: 45px 0;
    gap: 26%;
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    justify-content: center;
}
.login-form-img img{
    width: 300px; 
    height: 425px;
}
.form-input-space{
    text-align: center;
}
.login-form-inputs{
    margin-top: 45px;
}
.form-input-block{
    text-align: left;
}
.form-input-block input{
    width: 305px;
    padding: 6px;
    border-radius: 0.4rem;
    border: 0.1rem solid rgb(97, 96, 96);
}
.form-links-container{
    display: flex;
    justify-content: center;
    gap: 145px;
    margin-top: 10px;
}


/* common style between login and signup */
.form-btn{
    margin-top: 70px;
}
.form-btn input{
    color: white;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 25px;
    border: 0.1rem solid black;
    border-radius: 0.4rem;
    background-color: rgb(0, 153, 255);
    transition: 0.3s;
}
.form-btn input:hover{
    background-color: rgb(0, 122, 204);
}
.form-btn input:active{
    background-color: rgb(66, 180, 255);
}


/* hovering social-media */
.hovering-socialmedia-buttons{
    position: fixed;
    top: 35%;
    right: 15px;
}
.hovering-socialmedia-buttons ul li{
    list-style: none;
}
@media screen and (max-width: 1200px){
    .hovering-socialmedia-buttons{
        position: static;
        padding-top: 10px;
    }
    .hovering-socialmedia-buttons ul{
        display: flex;
    }
}


/* signup style code */
.signup-input-flex{
    display: flex;
    gap: 4%;
}


/* PopUp style code */
.pop-up-section{
    position: fixed;
    width: 100%;
    display: none;
    top: 0;
    background-color: rgba(0, 0, 0, 0.829);
    z-index: 999px;
    height: 100vh;
}
.close-btn{
    position: absolute;
    top: 20px;
    left: 20px;
}
.close-btn img{
    padding: 2px;
    background-color: black;
    border: 0.1rem solid white;
    border-radius: 50%;
}
@media screen and (max-width: 1200px){
    .pop-up-section{
        padding-top: 32vh;
    }
    .close-btn img{
        width: 45%;
    }
}
