@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}

/* Common Class */
body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
:root {
  --primary-color: #4d4d4d;
  --secondary-color: #717171;
  --third-color: #4caf4f;
  --btn-color: #ffffff;
}
.container {
  max-width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul > li {
  list-style-type: none;
}
h2 {
  font-size: 36px;
  color: var(--primary-color);
}
p {
  font-size: 16px;
  color: var(--secondary-color);
}
.heading {
  font-size: 60px;
}

/* Header Section */
header {
  min-height: 84px;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.nav-logo > a > img {
  max-width: 154px;
  min-height: 24px;
  object-fit: contain;
}
header > div > div {
  justify-content: space-between;
  align-items: center;
}
nav > ul {
  display: flex;
  gap: 50px;
}
nav > ul > li a {
  font-size: 16px;
  color: #18191f;
}
.btn {
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn2 {
  padding: 10px 20px;
  background: var(--third-color);
  border: 2px solid var(--third-color);
  color: var(--btn-color);
  border-radius: 6px;
}
.btn1 {
  padding: 10px 20px;
  color: var(--third-color);
}
.dash {
  display: none;
}

/* Banner Section */
.banner {
  background: #f5f7fa;
  padding-top: 105px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner > div > div {
  justify-content: space-around;
  align-items: center;
  gap: 100px;
}
.heading {
  color: var(--primary-color);
  margin-bottom: 16px;
}
.heading > span {
  color: var(--third-color);
}
.banner-content > p {
  color: var(--secondary-color);
  margin-bottom: 32px;
}
.banner-btn {
  padding: 14px 32px;
  background: var(--third-color);
  font-size: 16px;
  border: 2px solid var(--third-color);
  max-width: fit-content;
  border-radius: 4px;
}
.banner-btn > a {
  color: var(--btn-color);
}
.banner-img {
  max-width: 390px;
  min-height: 405px;
}
.banner-img > a > img {
  height: 100%;
  width: 100%;
}

/* Our Client Section */
.our-client {
  margin-bottom: 16px;
}
.our-client > div > div {
  justify-content: center;
  align-items: center;
}
.our-client-text {
  text-align: center;
}
.our-client-text > h2 {
  margin-bottom: 8px;
}

/* Logo Section */
.logo-section {
  margin-bottom: 40px;
}
.logo-section > div > div {
  justify-content: space-around;
  align-items: center;
  padding: 25px 0;
  flex-wrap: wrap;
}
.logo-img {
  max-width: 48px;
  min-height: 48px;
}
.logo-img > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Community Section */
.community-section {
  margin-bottom: 40px;
}
.community-section > div > div {
  justify-content: center;
  align-items: center;
}
.community-section {
  text-align: center;
}
.community-section-text > h2 {
  margin-bottom: 8px;
}

/* Membership Section */
.membership-section {
  margin-bottom: 40px;
}
.membership-section > div > div {
  display: flex;
  justify-content: space-around;
  gap: 125px;
}
.div1 > a {
  max-width: 65px;
  min-height: 56px;
}
.div1 > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.div1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.div1 > h3 {
  font-size: 28px;
  color: var(--primary-color);
}
.div1 > p {
  max-width: 240px;
}

/* Pixelgrade Section */
.pixelgrade-section {
  margin-bottom: 45px;
}
.pixelgrade-img {
  max-width: 440px;
  min-height: 430px;
}
.pixelgrade-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pixelgrade-section-row {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-around;
}
.pixelgrade-text > h2 {
  margin-bottom: 16px;
}
.pixelgrade-text > p {
  max-width: 600px;
  margin-bottom: 32px;
}
.pixelgrade-btn {
  padding: 14px 32px;
  border: 2px solid var(--third-color);
  background: var(--third-color);
  max-width: fit-content;
  border-radius: 4px;
}
.pixelgrade-btn > a {
  color: var(--btn-color);
}

/* Helping Section */
.helping-section {
  background: #f5f7fa;
  padding: 60px 0;
  margin-bottom: 40px;
}
.helping-text > h2 > span {
  color: var(--third-color);
}
.helping-section > div > div {
  align-items: center;
  justify-content: space-around;
  gap: 70px;
}
.helping-number-part {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.helping-number-part1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.helping-number-part2 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.helping-number-part2 > a > img {
  max-width: 48px;
  min-height: 48px;
  object-fit: contain;
}
.number {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: bold;
}
.number > span {
  font-size: small;
  font-weight: lighter;
  color: var(--secondary-color);
}

/* Design Section */
.design-section {
  margin-bottom: 45px;
}
.design-img {
  max-width: 440px;
  min-height: 430px;
}
.design-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.design-section > div > div {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-around;
}
.design-text > h2 {
  margin-bottom: 16px;
}
.design-text > p {
  max-width: 600px;
  margin-bottom: 32px;
}
.design-btn {
  padding: 14px 32px;
  border: 2px solid var(--third-color);
  background: var(--third-color);
  max-width: fit-content;
  border-radius: 4px;
}
.design-btn > a {
  color: var(--btn-color);
}

/* Airbuds Section */
.airbuds-section {
  background: #f5f7fa;
  margin-bottom: 45px;
}
.airbuds-section > div > div {
  justify-content: space-around;
  gap: 75px;
  padding: 32px 0;
  align-items: center;
}
.airbuds-img {
  max-width: 326px;
  min-height: 326px;
}
.airbuds-img > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.airbuds-text > p {
  max-width: 600px;
  margin-bottom: 16px;
}
.airbuds-text > h3 {
  color: var(--third-color);
  font-size: 20px;
  margin-bottom: 8px;
}
.airbuds-text > span {
  font-size: 16px;
  color: var(--secondary-color);
}
.airbuds-logo > a {
  max-width: 48px;
  min-height: 48px;
}
.airbuds-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.arrow > img {
  max-width: 25px;
  min-height: 25px;
  object-fit: contain;
}
.airbuds-logo {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 750px;
  margin-top: 35px;
}
.meet {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  color: var(--third-color);
  font-weight: bold;
  text-wrap: nowrap;
}

/* Caring Section */
.caring-section {
  margin-bottom: 15px;
}
.caring-section > div > div {
  justify-content: center;
  align-items: center;
}
.caring-section {
  text-align: center;
}
.caring-section-text > h2 {
  margin-bottom: 8px;
}
.caring-section-text > p {
  max-width: 625px;
}

/* Position Section */
.position-section {
  margin-bottom: 90px;
}
.position-img {
  max-width: 365px;
  min-height: 285px;
}
.position-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.position-section > div > div {
  justify-content: space-around;
  gap: 24px;
}
.arrow-down > a > img {
  max-width: 24px;
  min-height: 24px;
  object-fit: contain;
}
.position-img {
  position: relative;
}
.position-box {
  max-width: 315px;
  background: #f5f7fa;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  position: absolute;
  bottom: calc(-95px / 2);
  left: 30px;
  right: 30px;
}
.position-text > p {
  max-width: 285px;
  text-align: center;
}
.position-sub-text {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.arrow-text {
  color: var(--third-color);
}

/* Footer Heading Section */
.footer-heading-section > div > div {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
  padding: 32px 0;
  text-align: center;
}
.footer-btn {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 4px;
  background: var(--third-color);
  max-width: fit-content;
  margin: auto;
}
.footer-btn > a {
  color: var(--btn-color);
}

/* Footer Section */
.footer-section {
  background: #263238;
  padding: 65px 0;
}
.footer-section > div > div {
  justify-content: space-between;
  gap: 100px;
}
.footer-logo {
  max-width: 190px;
  min-height: 30px;
  margin-bottom: 40px;
}
.footer-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-content > p {
  font-size: 10px;
  color: var(--btn-color);
  margin-bottom: 40px;
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-logos > a > img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
}
.bold {
  font-size: 20px;
  font-weight: bold;
  color: var(--btn-color);
}
.footer-list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer-list1 > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--btn-color);
  font-size: 14px;
  font-weight: lighter;
  justify-content: center;
}
.telegram {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 2px solid grey;
  border-radius: 8px;
  background: #263238;
}
input[type="email"] {
  outline: none;
  border: none;
  padding-right: 10px;
  max-width: 255px;
  background: #263238;
  padding: 4px;
  color: var(--btn-color);
}
li > a > img {
  max-width: 18px;
  min-height: 18px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  /* Header Section */
  .dash {
    display: block;
    font-size: 2rem;
  }
  nav,
  .btn {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    background: rgba(235, 238, 235, 0.6);
    padding: 10px;
    backdrop-filter: blur(10px);
    z-index: 99;
    animation: dropdown 500ms 1 linear forwards;
  }
  @keyframes dropdown {
    from {
      transform: translateY(-30px);
      opacity: 0;
    }
    to {
      transform: translate(0);
      opacity: 1;
    }
  }
  #icon:checked ~ nav,
  #icon:checked ~ .btn {
    display: flex;
  }
  nav > ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 30px;
  }
  .btn {
    width: 100vw;
    gap: 10px;
  }

  /* Banner Section */
  .banner {
    margin-bottom: 30px;
  }
  .banner > div > div {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    gap: 60px;
  }
  .banner-img {
    max-width: 350px;
    min-height: 370px;
  }

  /* Membership Section */
  .membership-section > div > div {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
  }
  .div1 > a {
    max-width: 55px;
    min-height: 46px;
  }

  /* Pixelgrade Section */
  .pixelgrade-section {
    margin-bottom: 25px;
  }
  .pixelgrade-section-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }

  /* Helping Section */
  .helping-section > div > div {
    align-items: center;
    justify-content: space-around;
    gap: 50px;
  }
  .helping-number-part {
    display: flex;
    gap: 50px;
  }
  .helping-section {
    padding: 50px 0;
    margin-bottom: 40px;
  }

  /* Airbuds Section  */
  .airbuds-logo {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .airbuds-section {
    margin-bottom: 45px;
  }
  .airbuds-section > div > div {
    justify-content: space-around;
    gap: 55px;
    padding: 32px 0;
    align-items: center;
  }

  /* Position Section */
  .position-section > div > div {
    align-items: center;
    flex-wrap: wrap;
    gap: 90px;
  }
  .position-box {
    max-width: 200px;
    min-height: 115px;
    padding: 10px;
  }
  .position-img {
    max-width: 265px;
    min-height: 185px;
  }

  /* Footer Section */
  .footer-section > div > div {
    gap: 55px;
  }
}
@media screen and (max-width: 768px) {
  /* Footer Section */
  .footer-section {
    background: #263238;
    padding: 50px 0;
  }
  .footer-section > div > div {
    gap: 40px;
  }
  .footer-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  /* Common Class */
  .heading {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 12px;
  }

  /* Header Section */
  header {
    padding: 20px 0;
  }
  .dash {
    font-size: 1.5rem;
  }
  .nav-logo > a > img {
    max-width: 150px;
    min-height: 30px;
    object-fit: contain;
  }
  nav > ul > li a {
    font-size: 12px;
  }
  .btn > a {
    font-size: 12px;
  }
  nav > ul {
    gap: 20px;
    margin-bottom: 5px;
  }
  .btn {
    gap: 5px;
  }

  /* Banner Section */
  .banner {
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .banner > div > div {
    gap: 30px;
  }
  .banner-img {
    max-width: 250px;
    min-height: 270px;
  }
  .heading {
    margin-bottom: 12px;
  }
  .banner-content > p {
    margin-bottom: 22px;
  }
  .banner-btn {
    padding: 12px 22px;
    font-size: 12px;
  }

  /* Our Client Section */
  .our-client {
    margin-bottom: 10px;
  }

  /* Logo Section */
  .logo-section {
    margin-bottom: 15px;
  }
  .logo-section > div > div {
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 10px;
  }
  .logo-img {
    max-width: 38px;
    min-height: 38px;
  }

  /* Community Section */
  .community-section {
    margin-bottom: 20px;
  }

  /* Membership Section */
  .membership-section {
    margin-bottom: 15px;
  }
  .membership-section > div > div {
    gap: 30px;
  }
  .div1 > a {
    max-width: 45px;
    min-height: 36px;
  }
  .div1 > h3 {
    font-size: 18px;
  }

  /* Pixelgrade Section */
  .pixelgrade-section {
    margin-bottom: 25px;
  }
  .pixelgrade-section-row {
    gap: 20px;
  }
  .pixelgrade-img {
    min-height: 230px;
    max-width: 240px;
  }
  .pixelgrade-text > h2 {
    margin-bottom: 12px;
  }
  .pixelgrade-text > p {
    margin-bottom: 16px;
  }
  .pixelgrade-btn {
    padding: 10px 12px;
  }
  .pixelgrade-btn > a {
    color: var(--btn-color);
    font-size: 12px;
  }

  /* Helping Section */
  .helping-text {
    text-align: center;
  }
  .helping-number-part {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .helping-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .helping-section > div > div {
    align-items: center;
    justify-content: space-around;
    gap: 30px;
  }
  .helping-number-part2 > a > img {
    max-width: 28px;
    min-height: 28px;
    object-fit: contain;
  }
  .helping-number-part1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .number {
    font-size: 12px;
  }
  .number > span {
    font-size: smaller;
  }

  /* Design Section */
  .design-section {
    margin-bottom: 25px;
  }
  .design-img {
    min-height: 230px;
    max-width: 240px;
  }
  .design-section > div > div {
    gap: 30px;
  }
  .design-text > h2 {
    margin-bottom: 8px;
  }
  .design-text > p {
    margin-bottom: 16px;
  }
  .design-btn {
    padding: 10px 12px;
  }
  .design-btn > a {
    font-size: 12px;
  }

  /* Airbuds Section */
  .airbuds-section {
    margin-bottom: 20px;
  }
  .airbuds-section > div > div {
    justify-content: space-around;
    gap: 30px;
    padding: 22px 0;
    align-items: center;
  }
  .airbuds-img {
    max-width: 226px;
    min-height: 226px;
  }
  .airbuds-text > h3 {
    font-size: 15px;
  }
  .airbuds-logo > a {
    max-width: 38px;
    min-height: 38px;
  }
  .meet {
    display: flex;
    gap: 8px;
    font-size: 15px;
    color: var(--third-color);
    font-weight: bold;
    text-wrap: nowrap;
    align-items: center;
  }

  /* Position Section */
  .position-section {
    margin-bottom: 60px;
  }
  .position-section > div > div {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .position-box {
    max-width: 180px;
    min-height: 95px;
  }
  .position-img {
    max-width: 245px;
    min-height: 165px;
  }
  .arrow-down > a > img {
    max-width: 14px;
    min-height: 14px;
    object-fit: contain;
  }
  .arrow-text {
    font-size: 12px;
  }

  /* Footer Heading Section */
  .footer-btn {
    padding: 12px 12px;
  }
  .footer-btn > a {
    font-size: 12px;
  }
  .footer-heading-section > div > div {
    padding: 10px 0;
  }

  /* Footer Section */
  .footer-section > div > div {
    gap: 10px;
    flex-direction: column;
  }
  .footer-section {
    background: #263238;
    padding: 20px 0;
  }
  .footer-logo {
    max-width: 120px;
    min-height: 30px;
    margin-bottom: 10px;
  }
  .footer-content > p {
    font-size: 10px;
    color: var(--btn-color);
    margin-bottom: 10px;
  }
  .footer-logos {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .footer-logos > a > img {
    max-width: 22px;
    min-height: 22px;
    object-fit: contain;
  }
  .bold {
    font-size: 10px;
    font-weight: bold;
    color: var(--btn-color);
  }
  .footer-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-list1 > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--btn-color);
    font-size: 8px;
    font-weight: lighter;
    justify-content: center;
  }
  .telegram {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 2px solid grey;
    border-radius: 8px;
    background: #263238;
  }
  input[type="email"] {
    outline: none;
    border: none;
    padding-right: 10px;
    max-width: 150px;
    background: #263238;
    padding: 4px;
    color: var(--btn-color);
    font-size: 10px;
  }
  li > a > img {
    max-width: 10px;
    min-height: 10px;
    object-fit: contain;
  }
}
