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

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

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

body * {
  font-family: 'DMSans-Regular';
}

#audio-recorder .audio-recorder-nav-wrapper {
  position: fixed;
  width: -webkit-fill-available;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  margin-top: 24px;
}

#audio-recorder .container-fluid-desktop {
  padding: 0 4px 0 12px;
}

#audio-recorder .container-fluid-mobile {
  display: none;
}

#audio-recorder .footer-mobile {
  display: none;
}

#audio-recorder .audio-recorder__main-page-wrapper {
  background-color: #f5f5f5;
  padding-top: 112px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#audio-recorder .bg-body-tertiary {
  background-color: #ffffff !important;
  width: 70%;
  border-radius: 1000px;
}

#audio-recorder .logo-wrapper a {
  font-family: 'DMSans-Medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #1e1e1e;
}

#audio-recorder .actions-wrapper a {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #434343;
}

#audio-recorder .audio-recorder__add-to-chrome,
#audio-recorder .audio-recorder__install-now {
  width: 151px;
  height: 40px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  color: #f3f3f3;
  text-decoration: none;
}

#audio-recorder .audio-recorder__add-to-chrome {
  margin-right: 8px;
}

#audio-recorder .audio-recorder__install-now {
  width: 225px;
  height: 56px;
}

#audio-recorder .audio-recorder__add-to-chrome img,
#audio-recorder .audio-recorder__install-now img {
  margin-right: 6px;
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

#audio-recorder .audio-recorder__install-now .mobile-install-btn {
  display: none;
}

#audio-recorder .audio-recorder__install-now .desktop-install-btn {
  display: inline-block;
}

#audio-recorder .audio-recorder__learn-more {
  width: 134px;
  height: 56px;
  border-radius: 1000px;
  background-color: #e6e6e6;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

#audio-recorder .audio-recorder__main-info-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#audio-recorder .audio-recorder__add-to-chrome span,
#audio-recorder .audio-recorder__install-now span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
#audio-recorder .audio-recorder__main-page-info-images-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#audio-recorder .audio-recorder__main-page-wrapper h1,
#audio-recorder footer h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  color: #1e1e1e;
}

#audio-recorder .audio-recorder__main-page-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  color: #757575;
  text-align: center;
  margin: 16px 0 32px 0;
}

#audio-recorder .audio-recorder__header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#audio-recorder__why-us .audio-recorder__main-info-wrapper {
  padding-bottom: 120px;
  width: 70%;
  margin: 0 auto;
}

#audio-recorder__faq .audio-recorder__main-info-wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#audio-recorder #audio-recorder__faq .audio-recorder__ellips-helper {
  margin-top: 0;
}

#audio-recorder .audio-recorder__how-to-install-main-wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#audio-recorder .how-to-install-info,
#audio-recorder .audio-recorder__faq-main-wrapper {
  margin: 32px 0 120px 0;
}

#audio-recorder .how-to-install-info {
  display: flex;
  justify-content: center;
}

#audio-recorder .how-to-install-info-wrapper {
  width: 45%;
}

#audio-recorder .how-to-install-info1 {
  width: 45%;
}

#audio-recorder .how-to-install-info1,
#audio-recorder .how-to-install-info2,
#audio-recorder .how-to-install-info3 {
  padding: 40px;
  background-color: #f5f1fe;
  margin-right: 6px;
  border-radius: 28px;
  max-height: 532px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#audio-recorder .how-to-install-info2,
#audio-recorder .how-to-install-info3 {
  max-height: 265px;
}

#audio-recorder .how-to-install-info1 h3,
#audio-recorder .how-to-install-info2 h3,
#audio-recorder .how-to-install-info3 h3,
#audio-recorder .audio-recorder__faq-data h3,
#audio-recorder footer h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 31.2px;
  color: #1e1e1e;
}

#audio-recorder footer h3 {
  color: #757575;
}

#audio-recorder footer .audio-recorder__main-data-wrapper {
  background-color: #ffff;
  border-radius: 44px;
  display: flex;
  width: 70%;
  margin: 0 auto;
}

#audio-recorder
  footer
  .audio-recorder__main-data-wrapper
  img.audio-recorder__main-data-wrapper-img {
  margin-left: -67px;
}

#audio-recorder footer .audio-recorder__main-data-wrapper h3 {
  margin-top: 8px;
  margin-bottom: 30px;
}

