@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');

body {
  font-family: "Poppins", sans-serif !important;
}


/* navigation  */
.nav-link {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: #21A457 !important;
}

.nav-rightside {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-rightside a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.nav-rightside a:hover {
  color: #21A457;
}

.nav-rightside button {
  border: 2px solid #21A457;
  background-color: transparent;
  border-radius: 4px;
  padding: 0.3rem 0.8rem;
}

.nav-rightside button:hover {
  background-color: #21A457;
  color: #fff;
}

.price-wrap {
  padding: 3rem 0 10rem 0;
  text-align: center;
}

.price-wrap h1 {
  font-size: 55px;
  font-weight: 800;
  color: #04396A;
}

/* Hero section  */
.hero-wrap {
  padding: 10rem 0 10rem 0;
  text-align: center;
}

.hero-wrap h1 {
  font-size: 72px;
  font-weight: 800;
  color: #333333;
}

.hero-wrap p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 2.5rem;
}

.hero-wrap .button {
  border: none;
  outline: none;
  background-color: #21A457;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 2rem;
}

.singup {
  border: 2px solid #21A457;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
}

.singup:hover {
  color: white !important;
  border: 2px solid #21A457;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  background-color: #21A457;
}

/* Video section  */
.video-section {
  background-color: #FDF2DE;
  text-align: center;
  padding: 5.5rem 0 5.5rem 0;
}

.video-section h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000;
}

.video-section p {
  width: 550px;
  margin: 1rem auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.video-wh {
  width: 650px;
  height: 360px;
  border-radius: 4px;
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 24px;
}

.video-btn .button {
  background-color: #21A457;
  color: #fff;
  border: 1px solid transparent;
  outline: none;
  padding: .8rem 2rem;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.video-btn button:hover {
  background-color: #248a4f;
}

.video-btn .button:last-child {
  background-color: transparent;
  color: #000;
  border: 1px solid #21A457;
}

.video-btn .button:last-child:hover {
  background-color: #21A457;
  color: #fff;
}


/* Intro section */
.intro-wrap {
  background-color: #F9DFAE;
}

.intro-wrap h1 {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  margin-top: 3rem;
}

.intro-wrap p {
  width: 400px !important;
  font-size: 16px;
  font-weight: 400;
  color: #484848;

}


/* free trail section */
.trail-wrap {
  padding: 8rem 0 6rem 0;
}

.trail-wrap h1 {
  font-size: 48px;
  font-weight: 800;
}

.trail-wrap .button {
  background-color: #21A457;
  color: #fff;
  border: 1px solid transparent;
  outline: none;
  padding: .8rem 2rem;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4rem;
}


/* See how it all comes together */
.together-wrap {
  background-color: #F2F2F2;
  padding: 5rem 0 5rem 0;
}

.together-wrap h2 {
  font-size: 48px;
  font-weight: 800;
  color: #333333;
  padding: 2rem 0 3.5rem 0;
}

.row-wrap {
  margin-top: 2rem;
}

.row-wrap img {
  width: 85%;
}

.row-wrap h1 {
  width: 400px;
  font-size: 32px;
  font-weight: 800;
}

.row-wrap p {
  width: 400px;
  font-size: 16px;
  margin: 2rem 0 2rem 0;
}

.row-wrap a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.row-wrap a:hover {
  color: #21A457;
}

.f-inst {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.f-inst img {
  width: 60px;
  height: 60px;
  /* object-fit: cover; */
  background-color: #DDDDDD;
  padding: 0.8rem;
  border-radius: 4px;
}

.f-inst h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
}

/* boost section  */

.boost-wrap {
  background-color: #FDF2DE;
  padding: 4rem 0 4rem 0;
}

.boost-wrap h1 {
  font-size: 48px;
  font-weight: 800;
  color: #333333;
}

.boost-wrap .button {
  background-color: #21A457;
  color: #fff;
  border: 1px solid transparent;
  outline: none;
  padding: .8rem 2rem;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 2.6rem;
}

.boost-wrap img {
  width: 75%;
}

/* Footer section
==================== */
.footer-section {
  padding: 40px 0 20px 0;
  background-color: #D1D5DB;
}

.footer-link ul {
  list-style: none;
}

.footer-link ul li a {
  color: #141313;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link ul li a:hover {
  color: #1F3867;
}

.copy-write {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}