/* Hero Content */

.hero-content {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  margin: 0 auto 80px;
  gap: 10px;
  padding-top: 30px;
}

.hero-content .logo-box {
  display: flex;
  flex-direction: column;
}

.hero-content .logo-box img {
  width: 60px;
}

.hero-content .logo-box .top,
.hero-content .logo-box .bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-content .logo-box.logo-left .top {
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

/* Zapier */
.logo-box.logo-left .top .left {
  margin-bottom: 100px;
  margin-left: 50px;
  animation: topDown 2.2s linear infinite;
}

/* Snapchat */
.logo-box.logo-left .top .right {
  margin-top: 110px;
  margin-left: -5px;
  animation: topDown 4s linear infinite;
}

.hero-content .logo-box.logo-left .bottom {
  gap: 24px !important;
  flex-direction: row;
}

/* Tiktok */
.logo-box.logo-left .bottom .left {
  margin-left: 20px;
  margin-bottom: 50px;
  animation: topDown 2.5s linear infinite;
}

/* Facebook */
.logo-box.logo-left .bottom .right {
  margin-left: 40px;
  margin-top: 100px;
  animation: topDown 3s linear infinite;
}

/* Toboola */
.logo-box.logo-right .top .right {
  margin-top: 30px;
  margin-left: 100px;
  animation: topDown 3s linear infinite;
}

/* Google Ads */
.logo-box.logo-right .top .left {
  margin-right: 100px;
  margin-top: 20px;
  animation: topDown 4s linear infinite;
}

.hero-content .logo-box.logo-right .bottom {
  flex-direction: row;
  gap: 40px !important;
}

/* Make */
.logo-box.logo-right .bottom .left {
  margin-top: 80px;
  margin-left: 40px;
  animation: topDown 4s linear infinite;
}

.logo-box.logo-right .bottom .right {
  margin-right: 10px;
  margin-top: 20px;
  margin-left: 40px;
  animation: topDown 4.5s linear infinite;
}

/* TOP DOWN ANIMATION */
@keyframes topDown {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(0, -4px);
  }

  40% {
    transform: translate(0, -8px);
  }

  50% {
    transform: translate(0, -12px);
  }

  60% {
    transform: translate(0, -8px);
  }

  80% {
    transform: translate(0, -4px);
  }

  100% {
    transform: translate(0);
  }
}

.logo-box-mob {
  display: none;
}

.logo-container-mob {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* gap: 20%; */
  width: 80%;
  margin: 0 auto;
}

.hero-content .logo-box-mob img {
  max-width: 30%;
  width: 48px;
}

.logo-box-mob .bottom-one {
  margin-top: 70px;
}

.logo-box-mob .top-one {
  margin-bottom: 0px;
}

.logo-box-mob .bottom-two {
  margin-bottom: 50px;
}

.logo-box-mob .top-two {
  margin-bottom: 60px;
}

/* ******************* */
/* Content */

.hero-main .hero-content .hero-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content .hero-desc .text {
  margin-bottom: 64px;
}

.hero-content .hero-desc h1 {
  font-size: 57px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--new-blue);
  text-align: center;
  margin-bottom: 16px;
}

.hero-content .hero-desc p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(11, 11, 11);
  text-align: center;
}

.hero-content .hero-desc .hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.hero-content .hero-desc .hero-benefits {
  display: flex;
  gap: 54px;
}

.hero-content .hero-desc .hero-benefits p {
  color: black;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}

.hero-content .hero-desc .hero-benefits p::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}

.hero-content .hero-desc .hero-benefits .check-trail::before {
  background-image: url(../images/icons/circle-check.svg);
}

.hero-content .hero-desc .hero-benefits .credit::before {
  background-image: url(../images/icons/credit-card.svg);
}

/* ****************************** */
/* ****** Banner Dashboard ****** */
/* ****************************** */

.banner-dashboard {
  display: flex;
  justify-content: center;
}

