/* *{
    font-family: "Nunito", sans-serif;
}
.mainInformation{
    background-color: #181a1b;
    color: #d4c6c6;
}
.mainInformation p{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: small;
}
.mainInformation h3{
    color: red;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%; 
    width: 70%;
}
.imagaeAndDescContainer{
    display: flex;
    width: 90%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .imagaeAndDescContainer .imgContainer{
    width: 60%;
    height: 400px;

}
.imagaeAndDescContainer .descContainer{
    width: 60%;
}

.imagaeAndDescContainer .imgContainer img{
    width: 90%;
    height: 80%;
}
.secondMainInformation{
    background-color: #181a1b;
    color: #d4c6c6;
}
.secondMainInformation h3{
    color: red;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    width: 70%;
}
.secondMainInformation p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    font-size: small;
}
.thridMainInformation{
    background-color: #181a1b;
    color: #d4c6c6;
}
.thirdBoxInformationContainer{
    display: flex;
}
.thirdBoxInformationContainer .desc p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    font-size: small;
}
.thirdBoxInformationContainer .imgContainer, .thirdBoxInformationContainer .desc {
width: 50%;
}
.thirdBoxInformationContainer .imgContainer{
    margin-left: 10%;
}
.thirdBoxInformationContainer .imgContainer img{
    width: 90%;
    height: 70%;
}
.thridMainInformation h3{
    color: red;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%; 
    width: 70%;
}

@media (max-width: 768px) {
    .mainInformation h3{
        width: 100%;
    }
    .imagaeAndDescContainer .imgContainer img {
        width: 90%;
        height: 25%;
        border-radius: 10px;
    }
    .fullWidth{
        width: 95vw;
    }
    .margin-left{
        margin-left: -105%;
    }
    .thirdBoxInformationContainer .imgContainer img{
        height: 40%;
        border-radius: 10px;
    }
    .secondMainInformation h3{
        width: 100%;
    }
    .hero1-section-area.about-bg-area .hero-heading-area h1 {
        font-size: larger;
    }
}

.imgContainer,.desc  {
    position: relative;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease-in-out;
  }
  .descContainer,.seconImageContainer{
    position: relative;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s ease-in-out;
  }
  
  .active1 {
    opacity: 1;
    transform: translateX(0);
  }
 */
 /* body{
    background-color: red;
 } */

 .mainInformation{
    background-color: #181a1b;
    color: #d4c6c6;
}
.mainInformation p{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: small;
}
.mainInformation h3{
    color: red;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%; 
    width: 70%;
}

 .categorySections{
    width: 75%;
    margin: auto;
    display: flex;
    gap: 40px;
 }
 .reverseCategorySection{
    flex-direction: row-reverse;
    text-align: end;
 }
 .categoryImgCont{
    width: 40%;
 }
 .categoryImgCont img{
    width: 100%;
    border-radius: 500px;
 }
 .categoryDescCont{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .firstContainer{
    /* background-color: #181a1b; */
    color: black;
    height: auto;
    padding-bottom: 10px;
    padding-top: 20px;
 }
 .thridMainInformation{
    /* background-color: #181a1b; */
    color: black;
}
.thirdBoxInformationContainer{
    display: flex;
}
.thirdBoxInformationContainer .desc p{
    /* padding-left: 10%; */
    padding-right: 10%;
    margin-top: 20px;
    font-size: small;
}
.thirdBoxInformationContainer .imgContainer, .thirdBoxInformationContainer .desc {
width: 40%;
}
.thirdBoxInformationContainer .imgContainer{
    margin-left: 10%;
}
.thirdBoxInformationContainer .imgContainer img{
    width: 90%;
    height: 75%;
}
.thridMainInformation h3{
    color: red;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%; 
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.mainInformationAboutProduct{
    width: 100vw;
    margin: auto;
    margin-top: 30px;
}
.mainInformationAboutProduct p{
    width: 80%;
    margin: auto;
    padding: 30px;
}
.productInformation{
    width: 100vw;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.productInformation h2{
    padding-top: 30px;
    color: red;
}
.productInformation p{
    width: 80%;
    margin: auto;
    padding: 30px;
}
.categoryHeading{
    width: 100vw;
    margin: 30px auto;
    text-align: center;
    color: red;
}
.productCategoryItem{
    height: auto;
    width: 100vw;
}
.subCategoryImgContainer{
    width: 100vw;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.imgWithDetails{
    width: 90%;
    text-align: start;
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    margin: auto;
    padding: 30px;
}
.imgWithDetails img{
    max-height: 450px;
    /* width: 45%; */
    margin: auto;
    max-width: 40%;
    min-width: 40%;
}
.imgWithDetails h5{
    padding: 20px;
}
.cl{
    background-color: white;
}
.transformY{
    transform: translateY(-175%);
}
.transformX-105{
    transform: translateX(-105px);
}
.margin-30px{
    margin: 30px !important;
}
#qualityWithHEIImg{
    display: block;
}
#qualityWithHEI{
    display: none;
}

@media (max-width: 768px) {
    
    .imagaeAndDescContainer .imgContainer img {
        width: 90%;
        height: 25%;
        border-radius: 10px;
    }
    .fullWidth{
        width: 95vw;
    }
    .thirdBoxInformationContainer{
        flex-direction: column;
    }
    .thirdBoxInformationContainer .imgContainer{
        width: 100%;
    }
    .thirdBoxInformationContainer .imgContainer img{
        width: 77%;
        border-radius: 10px;
        margin-left: 5px;
    }
    .thirdBoxInformationContainer .desc p {
        padding-left: 20%;
        width: 95vw;
        padding-top: 5px;
    }
    .secondMainInformation h3{
        width: 100%;
    }
    .hero1-section-area.about-bg-area .hero-heading-area h1 {
        font-size: larger;
    }
    .categoryImgCont img{
        border-radius: 5px;
     }
     .categorySections{
        width: 90%;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 35px;
     }
     .categoryImgCont,.categoryDescCont{
        width: 100%;
     }
     .reverseCategorySection{
        text-align: start;
     }
     .mainInformationAboutProduct p {
        width: 95%;
     }
     .productInformation p {
        text-align: start;
        width: 100%;
    }
    .subCategoryImgContainer {
        flex-direction: column;
    }
    .imgWithDetails {
        width: 90%;
        margin: auto;
        flex-direction: column;
    }
    .imgWithDetails img {
        max-height: none;
        max-width: none;
        width: 100%;
    }
    .transformY{
        transform: translateY(0%);
    }
    .transformx-109{
        transform: translateY(0%);
    }
    .transformx-113{
        transform: translateY(0%);
    }
    .transformY-891{
        transform: translateY(0%);
    }
    .transformY-146{
        transform: translateY(0%);
    }
    .height-1300px{
        height: auto;
    }
    .transformX-105{
        transform: translateX(0px);
    }
    .margin-30px{
        margin: 0px !important;
    }
    #qualityWithHEIImg{
        display: none;
    }
    #qualityWithHEI{
        display: block;
    }
}
