@import url("https://fonts.googleapis.com/css2?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;
}
/* html,
body {
  overflow-x: hidden;
} */

ul,
p {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://fonts.googleapis.com/css2?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");
  font-family: "Amiri", sans-serif;
  src: url("../font/Amiri-Regular.ttf");
}
:root {
  --btn-bg-color: #95a986;
}
/* .hdr-container {
  max-width: 1950px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.hdr-btm-container {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
} */
/* .container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
} */
/* .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-3 {
  padding: 0 15px;
  width: calc(8.33% * 3);
}
.col-7 {
  width: calc(8.33% * 7);
  padding: 0 15px;
}
.col-5 {
  width: calc(8.33% * 5);
  padding: 0 15px;
}
.col-8 {
  width: calc(8.33% * 8);
  padding: 0 15px;
}
.col-4 {
  width: calc(8.33% * 4);
  padding: 0 15px;
} */

a {
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style: none;
}
.title1 {
  font-size: 45px;
  font-family: "Amiri", sans-serif;
  text-transform: uppercase;
}
img {
  display: inline-block;
}
.bnt {
  color: black;
  padding: 29px 39px;
  background: var(--btn-bg-color);
  border-radius: 60px;
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
/*************************************Navbar-section***************************/
header {
  background: url("../assets/banner-img.png") no-repeat center/cover;
  min-height: 100vh;
}
.hdr-top-para {
  background: #0d0d0d;
  color: white;
  text-align: center;
}
/* .hdr-btm-container {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.hdr-name {
  margin-top: 21px;
}
/* nav .nav-link1 {
  margin: 20px 0 0 20px;
  text-transform: uppercase;
} */
/* .search {
  margin-left:;
} */
/* nav,
.navbar-collapse1,
.navbar-collapse1 > ul,
.navbar-collapse2,
.navbar-collapse2 > ul {
  display: flex;
  align-items: center;
} */
.canvas .nav-link {
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 0 !important;
  margin-left: 20px;
}
.navbar-collapse2-image .search {
  margin-left: 56px;
  /* display: flex;
  align-items: center; */
}
/* nav,
.navbar-collapse1 {
  flex-grow: 1;
} */
.usericon {
  margin-left: 22px;
}
.bagicon {
  margin-left: 44px;
}
/* .navbar-collapse1 > ul {
  margin-left: auto;
}
.navbar-collapse2-image {
  margin-top: 21px;
}
.navbar-collapse2-image a {
  color: white;
} */
/* .btn a {
  padding: 29px 38px;
  color: black;
  background: #95a986;
  border-radius: 100px;
  margin: 0;
}
.navbar-brand {
  font-size: 40px;
  color: white;
}
.navbar-collapse1 .nav-items1 a {
  color: white;
  text-transform: uppercase;
  margin-top: 21px;
} */
/* .nav-link,
.nav-link1 {
  color: white;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
} */
.cart-nav-link {
  color: white;
}
.nav-link-last {
  color: white;
  margin-top: 20px;
}
.nav-link1 {
  position: relative;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
}
/* .nav-link1::after {
  content: "";
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;
  top: 28px;
  bottom: 0;
  left: 20px;
  right: 0;
  border-radius: 100px;
  border-bottom: 1px solid white;
} */
.nav-link1.active::after {
  content: "";
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;
  top: 28px;
  bottom: 0;
  left: 20px;
  right: 0;
  border-radius: 100px;
  border-bottom: 1px solid white;
}
.navbar-nav .nav-link {
  position: relative;
}
.nav-link1:hover::before {
  content: "";
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;
  top: 28px;
  bottom: 0;
  left: 20px;
  right: 0;
  border-radius: 100px;
  border-bottom: 1px solid white;
}
.nav-link:hover::after {
  content: "";
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;
  top: 28px;
  bottom: 0;
  left: 20px;
  right: 0;
  border-radius: 100px;
  border-bottom: 1px solid white;
}
.canvas .nav-item2 {
  position: relative;
}
.canvas .nav-item2 ::before {
  content: " ";
  height: 1px;
  width: 44px;
  position: absolute;
  top: 50px;
  bottom: 13px;
  left: 0px;
  right: 55px;
  transform: rotate(90deg);
  background: white;
}
.canvas {
  flex-direction: row;
}

/* .nav-link:hover::before {
  content: "";
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;

  bottom: 0;
  left: 20px;
  right: 0;
  border-radius: 100px;
  border-bottom: 1px solid white;
} */

/* .offcanvas {
  flex-direction: row;
} */
/***************************************Banner-section****************************/
.main-banner-section {
  padding: 95px 0 95px 0;
}
.banner-card {
  background: white;
  max-width: 793px;
  border-radius: 20px;
  /* margin-top: 224px; */
  padding: 76px 60px;
  margin: 0 auto;
}
.main-banner-section .container {
  /* height: 424px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-hdr {
  text-transform: capitalize;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 68px;
  font-family: "Amiri", sans-serif;
  font-weight: 600;
  max-width: 653px;
}
.banner-card .bnt {
  margin-top: 35px;
}
.banner-card p {
  max-width: 621px;
  text-align: center;
}
/* .bnt {
  color: black;
  padding: 29px 39px;
  background: var(--btn-bg-color);
  border-radius: 60px;
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  width: fit-content;
} */

/************************************Products-section***************************/
.products-section {
  padding: 100px 0 90px 0;
}
.product-subhdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-hdr p {
  text-transform: uppercase;
}
.product-subhdr p {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Amiri", sans-serif;
}

.product-card .card-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* .product-card-items3 > .card-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 24px;
}
.product-card-items4 .card-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 24px;
} */

