.hero-content{
    margin-top: 0px;
  }

.hero-img-container{
    width: 100%;
    height: 100%;
}


.hero-img-container video{
    width: 100%;
    height: 100%;
    padding-top: 60px;
}


.vision-container{
    width: 100%;
    height: fit-content;
    padding: 3rem 0;
    background-color: white;
}

.heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading h2{
    font-size: 30px;
}

.main-container{
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.main-container .image,
.factory-container .image{
    max-width: 50%;
    height: 100%;
}

.heading .dd-p{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.heading .pp-d{
    margin-top: 8px;
}

.main-container .image img,
.factory-container .image img{
    width: 100%;
    height: auto;
}

.main-container .content,
.factory-container .content {
    max-width: 390px;
    padding: 0 10px;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.main-container .content p span{
    color: #ceaf6e;
}   


.factory-section{
    width: 100%;
    height: fit-content;
    background-color: white;
    margin-top: -1px;
}

.factory-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
}

.factory-container .factory{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.factory-container .img-grid{
    width: 100%;
    gap: 60px;
    height: fit-content;
    display: flex;

}

.factory-container .img-grid img{
    width: 48%;
    height: 100%;
}

.img-grid img{
    height: 300px;
}

.image-grid .down-img{

    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.packing-section, .grade-section{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    background-color: white;
}

.packing-section .packing-images{
    width: 100%;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.packing-images img{
    width: 30%;
    height: auto;
}

.grade-section{
    background-image: url(./../about/grade-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}

.grade-section .image-container{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    justify-content:space-evenly;
    align-items: center;
}

.grade-section .image-container .image{
    position: relative;
    min-width: 150px;
    width: 20%;
}

.grade-section .image-container .image .count-container{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
}

@media (max-width:980px) {


    .main-container,
    .factory{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    
    .factory-inverse{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .main-container .image,
    .main-container .content,
    .factory-container .image,
    .factory-container .content{
        max-width: 100%;
        width: 90%;
    }

    .main-container .content hr,
    .factory-container .content hr{
        text-align: center;
        margin: -20px auto 20px auto;
    }

    
    .packing-images img{
        width: 45%;
        height: auto;
    }
    .factory-container .img-grid{
        gap: 20px;    
    }
}

.count-container {
    font-size: 100px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    color: #334e84; /* Adjust color as in the image */
    position: relative;
  }

  .count-container span {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 50px;
    bottom: 18px;
    left: 4px;
  }

  @media (max-width:1025px){
    .factory-container .img-grid{
        gap: 20px;    
    }
  }

  @media (max-width:1441px){
    .factory-container .img-grid{
        gap: 20px;    
    }
  }

  @media (max-width:440px) {
    .count-container span{
        font-size: 45px;
        left: 2px;
    }
    h2{
        direction: ltr;
        font-size: 2rem;
    }
    .ys-p{
        margin-top: -20px;
    }
    .factory-container .img-grid{
        gap: 20px;    
    }
  }