@media (max-width: 35em) {
  .navbar ul {
    padding: 0 10px;
  }
  .navbar ul li a {
    min-width: 100px;
    padding: 0 20px;
  }
}

.store-logo img {
  width: 29%;
}

/* @media screen and (max-width:360px) {
    .hero-text img {
        width: 225px;
        height: 95px;
        left: 7rem;
        top: 7rem;
        z-index: 1;
    }
  } */

.store-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
h4 {
  text-align: center;
}

header {
  display: block;
  gap: 2.5rem;
  z-index: 1000;
}
.navbar {
  padding: 0;
}

header img {
  margin-top: 1rem;
  margin-left: 1.5rem;
  width: 220px;
  height: 49px;
}
.navbar ul {
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 0;
  background-color: #ffffffc4;
  height: auto;
  height: 55vh;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  z-index: 1000;
}
.navbar ul.open {
  width: 100vw;
  max-height: 100vh;
}
.navbar ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  width: 100%;
  /* border-bottom: 1px solid rgba(255,255,255,0.3); */
}
.navbar ul li a {
  color: black;
  text-align: center;
  padding: 0;
}
.navbar .navbar-toggler {
  display: block;
  position: absolute;
  height: 40px;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  /* border: none; */
  /* border-radius: 4px; */
  outline: none;
  padding: 0 5px;
  cursor: pointer;
}
.navbar .navbar-toggler span,
.navbar .navbar-toggler span::before,
.navbar .navbar-toggler span::after {
  display: block;
  content: "";
  background-color: #fff;
  height: 3px;
  width: 28px;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
}
.navbar .navbar-toggler span::before {
  transform: translateY(-8px);
}
.navbar .navbar-toggler span::after {
  transform: translateY(5px);
}

.navbar .navbar-toggler.open-navbar-toggler span {
  /* transform: rotate(90deg); */
  background-color: transparent;
  /* transform: scale(0.85) rotate(270deg); */
}
.navbar .navbar-toggler.open-navbar-toggler span::before {
  transform: translateY(0px) rotate(45deg);
  /* transform: translateY(0px) scale(0.75) rotate(45deg); */
}
.navbar .navbar-toggler.open-navbar-toggler span::after {
  transform: translateY(-3px) rotate(-45deg);
  /* transform: translateY(-3px) scale(0.75) rotate(-45deg); */
}

/* ================= main-hero styele here ================= */

.hero {
  /* background: url(./img/bg.png);
        background-repeat: no-repeat; */
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  z-index: -10;
}
.hero-text img {
  width: 240px;
  height: 100px;
  left: 8rem;
  top: 8rem;
  z-index: 1;
}

/* ================= sec-2 styele here ================= */
.sec-2 {
  padding-top: 90px;
  flex-direction: column;
}
.main-sec2 {
  gap: 2.8rem;
}
.left-img img {
  width: 361px;
  height: 418px;
  margin-right: 62px;
}
.right-sec-2 h1 {
  text-align: center;
  font-size: 30px;
}
.right-sec-2 p {
  /* text-align: center; */
  /* margin-left: 20px; */
  font-size: 13px;
}
.right-sec-2 .pre {
  font-size: 12px;
}
.right-sec-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* ================= sec-3 styele here ================= */
.sec-3 {
  /* background-color:#E4F3F9; */
  width: 100vw;
  height: auto;
}
.sec-3 h1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  padding-top: 5rem;
}
.main-sec3 {
  margin-left: 0px;
  flex-direction: column;
  margin-top: 25px;
  gap: 1rem;
}

.left-text-sec3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-sec3 .left-text-sec3 p {
  /* text-align: center; */
  margin-top: 0px;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  /* margin-left: 25px; */
}
.right-img-sec3 {
  display: flex;
  align-items: flex-end;
  justify-content: last baseline;
}
.right-img-sec3 img {
  padding-left: 25px;
  width: 95%;
  padding-top: 0px;
  margin-top: 20px;
}

