:root {
  --main-font: "Montserrat", sans-serif;
  --alternate-font: "EB Garamond", serif;
  --peach: #ffe8e8;
  --peach-dark: #ec8282;
  --cyan: #f1f9ff;
  --cream: #fdf8e6;
  --dark-blue: #506683;
  --header-color: rgb(241, 241, 241);
}

* {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  font-family: var(--main-font);
  background-color: var(--peach);
}

header {
  background-color: var(--header-color);
  height: 12%;
  width: 100vw;
  /* position: fixed; */
}

.navbar {
  display: flex;
  justify-content: center;
}

.navbar1,
.navbar2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.navbar1 {
  display: none;
  /* visibility: hidden; */
}

.navbar2 {
  margin: 0.6rem 0 0.6rem 0.5rem;
  /* margin-right: 10em; */
}
.navbar2 .mobile {
  color: blue;
  font-size: 0.65em;
}
.navbar2 .mobile:hover {
  color: rgb(17, 17, 150);
  font-size: 0.66em;
  transition: 0.5s;
}

.navbar2 a {
  align-items: center;
  justify-content: center;
}

.navbar a {
  text-decoration: none;
  font-size: 0.8rem;
  color: var(--dark-blue);
  gap: 1rem;
  font-weight: bold;
}

.navbar a:hover {
  font-size: 0.81rem;
  color: var(--dark-peach);
  transition: 0.5s;
}

.whatsapp {
  width: 38px;
}
.whatsapp:hover {
  transition: 0.5s;
  border: solid 1px rgb(23, 175, 23);
  border-radius: 100%;
}

.niger {
  width: 12px;
}

.nigeria-flag {
  border: solid rgb(211, 211, 211) 1px;
  padding: 1em;
  font-size: 0.5em;
  border-radius: 10em;
  margin: 0.5em;
}

.logo-center {
  display: flex;
  justify-content: space-between;
  /* height: 25vh; */
  padding: 2em 1em 2em 1em;
  background-color: var(--peach);
}

.logo {
  width: 170px;
  height: 35px;
}

