/* making sure header stay at top */
.header {
  top: 0;
}

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

img {
  max-width: 100%;
  object-fit: cover;
}

h2 {
  line-height: 1.2;
  margin-bottom: 2rem;
}

.position-relative {
  position: relative;
}

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

/* start of ministicker hero section */
.hero-area {
  margin-top: 7rem;
  background: url(/./static/img/hero-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0.4rem;
}

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

.hero-main.max-width110 {
  max-width: 100rem;
}

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

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

.hero-left-btn a {
  font-weight: 500;
  font-size: 2.1rem;
  color: white;
  background: #E41F31;
  padding: 1.2rem 6.2rem;
  border-radius: 10rem;
  margin-top: 2.8rem;
  transition: 0.2s all ease;
}

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

.hero-inner2 {
  display: none;
}

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

/* end of ministicker hero section */

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

/* end of about-ministicker section */

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

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

/* end of smallSize-sticker section */

/* start of different-size section */
.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;
  margin: 2rem 0;
  margin-left: -5rem;
}

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

/* end of different-size section */

/* start of ministickers-colour-theme section */
.ministickers-colour-theme-item {
  background: #C3ECF9;
  text-align: center;
  padding: 2rem;
  border-radius: 2rem;
}

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

.ministickers-colour-theme-main {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  grid-gap: 5rem;
  align-items: center;
  margin-top: 5rem;
}

.ministickers-colour-theme-item1 {
  background: #FFD9D8;
}

.ministickers-colour-theme-item2 {
  background: #E1EFA7;
}

.ministickers-colour-theme-item3 {
  background: #F4E5FC;
}

.ministickers-colour-theme-item4 {
  background: #FDF39A;
}


/* end of ministickers-colour-theme section */

/* start of chose-theme section */
.chose-theme-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

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

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

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

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

/* end of chose-theme section */

/* start of metallics-sticker section */
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

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

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

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

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

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

/* end of metallics-sticker section */

/* start of benefitSmallLabels section */
.benefitSmallLabels__content .btn--primary {
  padding: 1.3rem 5rem;
  font-weight: 600;
}

.mobile-show {
  display: none;
}

/* end of benefitSmallLabels section */

/* start of wheretoapply section */
.wheretoapply-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5rem;
  margin-top: 5rem;

}

.whereto-content span {
  display: block;
}

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

}

.whereto-content a {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  overflow: hidden !important;
}

/* end of wheretoapply section */

/* media query */
/*FOR-TABLATE-START*/
@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 2.8rem;
  }

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

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

  .hero-left-btn h1 {
    font-size: 2rem !important;
  }

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

  .hero-left {
    order: 2;
  }

  .hero-right {
    order: 1;
  }


  .hero-inner1 {
    display: none;
  }

  .hero-inner2 {
    display: block;
  }

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

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

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

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

  .hero-right {
    position: initial;
  }

  .hero-left-btn a {
    padding: 0.8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }

  .about-ministicker__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

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

  .miniName-stcikers__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
    text-align: center;
  }

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

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 1rem;
  }

  .heading-2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .btn--primary {
    font-size: 1.7rem !important;
    padding: 0.7rem 2rem !important;
    font-weight: 700 !important;
  }

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

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

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

  .hero-left {
    order: 2;
  }

  .hero-right {
    order: 1;
  }

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

  .hero-inner1 {
    display: none;
  }

  .hero-inner2 {
    display: block;
  }

  .hero-left {
    max-width: 40.5rem;
    text-align: center;
    margin: auto;
  }

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

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

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

  .hero-right {
    position: initial;
  }

  .hero-left-btn a {
    padding: 0.8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }


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

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

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

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

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

  .different-size img {
    width: 34rem;
    margin-left: -4rem;
  }

  .ministickers-colour-theme-main {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    margin-top: 2rem;
  }

  .mobile-show {
    display: block;
  }

  .desktop-show {
    display: none;
  }

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

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

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

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

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



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

  .metallics-sticker__content {
    padding: 0;
  }

  .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%;
  }

  .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 a img {
    width: 20rem;
  }
}

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

  .different-size img {

    margin-left: -2rem;
  }


}

@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;
  }
}