/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

/*=============== VARIABLES CSS ===============*/

:root {
  /* Color */
  --body-color: #eeeeee;
  --container-color: #effafe;
  --title-color: #333333;
  --text-color: #646464;
  --text-color-light: #ffffff;
  --gray-color: #272727;
  --footer-color: #00071b;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  background-color: var(--body-color);
  font-weight: 400;
  color: var(--text-color);
  text-transform: capitalize;
  font-family: "Libre Baskerville";
}

/*--------------------
 TYPOGRAPHY
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: var(--title-color);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  overflow: hidden;
}

.section {
  padding: 80px 0;
}

/*=============== HEADER & NAV===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background: var(--text-color-light);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.header .logo {
  width: 50px;
}
.header .navbar a {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--gray-color);
  margin-left: 3rem;
}

.header .nav-right-part {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .nav-right-part input {
  width: 25rem;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-size: 18px;
  border: none;
  background: #f0f0f0;
  margin-right: 5rem;
}
.header .nav-right-part .search {
  position: absolute;
  top: 13px;
  left: 353px;
}
.header .nav-right-part ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.header .nav-right-part ul li a {
  margin-right: 2rem;
}
.header .nav-right-part ul li span {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

/* Active link */
.header i {
  display: none;
  cursor: pointer;
}

/*=============== Banner Section ===============*/
.banner .banner-top {
  position: relative;
}
.banner .banner-top p {
  text-align: center;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--gray-color);
  padding: 1rem 0;
  background: #f9faff;
}
.banner .banner-top img {
  position: absolute;
  right: 3rem;
  cursor: pointer;
}
.banner .banner-top span {
  margin-left: 0.5rem;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #00398f;
}
.banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .img {
  width: 100%;
}
.banner .container .banner-second-container {
  position: relative;
}
.banner .container .banner-second-container .content {
  position: absolute;
  z-index: 9999;
  top: 25%;
  left: 20%;
}
.banner .container .banner-second-container .content h2 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--text-color);
  padding: 2rem 0 0 1.8rem;
}
.banner .container .banner-second-container .content h4 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--text-color);
  padding: 2rem 0 0 5rem;
}
.banner .container .banner-second-container .content button {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--gray-color);
  padding: 5px 25px;
  border-radius: 8px;
  margin: 2rem 0 0 10rem;
  background: none;
  border: 1.5px solid var(--text-color);
}
.banner .banner-bottom {
  text-align: center;
}
.banner .banner-bottom img {
  width: 10px;
  cursor: pointer;
}
/*=============== Tranding Section ===============*/
.tranding {
  padding: 0 0 2rem 3rem;
}
.tranding h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--gray-color);
  padding: 3rem 0;
}
.tranding .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
  width: 120%;
  overflow-x: hidden;
  padding-bottom: 2rem;
}

.tranding .box-container .box .image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.tranding .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tranding .box-container .box .content {
  background: var(--body-color);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
}
.tranding .box-container .box .content h3 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--gray-color);
}
.tranding .box-container .box .content p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-color);
  padding-bottom: 1rem;
}
.tranding .box-container .box .content p span {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
  margin-left: 1rem;
}
.tranding .box-container .box .content p span img {
  width: 15px;
  cursor: pointer;
}
.tranding .box-container .box .content .price {
  display: flex;
  gap: 2rem;
}
.tranding .box-container .box .content .price h4 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: var(--gray-color);
}
.tranding .box-container .box .content .price h5 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--text-color);
}
.tranding .box-container .box .content .price p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #0a8200;
}
/*=============== Deals Section ===============*/
.deals {
  padding: 0 0 2rem 3rem;
}
.deals h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--gray-color);
  padding: 3rem 0;
}
.deals .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  width: 120%;
  overflow-x: hidden;
  padding-bottom: 2rem;
}

.deals .box-container .box .image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
}
.deals .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.deals .box-container .box .content {
  background: var(--body-color);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.deals .box-container .box .content img {
  width: 100px;
}
.deals .box-container .box .content h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--gray-color);
}
.deals .box-container .box .content p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: var(--gray-color);
}
.deals .box-container .box .content p span img {
  width: 15px;
  cursor: pointer;
}
.deals .box-container .box .content .price {
  display: flex;
  gap: 2rem;
}
.deals .box-container .box .content .price h4 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: var(--gray-color);
}
.deals .box-container .box .content .price h5 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--text-color);
}
.deals .box-container .box .content .price p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #0a8200;
}
/*=============== Offers Section ===============*/

.offer h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--gray-color);
  padding: 0 0 2rem 3rem;
}
.offer .container {
  display: flex;
  justify-content: space-between;
}
.offer .container .image img {
  width: 100%;
  height: 300px;
  margin-top: 45px;
}