.banner-dashboard img {
  max-width: 100%;
  height: 100%;
}

/* LOOP */

.scroll-text {
  color: var(--white);
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.numb-text {
  color: var(--black);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.loop-wrap {
  background-color: var(--new-blue);
  margin-bottom: 32px;
  padding: 32px 0;
  overflow: hidden;
}

.loop-wrap_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3vw;
  gap: 16px;
}

.loop-w {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 16px;
}

.icon-star {
  width: 28px;
}

/* COUNTER */

.counter-container {
  margin-bottom: 56px;
}

.counter-container.fade-in-bottom {
  opacity: 1;
}

.counter-container.fade-in-bottom.show {
  animation: none;
}

.counter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-item .counter-percentage {
  position: relative;
  font-weight: 500;
  font-size: 60px;
  color: var(--black);
  line-height: 1.2;
}

.counter-item .counter-percentage::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-up.svg);
  right: 55%;
  top: 8%;
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
}

.counter-item .counter-text {
  text-align: center;
  margin-right: 24px;
  line-height: 1.4;
  font-size: 19px;
}

/* *********************** */
/* ******** BANNER ******* */
/* *********************** */

.banner {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100vw;
  z-index: 5;
}

.banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
}

.banner-item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.banner-item p {
  position: relative;
  color: #3e3e59;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-left: 28px;
}

.banner-item p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -28px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}

.banner-item .check-trail::before {
  background-image: url(../images/icons/circle-check.svg);
}

.banner-item .credit::before {
  background-image: url(../images/icons/credit-card.svg);
}

/* *********************** */
/* ****** FEATURE CARD ****** */
/* *********************** */

.feature-section .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 96px;
}

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin: 0 auto;
  background-color: var(--blue-100);
  border: 1px #000;
  border-radius: 20px;
  /* align-items: stretch; */
  overflow: hidden;
  box-shadow: 2px 0 4px #066fd114, -2px -2px 4px #066fd114,
    2px 2px 4px #066fd114;
}

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 64px;
  gap: 28px;
}

.feature-content h2 {
  font-size: 46px;
}

