/**************************/
/* HEADER */
/**************************/

.header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  align-items: center;
  padding: 3.2rem 9.6rem 0 9.6rem;
  background-color: #eef0f7;
  gap: 0.8rem;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 6.4rem;
}

.nav-link:link,
.nav-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0e1133;
  font-size: 1.8rem;
  font-weight: 500;
}

.header-menu-icon {
  display: none;
}

.cta-btn:link,
.cta-btn:visited {
  background-color: #ff3e66;
  padding: 1.6rem 3.2rem;
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #ff3e66;
  width: 16rem;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 500;
}

.cta-btn:hover {
  color: #0e1133;
  background-color: #fff;
  border: 1px solid #ff3e66;
}

.nav-icon {
  height: 1.2rem;
  width: 1.2rem;
  margin-left: 0.8rem;
}

/**************************/
/*HERO SECTION */
/**************************/

.section-hero {
  background-color: RGB(238, 240, 247);
  padding: 9.8rem 0 0rem 0;
}

.hero {
  margin: 0 auto;
  padding: 0 0 0 9.6rem;
  display: grid;
  grid-template-columns: 4fr 6fr;
}

.heading-primary {
  font-size: 7.4rem;
  font-weight: 400;
  /* width: 80%; */
  margin-bottom: 3.2rem;
  color: #0e1133;
}

.heading-primary span {
  font-weight: 700;
}

.hero-describtion {
  font-size: 1.8rem;
  margin-bottom: 4.8rem;
}

.hero-input-box {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-input {
  width: 75%;
  border: none;
  border-radius: 100px;
  border-left: 3px solid #ff3e66;
  padding: 2.4rem;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.2);
}

.hero .mail-icon {
  height: 2rem;
  width: 2rem;
  z-index: 2;
  color: #767676;
  margin-right: -4.2rem;
}

.arrow-icon {
  margin-left: -3.5rem;
  color: #ff3e66;
  height: 2rem;
  width: 2rem;
  font-weight: 400;
  cursor: pointer;
}

.hero-input::placeholder {
  font-size: 1.6rem;
  padding-left: 3.2rem;
}

.hero-clients {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.client-imgs {
  display: flex;
}

.client-imgs img {
  border-radius: 50%;
  height: 4.8rem;
  border: 3px solid #fff;
  margin-left: -1.6rem;
}

.client-imgs img:first-child {
  margin: 0;
  z-index: 4;
}
.client-imgs img:nth-child(2) {
  z-index: 3;
}
.client-imgs img:nth-child(3) {
  z-index: 2;
}

.clients-text {
  color: #767676;
  font-size: 1.6rem;
  width: 10%;
  font-weight: 500;
}

.clients-text span {
  color: #0e1133;
  font-size: 3rem;
  font-weight: 700;
}

.hero-img-box {
}

.hero-img {
  width: 100%;
}

/**************************/
/* HOW IT WORK SECTION */
/**************************/

.how-it-work {
  padding: 9.6rem 0;
}

.feature-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 3.2rem;
}

.feature-btn {
  color: #0e1133;
  border-radius: 50px;
  border: 2px solid #ddd;
  font-size: 1.6rem;
  padding: 1.4rem 2.4rem;
  transition: all 0.3s;
  cursor: pointer;
}

.feature-btn:hover {
  background-color: #0e1133;
  color: #fff;
}

.how-feature-box {
  padding: 3.2rem;
  border: 1px solid #ddd;
  border-radius: 11px;
}

.feature-icon {
  height: 2rem;
  width: 2rem;
  color: #fff;
  background-color: #03a9f4;
  border-radius: 50%;
  margin-bottom: 2.4rem;
  padding: 1.6rem;
}

.home {
  background-color: #ec407a;
}

.link {
  background-color: #2196f3;
}

.notification {
  background-color: #ff7043;
}

.setting {
  background-color: #7986cb;
}

.lock {
  background-color: #26a69a;
}

.feature-box-title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.feature-box-describtion {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  color: #767676;
}

.feature-link {
  text-decoration: none;
  color: #767676;
  font-size: 1.4rem;
}

.marketing-box {
  background-color: #eef0f7;
}

.marketing-img-box {
  height: 44.5rem;
  overflow: hidden;
}

.marketing-box {
  align-items: center;
}

.marketing-box-describtion {
  display: flex;
}

.marekting-box-desc {
  display: flex;
  gap: 2rem;
}

.marekting-desc-icon {
  background-color: #32c36a;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 0.6rem;
}

.marketing-desc-title {
  color: #0e1133;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.marekting-desc-describtion {
  color: #767676;
  font-size: 1.6rem;
  line-height: 1.6;
}

