* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.navbar {
    background: #3b5d50 !important;
}

.hero {
    background-color: #3b5d50;
    height: 50vh;
}


@media (max-width:1440px) {
    .hero {
        height: 400px !important;
    }

    .navbar {
        width: auto;
    }


}

@media (max-width:600px) {
    .homeimg {
        display: none;
    }

    .hero {
        height: auto;
        width: 100%;
    }

}

.par {
    color: rgba(240, 248, 255, 0.668) !important;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: yellow;
    transition: 0.2s;
}

.navabout,
.navblog,
.navcontact,
.navhome,
.navservices,
.navshope,
.navcart {
    border-bottom: 5px solid yellow;
}

.nav-link:hover::after {
    width: 100%;
}

.homeimg {
    position: absolute;
    z-index: 20;
    margin-left: 50px;
}


.dots-light {
    position: absolute;
    margin-left: 58%;
    margin-top: 5%;
    z-index: 1;
}

.explorebtn {
    background-color: rgba(240, 248, 255, 0);
    width: 21%;
    border: 2px solid rgba(255, 255, 255, 0.548) !important;
    height: 45px;
    transition: all ease 0.3s;
    z-index: 10;
}

.explorebtn:hover {
    border: 2px solid rgb(255, 255, 255) !important;

}

.explorebtn2 {
    background-color: rgba(17, 16, 16, 0.837);
    width: 40%;
    border: 2px solid rgba(255, 255, 255, 0.548) !important;
    height: 48px;
    transition: all 0.2s;
}

.explorebtn2:hover {
    background-color: rgba(0, 0, 0, 0.837);
}

.section-2 {
    margin-top: 100px !important;
}

.product-card {
    position: relative;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.product-img {
    transition: 0.4s ease;
}

.overlay {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(25, 50, 59, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;

}

.plus1 {
    width: 35px;
    padding: 6px;
    margin-top: 250px;
    background: black !important;


}

.product-card:hover .product-img {
    transform: translateY(-15px);
    cursor: pointer;
}

.product-card:hover .overlay {
    opacity: 1;

}

.sec3-parent {
    position: relative;
    margin-top: 80px !important;

}

.dots-yellow {
    position: absolute;
    top: 5px;
    left: 600px;
    z-index: 1;
    width: 280px;
}

.why-img {
    position: relative;
    z-index: 2;
    margin-left: 20%;
    width: 78% !important;

}

.why-us-text {
    gap: 3px !important;
}

.section-4 {
    margin-top: 200px !important;
}

.person {
    margin-left: 46%;
    border-radius: 100%;
    width: 100px !important;
}

.persontext {
    margin-left: 25%;
    margin-bottom: 40px !important;
}

.section-5 {
    margin-top: 10% !important;
}

.hovers1,
.hovers2,
.hovers3 {
    transition: all 0.3s;
}

.hovers1:hover {
    filter: contrast(0.8);
    cursor: pointer;
}

.hovers2:hover {
    filter: contrast(0.8);
    cursor: pointer;

}

.hovers3:hover {
    filter: contrast(0.8);
    cursor: pointer;

}

.send {
    background-color: rgb(180, 159, 180);
    width: 100px;
    height: 40px;
}

input {
    padding: 0px;
    padding: 10px !important;
}

footer {
    margin-top: 250px;
}

.footerimg {
    margin-top: -150px;
    margin-left: 300px;
}

@media (max-width:700px) {
    .footerimg {
        display: none;
    }

    .footerlist {
        margin-top: 60px;

    }

    .textfooter {
        width: 250px;
    }
}

.ftext {
    color: #3b5d50;

}

ul {
    margin-top: 70px;
}

.contactrow {
    height: fit-content;
}

.copy {
    margin-top: 80px;
}

.team {
    margin-top: 100px !important;
}

.contactimg {
    width: 50px !important;
    height: 50px !important;
}

.image3 {
    margin-left: -60px !important;
}

.update {
    background-color: #2f2f2f !important;
}

.total {
    margin-right: 100px !important;
}
.row1{
    width: 1000px !important;
}
@media (max-width:800px) {
    .carts{
        
        .col-12{
            width: 100vw;
        }
        .row1{
            width: 700px !important;
        }
        .sta{
            width: 680px !important;
        }
    }
}
.sta{
    width: 480px !important;
}
.check{
    width: 15px !important;
    margin-bottom: 12px !important;
}
.fast{
    width: 100px !important;

}
