@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
#prasant {
  background-color: #f0f1f7;
  font-family: "Roboto", sans-serif;
}


#nav1 {
  /* border: 1px solid red; */
  width: 100%;
  height: 120px;
  background-color: rgb(240, 241, 247);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#nav2 {
  /* border: 1px solid red; */
  width: 100%;
  height: 60px;
  display: flex;
}

#nav2 img {
  /* border: 1px solid red; */
  margin: 3%;
  height: 52px;
}

.logo {
  /* border: 1px solid red; */
  width: 20%;
  height: 60px;
  display: flex;
  text-align: center;
}

.search {
  /* border: 1px solid red; */
  width: 55%;
  height: 60px;
  align-items: flex-end;
  display: flex;
}

.search2 {
  /* border: 1px solid red; */
  width: 55%;
  height: 60px;
}

.gap {
  /* border: 1px solid red; */
  width: 85%;
  height: 60px;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.left {
  /* border: 1px solid red; */
  width: 25%;
  height: 60px;
}

.search>input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.right>input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}


.search>input[type="text"] {
  background-color: #fff;
  width: 80%;
  height: 80%;
  /* border: none;
    outline: none; */
  padding: 0 25px;
  border-radius: 25px 0 0 25px;
}

.search > .icon {
  border: 1px solid black;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
  width: 4%;
  height: 77%;
  font-size: 20px;
  background-color: black;
}

.search > .icon > .fas {
  color: white;
  margin: 35% 15%;
  cursor: pointer;
}

.search2,
a,
h3,
p {
  text-decoration: none;
  font-family: sans-serif;
  color: #4c4e66;
}

a:hover {
  color: #5ac3db;
}

:placeholder-shown {
  font-size: 18px;
  font-style: italic;
}

.srctext {
  font-size: 18px;
  font-style: italic;
}

.left {
  display: flex;
  justify-content: space-evenly;
}

.left > a > .fas {
  font-size: 20px;
  padding-top: 20px;
}

.brgr > .fas {
  font-size: 20px;
  padding-top: 15%;
}

.brgr {
  /* border: 1px solid red; */
  padding-left: 40px;
}

#part1 {
  /* border: 1px solid red; */
  width: 100%;
  height: 420px;
}

#text1 {
  width: 100%;
  height: 30px;
  margin-top: 0.5%;
  background-color: rgb(240, 241, 247);
}

.pt1 {
  display: inline;
  font-size: 14px;
}

.pt2 {
  display: inline;
  padding-left: 58%;
  font-size: 14px;
}

#text2 {
  width: 100%;
  height: 60px;
  text-align: center;
}

.pt3 {
  display: inline;
  font-size: 30px;
}

.pt4 {
  display: inline;
  font-size: 14px;
}

.learn {
  display: inline;
}

.learn > a {
  padding: 0.5%;
  border: 1px solid black;
}

.img1 {
  width: 100%;
  /* border: 1px solid red; */
}

#part2 {
  /* border: 1px solid red; */
  width: 100%;
  height: 450px;
  display: flex;
  background-color: rgb(240, 241, 247);
}

#part2 .div1 {
  width: 23%;
  margin: 1%;
  background-color: white;
  /* border: 1px solid red; */
}

.div1 > a > h3 {
  padding-left: 15px;
}

#part3 {
  /* border: 1px solid red; */
  width: 100%;
  height: 700px;
  display: flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#box1 {
  /* border: 1px solid red; */
  width: 35%;
  height: 650px;
}

#box2 {
  /* border: 1px solid red; */
  width: 65%;
  height: 650px;
}

#box2a {
  /* border: 1px solid red; */
  width: 100%;
  height: 45%;
  display: flex;
}

#box2 p {
  text-align: center;
}

#box2b {
  /* border: 1px solid red; */
  width: 100%;
  height: 45%;
}

#part3 .div2 {
  width: 23%;
  /* height: 45%; */
  margin: 5%;
  background-color: white;
  /* border: 1px solid red; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#box1a {
  margin: 15%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#part4 {
  /* border: 1px solid blue; */
  width: 100%;
  height: 500px;
  background-color: white;
  display: flex;
  /* display: inline-block; */
}

