@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/noto-sans.woff2) format('woff2');
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Yanone.woff2) format('woff2');
}
h1{
    font-family: 'Noto Sans';   
}
li, p{font-family: 'Noto Sans';}
h1, h2, h3, h4, h5, h6{font-family: 'Yanone Kaffeesatz';}
        body,html{
            margin: 0px;
            padding: 0px;
            width: 100vw;
            height: 100%;
                overflow-x: clip;
        }
        .header img {
    position: relative;
    align-self: flex-start;
    width: 93px;
    float: left;
}
        .header {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    height: 77px;
    position: fixed;
    z-index: 999;
    width: 98%;
    background: linear-gradient(45deg, white 30%, transparent 60%, #fff 30%);
    border-top: 5px solid #eb9800;
    box-shadow: 0px 0px 8px 0px #afafaf;
}
.contact-details p a {
    color: unset;
    text-decoration: none;
}
.contact-details p {
    margin: 15px 0px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.contact-details h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    font-weight: normal;
}
.contact-details:before {
    content: "";
    width: 100%;
    height: 280px;
    background: url(../images/cont-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    opacity: 0.1;
    /* filter: drop-shadow(0px -1px 11px #000); */
}
.contact-details p img {
    width: 28px;
    vertical-align: middle;
    margin-right: 7px;
    filter: invert(1);
}
.header h1 {
    /* color: red; */
    margin: 0px 3px;
    font-size: 28px;
}
.header > div {
    /* width: 100%; */
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
}
.margin0{margin: 0 !important;}
.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {
    margin: 0px 10px;
    font-size: 16px;
    list-style-type: none;
}
.slider img{
    width: 100%;
    height: 700px;
} 
div#product p {
    text-align: center;
    color: #eb9800;
}
div#AboutUs .about-content h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-right: 30px;
    margin:0px;
}
.about-content.aos-init.aos-animate {
    width: 100%;
}

p {
    font-size: 15px;
    line-height: 30px;
}
.about-us{background: url(../images/bg-1.png);background-size: 100%;display: flex;}
.product-list {
    /* width: 30%; */
    /* margin: 15px; */
    /* box-shadow: 0px 0px 5px 1px #000; */
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 242px;
    width: 100%;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
div#product h3 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 0px;
}
.product-list img {
    width: 100%;
    height: 100%;
}
div#product {
    background: #f7f7f7;
    padding: 20px 110px 80px;
}
.menu ul li a {
    text-decoration: none;
    color: #000;
}
.product-list p {
    width: 100%;
    margin: 0px;
    /* padding: 10px; */
    background: #ffbc00d4;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    height: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
div#AboutUs {
    padding: 60px 30px;
}
li.img-icon {
    background: #eb9800;
    padding: 8px;
    border-radius: 50%;
}

.abtimg img:nth-child(1) {
    height: 90%;
    margin-left: 20px;
}
.subtitle{
    color: goldenrod;
}

.product-list:hover p {
    height: 100%;
}
.menu ul li.active {
    color: #eb9800;
}
.contact-details {
    background: linear-gradient(45deg, #eb9800, #a96d00);
    padding: 20px;
    text-align: left;
    width: 100%;
    position: relative;
}
.mapdetails {
    width: 100%;
}

div#contact {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.menu ul li:nth-child(4) ~ li a, .menu ul li:nth-child(4) ~ li {
    color: #ffbc00;
}
.copyright {
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.abtimg {
    width: 100%;
    position: relative;
}

.about-content {

    width: 48%;
}

.abtimg img {
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 100%;
}

.abtimg img:nth-child(2) {
    right: 0;
    z-index: 9;
    margin-right: 88px;
}

.abtimg:before {
    content: "";
    width: 297px;
    height: 110%;
    position: absolute;
    right: 41px;
    top: -34px;
    border: 12px solid #eb9800;
}
.menu img {
    /* background: pink; */
    width: 20px;
    filter: invert(1);
}
.whatsapp {
    width: 21px !important;
    margin: 0px 8px;
    filter: unset !important;
}
@media(max-width: 1400px){
    .abtimg img:nth-child(1) {
    height: 60%;
    margin-left: -20px;
}
}
@media(max-width: 1199px){
    .slider img{
        height: auto;
    }
.product-list{
    height: 242px;
}
}
@media(max-width: 991px){
    .header{
        justify-content: center;
        background: #fff;
    }
    .menu{
        display: none;
    }
    h1{
        font-size: 45px
    }
    .product-list {
    height: 192px;
} 
.about-us{
    display: flex;
    flex-direction: column;
}
.abtimg {
    width: 100%;
    height: 460px;
    position: relative;
}
.about-content {
    width: 100%;
    margin-top: 90px;
}
}
@media(max-width: 767px){
    .abtimg {
    height: 260px;
}
div#product {
    background: #f7f7f7;
    padding: 20px 20px 80px;
}
.product-list {
    height: 152px;
}
div#contact {
    width: 100%;
    display: flex;
    flex-direction: column;
}
}
@media(max-width: 599px){
    .header h1{
        font-size: 33px;
    }
    .header{
        position: static;
    }
    div#product .d-flex {
    flex-direction: column;
}

}   
@media(max-width: 600px){
    .product-list {
    height: auto;
}
.abtimg:before {
    content: "";
    width: 177px;
    height: 90%;
    position: absolute;
    right: 41px;
    top: -34px;
    border: 8px solid #eb9800;
}
.abtimg img:nth-child(1){
    display: none
}
.abtimg {
    height: 300px;
}
.abtimg img:nth-child(2) {
    margin-right: 60px;
}

}