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

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
}

/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/

.container {
  width: 120rem;
  margin: 0 auto;
}

.grid {
  display: grid;
}

.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}

.heading {
  font-size: 4.48rem;
  line-height: 1.1;
  font-weight: 700;
}

.paragraph {
  font-size: 1.8rem;
  color: #858585;
  line-height: 1.5;
}

.label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.blue-color {
  color: #097eff;
}

.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid #097eff;
  transition: all 0.3s;
}

.btn-outline:link,
.btn-outline:visited {
  color: #097eff;
  background-color: #fff;
}
.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #097eff;
}
.btn-fill:link,
.btn-fill:visited {
  color: #fff;
  background-color: #097eff;
}
.btn-fill:active {
  color: #097eff;
  background-color: #fff;
}

/**************************/
/* NAVIGATION BAR */
/**************************/

.nav-bar {
  position: sticky;
  z-index: 99;
  top: 3rem;
}

.nav-bar--list {
  list-style: none;
  width: 120rem;
  height: 7.5rem;
  margin: 3rem auto 0;
  padding: 1.3rem 2.6rem;

  border: 1px solid #f8f8f8;
  box-shadow: 4px 0 10px 0 rgba(177, 170, 170, 0.15);
  border-radius: 5rem;
  background-color: #fff;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.nav-bar--list li:first-child {
  margin-right: auto;
}
.nav-bar--list li:last-child {
  margin-left: auto;
}

.nav-bar--logo {
  width: 11rem;
}

