/*Media Responsice CSS*/

@media (min-width: 1601px) {
  .category-section .categories-details-col {
    padding: 100px 150px;
  }
  .category-section .categories-details-col .detail-col-wrap {
    max-width: 700px;
  }
  .category-section .categories-images-col .categories-images-row {
    height: 200px;
  }
  .offer-banner-section .cta-box {
    min-height: 678px;
  }
  .offer-banner-section .cta-box h3 {
    margin-bottom: 60px;
  }
  .offer-banner-section .cta-box .discount-cards-group {
    margin-bottom: 70px;
  }
  .pricing-card {
    padding: 44px 64px;
  }
}
@media (min-width: 1441px) {
  .hero-section .hero-img img {
    max-width: 685px;
    margin-right: -80px;
  }
  .hero-section .hero-caption::after {
    top: 30px;
    right: -70px;
  }
  .category-section .categories-details-col {
    padding: 80px 100px;
  }
  .category-section .categories-details-col .detail-col-wrap {
    max-width: 700px;
  }
  .category-section .categories-images-col .categories-images-row {
    height: 200px;
  }
}

@media (max-width: 1499px) {
}

@media (max-width: 1399px) {
  .hero-section .hero-caption::after {
    width: 117px;
    height: 117px;
    top: 35px;
    right: -50px;
  }
  .compare-section .inner-wrap {
    gap: 10px;
  }
  .compare-section .inner-wrap .girl-img > img {
    max-width: 460px;
  }
  .pricing-card .title-block .plan-title {
    font-size: 26px;
    line-height: 36px;
  }
  .pricing-card .title-block {
    max-width: 130px;
  }
  .pricing-card .title-block .plan-offer {
    font-size: 16px;
  }
  .pricing-card .price-block .current-price {
    font-size: 26px;
    line-height: 36px;
  }
  .pricing-card .title-block .plan-offer .time {
    display: block;
  }
}

@media (max-width: 1299px) {
  .pricing-card {
    padding: 24px 16px;
  }
  .category-section
    .categories-images-col
    .categories-images-row
    .categories-images
    .category-title {
    font-size: 16px;
    padding: 0 8px;
  }
}

