* {
  margin: 0;
  padding: 0;
}
#upnave {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  width: 100%;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(223, 223, 223);
  display: flex;
}
.left {
  width: 35%;
  color: rgb(92, 90, 90);
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-left: 20px;
}

.right {
  width: 35%;
  display: grid;
  margin-top: auto;
  margin-bottom: auto;
  grid-template-columns: repeat(3, 1fr);
}
#logodiv {
  margin: auto;
  width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#logodiv img {
  width: 100%;
  display: block;
}
#logodiv p {
  font-family: Arial, Helvetica, sans-serif;
  width: 70px;
}

#downnave {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(172, 172, 172);
}
.carter {
  margin-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 15%;
}
.logoimg img {
  width: 70%;
  margin: auto;
  display: block;
}
.midcontent {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.text {
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
}
.text a{
  font-size: 20px;
  margin-bottom: 5px;
  color: black;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.searchdiv {
  margin-top: auto;
  margin-bottom: auto;
  width: 25%;
}
.text > p:nth-child(1),a {
  font-size: 20px;
  margin-bottom: 5px;
  color: black;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.text > p:nth-child(2) {
  font-size: 14px;
  color: grey;
  font-family: Arial, Helvetica, sans-serif;
}
.search {
  padding: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: gray;
  border-radius: 25px;
  width: 250px;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(201, 201, 201);
  margin: auto;
}
.search > div:nth-child(1) {
  width: 80%;
}
.search > div:nth-child(2) {
  width: 10%;
}
.search img {
  width: 80%;
  display: block;
}
.adimg {
  width: 100%;
}
.adimg img {
  width: 100%;
  display: block;
}
.shop {
  width: 100%;
  margin-top: 45px;
  background-color: white;
}
.shopby {
  width: 100%;
  text-align: center;
  font-size: 58px;
  font-weight: 520;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #00a9e0;
}

.childs {
  width: 98%;
  margin: auto;
  justify-content: space-between;
  display: grid;
  gap: 25px;
  text-align: center;
  grid-template-columns: repeat(6, 1fr);
}
.childs a {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #003057;
  font-weight: 550;
}

.childs img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.search input {
  border: 0;
  font-size: 18px;
  outline: none;
}
#poster {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 60px;
}
#poster img {
  width: 100%;
}
#baner {
  display: flex;
  height: 500px;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url("https://cdn-fsly.yottaa.net/578855e22bb0ac10350002d6/www.carters.com/v~4b.29f/content/dam/ecomm/ec_creative_carters/2023/cadence/032923/desktop/car_desktop_032923_slot4.jpg?yocs=4G_");
}
#baner div:nth-child(1) {
  width: 66.8%;
}
#baner div:nth-child(2) {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  color: #00a9e0;
  font-size: 50px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 33.2%;
}

.break {
  font-size: 19px;
  font-weight: 550;
  text-align: center;
  color: rgb(131, 129, 129);
}

#categories {
  width: 90%;
  display: grid;

  grid-template-columns: repeat(5,1fr);
  margin: auto;
  gap: 25px;
}

.card {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding-bottom: 15px;
}
.imgdiv {
  width: 100%;
}
.imgdiv img {
  width: 100%;
  display: block;
}
.price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgb(68, 68, 68);
  font-weight: 550;
}
.title,
.color {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 5px;
  color: rgb(73, 73, 73);
}

.trendig{
  text-align: center;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin-top: 35px;
  color: rgb(117, 117, 117);
}

#service {
  margin-top: 50px;
  width:100%;
  height: 500px;
  background-color: #f7f6f6;
  /* border:1px solid black; */
}
#service p,h3{
  margin-bottom: 10px;
}
#service > div{
  width:70%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgb(95, 95, 95);
  display: flex;
  text-align: center;
  /* border:1px solid black; */
}
#service > div > div{
  /* margin: 0px 53px; */
  width: 25%;
  text-align: left;
  padding: 10px 20px;
  /* border:1px solid black; */
}

#service > div > div >h3, p:hover{
  cursor: pointer;
}
/* footer ends here */
.footerlast{
  width: 40%;
}
.footer{
  color: gray ;
  letter-spacing: 0.1ch;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: white;
}