/* Laptop layout min 1200px */

@media (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-left: 55px;
  }

  .banner-area {
    height: 726px;
  }

  .banner-wrap {
    padding-top: 200px;
    max-width: 475px;
  }

  .banner-title h1 {
    font-size: 50px;
  }

  .banner-description p {
    font-size: 25px;
  }

  .banner-slider-active {
    width: 770px;
  }

  .banner-img.img-1 {
    width: 590px;
    right: 185px;
  }

  .banner-img.img-2 {
    width: 542px;
    right: 245px;
  }

  .banner-bg {
    width: 683px;
  }

  .explore-category-card {
    width: 270px;
    height: 350px;
  }

  .explore-category-btn .btn-prev,
  .explore-category-btn .btn-next {
    height: 65px;
    width: 65px;
  }
  .explore-category-btn .btn-prev {
    left: -30px;
  }
  .explore-category-btn .btn-next {
    right: -30px;
  }

  .download-wrap {
    padding: 55px 0 0 0;
  }

  .download-title h2 {
    font-size: 45px;
  }

  .download-description {
    margin-bottom: 35px;
  }
}

/* Mini laptop layout min 769px */

@media (min-width: 992px) and (max-width: 1199px) {
  .header-logo a {
    width: 200px;
  }

  .main-menu ul li {
    margin-left: 25px;
  }

  .header-btn a {
    width: 140px;
    height: 40px;
    font-size: 18px;
  }

  .banner-area {
    height: 546px;
  }

  .banner-wrap {
    padding-top: 150px;
    max-width: 385px;
  }

  .banner-title h1 {
    font-size: 40px;
  }

  .banner-description {
    margin-bottom: 50px;
  }

  .banner-description p {
    font-size: 20px;
  }

  .banner-slider-active {
    width: 570px;
  }

  .banner-img.img-1 {
    width: 426px;
    right: 150px;
  }

  .banner-img.img-2 {
    width: 392px;
    right: 180px;
  }

  .banner-bg {
    width: 512px;
  }

  .explore-category-title h2::before,
  .explore-category-title h2::after {
    width: 300px;
  }

  .explore-category-card {
    width: 270px;
    height: 350px;
    margin: auto;
  }

  .explore-category-btn .btn-prev,
  .explore-category-btn .btn-next {
    height: 65px;
    width: 65px;
  }
  .explore-category-btn .btn-prev {
    left: -30px;
  }
  .explore-category-btn .btn-next {
    right: -30px;
  }

  .how-we-work-area {
    padding: 100px 0px 250px;
  }

  .how-we-work-title {
    margin-bottom: 50px;
  }

  .how-we-work-title h2 {
    font-size: 35px;
  }

  .how-we-work-nav-list {
    margin-bottom: 50px;
  }

  .how-we-work-nav-list .nav-tabs li button {
    font-size: 20px;
    width: 225px;
    height: 50px;
  }

  .tab-content-list ul li {
    font-size: 20px;
    column-gap: 35px;
    margin-bottom: 70px;
  }

  .tab-content-list ul li::after {
    height: 50px;
    bottom: -60px;
  }

  .tab-content-list ul li span {
    width: 55px;
    height: 55px;
  }

  .download-wrap {
    padding: 55px 0 0 0;
  }

  .download-title h2 {
    font-size: 40px;
  }

  .download-description {
    margin-bottom: 50px;
  }

  .download-description p {
    font-size: 25px;
  }

  .footer-title {
    margin-bottom: 75px;
  }

  .footer-title h2 {
    font-size: 30px;
  }

  .footer-bottom {
    margin-top: 80px;
    padding: 10px 0;
  }
}

/* Tablet Layout wide: 768px. */

