/* ======== responsive css ======== */
/* ========================= device (xs 0 > 576) ========================= */
@media (max-width: 575.98px) {
  /* === navbar === */
  .nav__wrapper {
    padding: 0 10px;
    justify-content: space-between;
    column-gap: 20px;
  }
  .nav__icon__wrapper {
    column-gap: 5px;
  }
  .nav__icon {
    font-size: 14px;
  }
  .nav__menu__wrapper {
    padding: 20px 0;
    width: 100vw;
    height: 100vh;
    background: var(--primary-bg-clr);
    position: absolute;
    top: 65px;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .nav__menu {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .collapse__menuIcon {
    display: block;
  }
  /* === navbar === */
  /* === banner === */
  #banner {
    padding: 50px 0 50px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
      url(../images/banner_bg.jpg);
  }
  .banner__wrapper {
    padding: 20px;
  }

  .banner--btn {
    margin-bottom: 30px;
  }
  .banner__heading {
    font-size: 40px;
  }
  .banner__heading::after {
    position: unset;
  }
  .banner__details {
    padding-bottom: 15px;
  }
  /* === banner === */
  /* === about === */
  #about {
    padding: 34px 0 50px 0;
  }
  .about__wrapper {
    padding: 0 20px;
  }
  .common__sectionHeading {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .about--sectionHeading {
    margin-bottom: 32px;
  }
  .about--sectionHeading::after {
    position: unset;
  }
  .about__top {
    justify-content: center;
  }
  .about__imagePart {
    padding-right: unset;
  }
  .about__counterWrapper {
    justify-content: center;
  }
  /* === about === */
  /* === games === */
  .games__wrapper {
    padding: 0 20px;
  }
  .games__sectionHeading {
    top: -80px;
    right: 20px;
  }
  .games--sectionTitle::before {
    position: unset;
  }
  .games__slideBtnWrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    bottom: -60px;
    right: unset;
    left: 40px;
  }
  .games__sliderArrowRight,
  .games__sliderArrowLeft {
    width: 30px;
    height: 30px;
  }
  /* === games === */
  /* === steaming === */
  #streaming {
    padding: 50px 0;
  }
  .streaming__wrapper {
    padding: 0 20px;
  }
  .streaming--sectionHeading {
    margin-bottom: 30px;
  }
  .streaming--sectionHeading::after {
    position: unset;
  }
  .streaming__videoWrapper {
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .streaming__palyIcon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .streaming__itemOverlay {
    padding-top: 44%;
  }
  .streaming__matchTeamWrapper {
    gap: 100px;
  }
  .streaming__matchItemWrapper {
    flex-direction: column;
    align-items: center;
  }
  .streaming__matchItem {
    width: 300px;
    padding: 20px 20px;
    clip-path: unset;
    column-gap: unset;
    justify-content: space-between;
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    -ms-border-radius: 30px 0 30px 0;
    -o-border-radius: 30px 0 30px 0;
  }
  .streaming__matchItem:nth-child(3) {
    clip-path: unset;
  }
  .streaming__matchItemImage {
    width: 90px;
    height: 85px;
  }
  /* === steaming === */
  /* === sale === */
  #sale {
    padding: 50px 0;
  }
  .sale__sectionWrapper {
    padding: 0 20px;
  }
  .sale--sectionTitle::before {
    position: unset;
  }

  .sale__favoritePartWrapper {
    justify-content: center;
    row-gap: 30px;
  }
  .sale__favoritePartWrapper {
    padding: 20px;
  }
  .sale__favoriteContentWrapper {
    padding-right: unset;
  }
  /* === sale === */
  /* === accessories === */
  #accessories {
    padding: 50px 0;
  }
  .accessories__sectionWrapper {
    padding: 0 20px;
  }
  .accessories--sectionHeading {
    margin-bottom: 40px;
  }
  .accessories--sectionHeading::after {
    position: unset;
  }
  .accessories__itemWrapper {
    padding: 0 30px;
  }
  /* === accessories === */
  /* === team === */
  #team {
    padding: 50px 0;
  }
  .team__sectionWrapper {
    padding: 0 20px;
  }
  .team--sectionTitle::before {
    position: unset;
  }
  .team__itemWrapper {
    justify-content: center;
  }
  .team__details {
    display: none;
  }
  .team__socialIconWrapper {
    align-items: unset;
  }
  .team__overlay {
    padding: 10px 30px;
    bottom: -100%;
  }
  /* === team === */
  /* === faq === */
  .faq__sectionWrapper {
    padding: 0 20px;
  }
  .faq--sectionHeading {
    margin-bottom: 40px;
  }
  .faq--sectionHeading::after,
  .faq__itemWrapper::before,
  .faq__itemWrapper::after {
    position: unset;
  }
  .faq__itemWrapper {
    justify-content: center;
    row-gap: 30px;
  }
  .faq__itemContentWrapper {
    max-width: 340px;
    gap: 25px;
  }
  /* === faq === */
  /* === subscribe === */
  .subscribe__contentWrapper {
    padding: 35px 30px 70px;
    justify-content: center;
  }
  .subscribe--title {
    text-align: center;
  }
  .subscribe__form {
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
  }
  .subscribe__input {
    width: 100%;
  }
  .subscribe__btn {
    position: unset;
  }
  /* === subscribe === */
  /* === footer === */
  #footer {
    padding: 230px 0 70px 0;
  }
  .footer__itemWrapper {
    padding: 0 20px;
  }
  .footer__item:nth-child(1) {
    max-width: 451px;
    padding-right: unset;
  }
  .footer__summary {
    padding-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    padding: 0 40px;
  }
  .footer__quickLinkWrapper {
    row-gap: 10px;
  }
  .footer__item:nth-child(4) {
    margin-left: unset;
  }
  /* === footer === */
}
/* ========================= device (xs 0 > 576) ========================= */

