@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");

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

body,
html {
  font-family: "Bricolage Grotesque" !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
  background: url(../header-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

header.scrolled {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

ul.header-item li a {
  font-weight: 300;
  font-size: 16px;
  color: #212529;
  margin: 15px;
  transition: color 0.3s ease;
}
ul.header-item .nav-link.active {
  color: blue !important; /* Change text color to blue */
}

.banner-bg-section {
  background: url(../banner-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: auto;
  width: 100%;
  padding-top: 90px;
}

.banner-content {
  top: 26%;
  width: 560px !important;
}

.main-section {
  margin: 80px 0;
}

.main-head-top {
  font-weight: 400;
  font-size: 62px;
}

.main-head-big {
  font-weight: 800;
  font-size: 72px;
}

.get-spacing {
  margin-left: 12px;
}
.main-para-top {
  font-weight: 300;
  font-size: 18px;
  color: #757575;
  margin-top: 15px;
}
.get-btn {
  background-color: #4b68ff;
  color: #fff;
  padding: 15px 26px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease-out;
}
.get-btn:hover {
  background-color: #000;
  color: #fff;
}

.app-btn {
  background-color: #4b68ff;
  padding: 15px 26px;
  border-radius: 50px;
  transition: 0.3s ease-out;
  height: 60px;
}

.how-it-work-btn {
  border: 1px solid #f6f6f6;
  padding: 17px 34px;
  border-radius: 50px;
  color: #000;
  transition: 0.3s ease-out;
  margin-left: 12px;
  height: 60px;
  display: inline-flex;
}

.app-btn:hover {
  background-color: #000;
  text-decoration: none;
}

.how-it-work-btn:hover {
  background-color: #000;
  color: #fff;
}
.head-text {
  font-weight: 700;
  font-size: 42px;
}

.description-text {
  font-weight: 300;
  font-size: 18px;
  color: #757575;
}

.create-img {
  display: block;
  margin: 0 auto;
}

.create-box {
  padding: 10px;
}

.sub-head {
  font-weight: 700;
  font-size: 18px;
  color: #212529;
  margin: 10px 0;
}

.sub-des {
  font-weight: 300;
  font-size: 14px;
  color: #757575;
}

.pdf-to-ppt-image {
  height: 50px !important;
}

.call-to-action-section {
  background-color: #601ce6;
  box-shadow: 0px 24px 84px 0px #601ce638;
  border-radius: 30px;
}
.connect-section {
  background-color: #601ce6;
  box-shadow: 0px 24px 84px 0px #601ce638;
  border-radius: 30px;
  padding: 40px;
}

.connect-content {
  color: #fff;
}
.call-to-action-content {
  color: #fff;
  padding: 50px 0 40px 50px;
}

.call-app-btn {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #f6f6f6;
  padding: 12px 37px;
  transition: 0.3s ease-out;
  height: 60px;
}

.call-app-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.call-app-btn:hover svg {
  filter: invert(1);
}

.call-how-btn {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #f6f6f6;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-out;
  height: 60px;
}

.call-how-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.download-text {
  font-size: 14px;
}

.app-text {
  font-size: 18px;
}

.call-head {
  font-weight: 700;
  font-size: 32px;
}

.call-sub-para {
  font-weight: 300;
  font-size: 18px;
}
.call-para {
  font-weight: 500;
  font-size: 18px;
}

.card-main {
  border: 1px solid #f6f6f6 !important;
  box-shadow: 0px 10px 46px 0px #00000008;
  padding: 24px;
  height: 100% !important;
}

.card-rating-bx {
  width: 115px;
  border-radius: 10px;
  padding: 15px 14px;
  background-color: #fafafa;
  text-align: center;
}

.card-text {
  font-weight: 400;
  font-size: 14px;
  margin: 18px 0;
}

.card-head {
  font-weight: 700;
  font-size: 18px;
}

.card-para {
  font-weight: 500;
  font-size: 12px;
}

.card-img-top img {
  border-radius: 6px;
}
.card-title {
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
}

.quote-icon {
  font-size: 2rem;
  color: #ccc;
}
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}
.swiper-pagination-bullet-active {
  background: #333;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.testimonial-para {
  font-weight: 400;
  font-size: 18px;
  color: #757575;
}

.user-name {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.user-location {
  font-weight: 400;
  font-size: 14px;
  color: #757575;
}

.custmer-review-section .item {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 10px 46px 0px #00000008;
  padding: 30px;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.owl-nav,
.owl-dots {
  display: none;
}

.pdf-converter-app {
  background-color: #fff5f9;
  border-radius: 50px;
  padding: 13px 21px;
  color: #ff0197;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}

.main-head {
  font-weight: 700;
  font-size: 42px;
  color: #212529;
}
.main-para {
  font-weight: 300;
  font-size: 18px;
  color: #757575;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #212529;
}

.footer-desc {
  font-weight: 400;
  font-size: 18px;
  color: #212529;
  padding: 20px 0;
}

.footer-head {
  font-weight: 500;
  font-size: 16px;
  color: #212529;
  opacity: 50%;
}

.Copyright-text {
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  opacity: 50%;
}

.banner-content {
  position: absolute;
}

.banner-image {
  position: relative;
  text-align: center;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  border: 0;
}
.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus-visible {
  border-color: transparent;
}

.social-media-icon {
  text-align: end;
}

.app-spacing {
  margin-left: 10px;
}

.create-box-review {
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-dialog.modal-dialog-centered {
  max-width: 660px !important;
}
.video {
  position: relative;
  text-align: center;
}
.video .clip {
  width: 100%;
  position: absolute;
  top: 51%;
  right: 50%;
  transform: translate(50%, -50%);
}
.video .clip video {
  max-width: 594px;
  width: 100%;
  border-radius: 13px;
}

@media (max-width: 1024px) {
  .banner-image {
    display: none;
  }
  .banner-content {
    width: 100% !important;
    position: static !important;
    text-align: center;
  }
  .make-app-btn-center {
    justify-content: center;
  }
  .main-section {
    margin: 48px 0;
  }
  .call-to-action-content {
    color: #fff;
    padding: 13px 0 13px 30px;
  }
  .card-title img {
    height: 24px;
  }
  .card-main {
    padding: 15px;
  }
  .card-title {
    font-size: 16px;
  }
  .main-head {
    font-size: 40px;
  }

  .card-rating-bx {
    width: 84px;
    padding: 14px 10px;
  }
  .testimonial-para {
    font-size: 17px;
  }
  .card-text {
    font-size: 12px;
  }
  br {
    display: none;
  }

  .custmer-review-section .item {
    height: 424px;
  }
  .navbar-expand-lg {
    padding: 0 !important;
  }
  header {
    z-index: 99;
  }

  header.scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}

@media (max-width: 991px) {
 
  .banner-image {
    display: none;
  }
  .banner-content {
    width: 100% !important;
    position: static !important;
    text-align: center;
  }
  nav.navbar {
    z-index: 9;
    box-shadow: 0px 14px 38px 0px #c8acff38;
  }
  .call-to-action-image {
    display: none;
  }

  .custmer-review-section .item {
    height: 445px;
  }

  .bottom-banner-content {
    margin-top: 50px;
    text-align: center;
  }
  .card-rating-bx {
    width: 125px;
  }
  .make-app-btn-center {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner-bg-section {
    padding-top: 25px;
  }
  .banner-image {
    display: none;
  }

  .banner-content {
    width: 100% !important;
    text-align: center;
    position: static !important;
  }
  nav.navbar {
    z-index: 9;
    box-shadow: 0px 14px 38px 0px #c8acff38;
    padding: 10px !important;
    background-color: #fff;
}
  .navbar-toggler:focus {
    box-shadow: none;
  }

  ul.header-item li a {
    margin: 0px;
  }

  .call-image-hide {
    display: none;
  }

  .call-how-btn {
    margin-bottom: 30px;
  }
  .call-to-action-content {
    color: #fff;
    padding: 30px;
  }

  .card-rating-bx {
    width: 132px;
  }

  .app-btn {
    margin-top: 0;
  }

  br {
    display: none;
  }
  .main-section {
    margin: 46px 0px 79px;
  }
  .bottom-banner-content {
    text-align: center;
    margin-top: 25px;
  }

  .testimonial-para {
    font-size: 16px;
  }

  .get-spacing {
    margin-left: 0;
  }
  .footer-desc {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .main-head-top {
    font-size: 52px;
  }
  .main-head-top span img {
    height: 65px;
  }
  .main-head-big {
    font-size: 60px;
  }

  .head-text {
    font-size: 38px;
  }
  .main-head {
    font-size: 38px;
  }
  .main-para {
    font-size: 16px;
  }

  .how-it-work-btn {
    padding: 20px 30px;
    margin-left: 0;
  }
  .call-app-btn {
    padding: 9px 37px;
    height: 60px;
  }
  .call-how-btn {
    padding: 17px 30px;
    height: 60px;
  }
  .call-to-action-btn {
    text-align: center !important;
  }

  .connect-section {
    padding: 24px 24px 0;
  }

  .bottom-banner-btn {
    display: inline-flex;
    flex-direction: column;
  }

  .custmer-review-section .item {
    height: 430px;
  }

  .connect-content {
    text-align: center;
  }

  .create-box {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .card-rating-bx {
    width: 140px;
  }
  .social-media-icon {
    text-align: start;
  }
  .description-text {
    font-size: 16px;
  }

  .download-btn-text {
    font-size: 12px;
  }
  .app-btn-text {
    font-size: 13px;
  }
  .app-btn {
    padding: 11px 24px;
    margin-bottom: 20px;
  }
}
