/* responsive ******************************************************************************/
@media (max-width: 1599px) {
}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  #creators .testimonial .item {
    padding: 10px 70px;
  }
  /*#why .section-heading p {
    width: 40%;
  }*/
  .content .inner-box {
    min-height: 270px;
  }

  #why .section-heading p {
    font-size: 21px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }

  .title.t-space-ttl h3 {
    font-size: 42px;
  }

  .content .inner-box {
    min-height: 266px;
  }

  #footer .box.box2 {
    padding-left: 50px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  #homeBanner .homeBanner-part {
    padding: 18% 0 8%;
  }
  #creators .testimonial .item {
    padding: 10px 40px;
  }
  #footer .top-box .link-box ul {
    column-gap: 15px;
  }
  #why .chaos-boxes .box::after {
    height: 90%;
    top: -10px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1079px) {
  .content .inner-box {
    min-height: 245px;
  }

  #why .section-heading p {
    font-size: 19px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }

  .bg {
    padding: 60px 0;
  }
  section {
    padding-bottom: 60px;
  }
  .content .box::before {
    left: 0px;
    background-size: 50% auto;
    width: 40px;
    background-position: center;
  }
  .content .box::after {
    right: 0px;
    background-size: 50% auto;
    width: 40px;
    background-position: center;
    right: -17px;
  }
  .content .inner-box {
    width: 70%;
  }
  .content .inner-box .text-box {
    font-size: 20px;
  }
  #homeBanner .homeBanner-part {
    padding: 26% 0 8%;
  }
  #why .section-heading p {
    /* width: 50%; */
    margin: 0 auto;
    font-size: 20px;
  }
  .making-cmn .section-heading p {
    font-size: 20px;
  }
  /* #creators .section-heading img {
    max-width: 30%;
  } */
  #creators .testimonial {
    background-size: cover;
    padding: 70px 0;
    margin-top: 60px;
  }
  #footer .row {
    row-gap: 30px;
  }

  .content .inner-box {
    min-height: 230px;
  }

  #why .section-heading .text-box {
    padding-left: 30px;
  }
  #footer .box.box2 {
    padding-left: 0;
    text-align: center;
  }
  #footer .box.box3 {
    text-align: center;
  }

  .page-screen #title {
    width: 100%;
    text-align: center;
  }

  .page-screen .rating-title,
  .page-screen .rating-text {
    text-align: center;
  }

  .page-screen .col-title {
    font-size: 20px;
  }

  .page-screen .rating-title {
    background: linear-gradient(90deg, #fc575b 20%, #dc568a 50%, #9052f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: unset;
  }

  .page-screen .comparison-wrap {
    margin: 30px 0;
  }

  .page-screen .comparison {
    grid-template-columns: 0.2fr 0.3fr 0.5fr;
    padding: 25px;
  }

  .page-screen .logosvg img {
    max-width: 120px;
    min-width: 130px;
  }

  .page-screen ul {
    font-size: 16px;
  }

  .page-screen .rating-text {
    font-size: 18px;
  }

  .page-screen .stars img {
    max-width: 250px;
  }

  .page-screen .comparison-wrap {
    overflow: scroll;
  }

  .page-screen .comparison-wrap .wrap-2 {
    min-width: 900px;
    padding-bottom: 20px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
  /* header responsive */

  #header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--black-121212);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 111;
    padding-top: 60px;
  }
  #header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
  }
  #header .main-nav .click-menu,
  #header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    width: 100%;
    text-align: center;
    z-index: 222;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  #header .main-nav .cancel-menu.show {
    opacity: 1;
    visibility: visible;
    left: calc(100% - 50px);
  }
  #header .main-nav {
    flex-direction: row-reverse;
  }
  #header .button-box {
    margin-left: 0;
    margin-right: 20px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  section {
    padding-bottom: 40px;
  }
  .bg {
    padding-bottom: 40px;
  }
  br {
    display: none;
  }
  .btn-common {
    width: 250px;
  }
  h1 {
    font-size: 42px;
  }
  /* h2 {
    font-size: 30px;
  } */
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h4 {
    text-align: center;
  }
  .title p {
    text-align: center;
  }
  #homeBanner .button-box {
    padding-top: 60px;
  }
  #homeBanner h2 {
    margin-bottom: 20px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  #why .section-heading {
    text-align: center;
    flex-direction: column;
    row-gap: 20px;
  }
  #why .section-heading p {
    width: 100%;
    font-size: 18px;
  }
  #why .title h3 {
    text-align: center;
  }
  #why .chaos-boxes {
    margin-top: 50px;
  }
  #why .chaos-boxes .top img {
    max-width: 80px;
  }
  #why .chaos-boxes .box {
    padding: 30px 70px 20px;
    margin-top: 15px;
  }
  #why .chaos-boxes .row {
    row-gap: 50px;
  }
  #why .chaos-boxes .top h6 {
    font-size: 20px;
    text-align: center;
  }
  .making-cmn .section-heading {
    align-items: center;
    flex-direction: column;
  }
  .making-cmn .section-heading h2 {
    text-align: center;
  }
  .making-cmn .making-cmn-part {
    background-size: cover;
  }
  .making-cmn .section-heading p {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  #creators .section-heading h2 {
    font-size: clamp(24px, 14vw, 280px);
  }
  #creators .testimonial::before {
    display: none;
  }
  #creators .testimonial::after {
    display: none;
  }
  #creators .testimonial {
    padding: 40px 0;
    margin-top: 40px;
  }
  #footer .top-box .list-box li:not(:last-child) {
    margin-bottom: 10px;
  }
  .content .box::before {
    background-size: 70% auto;
  }
  .content .box::after {
    background-size: 70% auto;
    right: -7px;
  }
  #footer .top-box .logo-box {
    display: flex;
    justify-content: center;
  }
  #footer .top-box .logo-box img {
    margin-bottom: 10px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  #creators .testimonial .item::after {
    display: none;
  }
  #footer p {
    text-align: center;
  }
  #footer .top-box .list-box li {
    text-align: center;
  }
  #footer .top-box .link-box ul {
    justify-content: center;
    /* margin-top: 0; */
  }

  .content .box {
    max-width: 80%;
    margin: 0 auto;
  }
  #why .section-heading .text-box {
    padding-left: 0;
  }

  #footer .box.box1 .link-box {
    margin-top: 20px;
  }

  #tools {
    padding-top: 40px;
  }
  #footer .box.box2 {
    display: none;
  }
  #footer .row {
    row-gap: 10px;
  }
  #footer .footer-part {
    padding-bottom: 40px;
  }
  #why .chaos-boxes .top {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 26px;
  }
  /* #why .chaos-boxes .box::after {
    border-radius: 90px 90px 0 90px;
  } */
  #why .chaos-boxes .box {
    border-radius: 70px 70px 250px 250px;
  }
  #creators .section-heading img {
    max-width: 90%;
  }
  .title.t-space-ttl h3 {
    font-size: 36px;
  }

  .title.t-space-ttl {
    margin-top: 80px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
  ::placeholder {
    font-size: 18px;
  }
  #homeBanner .homeBanner-part {
    padding: 35% 0 8%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .section-heading h2 {
    font-size: 26px;
  }
  #homeBanner .button-box {
    padding-top: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #why .section-heading h2 {
    font-size: clamp(24px, 10vw, 250px);
  }
  #why .section-heading p {
    font-size: 16px;
  }
  #why .chaos-boxes .top {
    gap: 20px;
  }
  #why .chaos-boxes .top h6 {
    font-size: 18px;
  }
  #why .chaos-boxes .top img {
    max-width: 60px;
  }
  .making-cmn .section-heading p {
    font-size: 16px;
  }
  #footer .footer-part {
    padding-top: 40px;
  }
  .content .inner-box .text-box {
    font-size: 18px;
  }
  #creators .testimonial .item {
    padding: 10px 30px;
  }
  #form .btn-common {
    font-size: 18px;
    display: flex;
    margin: 0 auto;
  }
  #creators .section-heading img {
    max-width: 40%;
  }
  #homeBanner h1 {
    font-size: clamp(24px, 7.5vw, 162px);
    text-align: center;
  }
  .btn-common {
    width: 220px;
    font-size: 16px;
    padding: 12px 15px;
  }
  #creators .section-heading h2 {
    line-height: 0.8;
  }

  .content .box::after {
    width: 36px;
  }
  .content .box::before {
    width: 36px;
  }
  .content .inner-box {
    width: 66%;
  }

  .form-control-common {
    font-size: 16px;
    padding: 10px 16px;
  }
  .testimonial-bx:before {
    height: 22px;
  }
  .testimonial-bx:after {
    height: 22px;
  }

  /**/
  .everything-box .col-6 {
    width: 100%;
  }
  .everything .box {
    padding: 16px 16px;
    max-width: 350px;
  }
  .everything .box a {
    row-gap: 50px;
    min-height: 150px;
  }
  .everything .box .text-box .title {
    font-size: 20px;
  }

  #creators .section-heading h2 {
    font-size: clamp(24px, 7vw, 280px);
  }
  #creators .section-heading img {
    margin-top: 42px;
  }

  .everything .box .text-box .next-arrow-bx img {
    max-width: 90%;
  }
  #why .chaos-boxes .box {
    padding: 20px 30px 20px;
  }

  #homeBanner .btn-common {
    font-size: 14px;
    width: 190px;
  }
  .title.t-space-ttl h3 {
    font-size: 34px;
  }
  #footer .top-box .logo-box img {
    max-width: 270px;
  }
  #footer .top-box .link-box ul {
    column-gap: 10px;
  }
  #homeBanner {
    background-size: 140% 100% !important;
    background-position: right !important;
  }
  #homeBanner h1 {
    font-size: clamp(24px, 11.2vw, 162px);
    text-align: center;
    margin-bottom: 10px;
  }
  #why .chaos-boxes .box::after {
    border-radius: 100% 100% 0 80%;
    top: -8px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {
  h2 {
    font-size: 20px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }

  #homeBanner .homeBanner-part {
    padding: 40% 0 8%;
  }
  #homeBanner p {
    margin: 0;
  }
  .btn-common {
    font-size: 16px;
  }
  #why .chaos-boxes .box::after {
    display: none;
  }
  #why .chaos-boxes .box {
    padding: 30px 30px 40px;
  }
}
