*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: SF pro_display;
    src: url('../fonts/SF_pro_display/SFPRODISPLAYREGULAR.ttf');
}
@font-face {
    font-family: SF pro_display-medium;
    src: url('../fonts/SF_pro_display/SFPRODISPLAYMEDIUM.ttf');
}
@font-face {
    font-family: SF pro_display-bold;
    src: url('../fonts/SF_pro_display/SFPRODISPLAYBOLD.ttf');
}
@font-face {
    font-family: Roboto-flex;
    src: url('../fonts/RobotoFlex-Regular.ttf');
}
@font-face {
    font-family:JostRegular ;
    src: url('../font/jost/Jost-Regular.ttf');
}
@font-face {
    font-family:JostLight ;
    src: url('../font/jost/Jost-Light.ttf');
}
@font-face {
    font-family:JostMedium ;
    src: url('../font/jost/Jost-Medium.ttf');
}
header{
    position: static;
}
body{
    font-family: SF pro_display;
    font-family: Roboto-flex;
}

.img-h{height: 65px;}
.banner-section{
    background: linear-gradient(90deg, #E5EA97 0%, #BAE18F 100%);
}
.banner-section .heading{
    color: #202020;
    font-family: SF pro_display-bold;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
}
.banner-section .para{
    color: #000;
    font-family: SF pro_display;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 165%; /* 26.4px */

}
.product-info-blog .heading{
    color: #FDDD7B;

font-family: JostRegular; 
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 165%; /* 49.5px */
text-transform: uppercase;
letter-spacing: 2px;
}
.banner-rightimg{
    margin-bottom: -12%;
    position: relative;
    z-index: 2;
}
.product-middle{
    text-align: center;
}
.product-middle img{
    margin-top: 48%;
}
.product-info-blog{
  
    background-image: url('../images/product-info-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}
.product-info-blog::after{ 
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
      position: absolute;
    background: linear-gradient(180deg, rgba(11, 18, 0, 0.74) 0%, rgba(30, 52, 0, 0.98) 60.43%, #213800 100%);
}
/* .banner-section .para{
    margin-bottom:5%;
} */
.banner-section .para p{
    color: #000;
    font-weight: 500;
}
.product-featureslist h4{
    color: #fff;
    font-size: 21px;
}
.product-featureslist  p{
    font-size: 16px;
    color: #ffffffb5;
    font-family:JostLight ;
    font-family: SF pro_display;
    
}
.product-featureslist.rightAlign{
    text-align: right;
}
.product-featureslist{
    min-height: 177px;
}
/* .product-middle {
    padding-left: 6%;
    padding-right: 6%;
} */
.product-middle img{
    max-width: 163px;


}
.product-video-part{
    background: linear-gradient(0deg, #FFF 0%, #FDDD7B 144.12%);
}
.video-box-par p{
    color: #000;

text-align: center;
/* font-family: Jost; */
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 135%;
font-family:JostRegular ;
font-family: SF pro_display;
}
.video-box-par{
    width: 334px;
   
}
.video-box{
    width: 100%;
    height: 200px;
border-radius: 24px;
overflow: hidden;
/* background-color: #BAE18F; */
position: relative;
}
.video-box .bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.58) 100%)

}
.video-box img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
}
.video-play{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-play i{
    color: #fff;
    font-size: 32px;
    margin-left: 3px;
}
.product-video-part .container{
    border-bottom: 1px solid  #000;
}









.video-box-par{
    position: relative;
    z-index: 1;
    margin-top: -50px;
}
.product-featureslist img{
    margin-bottom: 22px;
}
.product-featureslist{
    margin-bottom:44px;
}
/* .product-featureslist.first img{
margin-bottom: 0px;
margin-top: -39px;

} */

@media (max-width:767px){
    .product-group {
        flex-direction: column;
    }
    .product-featureslist.rightAlign,.product-featureslist{
        text-align: center;
    }
    .video-box-par p{
       font-size: 17px;
       width: 80%;
       margin-left: auto;
       margin-right: auto;
    }
    .product-info-blog .heading{
        font-size: 24px;
    }
    .product-middle img{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
}