: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);
}

/* ------------------------------------------- */
/* header section open  */
header {
  background-color: var(--header-color);
  height: 12%;
  width: 100%;
  /* 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;
}

.nigeria-flag:hover {
  background-color: #43566e5e;
  color: white;
}

/* header section close */
/* --------------------------------------- */

/* section page open */

section {
  background-color: var(--peach);
}

.logo-center {
  display: flex;
  justify-content: space-between;
  padding: 2em 1em 2em 1em;
}

.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;
}

.menu {
  display: inline-block;
  font-size: 1rem;
  border-radius: 3px;
  font-weight: bold;
  color: var(--dark-blue);
  background-color: white;
  cursor: pointer;
  padding: 0.7em 1em 0.7em 1em;
  margin: 0 0 1em 1em;
}
.menu:hover {
  background-color: #c26363;
  color: white;
  transition: 0.4s;
}

/* section page done  */

/* ------------------------------------------- */
/*   quality page start*/
.quality-center {
  display: flex;
  padding: 1em;
}

.quality-wrapper {
  width: 100vw;
  position: relative;
  margin-bottom: 4em;
}

.quality-large-image {
  display: none;
  width: 60vw;
  height: 35vh;
  position: relative;
  margin-bottom: 2em;

  /* margin-bottom: 6em; */
}

.large-image {
  width: 500px;
  height: 400px;
  position: absolute;
  right: 33.5em;
}

.quality {
  font-size: 2.1em;
  font-weight: bold;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.quality1 {
  font-weight: bold;
  color: #91a4bd;
  font-size: 1.5em;
  line-height: 40px;
  padding: 0.8em 0 1em 0;
}
.quality2 {
  font-weight: bold;
  color: var(--dark-blue);
  font-size: 0.8em;
  padding: 0.5em 0 1em 0;
}

.search-box {
  color: #91a4bdb0;
  display: flex;
  justify-content: space-between;
  max-width: 80vw;
  background-color: white;
  font-size: 0.75em;
  margin: 0 0 1.5em 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 2.5em 1.5em 2.5em 1em;
}

.fa-magnifying-glass {
  font-size: 22px;
}

/* quality page done */

/* --------------------------------------- */

/* main page start */

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-heading {
  display: inline-flex;
  min-width: 80vw;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 4em 1em 1.5em 0.5em;
}
.popular-products {
  font-family: var(--alternate-font);
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--dark-blue);
}
.see-all {
  font-family: var(--main-font);
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--peach-dark);
}

.images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.img-wrapper {
  width: 280px;
  margin: 0 2em 2em 2em;
  box-shadow: rgba(201, 199, 199, 0.295) 2px 2px 3px;
  border: solid 1px rgba(207, 207, 207, 0.322);
}

