@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3 {
  font-family: "Amiri", serif;
}
a,
span {
  display: inline-block;
  padding: 0 !important;
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
.container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 15px;
}

.primaryBtn-icon {
  max-width: 46px;
  margin-left: 16px;
}
.primaryBtn-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmn-btn {
  background-color: #95a986;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  padding: 29px 39px !important;
  border-radius: 60px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cmn-btn::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 50%;
  opacity: 0;
  background-color: #bdbdbd;
  z-index: -1;
}
.cmn-btn:hover,
.cmn-btn:focus {
  color: #f6f6f6;
  transform: scale(1.05);
}
.cmn-btn:hover::before,
.cmn-btn:focus::before {
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.sub-btn {
  padding: 15px 45px !important;
  outline: none;
  border: none;
  cursor: pointer;
}

.header {
  padding: 21px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-container {
  max-width: 1740px;
}
.navbar-brand {
  max-width: 312px;
}
.navbar-brand > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-item {
  margin-right: 56px;
}
.navlinks > .nav-item:nth-child(5) {
  margin-right: 78px;
}
.nav-item > .active {
  color: #5e5e5e;
}
.nav-link {
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.nav-link {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  transition: 0.3s linear;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #0d0d0d;
}
.nav-link:hover::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.icon {
  margin-right: 22px;
}
.line {
  width: 1px;
  height: 30px;
  background: #bdbdbd;
}
.cart-icon {
  margin-right: 6px;
}
.cart {
  text-transform: capitalize;
}
.offcanvas {
  flex-direction: row;
  align-items: center;
}
.navbar-toggler-icon {
  font-size: 20px;
  border-radius: 20%;
  background-image: none;
  border: none;
}
.navbar-toggler {
  padding: 0;
  border: none;
}
.btn-close {
  font-size: 20px;
  background: none;
  color: #5e5e5e;
}
.dropdown-item {
  text-transform: uppercase;
}
.off-item {
  display: none;
}
.cart-item-list {
  display: flex;
  align-items: center;
}
.cart-bold {
  font-weight: bold;
}

.banner {
  background: url(images/banner.png) no-repeat;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  display: flex;
  align-items: center;
}
.bnr-wrpr {
  display: flex;
  justify-content: center;
}
.banner-content {
  background: #ffffff;
  padding: 76px 70px;
  text-align: center;
  border-radius: 20px;
  max-width: 793px;
}
.title-1 {
  color: #0d0d0d;
  font-size: 68px;
  font-weight: bold;
  text-transform: capitalize;
}
.para {
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
  text-align: start;
}
.para1 {
  margin: 35px;
  text-align: center;
}

.about {
  padding: 111px 0 133px;
}
.about-content {
  max-width: 554px;
}
.hdr-cntn {
  text-transform: uppercase;
  color: #95a986;
  font-size: 16px;
}
.title-2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
.para2 {
  margin: 14px 0;
}
.abtPara-box {
  margin-top: 21px;
}
.about-imgBox {
  display: flex;
  align-items: center;
}
.aboutBanner-img1 {
  max-width: 425px;
}
.aboutBanner-img1 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutBanner-img2 {
  max-width: 303px;
  margin-left: 24px;
}
.aboutBanner-img2 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-heading {
  text-align: center;
}
.offer-card {
  margin-top: 52px;
}
.offerCard-icons {
  max-width: 111px;
  min-height: 111px;
  border-radius: 50%;
  background-color: #95a986;
  outline: 10px solid #95a98633;
  margin: 0 auto;
}
.abtTitle2-icon {
  max-width: 104px;
  margin: 0 auto;
}
.abtTitle2-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-icon {
  max-width: 41.35px;
  margin: 0 auto;
}
.card-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offerCard-content {
  text-align: center;
}
.title-3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 32px;
  color: #2c2c2c;
}
.offerCard-content > p {
  font-size: 16px;
  color: #707070;
}
.shoping {
  padding: 31px 35px 30px 35px;
}
.discount {
  padding: 31px 30px 30px 31px;
}
.customer {
  padding: 31px 33px 30px 34px;
}
.quality {
  padding: 31px;
}

.mission {
  background: #f6f6f6;
  padding: 100px 0;
}
.mission-banner {
  position: relative;
}
.missionBanner-img1 {
  max-width: 641px;
}
.missionBanner-img2 {
  max-width: 326px;
  position: absolute;
  bottom: -10%;
  right: 12%;
  border-top-left-radius: 35px;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
.missionBanner-img1 > img,
.missionBanner-img2 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mission-row {
  align-items: center;
}
.mission-content {
  max-width: 580px;
  text-align: center;
}
.para3 {
  margin-top: 25px;
}
.para4 {
  margin-top: 30px;
}
.footer {
  padding: 64px 0;
}
.ftr-cntn1 {
  max-width: 439px;
}
.ftr-hdr {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: "Amiri", sans-serif;
  position: relative;
  color: #0d0d0d;
}
.ftr-hdr::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background-color: #0d0d0d;
  bottom: -19px;
  position: absolute;
}
.ftr-para {
  margin: 40px 0 22px;
  text-transform: capitalize;
}
#email-form {
  padding: 15px 0 15px 23px;
  border: 1px solid #86868680;
  border-radius: 60px;
  max-width: 439px;
  margin-bottom: 11px;
  outline: none;
  width: 100%;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.ftr-cntn2 {
  max-width: 152px;
  margin: 0 auto;
}

.ftr-list {
  margin-top: 40px;
}

.ftrList-item {
  margin-bottom: 20px;
}

.ftr-links {
  font-size: 16px;
  color: #5e5e5e;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  position: relative;
}
.ftr-links:hover {
  color: #95a986;
  transform: scale(1.1);
}

.ftr-cntn3 {
  max-width: 181px;
  margin: 0 auto;
}

.ftr-cntn4 {
  max-width: 168px;
  margin: 0 auto;
}

.ftr-social {
  display: flex;
}

.ftr-links::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: black;
  transition: transform 0.3s ease;
}

.ftr-links:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ftrSocial-icons {
  margin-right: 36px;
  transition: 0.3s ease-in-out;
}
.ftrSocial-icons:hover {
  transform: scale(1.5);
}

.footer-line {
  width: 100%;
  height: 1px;
  margin: 50px 0 21px;
  background-color: #bdbdbd;
}

.ftr-btm {
  text-align: center;
}

.copyright {
  color: #5e5e5e;
  font-size: 18px;
  position: relative;
}
.copy-link {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.copy-link:hover {
  transform: scale(1.05);
}
.copyright::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right left;
  background: black;
  transition: transform 0.5s ease-in-out;
}

.copyright:hover::after {
  transform: scaleX(1);
  transform-origin: right left;
}

/* Media Query Starts Here */
@media screen and (max-width: 1199px) {
  .offcanvas {
    background: transparent;
    backdrop-filter: blur(50px);
    flex-direction: column;
  }

  .navlinks {
    margin: 50px !important;
    padding: 10px 0 !important;
    flex-direction: column;
  }

  .navtoggle-btn {
    font-size: 30px;
    color: #ffffff;
  }

  .navbar-toggler {
    padding: 0 15px;
  }

  .nav-link {
    margin-bottom: 30px;
    color: #0d0d0d;
  }
  .nav-link:hover {
    color: #95a986;
    transform: scale(1.1);
  }

  .line {
    display: none;
  }

  .off-item {
    display: block;
  }

  /* About Section */
  .about {
    padding: 57px 0;
  }

  .about-content,
  .title2-icon {
    margin: 0 auto;
    text-align: center;
  }

  .abtPara-box {
    margin: 21px 0;
  }
  .para {
    text-align: center;
  }

  .aboutBanner-img1 {
    margin: 0 auto;
  }

  .aboutBanner-img2 {
    margin-right: auto;
  }

  /* Mission Section */
  .mission-content {
    margin: 100px auto 0;
  }

  .missionBanner-img1 {
    margin: 0 auto;
  }

  .ftr-cntn4 {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  /* Mission Section */

  .missionBanner-img1 {
    max-width: 530px;
  }

  .missionBanner-img2 {
    max-width: 279px;
    right: 3%;
  }
}

@media screen and (max-width: 768px) {
  /* Banner Section */
  .banner-content {
    padding: 40px 24px;
  }

  .title-1 {
    font-size: 50px;
  }

  .para {
    font-size: 14px;
  }

  .para1 {
    margin: 15px 0;
  }

  .cmn-btn {
    padding: 23px 32px !important;
  }

  /* About Section */
  .aboutBanner-img1 {
    max-width: 333px;
  }

  .aboutBanner-img2 {
    max-width: 220px;
  }

  /* Mission Section */
  .missionBanner-img1 {
    max-width: 442px;
  }

  .missionBanner-img2 {
    max-width: 232px;
  }

  /* Footer Section */

  .sub-btn {
    padding: 14px 31px !important;
  }

  .ftr-cntn2,
  .ftr-cntn3 {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  /* Header Section */
  .navtoggle-btn {
    font-size: 2.1rem;
  }

  .navbar-brand {
    max-width: 210px;
  }

  .primaryBtn-icon {
    max-width: 31px;
  }

  .banner {
    min-height: 70vh;
  }
  /* Banner Section */
  .banner-content {
    padding: 30px 10px;
  }

  .title-1 {
    font-size: 29px;
  }

  .para {
    font-size: 12px;
  }

  .cmn-btn {
    font-size: 14px;
    padding: 19px 23px !important;
  }

  /* About Section */

  .aboutBanner-img1 {
    max-width: 183px;
  }

  .aboutBanner-img2 {
    max-width: 128px;
  }

  .hdr-title {
    font-size: 12px;
  }

  .title-2 {
    font-size: 26px;
  }

  .hdr-cntn {
    font-size: 14px;
  }

  .offer-heading {
    margin-top: 40px;
  }

  .offerCard-icons {
    max-width: 100px;
    min-height: 100px;
  }

  .title-3 {
    font-size: 16px;
  }

  .offerCard-content > p {
    font-size: 14px;
  }

  /* Mission Section */
  .mission {
    padding: 50px 0;
  }

  .missionBanner-img1 {
    max-width: 220px;
  }

  .missionBanner-img2 {
    max-width: 114px;
    border-top-left-radius: 12px;
    right: 13%;
  }

  /* Footer Section */
  .ftr-cntn4 {
    margin: 0 auto;
  }

  .ftr-hdr {
    font-size: 19px;
  }

  .ftr-links {
    font-size: 14px;
  }

  .ftr-form {
    padding: 7px 0 8px 2px;
  }

  #email-form {
    font-size: 11px;
  }

  .sub-btn {
    padding: 10px 19px !important;
  }

  .copyright {
    font-size: 10px;
  }
}
