@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Arimo", sans-serif;
}
:root {
  --primary-color: #024e82;
  --text-color: #000000;
  --sub-text-color: #555555;
  --Heading: #ffffff;
  --ftr-line: #e8e8e8;
  --ftr-bg: #fbfbfb;
  --sub-heading: #1d1d1d;
  --shadow: #00000040;
}
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}
.container {
  max-width: 1268px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col60 {
  width: 58%;
  padding: 0 15px;
}
.col40 {
  width: 42%;
  padding: 0 15px;
}
.col50 {
  width: 50%;
  padding: 0 15px;
}
.col33 {
  width: 33%;
  padding: 0 15px;
}
.col25 {
  width: 25%;
  padding: 0 15px;
}
.col100 {
  width: 100%;
  padding: 0 15px;
}
.active {
  color: var(--primary-color) !important;
}
.title1 {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 800;
  /* line-height: 48px; */
  text-transform: uppercase;
  color: var(--Heading);
  text-shadow: 0 4px 4px var(--shadow);
}
.title2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.title2 > span {
  font-size: 20px;
  font-weight: 400;
  color: var(--sub-text-color);
}
.title3 {
  font-family: "Baloo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--sub-heading);
}
.title3 > span {
  font-family: "Lato", sans-serif;
  color: var(--primary-color);
}
.title4 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--Heading);
  text-transform: uppercase;
}
.btn {
  font-family: "Lato", sans-serif;
  padding: 18px 21px 18px 36px;
  border: 5px solid var(--Heading);
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.primary-btn {
  color: var(--Heading);
  font-weight: bold;
  font-size: 21px;
  /* line-height: 22px; */
  margin-top: 48px;
}
.primary-btn:hover {
  background-color: var(--Heading);
  color: var(--text-color);
}
.secondary-btn {
  border: none;
  padding: 14px 36px;
  background-color: var(--Heading);
  color: var(--primary-color);
}
.secondary-btn:hover {
  background-color: var(--primary-color);
  color: var(--Heading);
}
.tertiary-btn {
  border: none;
  padding: 14px 36px;
  background-color: var(--primary-color);
  color: var(--Heading);
}
.tertiary-btn:hover {
  background-color: var(--Heading);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
/* Header Section */

.hdr-sec {
  padding: 20px 0;
  position: relative;
}

nav,
.nav-collapsed > ul,
.nav-icons {
  display: flex;
  align-items: center;
}
.nav-logo > a {
  width: 156px;
}
.nav-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-collapsed {
  margin-left: 140px;
}
.nav-links {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin-right: 40px;
  color: var(--text-color);
}
.nav-links:hover {
  color: var(--primary-color);
  transform: translateY(2px) scale(1.1);
}
.nav-icons {
  margin-left: auto;
}
.user > a,
.cart > a,
.menu > button {
  width: 24px;
}
.user > a > img,
.cart > a > img,
.menu > button > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu > button {
  background: none;
  border: none;
  cursor: pointer;
}
.icon-links {
  margin-right: 20px;
}
.user:hover,
.cart :hover {
  transform: translateY(2px) scale(1.1);
}

.nav-toggler {
  position: absolute;
  display: none;
  top: 100%;
  margin-left: 0;
  width: 100%;
  left: 0;
  background-color: var(--Heading);
  right: 0;
  padding: 10px 0;
}
.nav-toggler > ul {
  flex-direction: column;
  padding: 10px;
  /* align-items: normal; */
}
.nav-toggler > ul > li > a {
  margin: 10px 0;
}

/* Banner Section */

.banner-sec {
  padding: 202px 0 236px;
  background: url(../asstes/Banner-img.png) no-repeat center/cover;
}
.banner-row {
  align-items: center;
  flex-direction: row-reverse;
}
.banner-cntn {
  max-width: 492.42px;
  margin: 0 auto;
  text-align: center;
}

/* Product Section */

.product-sec {
  padding: 40px 0;
}

.product-hdr {
  max-width: 390px;
  text-align: center;
  margin: 0 auto 48px;
}
.card {
  max-width: 295px;
  text-align: center;
  margin-bottom: 48px;
}
.card-img {
  max-width: 295px;
}
.card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card > .title3 {
  max-width: 123px;
  margin: 16px auto;
}

/* Benifit Section */
.benifit-sec {
  padding: 70px 0 50px;
}
.benifits {
  max-width: 233px;
  margin: 0 auto;
  display: flex;
}
.benifit-img {
  width: 24px;
  height: 28px;
  margin-right: 22px;
}
.benifit-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.free-shp-img {
  width: 30px;
}
.free-shp-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benifit-cntn {
  max-width: 189px;
}
.benifit-cntn > .title3 {
  text-transform: uppercase;
}
.benifit-cntn > p {
  color: var(--sub-text-color);
  font-family: "Lato", sans-serif;
  margin-top: 8px;
}
/* Promo Section */
.promo-sec {
  padding: 20px 0;
}
.black-box {
  background-color: var(--text-color);
  padding-block: 119px;
  text-align: center;
  height: 429px;
}
.box60 {
  padding-inline: 155px;
}
.box40 {
  padding-inline: 47px;
}
.box-cntn > p {
  color: var(--Heading);
  font-size: 18px;
  line-height: 23.4px;
  margin-block: 24px 32px;
}
/* Best Selling Section */

.best-sell-sec {
  padding: 90px 0;
}
.sel-row {
  align-items: center;
}
.best-sell-hdr {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
}
.best-sell-btn {
  text-align: center;
  margin-top: 22px;
}

/* Footer Section */
.footer-sec {
  padding-block: 68px 23px;
  background-color: var(--ftr-bg);
}
.ftr-top {
  margin-bottom: 70px;
}
.ftr-list {
  margin-bottom: 40px;
}
.list-hdr {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.ftr-links {
  font-family: "Lato", sans-serif;
  line-height: 28px;
  color: var(--sub-heading);
}
.ftr-links:hover {
  text-decoration: underline;
  color: var(--primary-color);
  transform: translateY(2px) scale(1.1);
}
.input-sec {
  display: flex;
  align-items: center;
}
#get-email {
  max-width: 250px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--sub-heading);
  font-family: "Lato", sans-serif;
  color: var(--sub-text-color);
  padding-bottom: 17px;
}
.ftr-btn > img {
  width: 10px;
}
.ftr-btn {
  padding-inline: 8px;
  background: none;
  border: none;
}
.ftr-btm {
  border-top: 1px solid var(--ftr-line);
  padding-top: 30px;
  display: flex;
}
.copyright-sec {
  max-width: 371px;
}
.copyright-sec > a {
  font-family: "Lato", sans-serif;
  line-height: 28px;
  font-size: 14px;
  color: var(--sub-heading);
}
.payment-list {
  margin-left: auto;
}
.payment-list > ul {
  display: flex;
}
.payment-links {
  width: 56px;
  margin-right: 16px;
}
.payment-links > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .col60,
  .col40 {
    width: 100%;
  }
  /* Promo Section */
  .box60 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .col50 {
    width: 100%;
  }
  .ftr-col25 {
    width: 50%;
  }
  /* Banner Section */

  .banner-cntn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .col25 {
    width: 33%;
  }
  .ben-col25 {
    width: 50%;
  }
  .ftr-col25 {
    width: 50%;
  }
  /* Header Section */

  .nav-collapsed {
    display: none;
  }
  /* Banner Section */
  .banner-sec {
    padding: 130px 0 120px;
  }
  /* Benifit Section */

  .benifits {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .col25 {
    width: 50%;
  }
  .ben-col25 {
    width: 100%;
  }
  .ftr-col25 {
    width: 100%;
  }

  .title1 {
    font-size: 30px;
  }
  .title2 {
    font-size: 30px;
    line-height: 37px;
  }
  .title2 > span {
    font-size: 16px;
  }
  .btn {
    padding: 14px 21px;
  }
  .primary-btn {
    font-size: 16px;
  }
  /* Header Section */

  nav {
    flex-direction: column;
  }
  .nav-icons {
    margin: 20px auto 0;
  }
  /* Banner Section */
  .banner-sec {
    padding: 90px 0 100px;
  }
  /* Product Section */
  .product-hdr {
    margin: 0 auto 30px;
  }
  .card {
    margin-bottom: 30px;
  }
  /* Benifit Section */
  .benifit-sec {
    padding: 30px 0;
  }
  /* Promo Section */

  .box60 {
    padding-inline: 43px;
  }

  .black-box {
    padding-block: 85px;
  }
  /* Besi Sell Section */
  .best-sell-sec {
    padding: 35px 0;
  }
  /* Footer Section */
  .footer-sec {
    padding-block: 40px 23px;
  }
  .ftr-list {
    text-align: center;
  }
  .ftr-input > .input-sec {
    width: 100%;
  }
  .ftr-btm {
    flex-direction: column;
  }
  .copyright-sec {
    text-align: center;
    margin-bottom: 20px;
  }
  .payment-list {
    margin: 0 auto;
  }
}
