@media only screen and (max-width: 480px) {
  .about__mobile__img {
    height: 300px;
  }

  .about__mobile__img img {
    height: 100% !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .navbar__logo img {
    height: 20px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --section-pd-lr: 16px !important;
  }

  .section__head {
    align-items: start;
    padding-left: var(--section-pd-lr);
  }

  .section__subheading {
    text-align: start !important;
    font-size: 20px !important;
    line-height: 120% !important;
  }

  .section__head .section__heading,
  .section__head--center .section__heading {
    text-align: start !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .section__head .section__paragraph,
  .section__head--center .section__paragraph {
    text-align: start !important;
    font-size: 14px;
    line-height: 24px;
  }

  /* Publisher: Why */
  .why__card {
    margin-top: 20px;
  }

  /* Publisher: Question */
  .question {
    padding: 40px 20px;
    flex-direction: column;
  }

  .question__buttons {
    margin-top: 20px;
    width: 100%;
    align-items: start;
  }

  .question__buttons a {
    width: 100%;
    text-align: center;
  }

  /* ----- Header ----- */

  header {
    background-color: #383838 !important;
    max-width: 100vw;
  }

  .navbar__logo {
    opacity: 100% !important;
  }

  .nav__logo__part {
    width: 100%;
  }

  .menu__hame__burger {
    display: flex;
  }

  .navlink__link__list {
    position: fixed;
    top: 70px;
    left: -280px;
    width: 280px;
    height: 100%;
    flex-direction: column;
    background-color: #383838;
    gap: 0;
    transition: all 0.5s ease-in-out;
  }

  .navlink__link__list button {
    display: inline-block;
    margin-right: auto;
  }

  .navlink__link__list.opened {
    left: 0;
  }

  .navlink__link__list__item {
    width: 100%;
  }

  .navlink__link__list__item a {
    padding: 12px 16px;
    /* text-align: center; */
    width: 100%;
    display: block;
    border-top: 1px solid #00000037;
  }

  .navbar > button {
    display: none;
  }

  /*----- Footer ----- */
  footer {
    padding-top: 30px;
  }
  .footer__logo__img {
    width: 230px;
  }

  .footer__subscribe__text {
    margin-top: 30px;
    font-size: 16px !important;
  }

  .footer__input__box {
    margin-top: 15px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .footer__input__box button {
    margin-inline: auto;
  }

  .footer__links__categories {
    margin-top: 20px;
  }

  .footer__links__category__heading {
    margin-top: 20px;
    /* text-align: center; */
    font-size: 20px;
  }

  .footer__links__list {
    margin-top: 10px;
    /* text-align: center; */
  }

  .footer__bottom__bar > :nth-child(1) {
    text-align: center;
  }

  .footer__bottom__bar > :nth-child(2) {
    text-align: center !important;
    margin-top: 20px;
  }

  /* ----- Home:Hero ----- */
  .hero {
    height: 600px;
  }

  .hero_bg_img {
    height: 100%;
    width: auto;
  }

  .hero__content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: var(--section-pd-lr);
  }

  .hero__content h1 {
    margin-top: 30px;
    font-size: 30px !important;
    line-height: 42px !important;
    text-align: center;
  }

  .hero__content p {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }

  /* Home: screens section */
  .screen {
    height: auto !important;
    /* overflow: visible; */
  }

  .screen__image__wrapper img {
    width: 100vw;
    position: static;
    transform: none !important;
  }

  .screen__1 img {
    transform: scale(0.7) translateX(-35px) !important;
  }

  .screen__2 img {
    transform: scale(0.8) !important;
  }

  .screen__content {
    padding: 16px 20px;
  }

  .screen__content h2 {
    font-size: 24px;
  }

  .screensNavMenu {
    width: 100%;
    overflow-x: scroll;
    padding-left: 200px;
    scrollbar-width: none;
  }

  .screensNavBtn {
    margin-left: 10px;
    width: min-content;
    white-space: nowrap;
    border: 2px solid #0000001a;
    border-radius: 99px;
  }

  .screen__content {
    padding-top: 25px;
  }

  /* Home: Make us different */
  .make__different__bg {
    filter: opacity(0.08);
  }

  .make__different__cards {
    flex-direction: column;
    gap: 40px;
  }

  .make__different__card {
    max-width: 100%;
  }

  .make__different__content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .make__different__content .button {
    margin-inline: auto;
  }

  /* Home: partnership */
  .partnership__left__box {
    padding-left: var(--section-pd-lr) !important;
  }

  .partnership__right__box {
    padding-left: var(--section-pd-lr) !important;
  }

  /* ----- Home: Collaborating ----- */
  .collaborating {
    background-image: none !important;
  }

  .collaborating__buttons__group {
    flex-direction: column;
    width: 100%;
  }

  .collaborating__buttons__group a {
    width: 100% !important;
  }

  /* Login Page */
  .login__images__section {
    display: none;
  }

  .login__form__wrapper {
    padding: 0;
  }

  .login__logo {
    width: 180px;
  }

  .login__logo + p {
    font-size: 18px;
  }

  .login__form {
    margin-top: 20px;
  }

  .login__input {
    margin-top: 20px;
  }

  /* Publisher: Hero */
  .publisher__hero {
    height: 600px !important;
  }

  .publisher__hero__bg__image {
    display: none;
  }

  .publisher__hero__content {
    width: 280px;
    left: 50%;
    top: calc(45% + 70px);
  }

  .publisher_hero_badge {
    padding: 10px 40px;
    border-radius: 45px;
  }

  .publisher_hero_badge p {
    font-size: 20px;
  }

  .publisher_hero_badge h1 {
    font-size: 28px;
    line-height: 100%;
  }

  .publisher__hero__content > :nth-child(1) {
    flex-direction: column;
  }

  .publisher__hero__heading h1 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .publisher__hero__heading p {
    font-size: 18px;
    text-align: center;
  }

  .publisher_hero_para {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px !important;
  }

  .publisher__hero__content button {
    margin-top: 0 !important;
  }

  /* Publisher: screens */
  .publisher__screens {
    padding-inline: 0 !important;
  }

  /* Advertiser: screens */
  body.publisher__page__body {
    overflow: hidden !important;
  }

  .advertiser__screen__01 {
    background: #e8e4ff !important;
  }

  .advertiser__screen__01 .publisher__screen__text {
    background: transparent;
  }

  .advertiser__screen__02 {
    background: #fceeff !important;
  }
  .advertiser__screen__02 .publisher__screen__text {
    background: transparent;
  }

  .advertiser__screen__03 {
    background: #def9ff !important;
  }

  .advertiser__screen__03 .publisher__screen__text {
    background: transparent;
  }

  .advertiser__screen__04 {
    background: #fff6ea !important;
  }

  .advertiser__screen__04 .publisher__screen__text {
    background: transparent;
  }

  /* Contact us: hero */

  .contact__hero {
    height: 480px;
  }
  .contact_hero_bg_image {
    opacity: 0.3;
    border-radius: 0;
    width: 100% !important;
  }

  .contact__hero__content {
    width: 100% !important;
    max-width: 480px;
    text-align: center;
    padding-inline: var(--section-pd-lr);
    left: 0;
  }

  .contact__hero__content h1 {
    font-size: 30px !important;
    line-height: 42px !important;
  }

  /* Contact us: form section */
  .contact__form__section {
    grid-template-columns: 1fr;
  }

  .contact__form__heading {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .contact__input__box {
    margin-top: 20px;
  }

  .contact__form__btn {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact__info {
    margin-top: 40px;
  }

  .contact__info__heading {
    font-size: 26px;
  }

  /* About: Hero */
  .about__hero {
    padding-top: 120px;
    flex-direction: column;
    min-height: 650px;
  }

  .about__hero__image__grid {
    display: none;
  }

  .about__hero__content {
    margin-inline: var(--section-pd-lr);
  }

  .about__bg__clip {
    display: none;
  }

  .about__mobile__img {
    margin-top: 20px;
    margin-left: 20px;
    display: block;
    height: 280px;
    width: auto;
    border-radius: 999px 0 0 999px;
    overflow: hidden;
  }

  .about__mobile__img img {
    height: auto;
    width: 100%;
  }

  .about__hero__content {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about__hero__content h1 {
    font-size: 30px !important;
    line-height: 42px !important;
    text-align: center;
  }

  .about__hero__content p {
    font-size: 20px;
  }

  .about__hero__content button {
    margin-top: 8px !important;
  }

  /* About: who we are */
  .who__top__left h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .who__top__left p {
    font-size: 24px;
    line-height: 32px;
  }

  .who__top__right h2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .who__top__right p {
    font-size: 16px;
    line-height: 28px;
  }

  .who__right__devider {
    grid-template-columns: 1fr 150px 1fr;
  }

  .who__right__devider hr {
    height: 2px;
  }

  .who__right__devider h4 {
    font-size: 18px;
  }

  .who__bottom__right {
    padding: 0 24px;
  }

  .who__swiper__slide__heading {
    font-size: 24px !important;
  }

  .who__bottom__right__para {
    font-size: 16px !important;
    line-height: 26px;
  }

  /* About: teams section */
  .team__text__section {
    flex-direction: column;
  }

  .team__text__section .section__head {
    padding-left: 0 !important;
  }

  .team__text__section p {
    text-align: start !important;
    font-size: 16px;
  }

  .teamSwiper .swiper-slide-active .team__card {
    background-color: #fff;
  }

  .team__card .team__card__socials {
    bottom: 10px;
  }

  /* About: join team section */
  .join__team__subheading {
    font-size: 20px;
  }

  .join__team__content .section__heading {
    font-size: 32px;
    margin-top: 5px !important;
    margin-bottom: 0;
  }

  .join__team__para {
    font-size: 16px;
  }

  .join__team__image__wrapper {
    margin-top: 55px;
    height: 265px;
  }

  /* Terms & condition: hero */
  .tnc__hero {
    padding: 0 var(--section-pd-lr);
    padding-top: 60px;
  }

  .tnc__hero__content h1 {
    font-size: 30px !important;
  }

  /* Terms & condition: content */
  .tnc__content__right {
    padding-inline: var(--section-pd-lr) !important;
  }

  /* Terms and condition: question */
  .tnc__question__buttons {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1199px) {
  :root {
    --section-pd-lr: 40px;
  }

  .section__head {
    align-items: start;
    padding-left: var(--section-pd-lr);
  }

  .section__subheading {
    text-align: start !important;
    font-size: 22px;
    line-height: 100%;
  }

  .section__head .section__heading,
  .section__head--center .section__heading {
    text-align: start !important;
    font-size: 32px;
    line-height: 44px;
  }

  .section__head .section__paragraph,
  .section__head--center .section__paragraph {
    text-align: start !important;
    font-size: 16px;
    line-height: 24px;
  }

  /* Header */

  header {
    background-color: #383838 !important;
    max-width: 100vw;
  }

  .navbar__logo {
    opacity: 100% !important;
  }

  .nav__logo__part {
    width: 100%;
  }

  .menu__hame__burger {
    display: flex;
  }

  .navlink__link__list {
    position: fixed;
    top: 70px;
    left: -280px;
    width: 280px;
    height: 100%;
    flex-direction: column;
    background-color: #383838;
    gap: 0;
    transition: all 0.5s ease-in-out;
  }

  .navlink__link__list button {
    display: inline-block;
    margin-right: auto;
  }

  .navlink__link__list.opened {
    left: 0;
  }

  .navlink__link__list__item {
    width: 100%;
  }

  .navlink__link__list__item a {
    padding: 12px 16px;
    /* text-align: center; */
    width: 100%;
    display: block;
    border-top: 1px solid #00000037;
  }

  .navbar > button {
    display: none;
  }

  /* Home: Hero */

  .hero__content img {
    display: none;
  }

  .hero__content {
    margin-top: 100px !important;
  }

  /* Home: Screen */
  .screen {
    height: 540px;
  }

  /* Home: partnetship */
  .partnership {
    padding-top: 30px;
  }

  .partnership .section__heading {
    margin: 0 var(--section-pd-lr);
    text-align: center !important;
  }

  .partnership__boxes {
    flex-direction: column;
    gap: 20px;
  }

  .partnership__box {
    height: auto;
    width: 100%;
    position: static;
  }

  .partnership__left__box {
    padding: 50px 40px 30px 10px;
    margin-right: 15px;
  }

  .partnership__right__box {
    padding: 50px 10px 30px 40px;
    margin-left: 15px;
  }

  .partnership__box > :nth-child(1) {
    font-size: 18px;
  }

  .partnership__box h2 {
    font-size: 24px;
  }

  .partnership__images__container {
    padding-top: 0;
  }

  /* Collaborating */
  .collaborating {
    height: auto;
    padding-top: 100px;
    margin-bottom: 80px;
  }

  /* Publisher: hero  */
  .publisher__hero {
    height: 550px;
  }

  /* Publisher Screens */
  body.publisher__page__body {
    overflow: hidden !important;
  }

  .publisher__screens {
    padding-inline: 0;
  }

  .trackmision {
    height: auto;
  }

  .frame {
    flex-direction: column;
    transform: none !important;
    padding-inline: var(--section-pd-lr) !important;
  }

  .camera {
    position: static !important;
    overflow: visible;
    width: 100%;
  }

  .track-item-card {
    width: 100%;
  }

  .publisher__screen {
    padding-top: 16px;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .publisher__screen__image {
    order: 1;
    padding: 0 8px !important;
  }

  .publisher__screen__image img {
    width: 100% !important;
    transform: none !important;
  }

  .publisher__screen__text {
    order: 2;
    padding-right: auto;
    padding: 22px 16px !important;
  }

  .publisher__screen__01 {
    background-color: #2b2457;
  }

  .publisher__screen__02 {
    background-color: #e4e7ff;
  }

  .publisher__screen__03 {
    background: linear-gradient(110.12deg, #403f99 33.16%, #9305b4 99.19%);
  }

  .publisher__screen__03 .publisher__screen__text {
    background: transparent;
  }

  .publisher__screen__04 {
    background: linear-gradient(110.12deg, #2399b3 33.16%, #b5f1cd 99.19%);
  }

  .publisher__dashboard__images__container {
    display: none;
  }

  /* Publisher: why */
  .why {
    margin-top: 60px;
  }

  /* Publisher: question */
  .question {
    flex-direction: column;
  }

  .question__buttons {
    margin-top: 20px;
  }

  .question__buttons a {
    width: 300px;
  }

  /* About: who we are */

  .carousel-container {
    width: 400px;
    height: 400px;
  }

  .circle__carousel__wrapper {
    margin-top: 40px;
    width: 400px;
    height: 400px;
    transform: translateX(-70px);
  }

  /* Terms & condition: hero */

  .tnc__hero {
    height: 400px;
  }
  .tnc__hero__content h1 {
    font-size: 32px;
  }

  .tnc__hero__content p {
    font-size: 16px;
  }

  .tnc__content__right {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  .section__subheading {
    font-size: 26px;
    line-height: 34px;
  }

  .section__heading {
    font-size: 40px;
    line-height: 45px;
  }

  .section__paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  /* Footer */
  .footer__logo__img {
    max-width: 350px;
  }

  .footer__links__category__heading {
    font-size: 16px;
  }

  .footer__contact__info__item a {
    font-size: 14px;
  }
  .footer__links__list__item {
    margin-top: 8px;
    line-height: 100%;
  }
  .footer__links__list__item a {
    font-size: 14px;
  }

  .footer__bottom__bar > :nth-child(2) > a {
    font-size: 14px;
  }

  /* Home: hero */
  .hero {
    max-height: 550px;
  }
  .hero__content {
    margin-top: 150px;
  }
  .hero__content img {
    width: 350px;
  }

  .hero__content h1 {
    font-size: 38px;
    line-height: 52px;
  }

  /* Publisher: Question */
  .question .section__head {
    max-width: 700px;
  }

  /* Contact: Hero */
  .contact_hero_bg_image {
    width: 72%;
  }

  .contact__hero__content {
    width: 25%;
  }

  .contact__hero__content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  /* About: Who we are */
  .carousel-container {
    width: 400px;
    height: 400px;
  }

  .circle__carousel__wrapper {
    margin-top: 40px;
    width: 400px;
    height: 400px;
  }

  /* About: hero */
  .about__hero__content h1 {
    font-size: 38px;
    line-height: 54px;
  }

  /* Publisher: screens */
  .publisher__screen__text {
    padding: 40px 30px;
    padding-right: 150px;
  }

  .publisher__screen__image img {
    width: calc(100% + 100px);
    padding: 0;
    transform: translateX(-100px);
  }

  .camera {
    width: 100vw;
    position: sticky;
    top: 100px;
    overflow: hidden;
  }

  /* Terms & condisons: hero */
  .tnc__hero__content h1 {
    font-size: 38px;
    line-height: 44px;
  }

  /* Login */

  .login__text__wrapper__end {
    min-height: 200px;
  }
  .login__text__wrapper__end h1,
  .login__text__wrapper__middle h1 {
    font-size: 29px !important;
    line-height: 19px;
    font-weight: 600;
  }
}

/* --------------------------- */
/* Others custom media queries */
/* --------------------------- */
@media only screen and (max-width: 1780px) {
  .screen {
    height: 500px;
  }
}

@media only screen and (max-width: 1650px) {
  .screen {
    height: 460px;
  }
}

@media only screen and (max-width: 1500px) {
  .screen {
    height: 400px;
  }
}
