/* ================= MINISTICKERS PAGE ================= */
:target {
  scroll-margin-top: 10rem;
}

.margin-block {
  margin-block: 10rem;
}

.max-width110 {
  max-width: 110rem;
  margin: auto;
}

.max-width115 {
  max-width: 115rem;
  margin: auto;
}

.position-relative {
  position: relative;
}

.desktop-show {
  display: block;
}

.mobile-show {
  display: none;
}

.hero-area {
  margin-top: 7rem;
  background: url(/static/img/hero-bg.png) no-repeat center / cover;
  padding-top: 0.4rem;
}

.hero-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  gap: 5rem;
}

.hero-main.max-width115 {
  max-width: 115rem;
}

.hero-left {
  max-width: 36.5rem;
  text-align: center;
  margin-top: 35px;
  position: relative;
  top: 5rem;
  left: 2rem;
}

.color-item {
  margin-top: -6rem;
}

.hero-left-btn h1 {
  font-weight: 500;
  font-size: 2.1rem;
  color: var(--color-black);
  margin: 0.31rem 0 0;
}

.hero-left-btn h3 {
  font-size: 1.6rem;
  margin: 0.35rem 0;
}

.hero-left-btn p {
  margin: 0.25rem 0 0;
}

.ministickers-cta {
  margin-top: 2.8rem;
  border-radius: 10rem;
  padding: 1.2rem 6.2rem;
}

.hero-right {
  position: absolute;
  right: 0;
  top: 3.3rem;
}

.hero-inner2 {
  display: none;
}

.hero-btm-area img {
  width: 100%;
}

.about-ministicker__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
  max-width: 110rem;
  margin: auto;
}

.about-ministicker__content img,
.miniName-stcikers__content img {
  width: 100%;
  height: auto;
}

.smallSize-sticker__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 5rem;
}

.best-addone-content img {
  max-width: 12rem;
  margin-inline: auto;
}

.best-addone-content .title {
  font-weight: 700;
  margin: 0.35rem 0;
}

