@font-face {
  font-family: 'Inter_ExtraLight';
  src: url('fonts/Inter_ExtraLight.ttf');
  font-weight: 200;
}

@font-face {
  font-family: 'Inter_Light';
  src: url('fonts/Inter_Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Inter_Regular';
  src: url('fonts/Inter_Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Inter_Medium';
  src: url('fonts/Inter_Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Inter_SemiBold';
  src: url('fonts/Inter_SemiBold.ttf');
  font-weight: 600;
}

body {
  margin: 0;
}

#text-zoom .text-zoom__page-wrapper {
  position: fixed;
  width: -webkit-fill-available;
  z-index: 99999999;
  background: #fff;
  border-bottom: 0.5px solid #efeff2;
}

#text-zoom .text-zoom__container {
  width: 75%;
  height: 64px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

#text-zoom .text-zoom__main-page-wrapper {
  padding-top: 148px;
  background-color: #f9f9fa;
  padding-bottom: 84px;
}

#text-zoom .text-zoom__main-page {
  margin: 0 auto;
  width: 75%;
  display: flex;
}

#text-zoom img.text-zoom__main-backgroung-image {
  margin-top: -40px;
}
#text-zoom .text-zoom__main-page h1 {
  font-weight: 400;
  font-size: 88px;
  line-height: 88px;
  letter-spacing: -4px;
  margin: 0;
  color: #9f5ab8;
  font-family: 'Inter_Regular';
}

#text-zoom .text-zoom__last-part-main-wrapper h1 {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2px;
  color: #d1d1d7;
}

#text-zoom .text-zoom__last-part-main-wrapper h1 span {
  color: #060522;
}

#text-zoom .text-zoom__main-page h1.light {
  color: #d1d1d7;
}

#text-zoom .text-zoom__main-page h5 {
  font-family: 'Inter_Light';
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 17px 0 48px 0;
  color: #9d9ca7;
}
#text-zoom .text-zoom__logo-wrapper {
  display: flex;
  align-items: end;
  align-items: center;
}

#text-zoom .text-zoom__logo-wrapper {
  margin-right: 8px;
}

#text-zoom .text-zoom__logo {
  color: #060522;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  font-family: 'Inter_Medium';
  margin-left: 8px;
}

#text-zoom .text-zoom__logo .text-zoom__logo-light {
  color: #9d9ca7;
  font-family: 'Inter_ExtraLight';
}

#text-zoom .text-zoom__actions-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

#text-zoom .text-zoom__actions-wrapper.mobile {
  display: none;
}
#text-zoom .text-zoom__navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#text-zoom .text-zoom__nav-link {
  color: #646475;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Inter_Regular';
}

#text-zoom .text-zoom__nav-item {
  margin-right: 40px;
}

#text-zoom .text-zoom__add-to-chrome,
#text-zoom .text-zoom__try-for-free {
  width: 166px;
  height: 40px;
  background-color: #060522;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
#text-zoom .text-zoom__add-to-chrome:hover,
#text-zoom .text-zoom__try-for-free:hover {
  background-color: #2d2d45;
}

#text-zoom .text-zoom__add-to-chrome:active,
#text-zoom .text-zoom__try-for-free:active {
  background-color: #4a495e;
}

#text-zoom .text-zoom__info-part {
  margin-right: 36px;
}

#text-zoom .text-zoom__try-for-free {
  width: 180px;
  height: 64px;
  border-radius: 12px;
}
#text-zoom .text-zoom__add-to-chrome span,
#text-zoom .text-zoom__try-for-free span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Inter_Regular';
  margin-left: 6px;
}

#text-zoom .text-zoom__try-for-free span,
#text-zoom .text-zoom__learn-more span {
  font-size: 18px;
  line-height: 18px;
}

#text-zoom .text-zoom__learn-more {
  width: 146px;
  height: 64px;
  border-radius: 12px;
  border: 0.5px solid #e3e3e7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#text-zoom .text-zoom__learn-more:hover {
  background-color: #f9f9fa;
}

#text-zoom .text-zoom__learn-more:active {
  background-color: #efeff2;
}

#text-zoom .text-zoom__learn-more span {
  font-weight: 400;
  font-family: 'Inter_Regular';
  color: #060522;
}

#text-zoom .text-zoom__buttons-wrapper {
  display: flex;
  margin-bottom: 6px;
}

#text-zoom .text-zoom__last-part-button-wrapper {
  margin-top: 48px;
  margin-bottom: 6px;
}

#text-zoom .text-zoom__try-for-free {
  margin-right: 12px;
}

#text-zoom .text-zoom__main-page h6,
#text-zoom .text-zoom__last-part-main-wrapper h6 {
  font-family: 'Inter_Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #646475;
  margin: 0;
  margin-bottom: 6px;
}

#text-zoom .text-zoom__average-rating {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #9f5ab8;
  font-family: 'Inter_Light';
}