.nav-bar--link:link,
.nav-bar--link:visited {
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.nav-bar--link:hover,
.nav-bar--link:active {
  opacity: 0.8;
}

/**************************/
/* SECTION HERO */
/**************************/

.hero {
  display: flex;
  align-items: center;
  padding: 12.8rem 0;
}

.hero-img {
  width: 77rem;
}

.hero-heading {
  margin: 2rem 0 4rem;
}

.hero-paragraph {
  font-weight: 500;
  margin-bottom: 2.4rem;
}

/**************************/
/* SECTION PARTNERS */
/**************************/

.partners {
  padding: 6rem 0;
  margin-bottom: 15rem;
}

.partners-logos {
  display: flex;
  justify-content: space-between;
}

.partners-heading {
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  letter-spacing: 2px;
  color: #858585;
}

/**************************/
/* SECTION FEATURES */
/**************************/

.features {
  gap: 8rem;
}

.features-img {
  width: 100%;
  border-radius: 30px;
}
.features-img:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.feature {
  align-self: center;
}

.feature-heading {
  margin-bottom: 2.4rem;
}

.feature-paragraph {
  margin-bottom: 2rem;
}

.feature-link:link,
.feature-link:visited {
  text-decoration: none;
  color: #097eff;
  font-size: 1.4rem;
  letter-spacing: 0.5px;

  display: flex;
  align-items: center;
}

.link-arrow {
  transition: all 0.3s;
  padding-left: 0.3rem;
  height: 1.4rem;
}

.dist {
  padding-left: 1rem;
}

/**************************/
/* SECTION STATS */
/**************************/

.section-stats {
  padding: 7rem 0;
  margin-bottom: 14rem;
}

.stats {
  text-align: center;
}

.stats-heading {
  margin-bottom: 1rem;
}

.stats-paragraph {
  margin-bottom: 3rem;
}

.stats-btn-fill:link,
.stats-btn-fill:visited,
.stats-btn-outline:link,
.stats-btn-outline:visited {
  font-size: 1.4rem;
}

.stats-btn-fill:hover,
.stats-btn-fill:active {
  color: white;
  background-color: #097eff;
  opacity: 0.9;
}

.stats-btn-outline:link,
.stats-btn-outline:visited {
  margin-left: 1.5rem;
}
.stats-btn-outline:hover,
.stats-btn-outline:active {
  color: #097eff;
  background-color: snow;
  opacity: 0.9;
}

.statistics {
  display: flex;
  text-align: center;
  gap: 5rem;
}

.statistic {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.stats-heding {
  margin: 7rem 0;
}

/**************************/
/* SECTION STATS */
/**************************/

.testimonials {
  text-align: center;
  margin-bottom: 28rem;
}

.testimonial-heading {
  margin-bottom: 3rem;
}

.testimonial-paragraph {
  margin-bottom: 5rem;
}

.testimonial {
  display: flex;
  align-items: center;
}

.testimonial > * {
  width: 50%;
}

.testimonial-quote {
  text-align: left;
  margin-left: 6rem;
  display: flex;
  flex-direction: column;

  color: #1b1a1d;
  font-size: 1.8rem;
  line-height: 1.4;
}

.testimonial-name {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 5rem 0 2.5rem;
}

.testimonial-job {
  font-size: 1.4rem;
  opacity: 0.6;
}

/**************************/
/* SECTION FAQ */
/**************************/

.faq {
  display: flex;
  justify-content: space-between;

  margin-bottom: 28rem;
}

.faq-text {
  width: 48rem;
}
.faq-questions {
  width: 64rem;
}

.faq-heading {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.qa {
  padding: 2rem;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  opacity: 0.65;
  margin-bottom: 2rem;
  overflow: hidden;
}

.question {
  color: #1b1a1d;
  font-weight: 500;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-answerd {
  margin-top: 2rem;
}

.qa:hover {
  opacity: 1;
}

.question-text {
  font-size: 2.3rem;
}

.answer {
  font-size: 1.8rem;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

/**************************/
/* SECTION PRICING */
/**************************/

.container-pricing {
  display: flex;
  align-items: end;
  gap: 5rem;

  width: 100rem;
  height: 61rem;
  margin: 0 auto 32rem;
  padding: 2rem 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 32px;
}

.pricing-option {
  width: 95%;
  text-align: center;
  padding: 3.2rem 2.4rem;
}

.pricing-option-name {
  font-size: 2.8rem;
  font-weight: 500;

  margin-bottom: 2rem;
}
.price-label {
  display: flex;
  flex-direction: column;

  margin-bottom: 2rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5rem;
}

.price-tag {
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.price-period {
  font-size: 2.4rem;
  font-weight: 700;
}

.price-text {
  font-size: 1.4rem;
  color: #858585;
  margin-bottom: 2rem;
}

.price-text:last-child {
  margin-bottom: 5rem;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.benefit:last-child {
  margin-bottom: 4rem;
}

.price-icon {
  font-size: 3.2rem;
  color: #097eff;
  border-radius: 50%;
}

.btn-plan:link,
.btn-plan:visited {
  font-weight: 400;
}

.btn-best-plan:hover,
.btn-best-plan:active {
  border: 1 solid white;
}

.pricing-best {
  background-color: #097eff;
  border-radius: 32px;
  color: #fff;
  width: 110%;
}

.best-pricing-text {
  color: #e9e9e9;
}

.price-icon-best {
  color: #fff;
}
.btn-best-plan:hover,
.btn-best-plan:active {
  border: 1px solid white;
}

/**************************/
/* SECTION BLOGS */
/**************************/

.section-blog {
  margin-bottom: 28rem;
}

.heading-blog {
  text-align: center;
  margin-bottom: 8rem;
}

.blogs {
  display: flex;
  gap: 2rem;
}

.blog {
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s;
}

.blog:hover {
  box-shadow: 1px 1px 20px 2px rgba(233, 233, 233, 0.4);
  scale: 1.01;
}

.blog-img {
  width: 100%;
  margin-bottom: 2rem;
}

.blog-heading {
  padding: 0 5rem 0 1rem;
  margin-bottom: 1.5rem;
  font-size: 3.4rem;
  font-weight: 500;
  color: #1b1a1d;
}

.blog-link {
  text-decoration: none;
}

.blog-author {
  padding: 1rem;

  display: flex;
  align-items: center;
  gap: 2rem;
}

.author-img {
  border-radius: 50%;
  width: 4.8rem;
}

.article-info {
  font-size: 1.4rem;
  color: #1b1a1d;
}

.author-name {
  font-weight: 500;
  margin-bottom: 1rem;
}

.devider {
  padding: 0 0.5rem;
}

/**************************/
/* SECTION FOOTER */
/**************************/

.contact-form {
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 6.4rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.heading-contact {
  font-weight: 400;
}

.btn-contact {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.8rem 1.8rem;
  border-radius: 16px;
  border: 1px solid #097eff;
  transition: all 0.3s;
  color: #fff;
  background-color: #097eff;
  position: relative;
  z-index: 11;
}

.btn-contact:hover {
  opacity: 0.9;
  cursor: pointer;
}

.email-input {
  width: 48rem;
  padding: 1.4rem 18rem 1.4rem 2rem;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  position: relative;
  left: 8.4rem;
  z-index: 10;
}

.email-input:focus {
  outline: none;
  border-color: #097eff;
}

.email-input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 3rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 3rem;
}

.footer-nav,
.social-links {
  display: flex;
  list-style: none;
  gap: 3rem;
}

.footer-links * {
  text-decoration: none;
  color: #1b1a1d;
}

.footer-link {
  font-size: 1.4rem;
}
.social-icon {
  font-size: 3rem;
  color: #1b1a1d;
}