.navbar-bottom {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.navbar-bottom a {
  text-decoration: none;
  font-size: 0.75rem;
  color: var(--dark-blue);
  gap: 1rem;
  font-weight: bold;
}

.navbar-bottom a:hover {
  font-size: 0.76rem;
  color: #a53737;
  transition: 0.5s;
}

.nav {
  display: none;
}

a.sign-in {
  color: orangered;
}

.fa-cart-shopping {
  color: var(--dark-blue);
  font-size: 20px;
}
.fa-cart-shopping:hover {
  color: #354963;
  transition: 0.5s;
  font-size: 21px;
}

.nigeria-flag:hover {
  background-color: #43566e5e;
  color: white;
}

.menu {
  display: inline-block;
  font-size: 1rem;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  background-color: var(--peach-dark);
  cursor: pointer;
  padding: 0.7em 1em 0.7em 1em;
  margin: 0 0 1em 1em;
  position: relative;
}

.quick-search {
  width: 50%;
  height: 18px;
  background-color: white;
  position: absolute;
  border-radius: 3px;
}

.menu-quick-search1,
.menu-quick-search input,
.quick {
  display: inline-block;
  width: 90%;
  height: 50%;
  position: absolute;
  border: none;
  outline: none;
  font-size: 1em;
  word-spacing: 2px;
  letter-spacing: 0.5px;
  opacity: 0.5;
}

.quick::placeholder {
  font-family: var(--main-font);
  color: var(--dark-blue);
}

.menu-wrapper::before {
  content: "";
  background-color: var(--dark-blue);
  width: 100%;
  height: 60px;
  position: absolute;
  padding: 0.5em;
  top: 141px;
  /* top: 215px; */
}

/* ---------------- */
/* ------------------------------- */
/* --------------------------------------------- */
main.store-wrapper {
  background-color: var(--peach);
  display: flex;
  padding: 1em;
  flex-direction: column;
  gap: 20px;
}

.quick-search1 {
  width: 30%;
  background: none;
  border: none;
  display: flex;
  height: 30px;
  margin-left: -1em;
}
.quick-search1 label {
  font-size: 2em;
  font-family: var(--alternate-font);
  color: var(--dark-blue);
  margin-bottom: 1em;
}
.quick-search1 input {
  width: 280px;
  padding: 0.5em;
  display: flex;
  height: 30px;
  font-family: var(--main-font);
  border: 1px solid rgba(197, 197, 197, 0.651);
  outline: none;
  border-radius: 5px;
  margin-top: 1em;
  margin-left: -0.2em;
}
span .con {
  color: var(--dark-blue);
  font-size: 1.2em;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  opacity: 0.5;
  clear: both;
}

/* ------------------ */
/* ---------------------------- */

.showing {
  margin-top: 4em;
  margin-bottom: -1.5em;
  font-size: 0.8em;
  color: var(--dark-blue);
}
.number-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.box {
  border: 1px solid rgba(168, 168, 168, 0.521);
  display: grid;
  place-items: center;
  color: var(--dark-blue);
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.box:hover {
  background-color: var(--cream);
}
.box8 {
  margin-left: 3em;
}
.box-curve1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box-curve2 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* ------------------- */
/* ------------------------------ */
/* --------------------------------------------------------------- */

.page1-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  /* padding: 2em; */
}

.wrap {
  width: 300px;
  display: flex;
  height: 400px;
  align-items: flex-end;
  background-color: blue;
  margin-top: 1em;
  /* box-shadow: 0 0 5px grey; */
}
.wrap1 {
  background-image: url(/img/kampala.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap2 {
  background-image: url(/img/naija\ store.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap3 {
  background-image: url(/img/load-adelprintnew.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap4 {
  background-image: url(/img/ex-pro.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap5 {
  background-image: url(/img/sutor.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap6 {
  background-image: url(/img/imagine8.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap7 {
  background-image: url(/img/nt-lab.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap8 {
  background-image: url(/img/denn.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap9 {
  background-image: url(/img/food.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap10 {
  background-image: url(/img/6-block.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap11 {
  background-image: url(/img/hubby.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap12 {
  background-image: url(/img/lappy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap13 {
  background-image: url(/img/netcraft.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap14 {
  background-image: url(/img/esdesign.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap15 {
  background-image: url(/img/ozyet.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap16 {
  background-image: url(/img/agl.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap17 {
  background-image: url(/img/pixel.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap18 {
  background-image: url(/img/art.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap19 {
  background-image: url(/img/comet.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap20 {
  background-image: url(/img/tunzy.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.yemexzo,
.naija-store,
.imagine8,
.printlab,
.denn,
.ayoka,
.lappy,
.netcraft,
.esdesign,
.agl,
.smartpixel,
.tunzy {
  background-color: white;
  width: 300px;
  padding: 1em;
  line-height: 35px;
}
.Adel,
.ex-pro,
.sutor,
.block6,
.eshh,
.ozyet,
.art,
.comet {
  background-color: rgb(245, 205, 227);
  width: 300px;
  padding: 1em;
  line-height: 35px;
}

h4 {
  font-size: 1.2em;
  font-weight: bolder;
  color: var(--dark-blue);
}
h5 {
  font-size: 0.8em;
  margin-bottom: 1em;
  color: var(--dark-blue);
}
span.view {
  background-color: var(--dark-blue);
  padding: 1em;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8em;
}
span.view:hover {
  background-color: #293e5a;
  transition: 0.4s;
}

article {
  background-color: var(--peach);
}

.store-numbers-wrapper2 {
  background-color: var(--peach);
}

.showing2 {
  font-size: 0.8em;
  color: var(--dark-blue);
  margin: 1em;
  padding-top: 2em;
}

.number-box2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin: 1em;
  padding-bottom: 2em;
}

/* ------------------------------ */
/* ------------------------------------------- */
/* ----------------------------------------------------- */

footer {
  background-color: var(--dark-blue);
  width: 100%;
  padding: 2em 0 3em 1em;
  color: white;
}

.list-of-footer {
  display: flex;
  /* flex-direction: column; */
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-list {
  height: 280px;
  width: 300px;
  line-height: 35px;
  font-weight: bold;
  font-size: 0.75em;
}
.footer-list-help {
  height: 240px;
  width: 300px;
  line-height: 35px;
  font-weight: bold;
  font-size: 0.75em;
}
.footer-list-make {
  height: 170px;
  width: 300px;
  line-height: 35px;
  font-weight: bold;
  font-size: 0.75em;
}
.footer-list-follow {
  height: 280px;
  width: 350px;
  line-height: 35px;
  font-weight: bold;
  font-size: 0.75em;
}

.adel-footer-head {
  font-size: 1.5em;
}

/* .head2 {
  margin-top: 2em;
  font-weight: bold;
} */

.follow {
  display: flex;
  flex-direction: column;
  /* height: 280px;
  width: 300px; */
}

.accept {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}
.delivery {
  margin-top: 1.5em;
}
.social-media-icon {
  display: flex;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 1em;
  gap: 15px;
  padding: 0.5em;
}

.v-icon-wrapper {
  display: flex;
  gap: 15px;
  cursor: pointer;
}

.v-icon-wrapper a {
  color: white;
  font-weight: bold;
  font-size: 0.8em;
}

.delivery {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.vcons {
  width: 20px;
  height: 20px;
  margin-top: 0.5em;
}
.dhlicon {
  width: 50px;
  height: 10px;
  cursor: pointer;
}

footer span {
  color: #bac6d6;
  font-size: 1em;
  cursor: pointer;
}

.copyright-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--header-color);
  font-size: 0.9em;
  padding: 3em 0;
  color: var(--dark-blue);
  width: 100%;
  height: 15%;
  position: relative;
}

.send-message {
  font-size: 1em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(226, 7, 80);
  font-weight: bold;
  width: 120px;
  height: 40px;
  padding: 0 0.5em;
  border-radius: 5px;
  position: absolute;
  bottom: 80px;
  left: 10px;
  cursor: pointer;
  margin-bottom: 0;
  /* position: fixed; */
}

.send-message:hover {
  background-color: rgb(172, 8, 62);
  transition: 0.5s;
}


/* ---------------------- */
/* --------------------------------- */
/* --------------------------------------------- */
@media (min-width: 41em) {
  body {
    background-color: var(--peach);
  }
}
@media (min-width: 50em) {
  body {
    background-color: var(--peach);
  }
  main.store-wrapper {
    background-color: var(--peach);
    display: flex;
    padding: 1em;
    flex-direction: column;
    gap: 20px;
  }

  .quick-search1 {
    width: 30%;
    background: none;
    border: none;
    display: flex;
    height: 30px;
    margin-left: -1em;
  }
  .quick-search1 label {
    font-size: 2em;
    font-family: var(--alternate-font);
    color: var(--dark-blue);
    margin-bottom: 1em;
  }
  .quick-search1 input {
    width: 280px;
    padding: 0.5em;
    display: flex;
    height: 30px;
    font-family: var(--main-font);
    border: 1px solid rgba(197, 197, 197, 0.651);
    outline: none;
    border-radius: 5px;
    margin-top: 1em;
    margin-left: -0.2em;
  }
  span .con {
    color: var(--dark-blue);
    font-size: 1.2em;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    opacity: 0.5;
    clear: both;
  }

  .menu-wrapper::before {
    content: "";
    background-color: var(--dark-blue);
    width: 100%;
    height: 60px;
    position: absolute;
    display: none;
    padding: 0.5em;
    top: 141px;
    /* top: 215px; */
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
  }
  .navbar1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    /* visibility: hidden; */
  }

  .navbar-bottom {
    display: flex;
  }
  .logo-center {
    margin: 0 1em;
  }
  .nav {
    display: flex;
  }
  /* .menu {
    display: flex;
  } */
  .menu-wrapper {
    display: none;
  }

  .store-numbers-wrapper,
  .store-numbers-wrapper2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2em;
    padding: 1em;
  }

  main,
  header article {
    padding: 1em;
  }

  main .quick-search1 {
    margin-left: 1em;
  }
}

@media (min-width: 75em) {
  .store-numbers-wrapper,
  .store-numbers-wrapper2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2em;
    padding: 0 2em;
  }

  main,
  header article {
    padding: 2em;
  }

  main .quick-search1 {
    margin-left: 2em;
  }
}