/*****************************************Testimonial-section**************************/
.testimonial-section {
  padding: 140px 0 140px 0;
}
.test-hdr {
  font-size: 45px;
  font-family: "Amiri", sans-serif;
}
.testimonial-para {
  max-width: 580px;
}
.back-img {
  position: relative;
  /* height: 100%;
  width: 100%; */
  z-index: 99;
}
.bg-img {
  max-width: 641px;
  position: relative;
  /* height: 578px; */
}
.back-white {
  background: white;
  border-left: 5px solid white;
  border-top: 5px solid white;
  border-top-left-radius: 30px;
  height: 345px;
  width: 326px;
}
.top-img {
  max-width: 326px;
  position: absolute;
  top: 300px;
  bottom: 0px;
  right: 100px;
  left: 400px;
}
.testimonial-cntn .box-arrow {
  margin-top: 25px;
}
.testimonial-para {
  margin: 25px 0 30px 0;
}
.testimonial-bnt a {
  margin: 0 !important;
}
/**************************************About-us-section***********************************/
.aboutus-section {
  padding: 140px 0 140px 0;
}
.about-sub-hdr {
  color: var(--btn-bg-color);
  text-transform: uppercase;
}
.icon-hdr {
  text-transform: uppercase;
  font-size: 24px;
}
.col-3 .icon img {
  max-width: 111px;

  margin: 0 auto;
  margin-bottom: 32px;
}

.aboutus-section .box-arrow2 {
  margin: 20px 0 52px 0;
}

