*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 5px; */
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:  rgb(2 132 199);
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 89, 134);
  }

main{
height: 100vh;
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/hero.jpg);
background-position: 0%;
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
}

.mainbgcontent{
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/hero.jpg);
    background:  url(../images/hero.jpg);
    /* background: url(../images/home.jpg); */
    background-position: 0%;
    background-color: black;
    background-size: 100% 100%;
    background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
-webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);


}
.cpnyheadlogo{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background-image:url(../images/clscpl.jpg);
    background-position: 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left: 10%;
    border: 4px solid rgb(2 132 199);
    -webkit-box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
}



/* navbar header */

header{
    position: fixed;
    top: 0; left: 0;right: 0;
    background-color: rgb(2 132 199);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    list-style: none;
    line-height: none!important;
}
a{
    margin-bottom: 0;
    text-decoration: none;
    line-height: none!important;
}
header .logo{
    max-width: 20%;
    color: #333;
}

header a img{
    max-width: 50%;
}

header .navbar ul{
list-style: none;

}

header .navbar ul li{
    position: relative;
    float: left;
}
header .navbar ul li a{
font-size: 20px;
padding: 20px;
color: rgb(255, 255, 255);
display: block;
text-transform: uppercase;
}
header .navbar ul li a:hover{
    background: rgb(0,55,119);
    background: linear-gradient(90deg, rgba(0,55,119,1) 0%, rgba(2,132,199,1) 71%);
color: white;
}
.acctive{
    background: rgb(0,55,119);
    background: linear-gradient(90deg, rgba(0,55,119,1) 0%, rgba(2,132,199,1) 71%);
color: white;
}
header .navbar ul li ul{
position: absolute;
left: 0;
width: 250px;
background: #fff;
display: none;
}
header .navbar ul li ul li{
    width: 100%;
    border-top: 1px solid rgba (0,0,0,0.1);
}
header .navbar ul li ul li ul{
    left: 200px;
    top: 0;

}
header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul{
    display: initial;
}

#menu-bar{
    display: none;
}
header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;

}

/* navbar header */

footer {
    height: auto;
    background: linear-gradient(#000000b3, rgba(0, 0, 0, 0.7)), url(../images/classiohome.jpg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.producthome{
    height: 70vh;
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/prohero.jpg) repeat  100%;
    background-size: cover;
    position: relative;
}
.Abouthome{
    height: 70vh;
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/AboutUS.jpg) repeat  100%;
    background-size: cover;
    position: relative;
}
.contacthome{
    height: 70vh;
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/ContactUS.jpg) repeat  100%;
    background-size: cover;
    position: relative;
}
.textpro{
    position: absolute;
   
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.directorimg{
    position: relative;

}
.directorname{
    position: absolute;
    content: "";
    text-align: center;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 8px;
    background-color: white;
}

@media(max-width:991px) {

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
       
        background-color: rgb(2 132 199);
    }

    header {
        padding: 10px;
    }

    header label {
        display: initial;
        color: white;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: 0%;
        right: 0%;
        background: rgb(0, 0, 0);
        color: #eee;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;

    }

    header .navbar ul li {
        width: 100%;
    }

    header .navbar ul li ul {
        position: relative;
        width: 100%;

    }

    header .navbar ul li ul li {
        background: #eee;

    }

    header .navbar ul li ul li ul {
        width: 100%;
        left: 0;

    }

    #menu-bar:checked~.navbar {
        display: initial;
    }

    header a img {
        max-width: 70%;
        -webkit-box-shadow: 2px 90px 0 rgb(0 0 0 / 5%);
        box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);
        float: right;
    }

    .cpnyheadlogo{
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-image:url(../images/clscpl.jpg);
        background-position: 0%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 35%;
        left: 10%;
        border: 4px solid rgb(149, 220, 255);;
        -webkit-box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
        box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
    }

    .producthome{
        height: 100vh;
        background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/resp/proheroresp.jpg) repeat  100%;
        background-size: cover;
        position: relative;
    }
    .Abouthome{
        height: 100vh;
        background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/resp/AboutUSresp.jpg) repeat  100%;
        background-size: cover;
        position: relative;
    }
    .contacthome{
        height: 100vh;
        background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/resp/ContactUSresp.jpg) repeat  100%;
        background-size: cover;
        position: relative;
    }
    .mainbgcontent{
        height: 100vh;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/resp/heroresp.jpg);
        background:  url(../images/resp/heroresp.jpg);
        /* background: url(../images/home.jpg); */
        background-position: 0%;
        background-color: black;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);
        box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);

    }

    .cpnyheadlogo{
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-image:url(../images/clscpl.jpg);
        background-position: 0%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 55%;
        left: 10%;
        border: 4px solid rgb(2 132 199);
        -webkit-box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
        box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
    }

    .directorname{
        position: absolute;
        content: "";
        text-align: center;
        bottom: -80px;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 2px;
        background-color: white;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px){
    .mainbgcontent{
        height: 100vh;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/heroipad.jpg);
        background:  url(../images/heroipad.jpg);
        /* background: url(../images/home.jpg); */
        background-position: 0%;
        background-color: black;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);
        box-shadow: 2px 2px 0 rgb(0 0 0 / 5%);

    }

    .cpnyheadlogo{
        height: 300px;
        width: 300px;
        border-radius: 50%;
        background-image:url(../images/clscpl.jpg);
        background-position: 0%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 55%;
        left: 10%;
        border: 4px solid rgb(2 132 199);
        -webkit-box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
        box-shadow: 4px 4px 0 rgb(0 0 0 / 5%);
    }
}