@media (min-width: 768px) and (max-width: 991px) {
  .header-logo a {
    width: 200px;
  }

  .main-menu ul li {
    margin-left: 25px;
  }

  .banner-area {
    height: auto;
    background: linear-gradient(#ffffff 50%, #fec54b 150%);
    position: relative;
  }

  .banner-wrap {
    padding-top: 150px;
    max-width: 100%;
  }

  .banner-title {
    margin-bottom: 35px;
  }

  .banner-title h1 {
    font-size: 40px;
  }

  .banner-description {
    margin-bottom: 50px;
  }

  .banner-description p {
    font-size: 20px;
  }

  .banner-slider-active {
    position: initial;
    width: auto;
  }

  .banner-img-wrap {
    text-align: center;
  }

  .banner-img.img-1 {
    width: 426px;
    right: 150px;
    position: inherit;
  }

  .banner-img.img-2 {
    width: 392px;
    right: 180px;
    position: inherit;
  }

  .banner-bg {
    display: none;
  }

  .banner-area .custom-pagination {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .banner-area .custom-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
  }

  .explore-category-title h2::before,
  .explore-category-title h2::after {
    width: 200px;
  }

  .explore-category-area {
    padding: 100px 0;
  }

  .explore-category-active .swiper-slide-active .explore-category-card {
    border-color: var(--primary-color);
  }

  .explore-category-card {
    width: 270px;
    height: 350px;
    margin: auto;
  }

  .explore-category-btn .btn-prev,
  .explore-category-btn .btn-next {
    height: 65px;
    width: 65px;
  }

  .explore-category-btn .btn-prev {
    left: -30px;
  }
  .explore-category-btn .btn-next {
    right: -30px;
  }

  .how-we-work-area {
    padding: 100px 0;
  }

  .how-we-work-title h2 {
    font-size: 35px;
    text-align: center;
  }

  .how-we-work-nav-list .nav-tabs {
    margin: 0 auto;
  }

  .how-we-work-tab-content {
    margin-bottom: 100px;
  }

  .how-we-work-video {
    margin: 0 auto 24px;
  }

  .how-we-work-video-wrap {
    margin: auto;
  }

  .download-area {
    background: linear-gradient(180deg, #ffffff 0%, #fcf3c4 95%);
    padding: 100px 0 0;
  }

  .download-wrap {
    padding: 0;
    text-align: center;
  }

  .download-title h2 {
    font-size: 40px;
  }

  .download-description {
    margin-bottom: 50px;
  }

  .download-description p {
    font-size: 25px;
  }

  .download-link {
    justify-content: center;
  }

  .download-img {
    margin-top: 85px;
    text-align: center;
  }

  .footer-title {
    margin-bottom: 75px;
  }

  .footer-title h2 {
    font-size: 30px;
    text-align: center;
  }

  .footer-middle {
    overflow: auto;
  }

  .footer-middle .row {
    width: 1024px;
  }

  .footer-bottom {
    margin-top: 80px;
    padding: 10px 0;
  }

  .footer-links ul li {
    margin-right: 25px;
  }
}

/* Mobile layout max 425 */

@media (max-width: 767px) {
  .header-logo a {
    width: 200px;
  }

  .main-menu ul li {
    margin-left: 25px;
  }

  .banner-area {
    height: auto;
    background: linear-gradient(#ffffff 50%, #fec54b 150%);
    position: relative;
  }

  .banner-wrap {
    padding-top: 110px;
    max-width: 90%;
  }

  .banner-title {
    margin-bottom: 25px;
  }

  .banner-title h1 {
    font-size: 30px;
  }

  .banner-description {
    margin-bottom: 30px;
  }

  .banner-description p {
    font-size: 14px;
  }

  .banner-slider-active {
    position: initial;
    width: auto;
  }

  .banner-img-wrap {
    text-align: center;
  }

  .banner-img.img-1 {
    width: 351px;
    right: 150px;
    position: inherit;
  }

  .banner-img.img-2 {
    width: 322px;
    right: 180px;
    position: inherit;
  }

  .banner-bg {
    display: none;
  }

  .banner-area .custom-pagination {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .banner-area .custom-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 2px;
  }

  .explore-category-area {
    padding: 100px 0;
  }

  .explore-category-title h2 {
    font-size: 20px;
  }

  .explore-category-title h2::before,
  .explore-category-title h2::after {
    display: none;
  }

  .explore-category-card {
    width: 270px;
    height: 350px;
    margin: auto;
  }

  .explore-category-active .swiper-slide .explore-category-card {
    border-color: var(--border-color-2);
  }

  .explore-category-btn {
    display: none;
  }

  .explore-category-btn .btn-prev,
  .explore-category-btn .btn-next {
    height: 65px;
    width: 65px;
  }
  .explore-category-btn .btn-prev {
    left: -30px;
  }
  .explore-category-btn .btn-next {
    right: -30px;
  }

  .how-we-work-area {
    padding: 70px 0;
  }

  .how-we-work-title {
    margin-bottom: 35px;
  }

  .how-we-work-title h2 {
    font-size: 25px;
    text-align: center;
  }

  .how-we-work-nav-list {
    margin-bottom: 35px;
  }

  .how-we-work-nav-list .nav-tabs {
    margin: 0 auto;
  }

  .how-we-work-nav-list .nav-tabs li button {
    font-size: 16px;
    width: 165px;
    height: 50px;
  }

  .how-we-work-tab-content {
    margin-bottom: 90px;
  }

  .tab-content-list ul li {
    font-size: 14px;
    column-gap: 30px;
    margin-bottom: 36px;
  }

  .tab-content-list ul li::after {
    width: 2px;
    height: 30px;
    bottom: -33px;
    left: 12.5px;
  }

  .tab-content-list ul li span {
    font-size: 16px;
    width: 27px;
    height: 27px;
  }

  .how-we-work-video {
    margin: 0 auto 12px;
  }

  .how-we-work-video .play-button {
    width: 57px;
  }

  .how-we-work-video-caption p {
    font-size: 14px;
  }

  .download-area {
    background: linear-gradient(180deg, #ffffff 0%, #fcf3c4 95%);
    padding: 70px 0 0;
  }

  .download-wrap {
    padding: 0;
    text-align: center;
  }

  .download-title h2 {
    font-size: 35px;
  }

  .download-description {
    margin-bottom: 50px;
  }

  .download-description p {
    font-size: 16px;
  }

  .download-link {
    justify-content: center;
    gap: 20px;
  }

  .download-img {
    margin-top: 85px;
    text-align: center;
  }

  .download-img img {
    width: 95%;
  }

  .footer-area {
    padding: 100px 0 50px;
  }

  .footer-title {
    margin-bottom: 35px;
  }

  .footer-title h2 {
    font-size: 25px;
    text-align: center;
  }

  .footer-brand-logo img {
    width: 65px;
  }

  .footer-bottom {
    margin-top: 50px;
    padding: 30px 0 0;
    border-bottom: 0;
  }

  .footer-links ul li {
    margin-right: 35px;
    margin-bottom: 25px;
  }

  .footer-social ul {
    justify-content: center;
  }
}