/* ========================= device (sm 576 > 768) ========================= */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* === navbar === */
  .nav__wrapper {
    padding: 0 20px;
    justify-content: space-between;
  }
  .nav__menu__wrapper {
    padding: 20px 0;
    width: 100vw;
    height: 100vh;
    background: var(--primary-bg-clr);
    position: absolute;
    top: 65px;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .nav__menu {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .collapse__menuIcon {
    display: block;
  }
  /* === navbar === */
  /* === banner === */
  #banner {
    padding: 50px 0 50px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
      url(../images/banner_bg.jpg);
  }
  .banner__wrapper {
    padding: 20px;
  }
  .banner--btn {
    margin-bottom: 30px;
  }
  .banner__heading::after {
    position: unset;
  }
  .banner__details {
    padding-bottom: 15px;
  }
  /* === banner === */
  /* === about === */
  #about {
    padding: 34px 0 50px 0;
  }
  .about__wrapper {
    padding: 0 20px;
  }
  .common__sectionHeading.about--sectionHeading {
    letter-spacing: 2px;
  }
  .about--sectionHeading {
    margin-bottom: 32px;
  }
  .about__top {
    justify-content: center;
  }
  .about__imagePart {
    padding-right: unset;
  }
  .about__counterWrapper {
    justify-content: center;
    gap: 20px;
  }
  .about__counterItem {
    width: 300px;
  }
  .about__itemCount::after {
    right: 85px;
  }
  /* === about === */
  /* === games === */
  .games__wrapper {
    padding: 0 20px;
  }
  .games__sectionHeading {
    top: -80px;
    right: 20px;
  }

  .games__slideBtnWrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    bottom: -60px;
    right: unset;
    left: 40px;
  }
  /* === games === */
  /* === steaming === */
  #streaming {
    padding: 50px 0;
  }
  .streaming__wrapper {
    padding: 0 20px;
  }
  .streaming--sectionHeading {
    margin-bottom: 30px;
  }
  .streaming__videoWrapper {
    padding: 0 30px;
    padding-bottom: unset;
  }
  .streaming__item {
    max-width: 260px;
  }
  .streaming__palyIcon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .streaming__itemOverlay {
    padding-top: 42%;
  }
  .streaming__matchTeamWrapper {
    gap: 100px;
  }
  .streaming__matchItemWrapper {
    flex-direction: column;
    align-items: center;
  }
  /* === steaming === */
  /* === sale === */
  #sale {
    padding: 50px 0;
  }
  .sale__sectionWrapper {
    padding: 0 20px;
  }
  .sale__item {
    max-width: 270px;
  }
  .sale__favoritePartWrapper {
    justify-content: center;
    row-gap: 40px;
  }
  .sale__favoritePartWrapper {
    padding: 30px;
  }
  .sale__favoriteContentWrapper {
    padding-right: unset;
  }
  /* === sale === */
  /* === accessories === */
  #accessories {
    padding: 50px 0;
  }
  .accessories__sectionWrapper {
    padding: 0 20px;
  }
  .accessories--sectionHeading {
    margin-bottom: 40px;
  }
  /* === accessories === */
  /* === team === */
  #team {
    padding: 50px 0;
  }
  .team__sectionWrapper {
    padding: 0 20px;
  }
  .team__itemWrapper {
    justify-content: center;
  }
  .team__overlay {
    padding: 20px 30px;
  }
  /* === team === */
  /* === faq === */
  .faq__sectionWrapper {
    padding: 0 20px;
  }
  .faq--sectionHeading {
    margin-bottom: 50px;
  }
  .faq__itemWrapper::before,
  .faq__itemWrapper::after {
    position: unset;
  }
  .faq__itemWrapper {
    justify-content: center;
    row-gap: 50px;
  }
  .faq__itemContentWrapper {
    max-width: 470px;
  }
  /* === faq === */
  /* === subscribe === */
  .subscribe__contentWrapper {
    justify-content: center;
  }
  .subscribe--title {
    text-align: center;
  }
  .subscribe__form {
    width: 100%;
    column-gap: 20px;
    justify-content: center;
  }
  .subscribe__input {
    width: 100%;
  }
  .subscribe__btn {
    position: unset;
  }
  /* === subscribe === */
  /* === footer === */
  #footer {
    padding: 230px 0 70px 0;
  }
  .footer__itemWrapper {
    padding: 0 20px;
  }
  .footer__item:nth-child(1) {
    padding: unset;
    margin-right: 50px;
  }
  .footer__summary {
    padding-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    padding: 0 20px;
  }
  .footer__quickLinkWrapper {
    row-gap: 10px;
  }
  .footer__item:nth-child(4) {
    margin-left: unset;
  }
  /* === footer === */
}
/* ========================= device (sm 576 > 768) ========================= */

