@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

*{
    font-family: Poppins, sans-serif;
}
a{
    text-decoration: none;
    color: inherit;
}
.bold{
    font-weight: 800;
}
.drop_down_menu{
    background-color: #ED1C24;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 20px 20px;
    width: fit-content;

}
.drop_down_option{
    /* width: 100%; */
    border-bottom: #CFCFCF 1px solid;
    padding: 12px 24px;
    color: #fff;
}
.download_div{
    color: #1173D4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_title{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}
.div_title{
    text-align: start;
    font-size: 24px;
    font-weight: 800;
}


.bg_image{
    width: 100%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: -1;
    
}
.header{
    width: 100%;
    display: flex;
    padding: 8px;
}
.header_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 70px;
    gap:40px;
    background-color: #F5F5F5B2;
    box-shadow: 0px 35px 30px -14px #0000001A;
    border-radius: 20px;

}
.header_logo{
    width: 124px;
}
.nav_tabs{
    display: flex;
    width: 50%;
    justify-content: space-evenly;
    font-size: 16px;
    font-weight: 400;
    
}
.more_buttons{
    display: flex;
    gap:16px;
    justify-content: center;
    align-items: center;
}
.more_buttons a{
    color: #1173D4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.red_hdr_btn{
    background-color: #ED1C24;
    border-radius: 10px;
    border: none;
    padding: 8px 24px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    
}
.text_on_img{
    width: 104%;
    height: 100vh;
    color: white;
    text-align: center;
    font-size: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/background_image.png);
    background-size: cover;
    margin-top: -150px;
    position: relative;
    left: -20px;
    top: 0;
    z-index: -1;
}
.red_btn{
    background-color: #ED1C24;
    font-size: 20px;
    color: white;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    width: fit-content;
    padding: 14px 34px;
    margin-top: 40px;
}



