* {
    margin: 0;
    font-family: Arial;
}

.navbar {
    height: 60px;
    background-color: #fff;
    color: #0f1111;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo img {
    height: 60px;
    width: 130px;
}
.img-parent img{
    top:0;
}

.border {
    border: 1.5px solid transparent;
}

.border:hover {
    border: 2px solid white;
}

/*box2*/
.add-first {
    color: #cccccc;
    font-size: 0.85rem;
    /* margin-right: 15px; */

}

.add-sec {
    font-size: 1.1rem;
    margin-left: 5px;
}

.add-icon {
    display: flex;
    align-items: center;
}

/* box3 */
.nav-search {
    display: flex;
    justify-content: space-evenly;
    width: 620px;
    height: 40px;
    border: 1px solid black;
    border-radius: 4px;

}


.nav-sec {
    font-size: 0.85rem;
    font-weight: 700;
}

.nav-cart i {
    font-size: 25px;
}

.nav-cart {
    font-size: 0.85rem;
    font-weight: 700;
}

/* Panel */
.panel {
    height: 40px;
    display: flex;
    color: #222f3d;
    align-items: center;
    justify-content: space-evenly;
}

/* .panel-ops p{
    display: inline;
    margin-left: 15px;
} */

.img-parent {
    margin: 40px 40px;
}

.sm-img {
    margin: 20px;
}

.sm-img:hover {
    border: 2px solid red;
}


.panel-deals {
    font-size: 0.9rem;
    font-weight: 400;
}

/* Hero section  */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

.hero-msg {
    background-color: white;
    color: #0f1111;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;

}

.hero-msg a {
    color: #007185;
}
.row1-img img{
    height: 580px;
    width: 600px;
    margin-right: 0;
}


.highlight-border{
    border-radius: 0.5em;
    border-color: #6e34ea;
    border-width: thin;
    border-style: solid;
    margin: 0.5em;
    padding:0.5em;
}



.btn button{
    width:200px;
    padding:15px 15px;
    text-align: center;
    margin:50px 10px;
    border-radius: 10px;
    font-weight: bold;
    background: #991951;
    color:#fff;
    cursor:pointer;
    position:relative;
    box-shadow: 15px 40px 40px 15px rgba(0, 0, 0, 0.15);
}

/* Shop-sec */
.shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box {
    border:1px solid rgb(222, 219, 219);
    border-radius: 4px;
    height: 420px;
    width: 20%;
    background-color: white;
    padding: 20px 0px 15px;
    margin: 15px;

}

.box-img {
    height: 350px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 10px;
    border: 1px solid white; /* White border */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Shadow with a bit of transparency */
}


.box-content p {
    color: #007185;
}
.content-heading{
    font-size: 32px;
    font-weight: 500;
    color:rgb(81, 54, 54);
}
.content-about{
    font-size: 18px;
    font-weight:400;
    color:gray;
}

ul{
    margin-top:20px;
}

ul a{
    display: block;
    font-size: 0.85;
    margin-top: 10px;
    color:#dddddd;
}
h6{
    color: rgb(153, 145, 145);
}