* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.store-logo {
  display: flex !important;
  gap: 0.5rem;
}

.store-logo img {
  width: 149px;
  height: 45px;
}

/* p{
    font-family: 'Lexend', sans-serif;
  } */

h4 {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;

  background-color: #fff;
}

header {
  width: 100vw;
  /* gap: 7.5rem; */
  background-color: rgba(0, 0, 0, 0.19);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  z-index: 1000;
}

header img {
  width: 290px;
  height: 65px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 20px; */
  gap: 2rem;
}

.navbar li {
  list-style: none;
}

.navbar a {
  text-decoration: none;
  color: #fff;
}

.navbar .navbar-toggler {
  display: none;
}

.navbar ul button {
  width: 150px;
  height: 40px;
  border-radius: 50px;
  background-color: #000000;
  border: none;
  color: #ffff;
  letter-spacing: 1px;
}

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

.hero {
  background: url(./img/headerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 80vh;
  position: relative;
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.hero-text img {
  color: white;
  width: 20%;
  height: 180px;
  object-fit: contain;
  position: absolute;
  right: 30%;
  /* left: 30%; */
  bottom: 40%;
}

/* .hero-text{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  gap: 1rem;
  }
  .hero-text-h1 h1{
    display: flex;align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 74px;
  letter-spacing: 2px;
  }
  .hero-text-h1 h1 p{
    font-size: 2rem;
    align-items: flex-start;
  }
  .hero-text-h1 .p1{
    font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-right:50px ;
  }
  
  .hero-text h2{
    font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  
  }
  .hero-text h3{
    margin-top: 2rem;
    margin-right: 20px;
    display: flex;
    font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  gap: 5px;
  }
  .hero-text h3 p {
    font-size: 12px;
  } */

/* ================= sec-2 styele here ================= */
.sec-2 {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  padding-top: 100px;
  margin-bottom: 34px;
}

/* .main-sec2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
  } */

.left-img img {
  width: 90%;
  /* width: 461px;
  height: 518px; */
}

.right-sec-2 h1 {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 58px;
}

.right-sec-2 p {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
}

.right-sec-2 .pre {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

/* ================= sec-3 styele here ================= */
.sec-3 {
  background-color: #d9d9d9;
  width: 100vw;
  height: 766px;
}

.sec-3 h1 {
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 58px;
  padding-top: 90px;
}

.main-sec3 {
  margin-left: 100px;
  display: flex;
  /* align-items:flex-end; */
  justify-content: center;
  margin-top: 10px;
  gap: 2rem;
}

.main-sec3 .left-text-sec3 p {
  margin-top: 2rem;
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
}

.right-img-sec3 {
  display: flex;
  align-items: flex-end;
  justify-content: last baseline;
  margin-top: 2rem;
}

.right-img-sec3 img {
  width: 90%;
}

/* ================= sec-4 styele here ================= */

.sec-4 {
  margin-bottom: 10rem;
}

.main-sec4 {
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.left-img-sec4 img {
  width: 95%;
}

.h1teg {
  display: flex;
  flex-direction: column;
}

.h1teg h1 p {
  font-size: 30px;
}

.right-text-sec4 .h1teg h1 {
  display: flex;
  gap: 4px;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 74px;
}

.h1teg .pteg {
  margin-top: -1rem;
  margin-left: 0rem;
  font-size: 15px;
}

.right-text-sec4 h3 {
  font-family: "Lexend", sans-serifs;
  display: flex;
}

.right-text-sec4 h3 p {
  font-family: "Lexend", sans-serifs;
  font-size: 10px;
}

.right-text-sec4 .pteg04 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
}

/* ================= sec-5 styele here ================= */
.sec-5 {
  width: 100vw;
  height: 100vh;
  background: url(./img/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sec5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}

.left-text-sec5 {
  color: white;
}

.left-text-sec5 h1 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 58px;
}

.left-text-sec5 p {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.right-img-sec5 img {
  width: 85%;
}

/* ================= sec-6 styele here ================= */
.sec-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sec6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 5rem 0;
}

.left-img-sec6 img {
  width: 85%;
}

.right-text-sec6 h1 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 58px;
}

.right-text-sec6 p {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

/* ================= sec-7 styele here ================= */

.sec-7 {
  background-color: #656464;
}

.main-sec7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0rem;
  gap: 5rem;
}

.left-text-sec h1 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 58px;
}

.left-text-sec h3 {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

.left-text-sec p {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
}

.right-img-sec7 img {
  width: 100%;
}

/* ================= sec-8 styele here ================= */
.container8 {
  /* background-color: #FFFFFF; */
  padding: 25rem 20rem;
  /* width: 100vw; */
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contect-sec {
  margin-left: 60px;
  /*margin-top: 3rem;*/
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container8 h1 {
  /*margin-top: 5rem;*/
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 650;
  font-size: 36px;
  line-height: 58px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.name-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;

  font-family: "Lexend", sans-serifs;
  font-weight: bold;
}

.contect-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 20px;
  font-family: "Lexend", sans-serifs;
}

.First-name,
.Last-name,
.Email,
.Mobile-number,
.Message0,
.business {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.First-name,
.Last-name,
.Email,
.Mobile-number,
.Message0,
.business,
label {
  display: flex;
  font-family: "Lexend", sans-serifs;
  font-size: 1rem;
  font-weight: bold;
}

.f-name,
.l-name,
.email,
.M-number,
.BN {
  display: flex;
}

.business {
  padding-top: 20px;
}

.business-box {
  border: 0.5px solid #6363637d;
  border-radius: 8px;
  width: 545px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Lexend", sans-serifs;
}

.business-box input {
  width: 488px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Lexend", sans-serifs;
}

.name-box2 {
  border: 0.5px solid #6363637d;
  border-radius: 8px;
  width: 253px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Lexend", sans-serifs;
}

.name-box2 input {
  width: 200px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Lexend", sans-serifs;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.name-box2 input::placeholder {
  color: #212529;
  font-family: "Lexend", sans-serifs;
}

.Message {
  padding-top: 30px;
  font-family: "Lexend", sans-serifs;
}

.message1 {
  border: 0.5px solid #6363637d;
  border-radius: 8px;
  width: 545px;
  height: 135px;
  gap: 2rem;
  font-family: "Lexend", sans-serifs;
}

.message1 textarea {
  width: 500px;
  height: 125px;
  background: transparent;
  border: none;
  outline: none;
  resize: none;
  padding: 10px;
  font-family: "Lexend", sans-serifs;
}

.message1 textarea::placeholder {
  color: #212529;
}

.submit {
  border: none;
  font-family: "Lexend", sans-serifs;
  margin-top: 20px;
}

.submit input {
  color: #faf9f6;
  border: none;
  font-size: 14px;
  width: 111px;

  background-color: #000000;
  border-radius: 50px;
  padding: 13px 30px;
  cursor: pointer;
}

.right-img-sec8 img {
  width: auto;
}

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

.bottom-icon {
  max-width: 1200px;
  width: 71%;
  margin: auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-text {
  font-family: "Lexend", sans-serifs;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  height: 50px;
  width: 455px;
  color: #faf9f6;
}

.footer-text {
  font-family: "Lexend", sans-serifs;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}

.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 {
  display: flex;
  align-items: flex-start;
  justify-content: right;
}

.ft-legal p {
  font-size: 10px;
}

.ft-legal h3 {
  font-size: 15px;
}

.last_text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 10px;
}

.last_text p {
  text-align: center;
}

.last_text p a {
  font-family: "Lexend", sans-serifs;
  font-weight: 100;
  font-size: 10px;
  text-decoration: none;
  color: white;
  text-align: center;
}

.PrivacyPolicys_modal h2 {
  font-size: 20px;
  text-align: center;
}

.PrivacyPolicys_modal p {
  font-size: 12px;
  padding: 10px;
}

.terms_modal p {
  font-size: 12px;
  padding: 10px;
}
