@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: 400;
  /* 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: 14px 36px;
  border-radius: 26px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.primary-btn {
  background-color: var(--Heading);
  color: var(--primary-color);
  font-size: 24px;
  /* line-height: 22px; */
}
.primary-btn:hover {
  background-color: var(--primary-color);
  color: var(--Heading);
}
.secondary-btn {
  border: none;
  padding: 14px 36px;
  background-color: var(--Heading);
  color: var(--primary-color);
}
.tertiary-btn {
  border: none;
  padding: 14px 36px;
  background-color: var(--primary-color);
  color: var(--Heading);
}
/* Header Section */

.hdr-sec {
  padding: 20px 0;
  position: relative;
  background-color: var(--ftr-bg);
}

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: 230px 0 70px;
  background: url(../asstes/About-Banner-bg.jpg) no-repeat center/cover;

  /* display: flex; */
  /* align-items: center; */
}
.banner-cntn {
  margin-top: 210px;
}
/* Feature Section */
.feature-sec {
  padding-top: 89px;
}
.feature-img {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
.feature-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-btn {
  position: absolute;
  bottom: 37px;
  left: 202px;
}
/* Founder Section */
.founder-sec {
  padding: 100px 0;
  background-color: var(--ftr-bg);
}
.founder-hdr {
  text-align: center;
}
.founder-card {
  max-width: 295px;
  margin: 115px auto 0;
}
.founder-card > p {
  font-size: 21px;
  font-weight: bold;
  color: var(--sub-heading);
  margin-top: 32px;
}
.founder-img {
  max-width: 295px;
  margin: 0 auto;
}
.founder-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Testimonial Section */
.testimonial-sec {
  padding-block: 84px;
  background-color: var(--Heading);
}
.testimonial-hdr {
  text-align: center;
  margin-bottom: 110px;
}
.testimonialpart {
  max-width: 921px;
  display: flex;
  margin: 0 auto 240px;
}
.end-part {
  margin-bottom: 110px;
}
.testimonial-img {
  max-width: 210px;
  margin: 0 auto;
}
.testimonial-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-cntn {
  margin-left: 48px;
}
.testimonial-cntn > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.testimonial-desc {
  max-width: 663px;
  font-family: "Baloo", sans-serif;
  color: var(--sub-text-color);
  font-size: 24px;
  margin: 12px auto 32px;
  line-height: 36px;
}
.authore {
  font-size: 21px;
  font-weight: bold;
  color: var(--sub-heading);
}
/* 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);
}
.ftr-input{
  max-width: 290px;
}
.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) {
  /* Feature Section */
  .feature-btn {
    left: 168px;
  }
}

@media screen and (max-width: 992px) {
  .ftr-col25 {
    width: 50%;
  }
  .btn {
    padding: 12px 25px;
    border-radius: 11px;
  }
  .primary-btn {
    font-size: 22px;
  }
  /* Feature Section */
  .feature-btn {
    left: 140px;
  }
  /* Testimonial Section */
  .testimonialpart {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .testimonial-cntn {
    text-align: center;
    margin-left: 0;
  }
  .testimonial-desc {
    margin: 12px auto;
  }
  .testimonial-cntn > img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .col50 {
    width: 100%;
  }
  .col25 {
    width: 50%;
  }

  /* Header Section */

  .nav-collapsed {
    display: none;
  }
  /* Feature Section */
  .feature-img > img {
    margin-top: 40px;
  }
  .feature-btn {
    left: 218px;
  }
  /* Founder Section */
  .founder-card {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .col25 {
    width: 100%;
  }
  .title1 {
    font-size: 40px;
  }
  .title2 {
    font-size: 26px;
  }
  .title2 > span {
    font-size: 16px;
  }
  .btn {
    padding: 11px 15px;
    border-radius: 8px;
  }

  .primary-btn {
    font-size: 16px;
  }
  /* Header Section */
  nav {
    flex-direction: column;
  }
  .nav-icons {
    margin: 20px auto;
  }
  /* Banner Section */

  .banner-sec {
    padding: 90px 0 30px;
  }
  /* Feature Section */
  .feature-sec {
    padding-top: 56px;
  }
  .feature-btn {
    left: 144px;
  }
  /* Founder Section */
  .founder-sec {
    padding: 50px 0;
  }
  .founder-card {
    margin-top: 40px;
  }

  /* Testimonial Section */
  .testimonial-sec {
    padding-block: 30px;
  }
  .testimonial-hdr {
    margin-bottom: 60px;
  }
  .testimonialpart {
    margin-bottom: 56px;
  }
  .testimonial-cntn > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .testimonial-desc {
    font-size: 16px;
    margin: 8px auto 20px;
    line-height: 26px;
  }
  /* Footer Section */

  .footer-sec {
    padding-block: 40px 23px;
  }
  .ftr-list {
    text-align: center;
  }
  .ftr-input{
    margin: 0 auto;
  }
  .ftr-input > .input-sec {
    width: 100%;
  }
  .ftr-btm {
    flex-direction: column;
  }
  .copyright-sec {
    text-align: center;
    margin-bottom: 20px;
  }
  .payment-list {
    margin: 0 auto;
  }
}
