h2{
    font-size: 48px;
    margin-bottom: 30px;
    font-family: "Folio";
    text-transform: capitalize;
}
.banner-con{
    background: url(../img/product-detail-banner.jpg) no-repeat;
    background-size: 100% 600px;
    padding-top: 150px;
    color: #ffffff;
}
.banner-con .banner{
    max-width: 1400px;
    align-items: center;
    gap: 30px;
}
.banner-con .left-con{
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.banner-con .left-con h1{
    font-size: clamp(60px,5vw,72px);
    /*color: #f08400;*/
    font-family: "Folio";
    text-transform: capitalize;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.banner-con .left-con .desc{
    font-family: robotoregular;
    line-height: 2;
}
.banner-con .left-con ul{
    gap: 80px;
}
.banner-con .left-con .whatsapp-email{
    font-size: 24px;
    display: flex;
    font-family: robotomedium;
    margin-top: 100px;
}
.banner-con .left-con .whatsapp-email a{
    padding: 15px 50px;
}
.banner-con .left-con .whatsapp-email .whatsapp{
    background: #333333;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.banner-con .left-con .whatsapp-email .whatsapp:before{
    content: "";
    background:url(../img/whatsapp-yellow.png) no-repeat;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.banner-con .left-con .whatsapp-email .email{
    background: #F78B42;
    display: inline-flex;
}
.banner-con .banner > img{
    max-width: 50%;
}
.self-content .self{
    max-width: 1400px;
    margin: 0 auto;
    font-family: Arial;
}
.features-con .features{
    max-width: 1400px;
    margin: 0 auto;
}
.features-con .features .img-con{
    gap: 40px;
}
.features-con .features .feature-ul{
    flex-wrap: wrap;
    gap: 40px;
    font-family: robotoregular;
}
.features-con .features .feature-ul li{
    width: calc((100% - 40px) / 2);
    background: #fefbf6;
    padding: 45px 30px;
}
.features-con .features .feature-ul li h3{
    font-size: 24px;
    margin-bottom: 30px;
    font-family: robotomedium;
}
.features-con .features .feature-ul li p{
    line-height: 1.5;
}
.technical-con .technical{
    max-width: 1400px;
    margin:0 auto;
    
}
.technical-con .technical .img-desc{
    position: relative;
    gap: 20px;
}
.technical-con .technical .img-desc img{
    max-width: 50%;
}
.technical-con .technical .img-desc:after{
    content: "";
    background: linear-gradient(to right,#f08400 0%,transparent 50%,transparent 100%) center center;
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    z-index: -1;
}
.technical-con .technical .img-desc p{
    line-height: 2;
    /*max-width: 50%;*/
    font-family: robotoregular;

}
.specification-con .specification {
    font-family: robotoregular;
    max-width: 1400px;
    margin: 0 auto;
}
.specification-con .specification h2{
    margin-bottom: 0;
}
.specification-con .specification .table-data{
    overflow-x: auto;
    width: 100%;
    margin-top: 30px;
}
.specification-con .specification .table tr{
    text-align: center;
    line-height: 2;
}
.specification-con .specification .table thead tr:first-child th,.specification-con .specification .table thead tr:first-child td,.specification-con .specification .table tbody tr:first-child th,.specification-con .specification .table tbody tr:first-child td{
    background: #2c313e;
    color: #ffffff;
    vertical-align: middle;
}
.specification-con .specification .table tr td{
    vertical-align: middle;
}

@media (max-width:1500px){
    .banner-con .left-con h1{
          white-space: wrap;
    }
   
}
@media (max-width:1400px){
    .banner-con .banner > img{
        max-width: calc(50% - 30px);
    }
    .banner-con .left-con .whatsapp-email{
        flex-wrap: wrap;
    }
    h2{
        font-size: clamp(40px,3.5vw,48px);
    }
    .self-content{
        margin-left: 15px;
        margin-right: 15px;
    }
    
}


@media (max-width:1080px){
        h2 {
        font-size: 35px;
    }
    .banner-con{
        padding-top: 100px;
    }
    /*.banner-con .banner{*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .banner-con .left-con h1{
        font-size: clamp(52px, 5.3vw, 60px);;
    }
    .banner-con .left-con .whatsapp-email{
        margin-top: 0;
        /* flex-wrap: wrap; */
    }
    .banner-con .left-con .whatsapp-email a{
        padding: 15px 3vw;
    }
    .features-con .features .img-con,.features-con .features .feature-ul{
        gap: 20px;
    }
    .banner-con .left-con .whatsapp-email{
        font-size: 20px;
    }
    .recommend-con .recommend ul{
        gap: 20px;
    }
    .recommend-con .recommend ul li{
        width: calc((100% - 60px) / 4);
    }
    .features-con .features .feature-ul li{
         width: calc((100% - 20px) / 2);
         padding: 20px;
    }
    .features-con .features .feature-ul li h3{
        margin-bottom: 20px;
    }
    
}

@media (max-width:950px){
    .banner-con{
        background-size: 100% 100%;
        padding-bottom: 50px;
    }

    .banner-con .banner{
        flex-wrap: wrap;
    }
     .banner-con .banner img{
        order: -1;
        max-width: 100%;
     }
     .banner-con .left-con ul{
        margin:30px 0;
     }
}

@media (max-width:768px){
      h2 {
        font-size: 30px;
    }
    .banner-con .left-con h1{
        font-size: clamp(42px, 6vw, 52px);;
    }
    .technical-con .technical .img-desc{
        flex-wrap: wrap;
    }
    .technical-con .technical .img-desc img,.technical-con .technical .img-desc p{
        max-width: 100%;
    }
    .technical-con .technical .img-desc:after{
        height: 80%;
        background: linear-gradient(to bottom, #f08400 0%, transparent 80%, transparent 100%) center center;
    }
    .recommend-con .recommend ul{
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .recommend-con .recommend ul li{
        width: calc((100% - 10px) / 2);
    }
    .recommend-con .recommend ul li a h3{
        font-size: 20px;
    }
    .recommend-con .recommend ul li a p{
        font-size: 14px;
    }
}

@media (max-width:500px){
    .banner-con .left-con ul{
          gap: 5vw;
    }
   .banner-con .left-con .whatsapp-email{
     flex-wrap: wrap;
   }
   .banner-con .left-con .whatsapp-email a{
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
   }
   .banner-con .left-con h3{
    font-size: 18px;
   }
   .banner-con .left-con ul li p{
    font-size: 14px;
   }
   .features-con .features .img-con, .features-con .features .feature-ul{
    gap: 10px;
    flex-wrap: wrap;
   }
       .features-con .features .feature-ul li {
        width: 100%;
        padding: 10px;
    }
}