.feature-content p {
  color: var(--gray-650);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.feature-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.feature-content a img {
  max-width: 100%;
  display: inline-block;
}

.feature-content a:hover {
  border-bottom: 1px solid var(--dark-blue);
}

/* .feature-card .feature-img {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0%;
}

.feature-card .feature-img img {
  vertical-align: middle;
  max-width: 100%;
  background-size: cover;
  display: inline-block;
} */

/* TEMP */

.feature-card .feature-img {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.feature-card .feature-img img {
  max-width: 100%;
}

/* TEMP */

.feature-card .feature-img .transparent {
  display: block;
}

.feature-card .feature-img .mob-feature-img {
  display: none;
}

/* *********************** */
/* ********* CTA ********* */
/* *********************** */
.cta {
  margin: 0 auto 96px;
  background-color: var(--blue-100);
  border: 1px #000;
  border-radius: 20px;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0 4px #066fd114, -2px -2px 4px #066fd114,
    2px 2px 4px #066fd114;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 28px;
  padding: 64px;
  z-index: 1;
  width: 50%;
  position: relative;
}

.cta-content h2 {
  font-size: 48px;
}

.cta-content p {
  font-size: 24px;
  color: var(--black);
}

.cta-img {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: absolute;
  inset: 0%;

  background-image: url("../images/laptop-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-img img {
  opacity: 0;
}

/* ******************** */
/* ******* FAQ ******** */
/* ******************** */

.faq-container {
  margin: 0 auto 96px;
}

.faq-container .faq-content {
  max-width: 80%;
  margin: 0 auto 48px;
}

.faq-container .faq-content .heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 48px;
}

.faq-content .heading h2 {
  font-size: 47px;
  text-align: center;
  width: 80%;
  margin: 0 auto 16px;
}

.faq-content .heading p {
  color: var(--black);
  font-size: 22px;
}

.faq-box .faq {
  border: 1px solid rgba(60, 76, 102, 0);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 18px;
  box-shadow: 2px 0 4px #066fd114, -2px -2px 4px #066fd114,
    2px 2px 4px #066fd114;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq .faq-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.faq .faq-display p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black);
}

.faq .faq-display .toogle-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.faq .faq-display .toogle-box .line {
  background-color: #000;
  height: 2px;
  width: 24px;
}

.toogle-box .line.plus {
  position: absolute;
  transform: rotate(90deg);
}

.plus {
  transition: transform 1s ease;
}

.plus.rotated {
  transform: rotate(0deg) !important;
}

/* FAQ INNER */

.faq .faq-inner {
  transition: all ease 500ms;
  transform: scale(0.9);
  overflow: hidden;
  /* display: none; */
  font-size: 20px;
  line-height: 1.4;
  color: var(--gray-650);
  margin-top: 10px;
}

.faq.show {
  background-color: rgb(213, 232, 249);
}

/* ***************************** */
/* ******* MEDIA QUERIES ******* */
/* ***************************** */

/* ******* LAPTOP ******* */

@media (max-width: 1440px) {
  /* HERO */

  .hero-content .hero-desc h1 {
    font-size: 48px;
    line-height: 1.15;
  }

  .hero-content .logo-box img {
    width: 55px;
  }

  /* COUNTER */

  .counter-item .counter-percentage {
    font-size: 48px;
  }

  .counter-item .counter-text {
    font-size: 18px;
  }

  /* FEATURE */

  .feature-content h2 {
    font-size: 42px;
  }

  .feature-content p {
    font-size: 18px;
  }

  /* CTA */
  .cta-content h2 {
    font-size: 40px;
  }

  .cta-content p {
    font-size: 20px;
  }

  /* FAQ */
  .faq-container .faq-content {
    max-width: 1080px;
  }

  .faq-content .heading h2 {
    font-size: 42px;
  }

  .faq .faq-display p {
    font-size: 22px;
  }

  .faq .faq-inner {
    font-size: 18px;
  }
}

/* ******* MINI_LAPTOP ******* */

@media (max-width: 1200px) {
  /* HERO */

  .hero-content .hero-desc p {
    font-size: 19px;
    padding: 0 10px;
  }

  .hero-content .hero-desc .text {
    margin-bottom: 48px;
  }

  .hero-content .logo-box img {
    width: 48px;
  }

  /* FEATURE */

  .feature-content h2 {
    font-size: 35px;
  }

  /* CTA */

  .cta-content h2 {
    font-size: 35px;
  }

  .cta-content p {
    font-size: 18px;
  }

  /* FAQ */
  .faq-content .heading h2 {
    font-size: 35px;
  }

  .faq-content .heading p {
    font-size: 19px;
  }

  .faq .faq-display p {
    font-size: 19px;
  }

  .faq .faq-inner {
    font-size: 18px;
  }
}

/* ******* LAPTOP_DESKTOP_VIEW ******* */

@media (max-width: 1024px) {
  /* Hero */

  .hero-content .hero-desc h1 {
    font-size: 48px;
  }

  /* CTA */

  .cta-content {
    padding: 48px;
    width: 60%;
  }
}

/* ******* TABLETS_LARGE ******* */

@media (max-width: 990px) {
  /* Hero */

  .hero-content {
    grid-template-columns: 1fr;
    /* Temp */
    margin-bottom: 0;
  }

  .hero-content .hero-desc {
    margin-bottom: 64px;
  }

  .hero-content .hero-desc h1 {
    font-size: 40px;
  }

  .hero-content .hero-desc .text {
    margin-bottom: 40px;
  }

  .hero-content .logo-box {
    display: none;
  }

  .logo-box-mob {
    display: block;
  }

  /* COUNTER */

  .counter {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* FEATURE */

  .feature-card {
    grid-template-columns: 100%;
    justify-content: center;
  }

  .feature-content h2 {
    font-size: 32px;
  }

  .feature-card .feature-img {
    grid-row: 1;
  }

  .feature-card .feature-img .desk-feature-img {
    display: none;
  }

  .feature-card .feature-img .mob-feature-img {
    display: block;
    /* min-width: 100%; */
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  /* CTA */
  .cta-content h2 {
    font-size: 32px;
  }

  /* FAQ */
  .faq-content .heading h2 {
    font-size: 32px;
  }

  /* ANIMATION */
  .scroll-primary {
    animation: primary 10s linear infinite;
  }
}

/* ******* TABLETS ******* */

@media (max-width: 768px) {
  /* HERO */

  .hero-content {
    max-width: 100%;
  }

  .hero-content .hero-desc h1 {
    font-size: 38px;
  }

  .hero-content .hero-desc p {
    font-size: 18px;
    padding: 0 0;
  }

  .hero-content .hero-desc .hero-benefits p {
    font-size: 18px;
    line-height: 28px;
  }

  .logo-container-mob {
    width: 90%;
  }

  /* SCROLL TEXT */

  .scroll-text {
    font-size: 19px;
  }

  .feature-content {
    padding: 40px;
    padding-top: 20px;
    gap: 20px;
  }

  .feature-content h2 {
    font-size: 32px;
  }

  .feature-content a {
    font-size: 16px;
  }

  .feature-card .feature-img {
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  /* CTA */
  .cta-content {
    padding: 40px;
    width: 70%;
  }

  /* FAQ */
  .faq-content .heading p {
    font-size: 18px;
  }

  .faq .faq-display p {
    font-size: 18px;
  }
}

/* ******* MOBILE ******* */

@media (max-width: 480px) {
  /* HERO */

  .hero-content {
    padding-top: 40px;
  }

  .hero-content .hero-desc h1 {
    font-size: 35px;
    line-height: 44px;
  }

  .hero-content .hero-desc .hero-benefits {
    flex-direction: column;
    gap: 5px;
  }

  .hero-content .hero-desc .hero-benefits p {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-content .hero-desc .hero-benefits p::before {
    top: 1px;
    left: -18px;
    height: 24px;
    width: 24px;
  }

  .hero-content .hero-desc .hero-benefits p:first-child::before {
    left: -10px;
  }

  .hero-content .hero-desc .hero-benefits p:last-child::before {
    left: -28px;
  }

  /* BANNER */

  .banner {
    /* display: block; */
    display: none;
  }

  .banner.fade-in-bottom.show {
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }

  /* COUNTER */

  .counter-item .counter-percentage {
    font-size: 32px;
  }

  .counter-item .counter-text {
    font-size: 16px;
  }

  /* FEATURE */

  .feature-content {
    padding: 20px;
    padding-top: 20px;
  }

  .feature-card .feature-img {
    grid-row: 1;
    padding: 0px;
    display: flex;
    justify-content: center;
  }

  .feature-content p {
    font-size: 16px;
  }

  /* CTA */
  .cta-content {
    padding: 28px;
    width: 100%;
  }

  .cta-content h2 {
    font-size: 28px;
    color: var(--white);
  }

  .cta-content p {
    color: var(--white);
    font-size: 16px;
  }

  .cta-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/laptop-bg.webp");
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: absolute;
  }

  /* FAQ */
  .faq-content .heading h2 {
    font-size: 28px;
    width: 100%;
  }

  .faq .faq-display p {
    font-size: 19px;
  }

  .faq .faq-display .toogle-box {
    width: 18px;
    height: 18px;
  }

  .faq .faq-display .toogle-box .line {
    width: 18px;
  }

  /* INNER */
  .faq .faq-inner {
    font-size: 16px;
  }

  /* ANIMATION */
  .scroll-primary {
    animation: primary 5s linear infinite;
  }
}