.image-background-1 {
  background-image: url(/img/Business\ card.png);
  height: 280px;
  width: 280px;
  margin-top: -3.09em;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-1:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-2 {
  background-image: url(/img/flyernew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-2:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-3 {
  background-image: url(/img/stickernew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-3:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-4 {
  background-image: url(/img/mugnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-4:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-5 {
  background-image: url(/img/postcardnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-5:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-6 {
  background-image: url(/img/rollupnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-6:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-7 {
  background-image: url(/img/A-posternew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-7:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-8 {
  background-image: url(/img/foldnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-8:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-9 {
  background-image: url(/img/idnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-9:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-10 {
  background-image: url(/img/shirtnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-10:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-11 {
  background-image: url(/img/paperbagnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-11:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-12 {
  background-image: url(/img/courierbagnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-12:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-13 {
  background-image: url(/img/greetingnew.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-13:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}
.image-background-14 {
  background-image: url(/img/sticker2new.png);
  height: 280px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-background-14:hover {
  height: 290px;
  width: 290px;
  transition: 1s;
}

.image-wrapper-writeup {
  margin: 1em 2em 0 2em;
  display: flex;
  flex-direction: column;
}

.business-card {
  margin-top: 3.5em;
}
.paper-bag {
  margin-top: 2.5em;
}

.business-card,
.flyer,
.sticker,
.sticker2,
.mug,
.postcard,
.rollup,
.A2-poster,
.trifold,
.id-card,
.tshirt,
.paper-bag,
.courier-bag,
.greetings-card {
  font-size: 0.9em;
  padding: 1em;
  font-weight: bold;
  color: var(--dark-blue);
}

.starting {
  font-size: 0.7em;
  padding: 0 0 1em 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(128, 128, 128, 0.842);
}

.price {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--dark-blue);
  padding: 0 0 1em 0.8em;
}

.per {
  font-size: 0.7em;
  color: rgba(128, 128, 128, 0.664);
}

.browse {
  display: inline-block;
  color: white;
  font-weight: bold;
  padding: 1em;
  border-radius: 5px;
  margin: 1em;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
  background-color: var(--peach-dark);
  cursor: pointer;
}
.browse:hover {
  font-size: 0.82em;
  background-color: #ce5858;
  transition: 1s;
}

.popular-categories {
  display: flex;
  min-width: 80vw;
  justify-content: space-between;
  margin: 0 3em 2em 2.2em;
  align-items: center;
  margin-top: 3em;
}

.popular {
  display: flex;
  gap: 15px;
  font-size: 1.3rem;
  font-family: var(--alternate-font);
  color: #506683;
  align-items: center;
  cursor: pointer;
}
.popular:hover {
  font-size: 1.3rem;
}
.categories:hover {
  font-size: 1.2rem;
  transition: 0.8s;
}
.popular:hover {
  font-size: 1.4rem;
  transition: 0.8s;
}
.categories {
  display: flex;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ce5858;
  align-items: center;
  cursor: pointer;
}

/* images page done */

/* --------------------------------------- */

/* main nigeria bottom page start */

.nigeria-num1 {
  margin: 1.5em 0 0 -2em;
  display: flex;
  width: 90vw;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 2em; */
}

.nigeria {
  font-size: 1.6em;
  /* padding: 4em; */
  font-weight: bold;
  font-family: var(--alternate-font);
  color: #506683;
  margin: 1em;
}

.nigeria-paragragh {
  font-size: 0.9em;
  font-weight: bold;
  color: #506683bd;
  margin: -1em 0 1em 2em;
}

/* images page done */

/* --------------------------------------- */

/* big brand*/

.big-brands-wrapper {
  width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em 0 3em 2em;
  flex-wrap: wrap;
}

.big-brands {
  width: 100%;
}

/* big brand page done */

/* --------------------------------------- */

/* what page start*/

.what-wrapper {
  margin: 1.5em 0 0em 0em;
  display: flex;
  width: 100vw;
  padding-bottom: 2em;
  align-items: center;
  background-color: var(--cyan);
  justify-content: center;
  flex-direction: column;
}

.what {
  font-size: 1.6em;
  /* padding: 4em; */
  font-weight: bold;
  font-family: var(--alternate-font);
  color: #506683;
  margin: 1em;
}

.amina-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  height: 30%;
}

.amina-wrapper {
  display: flex;
  background-color: white;
  flex-direction: column;
  width: 320px;
  height: 180px;
  border-radius: 5px;
  justify-content: center;
  border: #cdd6e24f solid 1px;
  margin: 1em 0 2em 0;
  padding: 1em 1em 1.5em 3em;
  /* position: relative; */
}

.amina-heading {
  font-size: 0.75em;
  margin: 0 1em 1em 0;
  color: #506683;
  font-weight: bold;
  /* margin-bottom: 1em; */
}

.amina-delicious,
.twi {
  color: rgb(52, 174, 250);
}

.amina-paragraph {
  font-size: 0.8em;
  line-height: 25px;
  color: #000000;
}

.fa-twitter {
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: rgb(52, 174, 250);
  border: 0.5px solid rgba(224, 224, 224, 0.603);
  border-radius: 50%;
  margin: 1em; /* position: absolute; */
  left: 25px;
  top: 50px;
}

/* what an amina page done */

/* --------------------------------------- */

/* main of clock and kite page start*/
/* .cont-section {
  /* display: flex; */
/* align-items: center; */
/* justify-content: center; */

.clock-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 30%;
}

.clock {
  width: 50px;
}

.clock-section {
  width: 350px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1em;
  /* align-items: center; */
  justify-content: center;
}

.count {
  font-size: 1.5em;
  /* padding: 4em; */
  font-weight: bold;
  font-family: var(--alternate-font);
  color: #000000;
  margin: 1em;
  /* margin-left: 2.7em; */
}

.clock-heading {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.clock-paragraph {
  font-size: 0.9em;
  /* margin-left: 2em; */
  color: #000000b0;
}

/* clock section end */

/* OUR section begin */

.our-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1em;
  background-color: var(--header-color);
}

.our {
  font-size: 1.5em;
  margin: 2em 0 1.5em 0;
  font-family: var(--alternate-font);
  font-weight: bold;
  color: var(--dark-blue);
}

.techbox {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  /* align-items: center; */
  flex-wrap: wrap;
  /* padding: 1em; */
  width: 100%;
  height: 20%;
  /* height: 100px; */
}

.techchurch {
  width: 250px;
  /* gap: 15px; */
  height: 120px;
}

.tech-img {
  width: 150px;
}
.CNN {
  width: 50px;
}

.forbes-heading {
  font-size: 1.8em;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
  font-weight: bold;
}

.techchurch-link a {
  font-size: 0.8em;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-decoration: underline;
}
.techchurch-link a:hover {
  font-size: 0.82em;
  transition: 0.8s;
  color: rgb(27, 27, 27);
  font-weight: bold;
}

/* our section finish */

/* ---------------------------------------------- */

/* summary begins  */

summary {
  background-color: var(--peach);
  min-height: 20%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.subsribe-wrapper {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  /* row: ; */
  gap: 15px;
  width: 100%;
  margin: 1em;
}

.subscribe {
  font-size: 1em;
  color: var(--dark-blue);
  margin: 2em 1em 0em 1em;
  font-weight: bold;
}

.firstname {
  background-color: white;
  max-width: 60%;
  font-size: 1em;
  color: rgba(128, 128, 128, 0.548);
  font-weight: bold;
  border-radius: 5px;
  margin: 1em 0em 0em 0;
  min-height: 4em;
  padding: 2em 0 0 1em;
}
.email {
  background-color: white;
  max-width: 60%;
  font-size: 1em;
  color: rgba(128, 128, 128, 0.548);
  font-weight: bold;
  border-radius: 5px;
  margin: 1em 0em 0em 0;
  min-height: 4em;
  padding: 2em 0 0 1em;
}
.subscribe-click {
  background-color: var(--dark-blue);
  max-width: 6em;
  min-height: 3em;
  color: white;
  padding: 1em 0 0em 1em;
  /* margin-left: 6em; */
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.subscribe-click:hover {
  background-color: #23344b;
  transition: 0.5s;
}

/* summary end  */

/* ------------------------------------------ */

/* footer begins  */

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;
}

/* Mobile view done  */

/* ------------------------------------- */

/* media query .starting */

@media (min-width: 41em) {
  .navbar2 {
    display: flex;
    align-items: center;
    gap: 8em;
    justify-content: space-between;
  }
  .navbar2 .mobile {
    color: blue;
    font-size: 0.7em;
  }
  section {
    padding: 0 1em;
  }
  .quality-center {
    padding: 0 2em;
  }
  .quality-large-image {
    display: flex;
    width: 60vw;
    height: 35vh;
    position: relative;
    margin-bottom: 2em;

    /* margin-bottom: 6em; */
  }

  .large-image {
    width: 380px;
    height: 300px;
    position: absolute;
    right: -2.5em;
    bottom: -2.5em;
  }

  .count {
    margin-left: 7em;
  }
  .our-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    background-color: var(--header-color);
  }
  .techbox {
    align-items: center;
    justify-content: center;
  }

  .subsribe-wrapper {
    display: block;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* row: ; */
    gap: 15px;
    width: 100%;
    margin: 1em;
    margin-bottom: 1em;
  }

  .firstname {
    background-color: white;
    max-width: 60%;
    font-size: 0.9em;
    margin: 1em 0em 0.5em 0;
    min-height: 4em;
    padding: 2em 0 0 1em;
  }
  .email {
    max-width: 60%;
    margin: 2.5em 0em 0.5em 0;
    min-height: 4em;
    font-size: 0.9em;
    padding: 2em 0 0 1em;
  }
  .subscribe-click {
    max-width: 20%;
    min-height: 3em;
    font-size: 0.9em;
    padding: 2em 0 0 1em;
    margin-top: 2.5em;
  }

  .subscribe {
    font-size: 0.9em;
    margin: 2em 1em 1em 1em;
  }
  .send-message {
    font-size: 1em;
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 10px;
    position: fixed;
  }
}

/* media query .41em stop */

/* media query 50em start */

/* ------------------------------------------ */

@media (min-width: 50em) {
  header {
    background-color: var(--header-color);
    height: 12%;
    width: 100%;
    /* position: fixed; */
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    margin: 0 2em;
  }

  .navbar1,
  .navbar2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }

  .navbar2 {
    margin: 0.6rem 0 0.6rem 0.5rem;
  }

  .navbar2 .mobile {
    color: blue;
    font-size: 0.7em;
  }

  .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-bottom {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
  }

  .navbar-bottom a {
    gap: 1rem;
  }

  .nav {
    display: flex;
  }

  .menu {
    display: none;
  }

  .quality-wrapper {
    width: 100vw;
    height: 60vh;
    position: relative;
    margin-bottom: 4em;
  }

  .quality-large-image {
    display: flex;
    width: 60vw;
    height: 35vh;
    position: relative;
    margin-bottom: 2em;

    /* margin-bottom: 6em; */
  }

  .large-image {
    width: 500px;
    height: 400px;
    position: absolute;
    right: -2.5em;
    top: -0.5em;
  }

  .quality {
    font-size: 4em;
  }

  .search-box {
    color: #91a4bdb0;
    display: flex;
    justify-content: space-between;
    max-width: 60vw;
    background-color: white;
    font-size: 0.75em;
    margin: 0 0 1.5em 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 2.5em 1.5em 2.5em 1em;
  }

  .fa-magnifying-glass {
    font-size: 25px;
  }
  .what {
    font-size: 1.6em;
    /* padding: 4em; */
    font-weight: bold;
    font-family: var(--alternate-font);
    color: #506683;
    margin: 1em;
  }

  .amina-box {
    gap: 20px;
    width: 100%;
    height: 30%;
    margin-bottom: -1em;
    margin-top: -1em;
  }

  .amina-wrapper {
    width: 300px;
    height: 150px;
  }

  summary {
    background-color: var(--peach);
    min-height: 20%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .subsribe-wrapper {
    display: flex;
    flex-direction: row;
    width: 90%;

    justify-content: flex-start;
  }

  .firstname {
    width: 50%;
    font-size: 0.9em;
    min-height: 3.5em;
    margin-bottom: -1em;
  }
  .email {
    width: 35%;
    font-size: 0.9em;
    min-height: 3.5em;
  }
  .subscribe-click {
    width: 10%;
    min-height: 3em;
    font-size: 0.8em;
  }
}

@media (min-width: 60em) {
  footer {
    padding: 2em;
  }
}
@media (min-width: 75em) {
  header {
    padding: 0 1em 0 -3em;
  }
  .navbar {
    padding: 0 3em 0 3em;
  }
  .logo-center {
    padding-left: 4em;
    padding-right: 4em;
  }
  .quality-wrapper {
    padding-left: 3em;
  }
  .our-wrapper {
    padding-left: 3.5em;
  }
  summary {
    padding-left: 2em;
    padding-right: 2em;
  }
  .list-of-footer {
    padding-left: 3em;
  }
  .footer-list-follow {
    padding-bottom: 2em;
  }

  .fa-brands {
    font-size: 20px;
    color: white;
  }
}
/* ,section,main,article,aside,summary  */
