@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500&display=swap');

html,body{
    font-family: 'Josefin Slab', serif;
    overflow-x: hidden;
}
.mainMenu {
    width: 100%;
    height: 100%;
    z-index: 2000;
    margin-top: 0;
    position: fixed;
    opacity: 0;
    visibility: collapse;
    background-color: #CFDDB1;
}
.page404 {
    width: 100%;
    height: 100%;
    z-index: 2000;
    margin-top: 0;
    position: fixed;
    opacity: 1;
    background-color: #CFDDB1;
}
.mainMenu .bg-menu,
.page404 .bg-menu{
    position: absolute;
    right: 0;
    top: 0 ;
    opacity: 0.4;
}
.l-vertical{
    position: relative;
}
.langList{
    margin-top: 20px;
    position: absolute;
    right: -18px;
    z-index: 9;
    display: none;
}
.langList .card-body{
    background-color: white;
}
.mainMenu .secondHeader{
    position: relative;
    z-index: 5;
}
.mainMenu .h1{
    font-size: 27px;
}
.mainMenu ul li{
    list-style-type: none;
}
.mainMenu li a{
    text-decoration: none;
}
.mainMenu .productCol a{
    text-decoration: none;
}
.mainMenu .h2{
    font-size: 20px;
}
.productCol a{
    color: black;
    transition: 0.2s linear;
}
.productCol a:hover{
    color: #E20303;
}
.mobile{
    position: relative;
}
.mobile .productCol{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page404{
    font-family: "Josefin Slab";
}
.code404{
    font-size: 120px;
    color: #465308;
    font-family: "Josefin Slab";
    font-weight: 700;
}
.page404 h1{
    color: #465308;
    font-family: "Josefin Slab";
}
.btn-home{
    font-family: "Josefin Slab";
    border: 1px solid #465308!important;
    border-radius: 50px;
    font-size: 30px;
    color: #465308;
}
.p404{
    position: relative;
    margin-top: 15vh;
    bottom: 0;
}

.page-header,
.secondary-header{
    font-family: 'Noto Serif', serif;
}
.darkBG{
    position: relative;
}
.darkBG::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 20%);
    z-index: 1;
}
.page-header .mainHeader{
    background-color: #CFDDB1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.secondHeader{
    padding-top: 25px;
    padding-bottom: 5px;
}
.menuLine{
    margin-bottom: 40px;
}
.menuLine span{
    font-size: 38px!important;
    font-weight: 500;
    color: #f3ab50;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.logoLine{
    margin-bottom: 50px;
}
.lineVertical{
    padding-top: 18%;
}
.sloganLine{
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    font-size: 65px;
    line-height: 65px;
}
.btn-viewMore{
    font-size: 30px;
    border-radius: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f6a33c;
    border: 1px solid #f6a33c!important;
    -webkit-box-shadow: 10px 9px 14px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 9px 14px -8px rgba(0,0,0,0.34);
    box-shadow: 10px 9px 14px -8px rgba(0,0,0,0.34);
    position: relative;
    z-index: 7;
    transition: all 500ms ease;
}
.btn-viewMore:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 60px;
    background: #E20303;
    border-radius: 35px;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn-viewMore:hover:before{
    width: 100%;
}
.btn-viewMore:hover{
    color: white!important;
}
.mainInformation .btn-viewMore,
.blog .btn-viewMore{
    border-color: #E20303!important;
    color: #E20303;
}
.slider{
    position: relative;
}
.mainBGImg{
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 720px;
    height: 720px;
    position: absolute;
    z-index: 9;
    right: -65%;
    top: -50px;
}
.mainBGImg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.sliderProductImg{
    position: absolute;
    z-index: 10;
    right: 320px;
    top: 70px;
    width: 330px;
}
.page-header .diver{
    padding-top: 100px;
    background: #CFDDB1;
    clip-path: polygon(100% 45%, 0 45%, 63% 100%);
    margin-top: -47px;
    position: relative;
    z-index: 2;
}
.mainInformation{
    margin-top: 48px;
}
h2.sectionTitle{
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 45px;
}
.mainInformation p{
    font-weight: 300;
    font-size: 30px;
    text-align: justify;
    line-height: 41px;
}
.videoContent{
    -webkit-box-shadow: 13px 10px 2px 1px rgba(226,3,3,1);
    -moz-box-shadow: 13px 10px 2px 1px rgba(226,3,3,1);
    box-shadow: 13px 10px 2px 1px rgba(226,3,3,1);
}
.playImg{
    position: relative;
    cursor: pointer;
}
.playBtn{
    position: absolute;
    font-size: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    color: rgba(255, 255, 255, 0.70);
    border: 3px solid rgba(255, 255, 255, 0.70);
    border-radius: 100px;
}
.playImg:hover .playBtn{
    transition: 0.2s linear;
}
.playImg:hover .playBtn{
    color: white;
    border-color: white;
}
.videoStyle{
    width: 100%;
    height: 387px;
    margin-bottom: -8px;
    display: none;
}
.mainInformation .btn-outline-danger,
.blog .btn-outline-danger{
    font-size: 30px;
    border-radius: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.btnBlock{
    margin-bottom: 70px;
}
.numberInformation{
    margin-bottom: 40px;
}
.years {
    padding-top: 70px;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.numberInformation h2{
    margin-bottom: 10px!important;
}
.numberInformation .card{
    border-radius: 0;
    border: none;
}
.numberInformation .card{
    background: #FCF401;
    font-family: 'Noto Serif', serif;
    position: relative;
}
.numberInformation .col-lg-6:nth-last-child(1) .card img{
    margin-top: -40px;
}
.numberInformation .col-lg-6:nth-last-child(2n) .card{
    margin-top: -40px;
}
.numberInformation .col-lg-6:nth-last-child(2n+1) .card{
    background: #A3CC00;
    margin-top: 20px;
    text-align: end;
}
.numberInformation .col-lg-6:not(:nth-child(1)) .card img{
    display: none;
}
.cardText{
    position: relative;
    z-index: 10;
}
.year{
    font-weight: 500;
    font-size: 40px;
}
.numberInformation p{
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}
.cardBG{
    position: absolute;
    top: -50px;
    width: 190px;
    right: -40px;
    opacity: 0.5;
}
.benefits{
    background-color: #ffe34dbf;
}
.benefits h3{
    font-weight: 600;
    font-size: 40px;
}
.benefits p{
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
}
.blog{
    position: relative;
}
.articleList{
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
    font-family: 'Noto Serif', serif;
}
.blogBG{
    position: absolute;
    z-index: 2;
}
.blog a{
    text-decoration: none!important;
}
.blog .card{
    background: #E20303;
    color: white;
    font-family: 'Noto Serif', serif;
}
.articleTitle{
    font-weight: 500;
    font-size: 30px;
}
.blog .topText{
    font-size: 25px;
    font-family: 'Noto Serif', serif;
}
.blogList .container{
    max-width: 950px;
}
.blog .card p{
    font-weight: 400;
    font-size: 20px;
}
.blogIMG{
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post{
    font-family: 'Noto Serif', serif;
}
#goBack{
    font-size: 35px;
    cursor: pointer;
}
#goBack:hover{
    color: #E20303;
}
.post .sectionTitle{
    font-weight: 300;
    font-size: 40px;
}
.post img{
    max-height: 398px;
    object-fit: cover;
}
.post .carousel-item{
    padding-left: 60px;
    padding-right: 60px;
}
.post .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.post .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.date{
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    bottom: 0;
    margin: auto;
}
.post p{
    font-size: 25px;
    color: #465308;
}
.about .h1{
    font-size: 65px;
    color: #465308;
}

.partners .card{
    background-color: #CFDDB1;
}
.partners p{
    font-size: 25px;
    font-family: 'Noto Serif', serif;
}
.categoryCard{
    background-color: #A3CC00;
    border-radius: 0;
    position: relative;
    transition: 1s linear;
}
.categoryCard img {
    height: 260px;
    object-fit: cover;
}
.categoryCard:hover{
    background-color: #FCF401;
}
.categoryCard:hover .categoryLine{
    opacity: 1;
}
.categoryLine{
    background: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Serif', serif;
    font-size: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    opacity: 0;
    transition: 0.5s linear;
}
.products .container{
    max-width: 1020px;
}
.products a{
    text-decoration: none;
}
.productCard{
    background: #CFDDB1;
    font-family: 'Noto Serif', serif;
}
.productImg{
    background: #FCF401;
}
.productName{
    font-size: 35px;
    font-weight: 600;
}
.productCard p{
    font-size: 25px;
}
.industrial .container{
    max-width: 1020px;
}
.industry p{
    font-family: 'Noto Serif', serif;
    font-size: 25px;
}
.productIndustry p{
    font-family: 'Noto Serif', serif;
    font-size: 15px;
}
.productIndustrialCard{
    -webkit-box-shadow: 8px 7px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 7px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 8px 7px 12px -3px rgba(0,0,0,0.75);
    transition: 0.5s linear;
}
.productIndustrialCard:hover{
    box-shadow: none;
}
.productPageInfo{
    position: relative;
    background: -webkit-linear-gradient(27deg, rgb(245, 247, 10), rgb(255, 255, 255) 40%);
    background: -moz-linear-gradient(27deg, rgb(245, 247, 10), rgb(255, 255, 255) 40%);
    background: linear-gradient(27deg, rgb(245, 247, 10), rgb(255, 255, 255) 40%)
}
.productPageInfo p,
.specifications p{
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    line-height: 51px;
    color: #465308;
}
.productPageInfo span{
    color: #465308;
    font-size: 30px;
    transition: 0.2s linear;
    cursor: pointer;
}
.productPageInfo span:hover{
    color: #E20303;
}
#about{
    position: relative;
    z-index: 9;
}
.productBG {
    position: absolute;
    right: 0;
    bottom: -230px;
    z-index: 1;
}
.buttons .active{
    color: #E20303;
    border-bottom:  1px solid #E20303;
    font-weight: 600;
}
#aboutProduct{
    visibility: visible;
    opacity: 1;
}
#natValProduct,
#packProduct{
    visibility: hidden;
    opacity: 0;
    display: none;
}
.natValProduct .card,
.packProduct .card{
    background: rgb(163 204 0 / 84%);
    font-family: 'Noto Serif', serif;
    color: #465308;
    border-radius: 20px;
}
.natValProduct p,
.packProduct p{
    font-size: 20px!important;
    line-height: 30px;
    text-align: center;
}
.specifications p{
    font-family: 'Noto Serif', serif;
    font-size: 30px!important;
    line-height: 51px;
    color: #465308;
    text-align: start;
}
.specifications a{
    font-size: 25px;
    color: #E20303;
    text-decoration: none;
}
.natValProduct h3,
.packProduct h3{
    text-align: center;
    color: #E20303;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
}
.packProduct h3{
    font-size: 25px;
    margin-top: 10px;
}
.packProduct h4,
.packProduct h5{
    font-family: 'Noto Serif', serif;
}
.packProduct h5{
    opacity: 0.5;
}
.packImg{
    height: 171px;
}
.packCard{
    position: relative;
}

