.main-content {
    text-align: center;
    padding-top: 5rem !important;
}

.main-content h1 {
    max-width: 60%;
    margin: 0 auto;
    padding-top: 15px;
}

.main-content p {
    max-width: 60%;
    margin: 0 auto;
    padding-top: 1rem;
}

.main-content button {
    margin-top: 1rem;
    z-index: 10;
    position: relative;
}


.featured-wrapper {
    background-image: url(../images/home/productsbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.featured-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-content h2 {
    color: #fff;
}

.featured-content .button-1 {
    color: #fff;
    border: 1px solid #fff;
}

.product-details {
    text-align: center;
    margin-bottom: 1rem;
}

.product-details p {
    color: #fff;
}

.craft-content {
    text-align: center;
}


.craft-content p {
    max-width: 50%;
    margin: 0 auto;
}

.craft-content button {
    margin-top: 1rem;
}

.craft-product {
    text-align: center;
}

.dark {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dark h2 {
    color: #000;
}
.step-1{
    animation: blink 1s linear infinite;
}
.step-2{
    animation: blink 1s linear infinite;
}
.step-3{
    animation: blink 1s linear infinite;
}
.step-4{
    animation: blink 1s linear infinite;
}

.craft-product:hover{
    background-image: url(../images/home/imghover.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
    }

.feedback {
    border-radius: 5.347px;
    border: 1.337px solid #E7EAEC;
    background: #F1F1F1;
    padding: 10px;
    margin-bottom:1rem;
}
.feedback img{
    padding-bottom:1rem;
}
.feedback p{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-three-item img {
	max-width:100%;
    margin:0 auto;
    padding:10px;
}
.clay-carousel{
    position:relative;
    /* padding-top:5rem;
    padding-bottom:5rem; */
}
.ecllipse{
    position: absolute;
    top: -1rem;
    left: 0;
}
.ecllipse-1{
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.nature-wrapper{
    display:flex;
    align-items: center;
}