/*********************************************Footer-section***********************/
.footer-section {
  padding: 64px 0 23px 0;
}
.ftr-hdr {
  font-family: "Amiri", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.ftr-cntn {
  position: relative;
}
.ftr-cntn p {
  margin: 20px 0 20px 0;
  color: var(--btn-bg-color);
}
.line {
  position: absolute;
  height: 1px;
  width: 66px;
  background: black;
  top: -19px;
  bottom: 50px;
  right: 55px;
  left: 0px;
}

input[type="email"] {
  border-radius: 60px;
  padding: 15px 0 15px 23px;
  margin-bottom: 13px;
  width: 100%;
}
.footer-section .bnt {
  margin: 0;
  padding: 21px 45px;
}
.ftr-item a {
  color: var(--btn-bg-color);
}
.social-links {
  margin-right: 35px;
}
.line-btm {
  position: absolute;
  height: 0.5px;
  width: 100%;
  top: 50px;
  bottom: 0px;
  background: black;
}

.ftr-end {
  position: relative;
}
.line-btm-para {
  color: var(--btn-bg-color);
  /* margin: 21px 0 23px 0; */
}
.ftr-end {
  padding: 58px 0 23px 0;
}
/********************************media queries start here*********************/

@media screen and (max-width: 1200px) {
  /* nav {
    position: relative;
  } */

  .menu {
    position: relative;
    padding: 18px 20px;
    margin-left: auto;
    /* background: white; */
    z-index: 999;
  }
  .menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 17px;
    background-color: black;
    /* transform: translateY(-50%); */
    transition: 0.5s linear;

    /* opacity: 1; */
  }

  .menu.show span {
    /* transition: 1s linear; */
    transform: translate(-30px);
    opacity: 0;
  }
  /* .menu.show {
    transition: 0.5s linear;
    } */
  .menu::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 27px;
    background-color: black;
    transition: 0.5s linear;
  }
  .menu::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 7px;
    background-color: black;
    transition: 0.5s linear;
  }

  .menu.show::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: white;
    transform: rotate(45deg);
    transition: 0.5s linear;
  }
  .menu.show::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: white;
    transform: rotate(-45deg);
    transition: 0.5s linear;
  }

  .canvas {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 58.67px;
    /* margin-top: 20px; */

    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60%;
    right: -100%;
    padding-top: 100px;
    transition: 1s linear;
  }
  .line {
    display: none;
  }
  .offcanvas {
    /* display: none; */
  }
  .nav-link1 {
    margin-left: 20px;
  }
  .navbar-nav .nav-link {
    margin-top: 20px;
  }

  .banner-card {
    padding: 30px;
  }
  .banner-hdr p {
    font-size: 40px;
    margin: 0;
  }
  .banner-card p {
    margin: 0 auto;
    /* margin-top: 20px; */
  }
  .navbar-nav {
    margin: 0 auto;
  }
  .nav-link,
  .cart-nav-link {
    margin-top: 20px;
  }
  .bagicon {
    /* margin-left: 44px; */
    margin: 0;
  }
  .canvas .nav-item2 {
    position: relative;
  }
  .canvas .nav-item2 ::before {
    content: " ";
    height: 1px;
    width: 44px;
    position: absolute;
    top: 30px;
    bottom: 13px;
    left: 310px;
    right: 58px;
    transform: rotate(360deg);
    background: white;
  }

  /* #navbarNav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60%;
    right: -100%;
    background: var(--primary-color);
    padding-top: 134px;
  } */

  .testimonial-section .row {
    flex-direction: column-reverse;
  }
  .testimonial-section .col-4 {
    width: 100%;
  }
  .testimonial-hdr .box-arrow img {
    text-align: center;
  }
  .testimonial-cntn {
    margin-bottom: 50px;
  }
  .testimonial-cntn .test-hdr {
    text-align: center;
  }
  .testimonial-cntn .box-arrow,
  .testimonial-cntn .testimonial-para,
  .testimonial-cntn .testimonial-bnt a {
    margin: 0 auto !important;
  }
  .testimonial-cntn .testimonial-bnt {
    margin-top: 20px;
  }

  .testimonial-section .col-8 {
    width: 100%;
    text-align: center;
  }
  .testimonial-section .back-img {
    margin: 0 auto;
  }
  .col-8 .back-img {
    justify-content: center;
  }

  .top-img {
    max-width: 326px;
    position: absolute;
    top: 250px;
    bottom: 0px;
    right: 100px;
    left: 337px;
  }

  /*************************************About us section*********************/
  /* .aboutus-section .row {
    flex-direction:;

    flex-wrap: nowrap;
     } */
  .aboutus-section .row .col-3-one {
    width: 50%;
    margin-bottom: 50px;
  }
}
/***********************************media-querry-------768px***********************/
@media (max-width: 768px) {
  .banner-card .banner-hdr {
    font-size: 40px;
  }
  .banner-card .bnt {
    padding: 10px 40px;
  }

  /*Banner-section*/
  .banner-card {
    padding: 10px;
  }
  .banner-hdr {
    font-size: 25px;
    font-weight: 700;
  }
  .bnt {
    padding: 12px 24px;
  }

  .product-subhdr p {
    font-size: 22px;
  }
  .product-card .row {
    flex-direction: column;
    /* flex-wrap: nowrap; */
  }
  .product-card .row .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .test-hdr {
    font-size: 30px;
  }

  .top-img {
    max-width: 326px;
    position: absolute;
    top: 200px;
    bottom: 4px;
    right: 100px;
    left: 230px;
    height: 100%;
    width: 50%;
  }
  .bg-img {
    width: 80%;
  }

  .back-white {
    background: white;
    border-left: 5px solid white;
    border-top: 5px solid white;
    border-top-left-radius: 8px;
    height: 50%;
    width: 100%;
  }
  .footer-section {
    padding: 0;
  }
  .footer-section .row .col-3,
  .col-4,
  .col-2 {
    width: 50%;
    text-align: center;
  }
  .footer-section .row .col-3 {
    margin-top: 20px;
  }
  .ftr-links {
    justify-content: center;
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .top-img {
    max-width: 326px;
    position: absolute;
    top: 215px;
    bottom: 4px;
    right: 100px;
    left: 175px;
    height: 100%;
    width: 50%;
  }
}

@media screen and (max-width: 425px) {
  /*footer-section*/
  .footer-section .row .col-4,
  .col-3,
  .col-2 {
    width: 100%;
  }
  .footer-section .row .col-3 {
    width: 100%;
  }
  .footer-section .ftr-hdr {
    margin: 20px 0 0 0;
  }

  .footer-section .aboutus-section .title1 {
    font-size: 30px;
  }

  .footer-section .bnt {
    margin: 0 auto;
  }
  /*about s secction*/
  .aboutus-section .about-icon .icon img {
    width: 50%;
    margin-top: 20px;
  }
  /*testimony section*/
  .top-img {
    max-width: 326px;
    position: absolute;
    top: 165px;
    bottom: 4px;
    right: 100px;
    left: 175px;
    height: 100%;
    width: 50%;
  }
}