/* ========================= device (md 768 > 992) ========================= */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* === navbar === */
  .nav__wrapper {
    padding: 0 20px;
    justify-content: space-between;
  }
  .nav__menu__wrapper {
    padding: 20px 0;
    width: 100vw;
    height: 100vh;
    background: var(--primary-bg-clr);
    position: absolute;
    top: 65px;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .nav__menu {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .collapse__menuIcon {
    display: block;
  }
  /* === navbar === */
  /* === banner === */
  #banner {
    padding: 50px 0 50px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
      url(../images/banner_bg.jpg);
  }
  .banner__wrapper {
    padding: 0 40px;
  }

  .banner--btn {
    margin-bottom: 30px;
  }
  .banner__details {
    padding-bottom: 15px;
  }
  /* === banner === */
  /* === about === */
  #about {
    padding: 34px 0 50px 0;
  }
  .about__wrapper {
    padding: 0 40px;
  }

  .about--sectionHeading {
    margin-bottom: 32px;
  }
  .about__counterWrapper {
    justify-content: center;
    gap: 20px;
  }
  .about__counterItem {
    width: 300px;
  }
  .about__itemCount::after {
    right: 85px;
  }
  /* === about === */
  /* === games === */
  .games__wrapper {
    padding: 0 40px;
  }
  .games__sectionHeading {
    top: -60px;
    right: 40px;
  }
  .games__slideBtnWrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    bottom: -60px;
    right: unset;
    left: 40px;
  }
  /* === games === */
  /* === steaming === */
  #streaming {
    padding: 50px 0;
  }
  .streaming__wrapper {
    padding: 0 35px;
  }
  .streaming--sectionHeading {
    margin-bottom: 30px;
  }
  .streaming__videoWrapper {
    padding: 0 40px;
    padding-bottom: unset;
  }
  .streaming__item {
    max-width: 300px;
  }
  .streaming__palyIcon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .streaming__itemOverlay {
    padding-top: 42%;
  }
  .streaming__matchTeamWrapper {
    gap: 100px;
  }
  .streaming__matchItemWrapper {
    flex-direction: column;
    align-items: center;
  }
  /* === steaming === */
  /* === sale === */
  #sale {
    padding: 50px 0;
  }
  .sale__sectionWrapper {
    padding: 0 40px;
  }
  .sale__favoritePartWrapper {
    justify-content: center;
    row-gap: 40px;
  }
  .sale__favoritePartWrapper {
    padding: 30px;
  }
  .sale__favoriteContentWrapper {
    padding-right: unset;
  }
  /* === sale === */
  /* === accessories === */
  #accessories {
    padding: 50px 0;
  }
  .accessories__sectionWrapper {
    padding: 0 40px;
  }
  .accessories--sectionHeading {
    margin-bottom: 40px;
  }
  .accessories__item {
    max-width: 230px;
  }
  /* === accessories === */
  /* === team === */
  #team {
    padding: 50px 0;
  }
  .team__sectionWrapper {
    padding: 0 40px;
  }
  .team__itemWrapper {
    justify-content: center;
  }
  /* === team === */
  /* === faq === */
  .faq__sectionWrapper {
    padding: 0 40px;
  }
  .faq--sectionHeading {
    margin-bottom: 70px;
  }
  .faq__itemWrapper::before,
  .faq__itemWrapper::after {
    position: unset;
  }
  .faq__itemWrapper {
    justify-content: center;
    row-gap: 50px;
  }
  /* === faq === */
  /* === subscribe === */
  .subscribe__contentWrapper {
    justify-content: center;
  }
  .subscribe--title {
    text-align: center;
  }
  /* === subscribe === */
  /* === footer === */
  #footer {
    padding: 230px 0 70px 0;
  }
  .footer__itemWrapper {
    padding: 0 40px;
  }
  .footer__item:nth-child(1) {
    padding: unset;
    margin-right: 50px;
  }
  .footer__summary {
    padding-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    padding: 0 20px;
  }
  .footer__quickLinkWrapper {
    row-gap: 10px;
  }
  .footer__item:nth-child(4) {
    margin-left: unset;
  }
  /* === footer === */
}
/* ========================= device (md 768 > 992) ========================= */