.different-size-area {
  background-image: url(/static/img/m-different-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 6rem 0;
}

.different-size img {
  width: 47rem;
  display: block;
  margin: 2rem auto;
}

.different-size-area p {
  font-weight: 500;
  max-width: 42rem;
  margin: auto;
}

.miniName-stcikers__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

.chose-theme-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.chose-theme-left {
  width: 65%;
}

.chose-theme-right {
  width: 35%;
  text-align: center;
}

.chose-theme-inner h3 {
  color: #0c68b1;
  font-family: "babbletea", "Quicksand", sans-serif;
  font-size: 3.5rem;
  text-transform: none;
  line-height: 1.2;
}

.chose-theme-right p {
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}

.chose-theme-right .btn,
.benefitSmallLabels__content .btn {
  padding: 1.3rem 5rem;
  font-weight: 600;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

.benefitSmallLabels__content {
  max-width: 95rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.benefitSmallLabels__content > div {
  width: 100%;
}

.benefitSmallLabels__content .desktop-show {
  width: auto;
  justify-self: center;
}

.benefitSmallLabels__content .desktop-show img {
  max-width: 350px;
}

.metallics-sticker {
  background-color: #fefadf;
}

.metallics-sticker__content {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.metallics-sticker-img {
  position: relative;
  top: -153px;
  width: 51%;
}

.metallics-sticker-img img {
  position: absolute;
  left: 0;
}

.metallics-sticker .content {
  width: 49%;
}

.wheretoapply-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5rem;
  margin-top: 5rem;
}

.whereto-content {
  text-align: center;
  align-self: center;
  justify-self: center;
}

.whereto-content span {
  display: block;
  margin-top: 0.75rem;
}

.whereto-content img {
  transition: 0.2s;
}

.whereto-content:hover img {
  transform: scale(1.02);
}

/* ================= FAQ SECTION ================= */
.faq {
  margin-top: 5rem;
  margin-bottom: 7rem;
  padding-block: 3.5rem;
}

.faq .container {
  max-width: 90rem;
}

.faq__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 3rem;
}

.faq__left {
  margin-top: 6rem;
}

.faq__left img {
  margin-inline: auto;
}

.accordion details {
  border-bottom: 1px solid #c7c5c5;
  padding-block: 1.8rem;
}

.accordion details summary {
  transition: margin 150ms ease-out;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  font-family: "Quicksand", sans-serif;
}

.accordion details summary::-webkit-details-marker {
  display: none;
}

.accordion details summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  transition: 0.3s;
  font-weight: 700;
  transform: rotate(0);
}

.accordion details[open] summary {
  margin-bottom: 1.5rem;
  user-select: none;
}

.accordion details[open] summary::after {
  transform: rotate(180deg);
}

.accordion details > p,
.accordion details > h5 {
  padding-inline: 2rem;
}

.accordion details > p {
  position: relative;
}

.accordion details > p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1ca4ed;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 2.8rem;
  }

  .margin-block {
    margin-block: 5rem;
  }

  .hero-area {
    margin-top: 5rem;
  }

  .hero-main {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    gap: 1rem;
    margin-top: 7rem;
  }

  .hero-left {
    order: 2;
    max-width: 36.5rem;
    text-align: center;
    margin: auto;
    position: unset;
    top: unset;
    left: unset;
  }

  .hero-right {
    order: 1;
    position: initial;
  }

  .hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
  }

  .hero-inner1 {
    display: none;
  }

  .hero-inner2 {
    display: block;
  }

  .hero-left-btn h1 {
    font-size: 1.5rem;
  }

  .hero-left-btn h1 br {
    display: none;
  }

  .ministickers-cta {
    padding: 0.8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }

  .about-ministicker__content,
  .miniName-stcikers__content {
    display: flex;
    gap: 1.5rem;
    text-align: center;
  }

  .about-ministicker__content {
    flex-direction: column;
  }

  .miniName-stcikers__content {
    flex-direction: column-reverse;
  }

  .about-ministicker__content p,
  .miniName-stcikers__content p {
    text-align: center;
  }

  .benefitSmallLabels__content {
    max-width: 60rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wheretoapply-inner {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .grid-col-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-area {
    margin-top: 5rem;
  }

  .hero-main {
    gap: 1rem;
    margin-top: 5rem;
  }

  .hero-left img {
    max-width: 24rem;
  }

  .smallSize-sticker__content {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2rem;
  }

  .best-addone-content {
    display: flex;
    align-items: center;
    text-align: start;
  }

  .best-addone-content img {
    max-width: 10rem;
  }

  .best-addone-content p {
    text-align: start;
  }

  .addone-inner-cnt {
    text-align: left;
    padding-left: 2.5rem;
  }

  .different-size img {
    width: 34rem;
    margin: 2rem auto;
  }

  .mobile-show {
    display: block;
  }

  .desktop-show {
    display: none;
  }

  .chose-theme-left,
  .chose-theme-right {
    width: 100%;
  }

  .chose-theme-left {
    text-align: center;
  }

  .chose-theme-area.margin-block {
    margin-block: 5rem 0;
  }

  .metallics-sticker.margin-block {
    margin-block: 0;
  }

  .metallics-sticker {
    background-color: transparent;
  }

  .metallics-sticker__content {
    padding: 0;
  }

  .metallics-sticker-img,
  .metallics-sticker .content {
    width: 100%;
  }

  .metallics-sticker .content {
    background-color: #fefadf;
    padding: 4rem 2rem;
    position: relative;
    z-index: 2;
  }

  .metallics-sticker .mobile-show {
    position: relative;
    bottom: -7.5rem;
    max-width: 42rem;
    width: 100%;
    margin-inline: auto;
  }

  .metallics-sticker .container {
    padding: 0;
  }

  .wheretoapply-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 2rem;
    margin-top: 2rem;
    grid-template-areas: "a b" "a b" "c d" "c d" "e e";
    align-items: start;
  }

  .item1 {
    grid-area: a;
  }

  .item2 {
    grid-area: b;
  }

  .item3 {
    grid-area: c;
  }

  .item4 {
    grid-area: d;
  }

  .item5 {
    grid-area: e;
    justify-self: center;
  }

  .whereto-content img {
    width: 20rem;
  }

  .faq__inner {
    grid-template-columns: 1fr;
  }

  .faq__left {
    margin-top: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 564px) {
  .hero-right img {
    max-width: 100%;
  }

  .different-size img {
    margin: 2rem auto;
  }
}

@media only screen and (max-width: 365px) {
  .different-size-area p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 339px) {
  .different-size-area p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 315px) {
  .different-size-area p {
    font-size: 11px;
  }
}