@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #7cc343;
  --tertiary-color: #ffffff;
  --text: #3b3b3b;
  --muted: #6b6b6b;
  --white: #fff;
}

body {
  font-family: "poppins", sans-serif;
}
a {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style-type: none;
}

.title1 {
  font-size: 64px;
  font-weight: 500;
}

.container {
  max-width: 1750px;
  padding: 0 73.5px;
  margin: 0 auto;
  width: 100%;
}

.hdr-sec {
  padding: 18px 0;
}

nav,
.navbar-collapsed,
.navbar-collapsed > ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.nav-logo {
  width: 215.7px;
}

.nav-logo > a {
  width: 100%;
}

.nav-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-collapsed > ul > li {
  margin-right: 50px;
  font-size: 20px;
}

.nav-links {
  color: black;
}

.nav-links:hover {
  color: var(--primary-color);
}

/* With height,width */
/* .btn-primary {
  width: 218px;
  height: 57px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--tertiary-color);
  transition: all 0.5s linear;
} */

/* Using padding */
.btn-primary {
  padding: 15px;
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--tertiary-color);
  transition: all 0.5s linear;
}

.btn-primary:hover {
  outline: 1px solid var(--primary-color);
  background: var(--tertiary-color);
  color: var(--primary-color);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
  width: 50%;
}

/* BANNER SECTION */

.banner-container {
  padding: 0 73.5px;
}

.banner-row {
  margin: 0 -73.5px;
}

.banner-row > .col {
  padding: 0 73.5px;
}

.banner-content > .title1 > span {
  font-size: 35px;
  font-weight: 300;
}

.banner-content > .title1 > .subtitle {
  font-size: 64px;
  font-weight: 500;
  color: var(--primary-color);
}

.banner-content > .title1 {
  max-width: 701px;
  margin-bottom: 30px;
}
.banner-content > p {
  margin: 30px 0;
  max-width: 737px;
  font-size: 25px;
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 0.5;
}

.btn-app {
  margin-top: 10px;
}

.banner-img {
  max-width: 834px;
  max-height: auto;
  position: relative;
}

.banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.sub-img {
  width: 231px;
  height: 231px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  bottom: 265px;
  left: 765px;
  border: 2px solid white;
}

.sub-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fav-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.fav-img-img {
  max-width: 180px;
  margin: 20px 17px;
}

.banner-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* SECTION ABOUT */

.about {
  padding: 20px 96px;
  margin: 0 auto;
}

.about-wrap {
  max-width: 1720px;
  padding: 0 24px;
  margin: 0 auto;
}

.about-head {
  text-align: center;
  margin-bottom: 56px;
}

.about-eyebrow {
  font-size: 20px;
  line-height: 1.2;
  color: var(--muted);
  margin-bottom: 10px;
}

.about-title > span {
  font-size: 64px;
  font-weight: 500;
  color: var(--primary-color);
  margin-left: 8px;
}

.about-title > span {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  color: var(--primary-color);
  margin-left: 8px;
}

.about-media {
  flex: 0 0 580px;
  position: relative;
}

.about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.about-subphoto {
  position: absolute;
  bottom: 0;
  left: 365px;
  width: 222px;
  padding: 10px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.about-subphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.about-content p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 24px;
  text-align: left;
  margin-top: 40px;
}

.about-phone {
  font-size: 2rem;
  color: #111;
  font-weight: 500;
  flex-wrap: wrap;
}

.about-content .about-phone {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}
.about-content .about-phone > span {
  font-size: inherit;
  color: var(--primary-color);
  font-weight: 400;
}

.about-phone > span {
  color: var(--primary-color);
  font-weight: 400;
}

.btn.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
  transition: 0.25s ease;
  margin-top: 20px;
}

.btn:hover {
  outline: 1px solid var(--primary-color);
  background: var(--tertiary-color);
  color: var(--primary-color);
}

.btn.about-btn i {
  color: var(--white);
  font-size: 1.2rem;
}
.btn.about-btn i:hover {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.about-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 700px;
}