#more-about-text-zoom .info-logo {
  background: url('images/info-logo.svg') no-repeat;
  width: 624px;
  height: 416px;
  margin-left: 16px;
  background-size: contain;
  position: sticky;
  top: 9em;
  align-self: flex-start;
  z-index: 0;
  margin-bottom: 18px;
  margin-top: 48px;
}

#how-it-works,
#FAQ {
  background: #fcfcfd;
}

.text-zoom__why-text-zoom-wrapper,
.text-zoom__how-it-works-wrapper,
.text-zoom__how-it-works-wrapper,
.text-zoom__FAQ-main-wrapper,
.text-zoom__last-part-main-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
  width: 75%;
}

.text-zoom__last-part-main-wrapper {
  padding-top: 192px;
  padding-bottom: 0;
}

.text-zoom__last-part-wrapper img.text-zoom__main-backgroung-image {
  margin-left: -80px;
  margin-top: -180px;
}

.text-zoom__last-part-join {
  display: flex;
}

#text-zoom .text-zoom__last-part-join h6 {
  margin: 0 12px 0 0;
}

#text-zoom .text-zoom__last-part-join img {
  margin-right: 8px;
}

.text-zoom__last-part-wrapper {
  display: flex;
}

.text-zoom__FAQ-main-wrapper {
  display: flex;
  padding-bottom: 90px;
  justify-content: space-between;
}

/* #FAQ .accordion-button {
  border: 0.5px solid #e3e3e7;
} */

#why-text-zoom h2,
#how-it-works h2,
#more-about-text-zoom h2,
#FAQ h2 {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 56px;
  line-height: 61.6px;
  letter-spacing: -2px;
  color: #060522;
  margin: 0;
}

#FAQ h4 button {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #060522;
}

#FAQ .accordion-body {
  font-family: 'Inter_Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #80808d;
  padding-top: 0;
}

#why-text-zoom h4 {
  font-family: 'Inter_Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #80808d;
  max-width: 45%;
  margin: 16px 0 48px 0;
}

#why-text-zoom h4 span {
  color: #060522;
}
#why-text-zoom h3,
#how-it-works h3 {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -2px;
  margin: 16px 0;
  color: #060522;
}

#why-text-zoom p,
#how-it-works p,
#more-about-text-zoom p {
  font-family: 'Inter_Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #80808d;
  width: 72%;
}

#how-it-works p {
  width: 100%;
  margin: 0;
  max-width: 300px;
}

#more-about-text-zoom p {
  margin: 0;
  margin-left: 16px;
}

#more-about-text-zoom p span {
  color: #060522;
}

#why-text-zoom p span {
  color: #060522;
}

#why-text-zoom .text-zoom__tools-row {
  display: flex;
  justify-content: space-between;
}

#why-text-zoom .text-zoom__tool-wrapper {
  width: 32%;
}

#how-it-works .text-zoom__features-row img {
  width: 716px;
  height: 430px;
}

#how-it-works .text-zoom__features-row {
  margin-top: 80px;
  display: flex;
  height: 100%;
}

#how-it-works .text-zoom__feature-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 48px;
}

#more-about-text-zoom .sticky-footer {
  width: 100%;
  height: 0;
}

#more-about-text-zoom .text-zoom__info-wrapper {
  display: flex;
  justify-content: space-between;
}

#more-about-text-zoom .text-zoom__info-wrapper .text-zoom__info {
  width: 348px;
  height: fit-content;
  background: #fff;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}

#FAQ .accordion {
  width: 624px;
}

#FAQ .accordion-item {
  margin-bottom: 24px;
  border: 0.5px solid #e3e3e7;
  border-radius: 24px;
  padding: 10px;
}

#FAQ .accordion-button::after {
  background-image: url('images/add.svg');
}

#FAQ .accordion-button:not(.collapsed)::after {
  background-image: url('images/close.svg');
}

#FAQ .accordion-button:not(.collapsed) {
  color: #060522;
  background-color: transparent;
  box-shadow: none;
}

#FAQ .accordion-button:focus {
  box-shadow: none;
}

#text-zoom footer {
  width: 100%;
  height: 400px;
  background-color: #060522;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .text-zoom__logo-wrapper-footer {
  display: flex;
  justify-content: center;
}

footer .text-zoom__logo-wrapper-footer h1 {
  font-family: 'Inter_Medium';
  font-weight: 500;
  font-size: 184px;
  line-height: 184px;
  letter-spacing: -2px;
  color: #3936af;
  margin-left: 48px;
}

footer .text-zoom__links-wrapper-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  border: 0.5px solid #16154e;
  background-color: #0e0e38;
  border-radius: 12px;
}

footer .links-wrapper a {
  color: #5651ff;
  font-size: 16px;
  font-weight: 16px;
  font-weight: 400;
  font-family: 'Inter_Regular';
  margin-right: 40px;
  text-decoration: none;
}

footer .links-wrapper a:hover {
  text-decoration: underline;
}