/* Page Footer */
.page-footer .diver{
    padding-top: 100px;
    background: white;
    clip-path: polygon(105% 40%, 0 45%, 67% 95%);
    margin-top: -96px;
    position: relative;
    z-index: 2;
}
.page-footer{
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #CFDDB1;
    font-family: 'Noto Serif', serif;
    position: relative;
    z-index: 9;
}
.page-footer h4{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 47px;
}
.page-footer p,
.page-footer a{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    text-decoration: none;
}
.page-footer li{
    list-style-type: none;
}
.endColumn li{
    display: inline;
    padding-right: 20px;
}
.endColumn li a{
    font-size: 40px;
    color: #57742D;
}
.page-footer a{
    transition: 0.2s linear;
}
.page-footer a:hover{
    color: #E20303;
    text-decoration: underline;
}
.page-footer .endColumn li a:hover{
    color: #E20303;
}
.technicalFooter{
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Noto Serif', serif;
}
.technicalFooter a{
    color: #000000;
}
.companyCopy a{
    text-decoration: none;
    color: #E20303;
    font-weight: 600;
    border-bottom: 1px dotted #E20303;
    opacity: 0.5;
    transition: 0.2s linear;
}
.companyCopy a:hover{
    opacity: 1;
}
@media (max-width: 1024px) {
    .mainInformation{
        position: relative;
    }
    .mainInfBlock{
        z-index: 5;
    }
    .sliderProductImg{
        right: -50px;
        width: 300px;
    }
    .post .carousel-item{
        padding: 0;
    }
    .productBG{
        opacity: 0.5;
    }
}
@media (max-width: 812px) {
    .page-header .mainHeader{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .menuLine {
        margin-bottom: 15px!important
    }
    .logoLine {
        margin-bottom: 20px;
    }
    .sloganLine{
        font-size: 40px;
    }
    .page-header .diver{
        margin-top: -48px;
    }
    h2.sectionTitle{
        font-size: 30px;
        padding-bottom: 15px;
        line-height: 35px;
    }
    .years{
        padding-top: 20px;
        height: 500px;
    }
    .numberInformation .col-lg-6:nth-last-child(2n) .card{
        margin-top: 0;
        margin-bottom: 20px;
        text-align: justify;
    }
    .numberInformation .col-lg-6:nth-last-child(2n+1) .card{
        background: #A3CC00;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: justify;
    }
    .post p{
        font-size: 19px;
    }
    .categoryLine{
        opacity: 1;
        font-size: 30px;
    }
    .productIndustry p{
        font-size: 18px;
    }
    .productInfo .productName{
        font-size: 25px;
    }
    .productInfo p{
        font-size: 17px;
    }
    .about .h1{
        font-size: 38px;
    }
    .productPageInfo p, .specifications p{
        font-size: 20px!important;
        line-height: 35px;
    }
    .packProduct h3{
        font-size: 20px;
    }
    .productPageInfo span{
        font-size: 25px;
    }
    .industry p{
        font-size: 20px;
    }
    .productBG{
        display: none;
    }
    .mainInformation p {
        font-size: 25px;
        text-align: start;
    }
    .benefits p{
        font-size: 28px;
        line-height: 38px;
    }
    .benefits{
    }
}
@media (max-width: 768px) {
    .lineVertical{
        padding-top: 0;
    }
    .packProduct h3{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 0;
    }
}
