: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;
}

/* coperate header done ----------------------------------- */

/* ------------------------------------------------------------- */

/* ---------------- coperate section start-----------------  */

section {
  background-color: var(--peach);
}

.logo-center {
  display: flex;
  justify-content: space-between;
  /* height: 25vh; */
  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;
}

.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; */
}

.navbar-bottom2 {
  display: none;
  width: 95%;
  justify-content: space-between;
  height: 100px;
  flex-direction: row;
  align-items: center;
  margin: -2em 0em 0 1em;
  gap: 30px;
}

.homcpr {
  font-size: 0.75em;
  color: #354963ab;
  font-weight: bold;
}

.quick-search1 {
  width: 50%;
  height: 18px;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.411);
  border-radius: 5px;
}
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
.corporate-wrapper {
  display: flex;
  margin: 1em;
}

.corporate-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  background-color: #ffffff;
  border-radius: 5px;
  padding-right: 1em;
  /* justify-content: space-around; */
  /* padding: 3em; */
}

.corporate-wrapper img {
  width: 30vw;
  display: none;
  /* width: 150px; */
  /* margin-top: -2.5em; */
}

.corporate {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 1em;
}

.corporate h2 {
  /* font-size: 1.8em; */
  font-size: 1.7em;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
  text-transform: capitalize;
}
.corporate h4 {
  /* font-size: 0.9em; */
  font-size: 1em;
  color: var(--dark-blue);
  text-transform: capitalize;
  font-weight: bold;
  line-height: 25px;
}

b {
  color: #a53737;
  cursor: pointer;
}

.corporate span {
  font-size: 0.7em;
  color: var(--dark-blue);
  text-transform: capitalize;
  text-align: start;
  font-weight: bold;
  line-height: 20px;
}

span.gets {
  background-color: var(--peach);
  box-shadow: 0px 0px 7px rgba(128, 128, 128, 0.747);
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  font-size: 0.8em;
  font-weight: bold;
  color: var(--dark-blue);
  border-radius: 5px;
  cursor: pointer;
}

span.gets:hover {
  background-color: #354963;
  color: white;
  transition: 0.7s;
}
/* ------------------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */

