/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

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

.divlogo {
    height: 50px;
    width: 100px;
}

.logo {
    background-image: url('logo.png');
    background-size: cover;
    height: 40px;
    width: 100%;
}

.border {
    border: 2px solid transparent;
}

.border:hover {
    border: 2px solid rgb(227, 216, 216);
}

.add1 {
    color: #cccccc;
    font-size: 0.7rem;
}

.add2 {
    color: #ffffff;
    font-size: 1rem;
}

.nav-search {
    display: flex;
    justify-content: space-evenly;
    width: 630px;
    height: 40px;
    background-color: aquamarine;
    border-radius: 5px;
}

.nav-search:hover {
    border: 2px solid orange;
}

.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgb(228, 200, 19);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.india {
    display: flex;
}

.india-logo {
    background-image: url('india.png');
    height: 30px;
    width: 50px;
    background-size: cover;
    background-color: #0f1111;
}

span {
    font-size: 0.7rem;
    color: white;
}

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

.nav-cart {
    width: 50px;
    height: 30px;
    font-size: 1rem;
}

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

.panel-opp p {
    display: inline;
    color: #f3f3f3;
    margin-left: 12px;
}

.panel-opp {
    width: 70%;
}

/* Hero Section */
.hero-section {
    background-image: url("hero.jpg");
    height: 400px;
    background-size: cover;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}

.her-message {
    background-color: #f3f3f3;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

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

.box {
    height: 400px;
    width: 23%;
    background-color: white;
    margin-top: 15px;
    padding: 20px 0px 15px;
}

.box-img {
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

/* Footer Styling */
footer {
    margin-top: 20px;
    font-size: 14px;
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.foot-panel2 {
    background-color: #232f3e;
    color: white;
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
}

.foot-panel2 ul {
    list-style: none;
}

.foot-panel2 p {
    font-weight: bold;
    margin-bottom: 10px;
}

.foot-panel2 a {
    display: block;
    color: #ddd;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 8px;
}

.foot-panel2 a:hover {
    text-decoration: underline;
}

.foot-panel3 {
    background-color: #232f3e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #3a4553;
}

.foot-logo {
    background-image: url('amazon-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 40px;
    margin-right: 20px;
}

.foot-lang select {
    background-color: #232f3e;
    color: white;
    border: 1px solid white;
    padding: 5px;
    font-size: 12px;
}

.foot-country {
    color: white;
    margin-left: 20px;
}

.foot-panel4 {
    background-color: #131a22;
    color: #ddd;
    text-align: center;
    padding: 20px 0;
}

.foot-panel4 .pages a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.foot-panel4 .pages a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 5px;
    font-size: 12px;
}
.containerff{
    background-image: url("banner2.png");
    height: 415px;
    background-size: cover;
    display: flex;
    width: 2155px;
    justify-content: center;
    align-items: flex-end;
}