/***************** Footer *********************/
.footer_main{
    position: relative;
    left: -10px;
    bottom: 0px;
    border-top: #ED1C24 10px solid;
    width: 102%;
}
.footer_content{
    background-color: #0000001A;
    padding: 20px 30px ;
    display: flex;
    gap:20px;
    flex-direction: column;
}
.google_maps{
    border-radius: 20px;
    display: flex;
}
.google_maps img{
    border-radius: 20px;
    width: 100%;
}
.footer_boxs{
    display: flex;
    justify-content: space-around;
    align-items: start;
    
}
.footer_box{

}
.footer_box .title{

}
.box_content{
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.box_content .img_text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}
.social_images{
    display: flex;
    height: 35px;
    gap:4px
}
.red_text{
    font-weight: 800;
    color: #ED1C24;

}
.footer_bottom{
    border-top: #000 1px solid;
    align-items: center;
    text-align: center;
}
/**************** home page ********************/
.content_main{
    padding: 8px;

}
.home_page_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.red_div{
    display: flex;
    flex-direction: column;
    background-color: #ED1C24;
    color: white;
    box-shadow: 0px 0px 4px #00000040;
    text-align: center;
    position: relative;
    padding: 42px;
    font-size: 24px;
    border-radius: 0px 0px 20px 20px;
    top:0px;
    margin: auto;
    z-index: 1;
}
.middel_div{
    position: relative;
    top: 10%;
    background-color: #0000001A;
    padding: 50px 150px 50px 150px;
    border-radius: 20px;
    margin: -30px 30px 0px 30px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    width: 60%;
}
.products_div{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.products_div .title{
    font-size: 28px;
}
.products_content {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.product_item{
    background-color: #0000001A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.product_item .text{
    padding: 50px;
    font-size: 18px;
    font-weight: 800;
}
.image_div{
    background-color: #0000001A;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    padding: 20px;
}
.percentages_cards{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    margin: 20px 0px;
    width: 90%;
}
.percentages_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.percentages_card .number{
    color: #ED1C24;
    font-size: 32px;
    font-weight: 800;
}
.percentages_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*****************products page*********************/

.search_filter_div{
    display: flex;
    width: 100%;
    gap:20px;
    padding: 0px 0px 0px 8px;
}
.search_div{
    background-color: #0000001A;
    border-radius: 10px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.filter_div{
    width: 50%;
}
.search_div img{
    margin: 10px;
}
.search_input{
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 10px;
    color: white;
    
}
.products_page {
    padding: 20px 50px;
}
.products_page .title{
    text-align: center;
}
.products_page_content{
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.similar_products{
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.product_card{
    border-radius: 10px;
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
  cursor: pointer;


}
.product_card .image_div{
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;




}


.dynamic_div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #00000066 ;
    width: 100%;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    color: white;
    padding: 30px 0px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.product_card:hover .dynamic_div {
  opacity: 1;
  transform: translateY(0);
}

/**************************************/
.chear_plastic_page{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 50px;
}
.top_content{
    display: flex;
    gap:40px;

}
.pics_slider{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pics_slider .main_pic {
    width: 100%;
    border-radius: 20px;
}
.pics_slider .main_pic img{
    width: 100%;
    border-radius: 20px;
}
.pics_slider .more_pics {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: space-between;
    border-radius: 20px;
}
.pics_slider .more_pics img{
    width: 30%;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    background-color: #0000001A;

}
.products_specifications_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.products_specifications_div p{
    color: #CFCFCF;
    font-weight: 600;
}

/********************** table shape***************************/
.table_shape{
    display: flex;
    flex-direction: column;
}
.table_title{
    font-size: 18px;
    font-weight: 800;
    padding: 12px 0px ;
}
.table_row{
    display: flex;
    border-top: #000 1px solid;
    justify-content: center;
    padding: 12px 0px ;
}
.table_row .first_col{
    display: flex;
    width: 100%;
    color: #CFCFCF;
    font-weight: 600;
}
.table_row .second_col{
    display: flex;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.products_specifications_div .red_btn{
    width: 100%;
    text-align: center;
    padding: 12px 0px;
}
.pages_div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;
}
.page_number{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CFCFCF;
    border-radius: 100%;
    border: none;
    padding:4px;
    width: 40px;
    height: 40px;
    font-weight: bold;
}
.active{
    background-color: #ED1C24;
    color: #fff;
}
.arrow_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 100%;
    border: none;
    padding:4px;
    width: 40px;
    height: 40px;
    font-weight: bold;
}

/****************** certifications page ********************/


.certifications_page{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 0px 0px 0px 8px;
}
.certifications_page .top_content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.certifications_page .products_page_content{
    width: 80%;
    

}
.gray_div{
    background-color: #F5F5F5B2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:20px;
    padding: 100px 0px;
    border-radius: 20px;
    margin-top: -20px;
}
.gray_div .larg_text{
    font-size: 32px;
}
.gray_div .gray_text{
    color: #CFCFCF;
    text-wrap: wrap;
    width: 60%;
    text-align: center;

}
 .gray_text{
    color: #CFCFCF;
    

}/***************/
.certifications_div{
    display: flex;
    flex-direction: column;
    gap:20px;
    width: 40%;
}
.certifications_div .page_title{
    text-align: start;
}
.certificate{
    display: flex ;
    gap:8px;
}
.certificate img{
    width: 24px;
    height: 24px;
}
.iso_mark{
    padding: 20px;
    display: flex;
    justify-content: center;
}
.iso_mark img{
    width: 70%;
    /* height: 400px; */
}
.qc_card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
    gap: 8px;
}
.the_red_one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    background-color: #ED1C24;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.qc_card img{
    width: 40px;
    /* height: 40px; */
}
/********************* contact page**********************/

.contact_form_inputs{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.form_input{
    /* width: 100%; */
    background-color: #F9F9F9;
    border: 1px #CFCFCF solid;
    border-radius: 10px;
    padding: 12px 20px;
}
.second_part{
    width: 100%;
    padding: 0px 40px ;
}
.first_part{
    width: 100%;
        padding: 0px 40px ;

}
.contact_page {
    padding: 20px 50px;
}
.contact_page .top_content{
    width: 100%;
    display: flex;
    gap: 20px;
}
.contact_page .second_part{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.contact_page .the_red_one{
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact_form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.blue_btn{
width: 100%;
    padding: 12px 20px;
    background-color: #1173D4;
    border: none;
    border-radius: 10px;
    color: white;

}
.the_red_one .img_text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;

}
.the_red_one .img_text img{
    width: 20px;
    /* height: 20px; */

}