.perk-container {
  display: flex;
  flex-direction: column;
  margin: 1em;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.perk {
  display: flex;
  font-size: 1.1em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}
.perk-container img {
  width: 280px;
  /* padding: 1em; */
  margin-top: 1em;
  /* width: 40vw; */
}

.perk-container::before {
  content: "01";
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #9b9ea1b2;
  position: absolute;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
}

.perk-img-wrapper {
  display: flex;
  flex-direction: column;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

.perk-writeups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.perk-img-wrapper h3 {
  display: flex;
  margin: 1em;
  font-size: 1.4em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.perk-writeups p {
  font-size: 0.9em;
  color: var(--dark-blue);
  margin: 0 0 3em 0.5em;
  line-height: 25px;
}
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */

.carton-img-wrapper {
  display: flex;
  flex-direction: column;
  /* flex-direction: row-reverse; */

  justify-content: center;
  align-items: center;
  margin: 1em;
  margin-bottom: 2em;
  /* position: relative; */
}

.carton-img-wrapper::before {
  content: "02";
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #9b9ea1b2;
  position: absolute;
  top: 910px;
  bottom: 0;
  right: 0;
  left: 1210px;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
}

.carton-writeups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.carton-img-wrapper h3 {
  display: flex;
  margin: 1em;
  font-size: 1.4em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.carton-writeups p {
  font-size: 0.9em;
  color: var(--dark-blue);
  margin: 0 0 1em 1em;
  line-height: 25px;
}

.box-load {
  width: 300px;
  margin-top: 1em;
  /* width: 40vw; */
}
/* ------------------------------------------------------
------------------------------------------------
------------------------------------------------------ */

.hand-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  margin: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  /* position: relative; */
}

.hand-img-wrapper::before {
  content: "03";
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #9b9ea1b2;
  position: absolute;
  top: 1200px;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
}

.hand-writeups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.hand-img-wrapper h3 {
  display: flex;
  margin: 1em;
  font-size: 1.4em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.hand-writeups p {
  font-size: 0.9em;
  color: var(--dark-blue);
  margin: 0 0 1em 1em;
  line-height: 25px;
}

.hand-img {
  width: 300px;
  margin-top: 1em;
  /* width: 40vw; */
}
/* ------------------------------------------------------
------------------------------------------------
------------------------------------------------------ */

.tiles-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* flex-direction: row-reverse; */
  justify-content: center;
  align-items: center;
  margin: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  /* position: relative; */
}

.tiles-img-wrapper::before {
  content: "04";
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #9b9ea1b2;
  position: absolute;
  top: 1600px;
  bottom: 0;
  right: 0;
  left: 1090px;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
}

.tiles-writeups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.tiles-img-wrapper h3 {
  display: flex;
  margin: 1em;
  font-size: 1.4em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.tiles-writeups p {
  font-size: 0.9em;
  color: var(--dark-blue);
  margin: 0 0 1em 1em;
  line-height: 25px;
}

.tiles-img {
  width: 300px;
  margin-top: 1em;
  height: 250px;
  /* width: 40vw; */
}
/* ------------------------------------------------------
------------------------------------------------
------------------------------------------------------ */

.phone-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  margin: 1em;
  margin-top: 2em;
  margin-bottom: 4em;
  /* position: relative; */
}

.phone-img-wrapper::before {
  content: "05";
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #9b9ea1b2;
  position: absolute;
  top: 2020px;
  bottom: 0;
  right: 0;
  left: 20px;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
}

.phone-writeups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.phone-img-wrapper h3 {
  display: flex;
  margin: 1em;
  font-size: 1.4em;
  text-align: center;
  color: var(--dark-blue);
  font-family: var(--alternate-font);
}

.phone-writeups p {
  font-size: 0.9em;
  color: var(--dark-blue);
  margin: 0 0 1em 1em;
  line-height: 25px;
}

.phone-img {
  width: 300px;
  margin-top: 1em;
  /* width: 40vw; */
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */

.nigeria-num1 {
  margin: 1.5em 1em 0 0em;
  background-color: white;
  display: flex;
  width: 100vw;
  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;
  line-height: 25px;
  color: #506683bd;
  margin: -1em 1em 1em 2em;
  padding-right: 0.5em;
}

.big-brands-wrapper {
  width: 85vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em 1em 3em 0em;
  flex-wrap: wrap;
}

.big-brands {
  width: 100%;
}

/* ------------------------------------
-----------------------------------------
------------------------------------------------ */
aside {
  background-color: #b1b5bb48;
  /* width: 100vw; */
  display: flex;
  /* align-items: center;
  justify-content: center; */
  padding: 1.5em;
  /* padding-bottom: 3em; */
}

.corperate-form {
  display: flex;
  flex-direction: column;
  /* flex-direction: row; */
  /* margin-left: 2em; */
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.corperate-form h3 {
  /* padding-left: 2.5em; */
  color: var(--dark-blue);
  font-size: 1em;
  line-height: 25px;
  font-weight: bold;
}
.corperate-form form {
  display: flex;
  /* align-items: flex-start;
  justify-content: flex-start; */
  /* width: 80vw; */
  flex-direction: column;
  gap: 15px;
}

.corperate-form label {
  color: var(--dark-blue);
  font-size: 0.9em;
  line-height: 25px;
  margin-bottom: -0.5em;
}

.corperate-form input {
  width: 230px;
  height: 20px;
  padding: 1em;
  outline: none;
  border: 1px solid rgba(192, 192, 192, 0.692);
  border-radius: 5px;
  width: 245px;
}
.corperate-form select {
  width: 200px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(168, 168, 168, 0.486);
  border-radius: 5px;
  font-family: var(--main-font);
  font-size: 0.9em;
  color: var(--dark-blue);
  padding-left: 0.5em;
  width: 275px;
}
.corperate-form option {
  font-family: var(--main-font);
  background-color: #ffe0e0ee;
  color: rgb(0, 0, 0);
  height: 20px;
  padding: 1em;
  outline: none;
  border: 1px solid rgba(192, 192, 192, 0.692);
  border-radius: 5px;
}
.corperate-form input::placeholder {
  font-family: var(--main-font);
  opacity: 0.5;
}

textarea {
  width: 245px;
  height: 100px;
  padding: 1em;
  outline: none;
  border: 1px solid rgba(192, 192, 192, 0.692);
  border-radius: 5px;
  color: var(--dark-blue);
  font-family: var(--main-font);
  font-size: 0.8em;
}

.submit-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.submit-A {
  font-family: var(--main-font);
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #354963;
  padding: 1em;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.submit-A:hover {
  background-color: #203046;
  transition: 0.5s;
}

.form-img-wrapper {
  margin: 5em;
}

.form-img {
  width: 35vw;
  display: none;
}
/* -------------------------------- */
/* ---------------------------------------- */
/* ----------------------------------------------- */

.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;
  display: block;
  /* 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;
}

main.cont-section {
  background-color: white;
}

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) {
  .corporate-wrapper img {
    width: 30vw;
    display: flex;
    /* width: 150px; */
    /* margin-top: -2.5em; */
  }
  .perk-container img,
  .box-load,
  .hand-img,
  .tiles-img,
  .phone-img {
    width: 500px;
  }
  .tiles-img {
    height: 400px;
  }
  h3 {
    padding-left: 2em;
  }
  p {
    padding-left: 3em;
  }

  aside {
    background-color: #b1b5bb48;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .corperate-form {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
  }

  .corperate-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 80vw; */
    flex-direction: column;
    gap: 25px;
  }

  .corperate-form label {
    color: var(--dark-blue);
    font-size: 1.2em;
    line-height: 25px;
    margin-bottom: -0.5em;
  }

  .corperate-form input {
    width: 300px;
    height: 40px;
  }
  .corperate-form select {
    width: 330px;
    height: 70px;
  }
  .corperate-form input::placeholder {
    font-family: var(--main-font);
    opacity: 0.5;
  }

  textarea {
    width: 330px;
    height: 100px;
  }
  .count {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
  }
}
@media (min-width: 50em) {
  .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: none;
  }

  .menu-wrapper::before {
    display: none;
  }
  .navbar-bottom2 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    height: 100px;
    flex-direction: row;
    align-items: center;
    margin: -2.5em 0em 0 1em;
    gap: 30px;
    padding: 0 1em;
  }
  .quick-search1 {
    width: 30%;
    background: none;
    border: none;
    display: flex;
    height: 30px;
    position: relative;
  }
  .quick-search1 input {
    width: 28vw;
    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;
  }
  .quick-search1 input::placeholder {
    opacity: 0.9;
  }
  .con {
    color: var(--dark-blue);
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
  }

  .perk-container {
    padding-top: 2em;
  }

  .perk-img-wrapper {
    display: flex;
    flex-direction: row;
    padding: 2em;
  }
  .perk-img-wrapper h3 {
    font-size: 1.7em;
    margin-left: -1.1em;
  }
  .perk h2 {
    font-size: 2em;
  }

  .perk-container::before {
    content: "01";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: 110px;
    bottom: 0;
    right: 0;
    left: 20px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }

  .carton-img-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 5em;
    padding-right: 2em;
    position: relative;
  }

  .carton-img-wrapper h3 {
    font-size: 1.7em;
  }
  .carton-img-wrapper p {
    padding-right: 1em;
  }

  .carton-img-wrapper::before {
    content: "02";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 890px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }

  .hand-img-wrapper {
    display: flex;
    flex-direction: row;
    padding: 2em;
    margin-top: 5em;
  }

  .hand-img-wrapper h3 {
    font-size: 1.7em;
    margin-left: -1em;
  }

  .hand-img-wrapper::before {
    content: "03";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: 1410px;
    bottom: 0;
    right: 0;
    left: 30px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }

  .tiles-img-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 5em;
    padding-right: 2em;
    position: relative;
  }
  .tiles-img-wrapper h3 {
    font-size: 1.7em;
    margin-left: -1em;
  }
  .tiles-img-wrapper p {
    /* margin-left: -1em; */
    padding: 1em;
  }
  .tiles-writeups {
    margin-top: -10em;
  }
  .tiles-img-wrapper::before {
    content: "04";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: -35px;
    bottom: 0;
    right: 0;
    left: 875px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }

  .phone-img-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 5em;
    padding-right: 2em;
    position: relative;
    margin-left: 3em;
  }

  .phone-img-wrapper h3 {
    font-size: 1.7em;
    margin-left: 0.5em;
  }
  .phone-writeups {
    margin-top: -4em;
  }

  .phone-img-wrapper::before {
    content: "05";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    left: -10px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }

  .form-img {
    display: flex;
    margin-top: -3em;
    margin-right: 2em;
  }

  .corperate-form {
    display: flex;
    width: 90vw;
    /* height: 80vh; */
    align-items: center;
    justify-content: center;
    padding: -1em;
  }
  .corperate-form input {
    width: 300px;
    height: 10px;
  }
  .corperate-form h3 {
    font-size: 1.2em;
    line-height: 35px;
  }
  .corperate-form select {
    width: 300px;
    height: 30px;
  }
  .corperate-form label {
    font-size: 1em;
  }
}

@media (min-width: 75em) {
  .phone-writeups,
  .tiles-writeups,
  .hand-writeups,
  .carton-writeups,
  .perk-writeups {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

   .carton-img-wrapper::before {
    content: "02";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
     top: -30px;
    bottom: 0;
    right: 0;
    left:1230px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }
  .tiles-img-wrapper::before {
    content: "04";
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9b9ea1b2;
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    left:1230px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
  }
}