#audio-recorder footer .audio-recorder__main-data-wrapper h1 {
  text-align: left;
}

.audio-recorder__footer-links-wrapper.mobile {
  display: none;
}

.audio-recorder__footer-links-wrapper {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.audio-recorder__main-data-wrapper-info {
  width: 100%;
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#audio-recorder .how-to-install-info1 h3 a,
#audio-recorder .how-to-install-info2 h3 span,
#audio-recorder .how-to-install-info3 h3 span {
  color: #6e30f2;
}

#audio-recorder .how-to-install-info1 h3 a {
  text-decoration: underline;
}

#audio-recorder .how-to-install-info2,
#audio-recorder .how-to-install-info3 {
  min-height: 231px;
}

#audio-recorder .how-to-install-info2 {
  margin-bottom: 6px;
}

#audio-recorder .audio-recorder__header-wrapper h2,
#audio-recorder .audio-recorder__how-to-install-main-wrapper h2,
#audio-recorder .audio-recorder__main-info-wrapper h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
}

#audio-recorder .audio-recorder__main-page-wrapper p span.underline {
  text-decoration: underline;
}

#audio-recorder .audio-recorder__main-page-sub-wrapper {
  width: 70%;
  margin: 0 auto;
}

#audio-recorder__why-us,
#audio-recorder__faq {
  margin-top: 120px;
  background-color: #fafafa;
}

#audio-recorder__why-us {
  margin-top: 160px;
}

#audio-recorder .audio-recorder__main-page-info-images-wrapper img {
  max-width: 320px;
  margin-top: 2px;
}

#audio-recorder .audio-recorder__ellips-helper {
  margin-top: -50px;
  width: 100%;
}

#audio-recorder .audio-recorder__features-row {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

#audio-recorder .audio-recorder__feature-wrapper {
  padding: 40px;
  background-color: #fff;
  border-radius: 44px;
  max-width: 348px;
  margin: 0 20px 0 0;
}
#audio-recorder .audio-recorder__feature-wrapper h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 31.2px;
  color: #1e1e1e;
  margin: 44px 0 16px 0;
}

#audio-recorder .audio-recorder__feature-wrapper p,
#audio-recorder .audio-recorder__faq-data p {
  font-family: 'DMSans-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 22.4px;
  color: #757575;
  margin-bottom: 0;
}

#audio-recorder .audio-recorder__faq-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 63px;
}
#audio-recorder .audio-recorder__faq-wrapper {
  display: flex;
  flex-direction: column;
}

#audio-recorder .audio-recorder__faq-wrapper:first-child {
  margin-right: 20px;
}

#audio-recorder .audio-recorder__faq-data {
  margin-left: 16px;
}
#audio-recorder .audio-recorder__faq-main-wrapper {
  display: flex;
  justify-content: space-between;
}

#audio-recorder .navbar-toggler .navbar-toggler-icon {
  background-image: url('images/menu.svg');
  width: 40px;
  height: 40px;
}

#audio-recorder .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background-image: url('images/close.svg');
  width: 40px;
  height: 40px;
}

#audio-recorder .navbar-toggler {
  border: none;
  padding: 0;
}

#audio-recorder .navbar-toggler:focus {
  box-shadow: none;
}

#audio-recorder footer {
  width: 100%;
  /* height: 578px; */
  background-color: #6e30f2;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#slidesPromo {
  display: none;
}

#audio-recorder footer .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#audio-recorder footer .logo-wrapper a {
  color: #fff;
}

#audio-recorder footer .logo-wrapper img {
  margin-right: 6px;
}

#audio-recorder footer span.copyright {
  font-family: 'DMSans-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 19.6px;
  color: #fff;
  opacity: 0.7;
}

#audio-recorder footer .links-wrapper a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

#audio-recorder footer .links-wrapper a:first-child {
  margin-right: 24px;
}

#audio-recorder
  footer
  .audio-recorder__footer-links-wrapper
  a.audio-recorder__footer-mailto {
  width: 123px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-right: 10px;
  padding-left: 14px;
  display: flex;
  background: #fff;
  text-decoration: none;
  align-items: center;
}

#audio-recorder
  footer
  .audio-recorder__footer-links-wrapper
  a.audio-recorder__footer-mailto
  span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #1e1e1e;
  margin-right: 6px;
}