.offer .container .box-container {
  display: flex;
  text-align: center;
}
.offer .container .box-container {
  display: flex;
  justify-content: center;
}
.offer .container .box-container .box-1 {
  background: var(--text-color-light);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0px 0px 10px;
  width: 100%;
}
.offer .container .box-container .box-1 .content {
  padding-top: 30%;
}
.offer .container .box-container .box-1 .content h2 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  color: var(--gray-color);
}
.offer .container .box-container .box-2 {
  width: 100%;
}
.offer .container .box-container .box-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer .container .box-container button {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--gray-color);
  padding: 5px 25px;
  border-radius: 8px;
  background: none;
  border: 1.5px solid var(--text-color);
}
.offer .container .box {
  background: var(--text-color-light);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0px 0px 10px;
  padding: 20px;
  height: 300px;
  margin-top: 45px;
}
.offer .container .box .content {
  text-align: center;
  margin-top: 30%;
  margin-left: 5rem;
}
.offer .container .box img {
  width: 150px;
}
.offer .container .box .content h2 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: var(--gray-color);
  padding-top: 10px;
}
.offer .container .box .content button {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--gray-color);
  padding: 5px 25px;
  border-radius: 8px;
  background: none;
  border: 1.5px solid var(--text-color);
}
/*=============== Forever Section ===============*/

.forever .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  background: url(/assets/images/background-img.png) no-repeat;
  background-size: cover;
  height: 90vh;
}
.forever .container h2 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 60px;
  color: var(--text-color-light);
}
.forever .container h3 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  color: var(--text-color-light);
}
.forever .container img {
  width: 400px;
}
.forever .container button {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--text-color-light);
  padding: 5px 25px;
  border-radius: 8px;
  background: none;
  border: 1.5px solid var(--text-color-light);
}
/*=============== Category Section ===============*/
.category .container {
  padding: 0 3rem;
}
.category .container h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: var(--gray-color);
  padding-bottom: 2rem;
}
.category-wrapper {
  height: 70vh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4vh;
  /* grid-template-rows: repeat(12, 1fr); */
}
.category .container .box-container .category-wrapper .box-1 {
  grid-column: 5 /9;
  background: url(/assets/images/grid-img2.png) no-repeat;
}
.category .container .box-container .category-wrapper .box-2 {
  grid-column: 9 /-1;
  background: url(/assets/images/grid-img3.png) no-repeat;
}
.category .container .box-container .category-wrapper .box-3 {
  grid-row: 1 / 3;
  grid-column: 1 / 5;
  background: url(/assets/images/grid-img1.png) no-repeat;
}

.category .container .box-container .category-wrapper .box-4 {
  grid-column: 5 /9;
  background: url(/assets/images/grid-img4.png) no-repeat;
}
.category .container .box-container .category-wrapper .box-5 {
  grid-column: 9 /11;
  background: url(/assets/images/grid-img5.png) no-repeat;
}
.category .container .box-container .category-wrapper .box-6 {
  grid-column: 11 / -1;
  background: url(/assets/images/grid-img6.png) no-repeat;
}
.category .container .box-container .category-wrapper .box {
  border-radius: 10px;
}
.category .container .box-container .category-wrapper .box .content {
  margin: 2rem 0 0 2rem;
}
.category .container .box-container .category-wrapper .box .content h3 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--text-color-light);
}
.category .container .box-container .category-wrapper .box .content p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color-light);
}

/*=============== Testimmonial Section ===============*/