/**************************/
/* LANDING SECTION */
/**************************/

.landing-section {
  background-color: #0e1133;
  padding: 9.6rem 0;
}
.landing-header {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.landing-secondary-heading {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 6.4rem;
}

.landing-text-box {
  justify-self: center;
  align-self: center;
}

.landing-service-box {
  padding: 3.2rem 4.8rem;
  border: 1px solid #262947;
  border-radius: 11px;
  margin-bottom: 3rem;
  display: flex;
  gap: 1.2rem;
}

.point {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #ff3e66;
  border-radius: 50%;
  border: 5px solid #2a182d;
  margin-top: 0.3rem;
}

.blue {
  background-color: #2eacfc;
  border-color: #15233d;
}

.green {
  background-color: #33c956;
  border-color: #15262c;
}

.landing-service-heading {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}

.landing-service-subheading {
  font-size: 1.6rem;
  color: #9fa0ad;
}

.landing-img-box {
  justify-self: self-start;
}

.landing-img-box img {
  width: 100%;
}

/**************************/
/* LEARN HOW SECTION */
/**************************/

.learn-how {
  padding: 9.6rem 0;
}

.learn-how-activation {
  display: flex;
  justify-content: space-around;
  margin-bottom: 9.6rem;
}

.activation-box {
  box-shadow: 0 2.4rem 2.4rem rgba(0, 0, 0, 0.1);
  padding: 6.4rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s;
}

.activation-box:hover {
  transform: translateY(-10px);
}

.activation-box-heading {
  font-size: 3.6rem;
  color: #0e1133;
}
.activation-box-subheading {
  color: #767676;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.learn-how-video-box {
  grid-template-columns: 4fr 2fr;
}

.player {
  position: relative;
  margin-bottom: 2.4rem;
}

.player img {
  width: 100%;
}

.video-play-icon {
  font-size: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.video-play-icon::after {
  content: "";
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 7px;
  border-radius: 50%;
  left: 7px;
  border: 1px solid #fff;
  border-bottom-color: transparent;
}

.video-play-icon::before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -8px;
  border-radius: 50%;
  left: 0px;
  border: 1px solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.video-text-box {
  margin-left: 9.6rem;
}

.video-text-title {
  color: #0e1133;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.video-text-describtion {
  font-size: 1.6rem;
  color: #767676;
  margin-bottom: 4.4rem;
}

.gallery-slider img {
  margin-bottom: 2.4rem;
  width: 100%;
}

.slider-icons {
  display: flex;
  justify-content: end;
  gap: 0.8rem;
}

.slider-icon {
  padding: 1.4rem;
  font-size: 2.4rem;
  border: 1px solid #767676;
  border-radius: 50%;
  cursor: pointer;
}

/**************************/
/* CTA-SECTION */
/**************************/

.cta-section {
  padding: 9.6rem 0;
  background-color: #eef0f7;
}

.cta-download-btns {
  display: flex;
  gap: 1.2rem;
}

.ios-btn:link,
.ios-btn:visited,
.android-btn:link,
.android-btn:visited {
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  border: 3px solid #0e1133;
  border-radius: 11px;
}

.cta-text-box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}

.apple-icon,
.android-icon {
  font-size: 3.6rem;
}

.ios-btn {
  background-color: #0e1133;
  color: #fff;
}

.ios-btn span,
.android-btn span {
  font-size: 2.4rem;
  font-weight: 500;
}

.apple-icon {
  color: #fff;
}

.android-btn {
  color: #0e1133;
  background-color: #fff;
}

/**************************/
/* PRICING-SECTION */
/**************************/

.pricing-section {
  padding: 9.6rem 0;
}

.pricing-subscribtion-container {
  display: flex;
  justify-content: center;
}

.pricing-subscribtion {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  border: 2px solid #dddddd;
  border-radius: 50px;
  padding: 0.4rem;
  margin-bottom: 2.4rem;
}

.monthly {
  background-color: #ff3e66;
  color: #fff;
  border-radius: 50px;
  padding: 0.8rem 2.4rem;
  font-weight: 500;
}

.yearly {
  padding: 0.8rem 1.6rem;
  color: #767676;
  font-weight: 500;
}

.pricing-cards {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}

.pricing-card {
  padding: 4.4rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.popular {
  border-top: 4px solid #ff3e66;
  box-shadow: 0 3.2rem 4.4rem rgba(0, 0, 0, 0.09);
}

.popular::after {
  content: "Most popular";
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 9px;
  right: -2px;
  background-color: #1e88e5;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.4rem 1.2rem;
  border-right-color: transparent;
  color: #fff;
}

.pricing-card-btn .most-popular-btn:link,
.pricing-card-btn .most-popular-btn:visited {
  background-color: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}

.pricing-card-btn .most-popular-btn:hover,
.pricing-card-btn .most-popular-btn:active {
  background-color: #fff;
  color: #0e1133;
}

.card-title {
  color: #0e1133;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.card-cost {
  font-size: 4.4rem;
  color: #0e1133;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
}

.dollar-sign {
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 0.4rem;
  position: absolute;
  top: 4px;
  left: -19px;
}

.per-month {
  font-size: 1.2rem;
  color: #767676;
  font-weight: 400;
}

.card-describtion {
  font-size: 1.4rem;
  color: #767676;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ddd;
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.card-features-describtion {
  color: #313451;

  font-size: 1.4rem;
}

.card-features-icon {
  color: #5b8ff7;
  background-color: #eef4fe;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0.2rem;
}

.card-feature-desc {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.card-feature-desc:nth-child(3) {
  margin-bottom: 3.2rem;
}

/**************************/
/* testimonial */
/**************************/

.testimonial-section {
  padding: 9.6rem 0;
}

.testimonial-container {
  margin: 0 auto;
  padding: 0 3.2rem;
  max-width: 120rem;
  grid-template-columns: 1fr 3fr;
  background-image: url(/Project-Images/Background/background.jpeg);
  background-position: center;
  background-size: cover;
  grid-template-columns: 1fr 3fr;
  padding: 12.8rem;
  row-gap: 0;
}

.feedback-box {
  text-align: center;
}

.testimonial-client-img {
  border-radius: 50%;
  margin-bottom: 1.2rem;
}

.client-rate p {
  font-size: 1.2rem;
  color: #fff;
}

.star {
  color: gold;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.client-text-feedback {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  color: #fff;
}
.author-box {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
.client-name {
  font-weight: 700;
  font-size: 2rem;
}

.client-job {
  font-size: 1.6rem;
}

.testimonial-btns {
  display: flex;
  gap: 1.2rem;
}

.testimonial-btns ion-icon {
  font-size: 2rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 1.4rem;
  color: #fff;
  text-align: center;
}

/**************************/
/* platform-section */
/**************************/

.platform-section {
  margin-bottom: 9.6rem;
}

.platform-logos-first {
  display: flex;
  gap: 4.4rem;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.platform-logos-second {
  display: flex;
  justify-content: center;
  gap: 4.4rem;
}

.logo-box {
  box-shadow: 0 3.4rem 4.8rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 2.4rem;
  border-radius: 8px;
  padding: 3.2rem;
  width: fit-content;
}

/**************************/
/* Footer */
/**************************/

.footer-section {
  padding: 6.4rem 0;
  background-color: #eef0f7;
}

body .footer-grid {
  grid-template-columns: 3fr 1fr 1fr 3fr;
  border-bottom: 1px solid #76767638;
  padding-bottom: 9.6rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.logo-col-desc {
  font-size: 1.8rem;
  color: #767676;
}

.logo-col-read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0e1133;
}

.logo-col-social-icons {
  display: flex;
  gap: 0.8rem;
}

.logo-col-social-icons ion-icon {
  font-size: 2.4rem;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 8px;
  box-shadow: 0 3.2rem 4.8rem rgba(0, 0, 0, 0.1);
}

.nav-col:last-child {
  /* justify-self: end; */
}
.nav-col:last-child p {
  font-size: 1.8rem;
  font-weight: 400;
}

.nav-header {
  font-size: 2rem;
  color: #0e1133;
  font-weight: 700;
  margin-bottom: 2rem;
}

.nav-content {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.nav-content:last-child ion-icon {
  color: #1e88e5;
  font-size: 1.8rem;
}
.nav-content:last-child div {
  display: flex;
  gap: 1.2rem;
}
.nav-content p {
  font-size: 1.6rem;
  color: #767676;
  font-weight: 500;
}

.cta-btns-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cta-btns {
  display: flex;
  gap: 2rem;
}
.footer-cta-btns a:link,
.footer-cta-btns a:visited {
  text-decoration: none;
  font-size: 1.8rem;
  color: #0e1133;
}

.footer-cta-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
}
.footer-cta-btn:first-child {
  background-color: #fff;
}

.footer-cta-btn:last-child {
  border: 1px solid #767676;
}

.footer-cta-btns ion-icon {
  font-size: 1.8rem;
}

.copyright {
  font-size: 1.4rem;
  color: #767676;
}