/* ========================= device (lg 992 > 1200) ========================= */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* === navbar === */
  .nav__wrapper {
    padding: 0 20px;
  }
  /* === navbar === */
  /* === banner === */
  #banner {
    padding: 50px 0 100px 0;
  }
  .banner__wrapper {
    padding: 0 40px;
  }
  .banner--btn {
    margin-bottom: 70px;
  }
  .banner__details {
    padding-bottom: 30px;
  }
  /* === banner === */
  /* === about === */
  .about__wrapper {
    padding: 0 40px;
  }
  .about__imagePart {
    padding-right: unset;
  }
  .about__top {
    justify-content: center;
  }
  .about__counterWrapper {
    justify-content: center;
    gap: 40px;
  }
  /* === about === */
  /* === games === */
  .games__wrapper {
    padding: 0 40px;
  }
  .games__sectionHeading {
    top: -60px;
    right: 40px;
  }
  .games__slideBtnWrapper {
    right: 30px;
    bottom: 15px;
  }
  /* === games === */
  /* === steaming === */

  .streaming__wrapper {
    padding: 0 40px;
  }
  .streaming__videoWrapper {
    padding: 0 40px;
  }
  .streaming__item {
    max-width: 300px;
  }
  /* === steaming === */
  /* === sale === */
  #sale {
    padding: 50px 0;
  }
  .sale__sectionWrapper {
    padding: 0 40px;
  }
  .sale__favoritePartWrapper {
    justify-content: center;
    row-gap: 40px;
  }

  .sale__favoriteContentWrapper {
    padding-right: unset;
  }
  /* === sale === */
  /* === accessories === */
  .accessories__sectionWrapper {
    padding: 0 40px;
  }
  .accessories--sectionHeading {
    margin-bottom: 60px;
  }
  .accessories__item {
    max-width: 270px;
  }
  /* === accessories === */
  .team__sectionWrapper {
    padding: 0 40px;
  }
  .team__itemWrapper {
    justify-content: center;
  }
  /* === team === */
  /* === faq === */
  .faq__sectionWrapper {
    padding: 0 40px;
  }

  .faq__itemWrapper {
    justify-content: center;
    row-gap: 100px;
    column-gap: 70px;
  }
  .faq__itemContentWrapper {
    max-width: 400px;
  }
  /* === faq === */
  /* === subscribe === */
  .subscribe__contentWrapper {
    justify-content: center;
  }
  .subscribe--title {
    text-align: center;
  }
  /* === subscribe === */
  /* === footer === */
  #footer {
    padding: 230px 0 70px 0;
  }
  .footer__itemWrapper {
    padding: 0 40px;
  }
  .footer__item:nth-child(1) {
    padding: unset;
    margin-right: 50px;
  }
  .footer__summary {
    padding-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    padding: 0 40px;
  }
  .footer__quickLinkWrapper {
    row-gap: 10px;
  }
  .footer__item:nth-child(4) {
    margin-left: unset;
  }
  /* === footer === */
}
/* ========================= device (lg 992 > 1200) ========================= */