#part4a {
  /* border: 1px solid red; */
  width: 70%;
  height: 450px;
  display: flex;
  gap: 1%;
}

#part4a div {
  /* border: 1px solid red; */
  width: 24%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#part4b {
  /* border: 1px solid red; */
  width: 30%;
  height: 500px;
}

#part4b > a > img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.new > a > h4 {
  padding-left: 10px;
}

.new p {
  padding-left: 10px;
  line-height: 2px;
}

.yellow {
  color: #faa635;
}

#partition {
  width: 100%;
  height: 20px;
  /* border: 1px solid red; */
  background-color: rgb(240, 241, 247);
}
#partition > img {
  width: 100%;
  height: 90px;
  /* border: 1px solid red; */
  /* border: 1px solid red; */
  margin-top: -35px;
}

#gear {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
}
#gear > p {
  font-size: 30px;
  font-weight: medium;
  color: #202340;
  text-align: center;
  padding-top: 20px;
}
.fashion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 30px;
}
.fashion-section {
  width: 15%;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 10px;
}
.imgDiv {
  text-align: center;
  margin-bottom: 10px;
}
.imgDiv > img {
  width: 175px;
  border: 10px solid lightgray;
  border-radius: 50%;
  min-height: 60%;
}
.fashion-section > h4 {
  color: #202340;
  text-align: center;
}

/* featured */

#featured {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
}
#featured > p {
  font-size: 30px;
  font-weight: medium;
  color: #202340;
  text-align: center;
  padding-top: 20px;
}

/* cashback */

#cashback {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 30px;
}
.card > h4 {
  text-align: center;
}

/* cashback-2 */
#cashback-2 {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* health */
#health {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
}
#health > p {
  font-size: 32px;
  font-weight: medium;
  padding: 10px;
  margin: 5px;
}

.health-products {
  display: flex;
  justify-content: space-between;
}
.health-card {
  border: 1px solid lightgray;
  max-width: 25%;
  padding: 20px;
}
.health-card-img > img {
  width: 100%;
}
.health-card-img + p {
  font-size: 14px;
  margin-bottom: 5px;
}
.health-card > p + h5 {
  margin-bottom: 5px;
}

.health-card > h5 + p {
  margin-bottom: 5px;
  font-size: 12px;
}
.health-card > p + p {
  margin-top: 5px;
  font-size: 14px;
  color: #71b7c5;
}
.yellow {
  color: #faa635;
}
/* brands */

#brands {
  width: 100%;
  margin: auto;
  background-color: white;
  padding-bottom: 20px;
}
#brands > h2 {
  text-align: center;
  font-size: 32px;
  padding: 10px;
  color: #202340;
}
.brand-products {
  display: flex;
  justify-content: space-between;
}
.brand-card {
  padding: 20px;
  width: 23%;
}
.brand-card-img > img {
  width: 100%;
}
.brand-card > p {
  font-weight: bold;
  color: #202340;
  text-align: center;
  margin-bottom: 10px;
}

/* plain */

#plain {
  width: 100%;
  height: 100px;
  background-color: white;
}

/* footer */

.footer-up {
  background-color: #545871;
  padding: 20px;
}
.deals-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.right > h5 {
  display: inline;
  color: white;
}
.right > #email {
  width: 250px;
  padding: 5px;
  border-radius: 0;
}
button {
  padding: 5px;
  border: 0;
  color: #545871;
  font-weight: bold;
  
  
}
button:hover {
  color: white;
  background-color: #2e2c38;
}
.deals-1 > p {
  color: white;
  font-size: 12px;
}
.deals-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.deals-2 > p {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.deals-2 > span {
  color: white;
}
span > i {
  margin-right: 5px;
  font-size: 20px;
}
.footer-down {
  background-color: whitesmoke;
  padding: 10px;
}
.footer-down > p {
  font-size: 12px;
}
.policy {
  margin-bottom: 5px;
}
.policy > a {
  color: black;
  font-size: 12px;
}
.footer-images > img {
  width: 75px;
}
.footer-images {
  text-align: center;
  margin: 20px 0;
}
#foot-img-last {
  text-align: center;
}