@media (max-width: 1199px) {
  .hero-section .hero-caption::after {
    top: 105px;
    right: -40px;
  }
  .hero-section .hero-img img {
    max-width: 420px;
    margin-right: 0px;
  }
  .compare-section {
    padding-bottom: 80px;
  }
  .compare-section .inner-wrap .girl-img {
    display: flex;
  }
  .compare-section .inner-wrap .girl-img > img {
    max-width: 300px;
    margin-top: auto;
    margin-bottom: -80px;
  }
  .rate-card {
    padding: 18px;
  }
  .feature-section .feature-card {
    padding: 16px;
  }
  .category-section .categories-details-col {
    padding: 40px 30px;
  }
  .offer-banner-section .cta-box {
    background-position: top right -210px;
  }
  .pricing-card .title-block .plan-title {
    font-size: 20px;
    line-height: 30px;
  }
  .pricing-card .price-block .current-price {
    font-size: 20px;
    line-height: 20px;
  }
  .pricing-card .title-block {
    max-width: 100px;
  }
  .pricing-card .title-block .plan-offer .time {
    white-space: nowrap;
  }
  .pricing-card {
    gap: 30px;
  }
  .testimonial-section .client-testimonial .feedback::before {
    left: -40px;
    top: -20px;
    width: 44px;
    height: 34px;
  }
  .testimonial-section .client-testimonial .feedback::after {
    right: -40px;
    bottom: -20px;
    width: 44px;
    height: 34px;
  }
  .category-section
    .categories-images-col
    .categories-images-row
    .categories-images
    .category-title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .hero-section .hero-caption::after {
    width: 137px;
    height: 127px;
    top: 105px;
    right: 20px;
  }
  .hero-section .hero-img {
    text-align: center;
    margin-top: 40px;
  }
  .hero-section .hero-img img {
    max-width: 100%;
  }
  .compare-section {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .compare-section .heading-block {
    margin-bottom: 0;
  }
  .compare-section .heading-block h2 {
    margin-bottom: 20px;
  }
  .compare-section .heading-block .mobile-img {
    display: block;
    text-align: center;
  }
  .compare-section .heading-block .mobile-img > img {
    max-width: 300px;
    margin: 0 auto;
  }
  .compare-section .inner-wrap .girl-img {
    display: none;
  }
  .fluid-container-md {
    max-width: 100% !important;
  }
  .compare-section .inner-wrap .rate-card-col {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 40px;
  }
  .compare-section .fluid-container-md {
    padding-left: 0;
    padding-right: 0;
  }
  .compare-section .inner-wrap {
    gap: 0;
  }
  .compare-section .inner-wrap .rate-card-col.re-col {
    background-image: url("../images/real-adventures-plan-img-mobile.jpg");
  }
  .compare-section .inner-wrap .rate-card-col.op-col {
    background-image: url("../images/other-platforms-plan-img-mobile.jpg");
  }
  .pay-only-section {
    padding-bottom: 80px;
  }
  .pay-only-section .cta-box {
    background-position: bottom right -160px;
    padding: 44px 34px;
  }
  .category-section .inner-wrap {
    flex-direction: column-reverse;
  }
  .category-section .categories-details-col {
    width: 100%;
  }
  .category-section .categories-images-col {
    width: 100%;
  }
  .category-section .categories-images-col .categories-images-row {
    height: 150px;
  }
  .offer-banner-section .cta-box {
    background-position: top right -300px;
  }
  .pricing-section .pricing-card-group {
    flex-direction: column;
  }
  .pricing-card .title-block {
    max-width: 100%;
  }
  .pricing-card .title-block .plan-offer .time {
    white-space: normal;
    display: inline-block;
  }
  .pricing-card .title-block .icon img {
    width: 34px;
  }
  .pricing-card .title-block .plan-title {
    font-size: 22px;
    line-height: 32px;
  }
  .pricing-card .price-block .current-price {
    font-size: 24px;
    line-height: 26px;
  }
  .pricing-card .price-block .old-price {
    font-size: 16px;
    line-height: 26px;
  }
  .pricing-card {
    gap: 20px;
    padding: 24px;
    border-right: 0;
    border-bottom: 0;
  }
  .pricing-card:last-child {
    border-bottom: 1px solid var(--grey3);
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  ul li {
    padding-left: 30px;
  }
  ul li::before {
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  li {
    font-size: 14px;
    line-height: 24px;
  }
  .btn {
    font-size: 16px;
    padding: 12px 24px;
  }
  .link {
    font-size: 16px;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-section .hero-caption .small-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hero-section .hero-caption h1 {
    margin-bottom: 20px;
  }
  .hero-section .hero-caption p {
    margin-bottom: 20px;
  }
  .hero-section .hero-caption ul {
    margin-bottom: 30px;
  }
  .hero-section .hero-caption::after {
    width: 87px;
    height: 77px;
    top: 190px;
    right: 24px;
  }

  .compare-section .heading-block .mobile-img > img {
    max-width: 80%;
  }
  .compare-section .inner-wrap {
    flex-direction: column;
  }
  .compare-section .inner-wrap .rate-card-col {
    padding: 30px 24px;
    width: 100%;
    max-width: 100%;
  }
  .rate-card {
    padding: 24px;
    max-width: 100%;
  }
  .rate-card > *:not(.logo) {
    width: 100%;
  }
  .rate-card > *:not(.logo) {
    width: 100%;
  }
  .feature-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .feature-section .feature-card {
    padding: 0;
    margin-bottom: 30px;
  }
  .fluid-container-sm {
    max-width: 100% !important;
  }
  .pay-only-section {
    padding-bottom: 0;
  }
  .pay-only-section .fluid-container-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .pay-only-section .cta-box {
    background-image: url("../images/pay-only-img-mobile.jpg");
    background-position: bottom right;
    padding: 42px 24px;
    border-radius: 0;
    min-height: 540px;
  }
  .pay-only-section .cta-box h2 {
    font-size: 34px;
    line-height: 44px;
    max-width: 250px;
  }
  .pay-only-section .cta-box h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .category-section .inner-wrap {
    gap: 2px;
  }
  .category-section .categories-images-col .categories-images-row {
    gap: 2px;
    height: 120px;
  }
  .category-section
    .categories-images-col
    .categories-images-row
    .categories-images
    .category-title {
    font-size: 11px;
    font-weight: 600;
    padding: 0;
    line-height: 14px;
  }
  .category-section .categories-images-col {
    gap: 2px;
  }
  .offer-banner-section .cta-box {
    background-image: url("../images/savings-img-mobile.jpg");
    background-position: bottom right;
    padding: 42px 0;
    align-items: flex-start;
    min-height: 950px;
  }
  .offer-banner-section .cta-box h2 {
    margin-bottom: 10px;
  }
  .offer-banner-section .cta-box h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .offer-banner-section .cta-box .discount-cards-group {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .discount-cards-group .discount-card {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .offer-banner-section .cta-box .action {
    flex-direction: column;
  }
  .offer-banner-section .cta-box .action .btn {
    width: 100%;
    margin-right: 0;
  }
  .offer-banner-section .cta-box .action .btn:first-child {
    margin-bottom: 20px;
  }
  .testimonial-section .heading-block {
    margin-bottom: 40px;
  }
  .testimonial-section .client-testimonial .feedback {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .testimonial-section .client-testimonial .feedback::before {
    left: -30px;
    top: -10px;
    width: 24px;
    height: 24px;
  }
  .testimonial-section .client-testimonial .feedback::after {
    right: -30px;
    bottom: -10px;
    width: 24px;
    height: 24px;
  }
  .testimonial-section .client-testimonial .client-info .avtar {
    margin-bottom: 15px;
  }
  .testimonial-section .client-testimonial .client-info .name {
    margin-bottom: 6px;
  }
  .testimonial-section
    .client-testimonial
    .client-info
    .designation-company
    .designation {
    display: block;
  }
  .testimonial-section .client-testimonial .action {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
}

@media (max-width: 330px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .offer-banner-section .cta-box {
    background-position: bottom right -60px;
    min-height: 1140px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 18px;
  }
}