.testimonial .container h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: var(--gray-color);
  padding: 0 3rem;
}
.testimonial .container .box-container {
  display: flex;
  gap: 5rem;
  padding-top: 5rem;
}
.testimonial .container .box-container .ellipse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.testimonial .container .box-container .ellipse .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(39, 39, 39, 0.8);
  z-index: 99999;
  cursor: pointer;
}
.testimonial .container .box-container .ellipse .circle .img-1 {
  position: absolute;
  top: 227px;
  left: 40px;
  width: 10px;
}
.testimonial .container .box-container .ellipse .circle .img-2 {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 10px;
}
.testimonial .container .box-container .ellipse .left-circle {
  margin-left: 2rem;
}
.testimonial .container .box-container .ellipse .right-circle {
  position: absolute;
  right: -112rem;
}
.testimonial .container .box-container .box {
  background: var(--text-color-light);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 50rem;
  padding: 3rem 5rem;
}
.testimonial .container .box-container .box .image {
  padding-bottom: 2rem;
  text-align: center;
}
.testimonial .container .box-container .box .star {
  text-align: center;
}
.testimonial .container .box-container .box span {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--gray-color);
  margin-left: 1rem;
}
.testimonial .container .box-container .box p {
  padding-top: 1rem;
}
.testimonial .container .box-container .box-1 {
  margin-left: -20rem;
}
.testimonial .container .box-container .box-3 {
  margin-right: -30rem;
}
/*=============== Footer Section ===============*/
.footer {
  background: var(--footer-color);
}
.footer .container {
  padding: 2rem 3rem;
}
.footer .container .footer-logo {
  display: flex;
  gap: 3rem;
}
.footer .container .footer-logo h1 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 79px;
  color: var(--text-color-light);
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1.5rem;
  padding-top: 2rem;
}
.footer .box-container .box {
  padding: 1rem 0;
}
.footer .box-container .box h3 {
  font-size: 1.5rem;
  color: var(--text-color-light);
  padding: 1rem 0;
}
.footer .box-container .box p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 1rem 0;
  line-height: 22px;
  color: var(--text-color-light);
}
.footer .box-container .box .list-item h3 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color-light);
}
.footer .box-container .box .list-item li a {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color-light);
}
.footer .box-container .box form .email {
  width: 100%;
  border-radius: 5rem;
  border: 1px solid var(--text-color);
  background: none;
  font-size: 1.5rem;
  text-transform: none;
  color: var(--text-color-light);
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
}
.footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 2rem 0;
}
.footer .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer .footer-bottom ul li {
  position: relative;
}
.footer .footer-bottom ul li .f {
  position: absolute;
  left: 10px;
  top: 3px;
}
.footer .footer-bottom p {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color-light);
}
/* For medium devices */
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 768px) {
  /* header section */
  #header i {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 20px;
  }
  #header {
    display: block;
    padding: 3rem 0;
  }

  .header .nav-left-part .navbar {
    display: block;
    position: absolute;
    width: 100%;
    background: var(--body-color);
    top: 99%;
    z-index: 99999;
    padding: 3rem 0;
  }
  .header .logo {
    padding-left: 1.2rem;
  }
  .header .nav-left-part .navbar {
    margin-left: -700px;
    transition: all 0.5s ease;
  }
  .header .nav-left-part .active {
    margin-left: 0;
    transition: all 0.5s ease;
  }
  .header .nav-left-part .navbar a {
    display: block;
    padding-top: 3rem;
  }
  .header .nav-right-part {
    display: none;
  }

  .active {
    display: none;
  }
  /* banner section */
  .banner .banner-top p {
    padding-top: 5rem;
    font-size: 16px;
  }
  .banner .container {
    display: flex;
    flex-direction: column;
  }
  .banner .container .banner-second-container .content {
    left: 15%;
  }
  /* tranding section */

  .tranding .box-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-right: 3rem;
  }
  /* deals section */
  .deals .box-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-right: 3rem;
  }
  /* offer section */
  .offer .container {
    display: flex;
    flex-wrap: wrap;
  }
  .offer .container .box-container {
    display: flex;
    flex-wrap: wrap;
  }
  .offer .container .image img {
    height: 100%;
    margin: 20px 0;
  }
  .offer .container .box-container {
    padding: 40px 0;
  }
  .offer .container .box-container .box-1 .content {
    padding: 40px 0;
  }
  /* forever section */
  .forever .container {
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  /* category section */
  .category .container .box-container {
    height: 100%;
  }
  .category .container .box-container .category-wrapper .box {
    display: grid;
    grid-column: 1/-1;
    height: 50vh;
  }
  /* testimonial section */
  .testimonial .container {
    margin-top: 290%;
  }
  .testimonial .container .box-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .testimonial .container .box-container .box {
    margin-left: 0;
    width: 100%;
  }
  .testimonial .container .box-container .ellipse {
    display: none;
  }
  /* footer section */
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .footer {
    text-align: center;
  }
}

/* For small devices */
@media only screen and (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .banner .container .banner-second-container .content {
    top: 13%;
    left: 0;
  }
  .banner .container .banner-second-container .content h2 {
    font-size: 30px;
  }
  .banner .container .banner-second-container .content h4 {
    font-size: 25px;
  }

  /* tranding section */
  .tranding .box-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  /* deals section */
  .deals .box-container {
    grid-template-columns: repeat(1, 1fr);
  }
  /* offer section */
  .offer .container .image {
    width: 100%;
    margin-left: 0;
  }
  .offer .container .box {
    width: 100%;
    margin-right: 0;
    margin-top: 0rem;
  }

  /* forever section */

  .forever .container img {
    width: 200px;
  }
  .forever .container h2 {
    font-size: 25px;
  }
  .forever .container h3 {
    font-size: 20px;
  }
  /* testimonial section */
  .testimonial .container {
    margin-top: 400%;
  }
  .testimonial .container h1 {
    font-size: 25px;
  }
  /* footer section */
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
  .footer .footer-logo img {
    width: 30%;
  }
  .footer .footer-bottom {
    display: flex;
    flex-direction: column;
  }
}
