* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-width: 100vw;
    min-height: 100vh;
    font-family: 'archivo';
    overflow-x: hidden;
    min-width: fit-content;

    align-items: center;
    justify-content: center;

}

header {
    display: flex;
    font-weight: 600;
    font-size: 1.5rem;
    justify-content: space-evenly;
    align-items: center;
    height: 10vh;
    width: 100vw;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: sticky;
    z-index: 3;
    background-color: white;
}

a {
    text-decoration: none;
    color: black;
}

.mainProduct {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 80vh;
    width: 100%;


}

.productBox {
    display: flex;
    height: 91vh;
    width: 80%;

    background-color: #C4DACE;
    border-radius: 0px 0px 50px 50px;
    flex-direction: column;
}

.bol1 {
    z-index: 2;
    position: absolute;
    right: 25%;

    height: 300px;
    width: 300px;

    background-color: #9DAEA5;
    border-radius: 50%;
}

.bol2 {
    z-index: 1;
    position: absolute;
    right: 15%;
    top: 24%;
    height: 200px;
    width: 200px;
    background-color: #CDDED5;
    border-radius: 50%;
}

.arrows {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 10%;
    width: 100%;

}

.arrowLeft {

    border-radius: 50%;
    background-color: #596F62;
    height: 5vw;
    width: 5vw;
    object-fit: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowRight {
    z-index: 2;
    background-color: #596F62;
    height: 5vw;
    width: 5vw;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 3%;

    display: flex;
    justify-content: center;
    align-items: center;

}

.viewBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #596F62;
    height: 12%;
    width: 200px;
    border-radius: 20px;
    margin: 5% 0% 0% 10%;
}

.viewBox :hover {
    text-decoration: underline;
}

.arrowImgLeft {

    height: 50%;
    width: 50%;

}

.arrowImgRight {

    height: 50%;
    width: 50%;
}

.viewArrow {
    width: 30px;
    height: 30px;
}

.viewText {
    color: white;
    text-decoration: none;
    align-items: center;
    text-align: center;
    display: flex;
}

.muisImg {
    position: absolute;
    /* right: 26%; */

    /* center middle */


    top: 25%;
    z-index: 3;

    width: 250px;
    right: 25%;

    transition: opacity 0.3s;


}

.productName {
    display: flex;
    align-items: flex-end;
    height: 35%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 10%;
    margin-bottom: 5%;
    z-index: 3;
}


.infoBox {
    display: flex;

    height: 12%;
    width: 60%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 78%;
    gap: 10%;
    justify-content: center;
}

.infoimg {
    width: 15%;
}

.serviceText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    font-weight: bold;

}

.infoText {
    display: flex;
    justify-content: center;
    margin-top: 6%;
    width: 100%;

    gap: 2%;
}

.textImpact {
    height: 87%;
    width: 20%;
    border-right: black 1.5px solid;
    padding: 2%;
}

.textImpact p {
    margin-bottom: 3%;
}

.textImpact :nth-child(3) {
    color: #9DAEA5;
    font-weight: bolder;
}

h1 {
    color: #9DAEA5;
}


.featuredProducts {
    display: flex;
    justify-content: center;

    margin-bottom: 10%;
    width: 100%;
    gap: 4%;
}

.product {
    display: flex;
    flex-direction: column;
    background-color: #CDDED5;
    width: 20%;
    height: 325px;
    font-size: 1.2rem;
    border-radius: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product a{
    margin: 2%;
}

.productImg {
    width: 100%;
}



.featuredImg {
    width: 45%;
    margin-left: 2%;
}

#products {
    margin-left: 4%;
}

#reviews {
    background-color: #f2f2f2;
    height: 50vh;
    width: 100%;
    margin-bottom: 5%;
}

#reviews h2 {
    font-weight: 600;
    margin-left: 10%;
}

.reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 15%;
    margin-bottom: 2%;
}

#reviews .arrows {
    display: flex;
    
    justify-content: space-around;
    
    margin-right: 5%;
    width: 15%;
    height: 80%;
}

#reviews .arrow {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #9DAEA5;
    width: 20%;
    height: 100%;
    border-radius: 50%;

}

#reviews .arrow:hover {
    background-color: #7A8C81;
}

#reviews .arrow img {
    height: 50%;
    width: 50%;
}

#reviews .arrow img[title~="right"] {
    margin-right: 0%;
    margin-left: 10%
}

.review-boxes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0% 5% 0% 5%;
    height: 60%;
}

.review {
    display: flex;
    flex-direction: column;
    gap: 3%;
    height: 90%;
    width: 40%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.review .name {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2% 0% 0% 2%;
}

.review img {
    margin-left: 2%;
    width: 30%;

}

.review p {
    margin-left: 2%;
    font-size: 1.1rem;
    margin-right: 2%;
}

.infoBox {
    width: 85%;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    width: 90%;
    height: 30%;
}

.logo img {
    width: 50%;
}

.links {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 50%;

}

#contact {
    display: flex;
    height: 50%;
    flex-direction: column;
    width: 30%;


}

h3 {
    margin: 1% 4.5%;

}

@media screen and (max-width: 430px) {
    .bol1 {
        display: none;
    }

    .bol2 {
        display: none;
    }

    .muisImg {
        width: 200px;
        right: 15%;
        top: 18%;
    }

    .product {
        font-size: 0.8rem;
    }

    .textImpact {
        font-size: 0.8rem;
        padding: 5%;
        width: 90%;
        border-top: black solid 1px;
        border-right: 0;
    }

    .infoimg{
        width: 30%;
    }

    .infoBox{
        top: 80%;
        width: 90%;
        padding: 1%;
    }

    .infoBox p{
        font-size: 0.7rem;
    }

    .infoText{
        flex-direction: column;
    }

    .productName {
        font-size: 1.5rem;
        margin-left: 5%;
        height: 25%;
    }

    header {
        font-size: 1.2rem;
    }

    .productBox {
        margin: 0;
        align-items: center;
        height: 65vh;
    }

    .viewBox {
      /* center */
       margin: 0;
        width: 60%;
        margin-top: 35%;
        height: 13%;
        font-size: 1rem;
    }

    .product{
        height: 250px;
        width: 50%;

    }

    .featuredProducts{
        flex-direction: column;
        height: 250vh;
        align-items: center;

    }


}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(140%);
        transform: translateX(140%);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(-140%);
        transform: translateX(-140%);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-140%);
        transform: translateX(-140%);
    }
}

@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(140%);
        transform: translateX(140%);
    }
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}