#audio-recorder .carousel-item img {
  max-width: 900px;
  max-height: 561px;
}

#carouselPromo {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
#carouselPromo .carousel-indicators {
  bottom: -60px;
  margin: 0 auto;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

#carouselPromo .carousel-indicators [data-bs-target].active {
  opacity: 1;
  width: 16px;
  height: 8px;
  border-radius: 1000px;
  border: none;
}

#carouselPromo .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  border: none;
}

#carouselPromo.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #d91a4d;
}

#carouselPromo.carousel-dark
  .carousel-indicators
  [data-bs-target].carousel-control-prev,
#carouselPromo.carousel-dark
  .carousel-indicators
  [data-bs-target].carousel-control-next {
  background-color: transparent;
  width: 40px;
  height: 40px;
}

#carouselPromo .carousel-control-next-icon,
#carouselPromo .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.carousel-control-prev-icon {
  background-image: url('images/prev-icon-slider.svg');
}

.carousel-control-next-icon {
  background-image: url('images/next-icon-slider.svg');
}

#audio-recorder .audio-recorder__add-to-chrome:hover,
#audio-recorder .audio-recorder__install-now:hover {
  background-color: #2c2c2c;
}

#audio-recorder .audio-recorder__add-to-chrome:active,
#audio-recorder .audio-recorder__install-now:active {
  background-color: #5a5a5a;
}

#audio-recorder .audio-recorder__learn-more:hover {
  background-color: #cdcaca;
}

#audio-recorder
  footer
  .audio-recorder__footer-links-wrapper
  a.audio-recorder__footer-mailto:hover {
  background: #cdcaca;
}

#audio-recorder .audio-recorder__learn-more:active {
  background-color: #d9d9d9;
}

