/* Media query for tablets */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/* Media query for small desktops */
@media (min-width: 992px) {
  .container {
    max-width: 1020px;
  }
}
/* Media query for medium desktops */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Max Screen size */
@media screen and (max-width: 1200px) {
  .hero__text h2 {
    font-size: 42px;
    line-height: 52.51px;
    padding-bottom: 30px;
  }
  .section__title {
    font-size: 42px;
    line-height: 52.51px;
  }
  .hero__text p {
    font-size: 18px;
    line-height: 1.4;
  }
  .cta__title {
    font-size: 36px;
    line-height: 46px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .services__text h3 {
    font-size: 23px;
    line-height: 26.8px;
    padding-bottom: 15px;
  }
  .barnds__wrapper ul li img {
    height: 25px;
  }
  .brands {
    padding: 60px 0;
  }
  nav,
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .hero__illustration {
    height: 100%;
  }
  .hero {
    padding: 45px 0;
  }
  .services__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits_card {
    max-width: 320px;
  }
  .benefits__items {
    grid-gap: 20px;
  }
  .services_card {
    max-width: 300px;
  }
  .works__card {
    max-width: 330px;
  }
  .works__items {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  nav,
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  nav {
    position: absolute;
    width: 80vw;
    top: 0px;
    right: -50%;
    background: #fff;
    padding: 30px;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  nav.active {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  nav ul {
    padding-top: 20px;
  }
  .mobile_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .navBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bodyGradient.active {
    display: block;
  }
  nav ul li a.btn_primary_outline,
  nav ul li a.btn_primary {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    right: 0;
    height: 45px;
    text-align: center;
  }
  nav ul li a.btn_primary_outline {
    bottom: 90px;
  }
  .overLap {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 46.51px;
    padding-bottom: 30px;
    max-width: 550px;
  }
  .cta__title,
  .section__title {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 38.51px;
  }
  .cta__pragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .brands {
    padding: 50px 0;
  }
  .faq,
  .cover,
  .market,
  .listing,
  .notification,
  .ranking,
  .features__analysis,
  .testimonials,
  .works,
  .benefits {
    padding: 60px 0;
  }
  .cover__title {
    font-size: 36px;
    line-height: 38px;
  }
  .cover__list li h4 {
    font-size: 24px;
    line-height: 21.57px;
  }
  .cover__list li p {
    font-size: 15px;
    line-height: 17.36px;
  }
  .features__content {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .features__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .listing .features__content,
  .ranking .features__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__content {
    padding: 20px 0;
  }
  .logo {
    max-width: 150px;
    max-height: 50px;
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 44.51px;
  }
  .hero__text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
  .services__header .section__title {
    padding-bottom: 40px;
    max-width: 570px;
  }
  .cta__title,
  .section__title {
    font-size: 28px;
    line-height: 34.51px;
  }
  .services__text h3 {
    font-size: 20px;
    line-height: 24.8px;
  }
  .barnds__wrapper ul {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .barnds__wrapper ul li img {
    height: 20px;
  }
  .benefits_card .card__heaer h3 {
    font-size: 16px;
    line-height: 19.6px;
  }
  .cover__title {
    font-size: 32px;
    line-height: 35px;
  }
  .cover__map {
    height: 100%;
  }
  .testimonials__msg p {
    font-size: 16px;
    line-height: 21px;
  }
  .testimonials__card {
    min-height: 100%;
  }
  .features__text h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .features__list li._check {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .pricing__items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .faq__title {
    padding: 15px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .footer__widgets {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer__right_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .widget__title {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .widget__items li a {
    padding: 5px 0;
    font-size: 12px;
  }
  .footer__logo {
    max-width: 150px;
  }
  .footer__trust p {
    font-size: 12px;
  }
  .footer__trust img {
    height: 24px;
  }
  footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .widget__title {
    font-size: 15px;
  }
  .widget__info p {
    font-size: 12px;
  }
  .pricing__top {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .pricing__top strong,
  .pricing__top strong small {
    font-size: 14px;
  }
  .hero__text h2 {
    font-size: 32px;
    line-height: 42.51px;
    padding-bottom: 20px;
  }
  .hero__text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .hero__text ul li._check {
    font-size: 14px;
    line-height: 18.36px;
    padding-left: 25px;
  }
  .hero__text ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn {
    padding: 10px 30px;
    font-size: 15px;
  }
  .card_img {
    height: 65px;
    width: 65px;
  }
  .services_card {
    padding: 30px 25px;
  }
  .services__text h3 {
    font-size: 18px;
    line-height: 22.8px;
  }
  .services__text p {
    font-size: 14px;
    line-height: 22px;
  }
  .cta__title,
  .section__title {
    font-size: 24px;
    line-height: 30.51px;
  }
  .cta__pragraph {
    font-size: 14px;
    line-height: 19px;
  }
  .cover__title {
    font-size: 28px;
    line-height: 33px;
  }
  .cover__list {
    padding-top: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cover__list li p {
    font-size: 14px;
    line-height: 16.36px;
  }
  .features__list li._check ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .features__list li._check {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 8px;
  }
  .features__text h3 {
    font-size: 18px;
  }
  .faq__title {
    padding: 15px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq__title i.fa-solid {
    right: 15px;
    top: 18px;
  }
  .faq__body p {
    font-size: 13px;
    line-height: 22px;
  }
  .pricing__card_head h3 strong {
    font-size: 22px;
    line-height: 33.89px;
  }
  .pricing__card_head p {
    font-size: 14px;
    line-height: 19.36px;
  }
  .footer_cp {
    margin-top: 20px;
    padding: 18px 0;
    font-size: 13px;
    line-height: 19.36px;
  }
}