/* ================= sec-4 styele here ================= */
.sec-4 {
  margin-bottom: 100px;
}
.main-sec4 {
  padding-top: 100px;
  flex-direction: column;
}
.left-img-sec4 img {
  width: 80%;
  margin-left: 25px;
}
.h1teg {
  display: flex;
  flex-direction: column;
  /* text-align: center; */
}
.h1teg h1 p {
  font-size: 20px;
  /* padding-top: 20px; */
}
.right-text-sec4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.right-text-sec4 .h1teg h1 {
  gap: 0;
  font-size: 36px;
  text-align: center;
  /* margin-left: 35px; */
}
.h1teg .pteg {
  font-size: 11px;
  margin-top: -1rem;
  margin-left: 0.5rem;
}

.right-text-sec4 h3 {
  margin-left: -14px;
  font-size: 12px;
  align-items: center;
}
.right-text-sec4 h3 p {
  font-family: "Lexend", sans-serifs;
  font-size: 8px;
  padding-bottom: 5px;
}
.right-text-sec4 .pteg04 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  /* margin-left: 20px; */
  /* text-align: center; */
}
/* ================= sec-5 styele here ================= */
.sec-5 {
  flex-direction: column;
  width: 100vw;
  height: 100%;
  background: url(./img/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.main-sec5 {
  flex-direction: column;
  gap: 4rem;
}
.left-text-sec5 {
  color: white;
}
.left-text-sec5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.left-text-sec5 h1 {
  margin-top: 25px;
  text-align: center;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 58px;
}
.left-text-sec5 p {
  /* margin-left: 20px; */
  /* text-align: center; */
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.right-img-sec5 img {
  margin-bottom: 35px;
  margin-left: 55px;
  width: 70%;
}
/* ================= sec-6 styele here ================= */
.sec-6 {
  flex-direction: column;
}
.main-sec6 {
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
}
.left-img-sec6 img {
  width: 70%;
  margin-left: 55px;
}
.right-text-sec6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.right-text-sec6 h1 {
  text-align: center;
  font-size: 35px;
}
.right-text-sec6 p {
  /* margin-left: 20px; */
  /* text-align: center; */
  font-size: 13px;
  line-height: 25px;
}
/* ================= sec-7 styele here ================= */

/* .sec-7{
    background-color:#E4F3F9 ;
  
  } */

.main-sec7 {
  flex-direction: column;

  padding: 2rem 0rem;
  gap: 3rem;
}

.left-text-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.left-text-sec h1 {
  text-align: center;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 58px;
}
.left-text-sec h3 {
  text-align: center;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 28px;
}
.left-text-sec p {
  /* margin-left: 20px; */
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
}
.right-img-sec7 img {
  width: 80%;
  margin-left: 45px;
}
/* ================= sec-8 styele here ================= */

.container8 {
  padding: 2rem 0rem;
  height: auto;
  width: 100vw;
  flex-direction: column;
}
.container8 h1 {
  margin-left: 3rem;
}
.contect-sec {
  margin-left: 0px;
  gap: 3rem;
  flex-direction: column;
}

.name-form {
  flex-direction: column;
}

.contect-form {
  flex-direction: column;
}
.business {
  padding-top: 20px;
}
.business-box {
  width: 345px;
  height: 45px;
}

.Message0,
.business label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.business-box input {
  width: 280px;
}

.message1 {
  width: 345px;
  height: 135px;
}
.message1 textarea {
  width: 330px;
  height: 120px;
  padding: 8px;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.right-img-sec8 img {
  margin-left: 26px;
  width: 85%;
}

/* ================= footer styele here ================= */
footer {
  background-color: black;
  padding-top: 10px;
  width: 100vw;
  height: auto;
}

.bottom-icon {
  flex-direction: column;
}

.left-text {
  font-family: "Lexend", sans-serifs;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 50px;
  width: 390px;
  color: #faf9f6;
}
.footer-text {
  flex-direction: row;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}

.icon-bar {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #faf9f6;
  padding: 10pex 10px;
}

.icon-bar a {
  padding: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #faf9f6;
}

.ft-legal {
  margin-right: 0px;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #faf9f6;
  padding-bottom: 10px;
}
.last_text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.last_text p a {
  font-size: 8px;
}