/* ========================= device (xl 1200 > 1400) ========================= */
@media (min-width: 1200px) and (max-width: 1400px) {
  /* === navbar === */
  .nav__wrapper {
    padding: 0 40px;
  }
  /* === navbar === */
  /* === banner === */
  #banner {
    padding: 50px 0 100px 0;
  }
  .banner__wrapper {
    padding: 0 40px;
  }
  .banner--btn {
    margin-bottom: 70px;
  }
  .banner__details {
    padding-bottom: 30px;
  }
  /* === banner === */
  /* === about === */
  .about__wrapper {
    padding: 0 40px;
  }
  .about__top {
    justify-content: center;
  }
  .about__counterWrapper {
    justify-content: center;
    gap: 40px;
  }
  /* === about === */
  /* === games === */
  .games__wrapper {
    padding: 0 40px;
  }
  .games__sectionHeading {
    right: 40px;
  }
  .games__slideBtnWrapper {
    right: 30px;
    bottom: 15px;
  }
  /* === games === */
  /* === steaming === */
  .streaming__wrapper {
    padding: 0 40px;
  }
  .streaming__item {
    max-width: 380px;
  }
  /* === steaming === */
  /* === sale === */
  #sale {
    padding: 50px 0;
  }
  .sale__sectionWrapper {
    padding: 0 40px;
  }
  .sale__favoriteContentWrapper {
    max-width: 610px;
  }
  /* === sale === */
  /* === accessories === */
  .accessories__sectionWrapper {
    padding: 0 40px;
  }
  .accessories__item {
    max-width: 280px;
  }
  /* === accessories === */
  /* === accessories === */
  .team__sectionWrapper {
    padding: 0 40px;
  }
  .team__itemWrapper {
    justify-content: center;
  }
  /* === team === */
  /* === faq === */
  .faq__sectionWrapper {
    padding: 0 40px;
  }
  /* === faq === */
  /* === subscribe === */
  .subscribe--title {
    max-width: 700px;
  }
  /* === subscribe === */
  /* === footer === */
  #footer {
    padding: 170px 0 70px 0;
  }
  .footer__itemWrapper {
    padding: 0 40px;
  }
  .footer__item:nth-child(1) {
    padding: unset;
    margin-right: 30px;
  }
  .footer__summary {
    padding-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    padding: 0 40px;
  }
  .footer__quickLinkWrapper {
    row-gap: 10px;
  }
  .footer__item:nth-child(4) {
    margin-left: unset;
  }
  /* === footer === */
}
/* ========================= device (xl 1200 > 1400) ========================= */
/* ========================= device (xxl 1400 >>) ========================= */
@media (min-width: 1400px) {
}
/* ========================= device (xxl 1400 >>) ========================= */
/* ======== responsive css ======== */

/* ===== design by AJOY SAHA ===== */