footer .text-zoom__links-wrapper-footer span {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 400;
  font-family: 'Inter_Regular';
  color: #3936af;
}

footer .text-zoom__footer-wrapper {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 1110px) {
  #text-zoom .text-zoom__container,
  #text-zoom .text-zoom__main-page,
  .text-zoom__why-text-zoom-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__FAQ-main-wrapper,
  .text-zoom__last-part-main-wrapper,
  footer .text-zoom__footer-wrapper {
    width: 90%;
  }
}

@media (max-width: 922px) {
  #text-zoom .text-zoom__container,
  #text-zoom .text-zoom__main-page,
  .text-zoom__why-text-zoom-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__FAQ-main-wrapper,
  .text-zoom__last-part-main-wrapper,
  footer .text-zoom__footer-wrapper {
    width: 95%;
  }
}

@media (max-width: 873px) {
  #text-zoom .text-zoom__page-wrapper {
    position: static;
  }
  #text-zoom .text-zoom__logo-light,
  #text-zoom .text-zoom__actions-wrapper {
    display: none;
  }
  #text-zoom .text-zoom__actions-wrapper.mobile {
    display: flex;
  }

  #text-zoom .text-zoom__actions-wrapper.mobile .text-zoom__add-to-chrome {
    width: 137px;
    height: 40px;
  }

  #text-zoom .text-zoom__main-page-wrapper {
    padding-top: 32px;
    padding-bottom: 0;
  }

  #text-zoom .text-zoom__main-page h1 {
    font-size: 74px;
    line-height: 74px;
  }

  #text-zoom .text-zoom__main-page h5 {
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0 32px 0;
  }
  #text-zoom .text-zoom__learn-more {
    display: none;
  }

  #text-zoom img.text-zoom__main-backgroung-image {
    width: 300px;
    margin-left: 100px;
    margin-top: -135px;
  }

  #text-zoom
    .text-zoom__last-part-wrapper
    img.text-zoom__main-backgroung-image {
    display: none;
  }

  #text-zoom .text-zoom__main-page {
    flex-direction: column;
    max-width: 350px;
  }

  .text-zoom__why-text-zoom-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__how-it-works-wrapper,
  .text-zoom__FAQ-main-wrapper,
  .text-zoom__last-part-main-wrapper {
    padding-top: 76px;
    padding-bottom: 76px;
    max-width: 350px;
  }

  .text-zoom__FAQ-main-wrapper {
    flex-direction: column;
  }

  #text-zoom .text-zoom__info-part {
    margin-right: 0;
  }

  #why-text-zoom h2,
  #how-it-works h2,
  #more-about-text-zoom h2,
  #FAQ h2 {
    font-size: 48px;
    line-height: 52.8px;
  }

  #FAQ .accordion {
    width: 353px;
    margin-top: 48px;
  }

  #FAQ .accordion-body {
    font-size: 16px;
    line-height: 24px;
  }

  #FAQ .accordion-item:last-child {
    margin-bottom: 0;
  }

  #why-text-zoom .text-zoom__tools-row {
    flex-direction: column;
    max-width: 300px;
  }

  #why-text-zoom .text-zoom__tool-wrapper {
    max-width: 320px;
    width: 100%;
    margin-top: 48px;
  }

  #why-text-zoom h4 {
    max-width: 100%;
    margin: 16px 0 0 0;
  }

  #why-text-zoom p {
    margin-bottom: 48px;
    width: 100%;
  }

  #why-text-zoom p:last-child {
    margin-bottom: 0;
  }

  #how-it-works .text-zoom__features-row img {
    width: 353px;
    height: 212px;
  }

  #how-it-works .text-zoom__features-row {
    flex-direction: column;
    margin-top: 48px;
  }
  #how-it-works .text-zoom__feature-wrapper {
    margin-left: 0;
  }

  #more-about-text-zoom .text-zoom__info-wrapper {
    flex-direction: column-reverse;
  }

  #more-about-text-zoom .info-logo {
    position: static;
    width: 360px;
    height: 250px;
    margin-bottom: 0;
    margin-left: 0;
  }

  #more-about-text-zoom .text-zoom__info-wrapper .text-zoom__info:last-child {
    margin-bottom: 0;
  }

  #text-zoom .text-zoom__last-part-main-wrapper h1 {
    font-size: 72px;
    line-height: 72px;
    width: 350px;
  }

  #text-zoom .text-zoom__last-part-button-wrapper {
    margin-top: 32px;
  }

  .text-zoom__logo-wrapper-footer img {
    width: 53px;
    height: 53px;
  }

  footer .text-zoom__logo-wrapper-footer {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  footer .text-zoom__logo-wrapper-footer h1 {
    font-size: 60px;
    line-height: 60px;
    margin-left: 15px;
  }

  .text-zoom__links-wrapper-footer {
    flex-direction: column;
    align-items: center;
  }

  .links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .links-wrapper a {
    margin-bottom: 40px;
  }

  #text-zoom footer {
    height: 472px;
  }
}