@media (max-width: 1240px) {
  #audio-recorder .bg-body-tertiary,
  #audio-recorder__why-us .audio-recorder__main-info-wrapper,
  #audio-recorder__faq .audio-recorder__main-info-wrapper,
  #audio-recorder .audio-recorder__how-to-install-main-wrapper,
  #audio-recorder footer .audio-recorder__main-data-wrapper,
  .audio-recorder__footer-links-wrapper,
  #audio-recorder .audio-recorder__main-page-sub-wrapper {
    width: 90%;
  }
}
@media (max-width: 991px) {
  #audio-recorder .container-fluid-desktop {
    display: none;
  }

  #audio-recorder .container-fluid-mobile {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }

  #audio-recorder .audio-recorder-nav-wrapper {
    position: static;
    margin: 0;
  }

  #audio-recorder .bg-body-tertiary {
    width: 100%;
    background-color: #f5f5f5 !important;
  }

  #audio-recorder .navbar-collapse {
    margin: 130px 20px;
    text-align: center;
  }

  #audio-recorder .navbar-collapse.collapse.show {
    display: flex;
    flex-direction: column;
  }

  #audio-recorder .audio-recorder__mobile-btns-wrapper {
    display: flex;
  }

  #audio-recorder .audio-recorder__features-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  #audio-recorder .audio-recorder__main-page-wrapper p span.capitalize {
    text-transform: capitalize;
  }

  #audio-recorder .audio-recorder__main-page-wrapper p span.desktop {
    display: none;
  }

  #audio-recorder .header-mobile-wrapper {
    display: flex;
    justify-content: space-between;
    width: 95%;
    background: #fff;
    border-radius: 1000px;
    padding: 8px 12px;
    align-items: center;
    margin: 0 auto;
  }

  #audio-recorder #navbarNav {
    height: calc(100vh - 180px);
    position: relative;
    margin: 0;
    margin-top: 130px;
  }

  #audio-recorder .container-fluid-mobile .navbar-nav a {
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    color: #434343;
  }

  #audio-recorder .footer-mobile {
    position: absolute;
    bottom: -52px;
    height: 52px;
    width: 100%;
    border-top: 0.5px solid #3c3c435c;
    z-index: 99999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #audio-recorder .footer-mobile.helper {
    bottom: 55px;
  }

  #audio-recorder .footer-mobile .footer-mobile-wrapper {
    height: 52px;
    padding-top: 6px;
  }

  #audio-recorder .footer-mobile .footer-mobile-wrapper span {
    padding: 10px 20px 10px 20px;
    border-bottom: 5px solid rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 14px;
  }

  #audio-recorder .audio-recorder__main-page-wrapper h1 {
    font-size: 54px;
    line-height: 54px;
  }

  #audio-recorder .audio-recorder__install-now .desktop-install-btn {
    display: none;
  }

  #audio-recorder .audio-recorder__install-now {
    width: 257px;
    height: 56px;
  }

  #audio-recorder .audio-recorder__install-now .mobile-install-btn {
    display: block;
  }

  #audio-recorder .audio-recorder__main-info-buttons-wrapper {
    flex-direction: column;
  }

  #audio-recorder .audio-recorder__learn-more {
    margin-top: 8px;
  }

  #audio-recorder .image-desktop1,
  #audio-recorder .image-desktop3 {
    display: none;
  }

  #audio-recorder .audio-recorder__feature-wrapper {
    margin: 0 0 16px 0;
  }

  #slidesPromo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }

  #slidesPromo .slides-item img {
    max-width: 353px;
    height: 220px;
    margin-bottom: 12px;
  }

  #carouselPromo {
    display: none;
  }

  #audio-recorder__why-us {
    margin-top: 80px;
  }

  #audio-recorder__why-us .audio-recorder__main-info-wrapper {
    padding-bottom: 80px;
  }

  #audio-recorder .how-to-install-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  #audio-recorder .how-to-install-info1,
  #audio-recorder .how-to-install-info2,
  #audio-recorder .how-to-install-info3 {
    height: 353px;
    width: 353px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  #audio-recorder .how-to-install-info3 {
    margin-bottom: 0;
  }
  #audio-recorder .how-to-install-info-wrapper {
    width: 100%;
  }

  #audio-recorder .how-to-install-info2,
  #audio-recorder .how-to-install-info3 {
    max-height: 100%;
  }

  #audio-recorder__faq {
    margin-top: 80px;
  }

  #audio-recorder .audio-recorder__faq-main-wrapper {
    width: 353px;
    flex-direction: column;
    margin-bottom: 80px;
  }

  #audio-recorder .audio-recorder__faq-info:last-child {
    margin-bottom: 0;
  }

  #audio-recorder footer .audio-recorder__main-data-wrapper h1 {
    font-size: 54px;
    line-height: 54px;
  }

  #audio-recorder
    footer
    .audio-recorder__main-data-wrapper
    h1
    span.mobile-short,
  #audio-recorder .audio-recorder__main-page-wrapper h1 span.mobile-short {
    display: none;
  }

  #audio-recorder footer .audio-recorder__main-data-wrapper {
    display: flex;
    flex-direction: column;
  }

  #audio-recorder
    footer
    .audio-recorder__main-data-wrapper
    img.audio-recorder__main-data-wrapper-img {
    margin-left: 5px;
    margin-top: 3px;
  }

  .audio-recorder__footer-links-wrapper.desktop {
    display: none;
  }

  .audio-recorder__footer-links-wrapper.mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }

  .audio-recorder__footer-links-wrapper.mobile .audio-recorder__footer-links {
    display: flex;
    justify-content: space-between;
  }

  #audio-recorder footer .audio-recorder__main-data-wrapper h3 {
    margin-right: 10px;
  }

  #audio-recorder
    footer
    .audio-recorder__footer-links-wrapper.mobile
    .audio-recorder__footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  #audio-recorder footer .audio-recorder__footer-links-wrapper .links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #audio-recorder footer .links-wrapper a:first-child {
    margin: 0;
    margin-bottom: 24px;
  }

  #audio-recorder footer span.copyright {
    width: 65%;
    text-align: center;
    margin-top: 32px;
  }

  #audio-recorder .audio-recorder__add-to-chrome {
    width: 95px;
  }

  #audio-recorder .logo-wrapper a {
    margin-right: 0;
    margin-left: 6px;
  }
  #audio-recorder .audio-recorder__add-to-chrome img {
    margin-right: 0;
  }

  #audio-recorder .audio-recorder__main-page-wrapper {
    padding-top: 48px;
  }

  #audio-recorder .audio-recorder__add-to-chrome span,
  #audio-recorder .audio-recorder__install-now span {
    font-size: 16px;
    line-height: 16px;
  }

  #audio-recorder #audio-recorder__faq .audio-recorder__ellips-helper {
    margin-top: 0px;
  }
}
