* {
    margin: 0;
    font-size: arial;
    border: border-box;
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-logo {
    height: 50px;
    width: 100px;
    border-radius: 2%;
}

.logo {
    background-image: url("amazon.png");
    background-size: cover;
    height: 50px;
    width: 100%;
    border-radius: 2%;
}

.border {
    border: 1.5px solid transparent;
    border-radius: 2%;
}

.border:hover {
    border: 1.5px solid white;
    border-radius: 2%;
}


/** Box 2 **/

.add-first {
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
    font-weight: 400;
}

.add-second {
    font-size: 1rem;
    margin-left: 3px;
    font-weight: 700;
}

.add-icon {
    display: flex;
    align-items: center;
}


/**Box 3**/

.nav-search {
    display: flex;
    justify-content: space-evenly;
    width: 620px;
    height: 38px;
}

.border1 {
    border: 1.5px solid transparent;
    border-radius: 4px;
}

.border1:hover {
    border: 1.5px solid orange;
    border-radius: 5.5px;
}

.search-select {
    background-color: #e6e6e6;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon {
    background-color: orange;
    width: 45px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 1.25rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/**BOX 4**/

.country {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag {
    width: 20px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.flag-icon {
    width: 20px;
    height: 15px;
    background-image: url("india-flag.png");
    background-size: cover;
}

.country-select {
    background-color: transparent;
    color: white;
    border: none;
    font-weight: 700;
}


/** BOX 5 **/

.nav-signin {
    height: 40px;
    width: 114px;
    padding-top: 8px;
}

.sign {
    font-size: 0.85rem;
    border: none;
    padding-left: 4px;
    font-weight: 400;

}

.account-select {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}


/** Box 6 **/

.nav-order {
    height: 40px;
    width: 72px;
}

.nav-orders {
    padding-left: 3px;
    font-weight: 700;
}


/** Box 7 **/

.nav-cart i {
    font-size: 30px;
}

.nav-cart {
    height: 40px;
    font-size: 1rem;
    font-weight: 700;
    padding-top: 7px;
}


/** PANEL **/

.panel {
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.panel-ops {
    font-size: 0.95rem;
    width: 70%;
}

.panel-ops a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    padding: 5px;
}

.panel-all i {
    font-size: 20px;
}

.panel-all {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 5px;
}

.panel-deal {
    font-size: 1rem;
    font-weight: 700;
}


/** Hero- Section **/

.hero-section {
    background-image: url("Hero-Section 2 .jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.hero-msg a {
    color: #2162a1;
    text-decoration: none;
}


/** Shop Section **/

.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #cf84f1; 
}

.box {
    height: 400px;
    /* border: 2px solid black; */
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.box-img {
    height: 300px;
    background-size: cover;
    margin-top: 1.3rem;
    margin-bottom: 1.8rem;
}

.box-content a {
    text-decoration: none ;
    color: #2162a1;
}


/** footer **/

footer {
    padding-top: 15px;
    background-color: #cf84f1;
    /* border: 2px black solid; */
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel1 a {
    color: white;
    text-decoration: none;
}

.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 320px;
    display: flex;
    justify-content: space-evenly;
    align-items:first baseline;
    padding-top: 40px;
}

.foot-panel2 ul a {
    display: block;
    font-size: 0.9rem;
    color: #dddddd;
    text-decoration: none;
    margin-top: 15px;
}

.foot-panel2 ul p {
    font-size: 1.15rem;
    font-weight: 700;
}

.foot-panel3 {
    background-color: #222f3d;
    color: white;
    border-top: 0.2px solid #b4b4b4;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    background-image: url("amazon1.png");
    background-size: cover;
    height: 50px;
    width: 100px;
    border-radius: 2%;
}

.foot-panel4 {
    height: 75px;
    background-color: #1a232e;
    color: #cccccc;
    text-align: center;
    font-size: 0.85rem;
}

.foot-content {
    padding-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-content a {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #cccccc;
}

