/* Reset all the default browser styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  font-size: 9px !important;
  color: #000000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media (max-width: 1200px) {
  html,
  body {
    width: 100% !important;
    font-size: 5px !important;
  }
}
@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    font-size: 3.5px !important;
  }
}
body {
  line-height: 1;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End Resetcss */
#garment-care-guide {
  font-family: Helvetica, serif;
}
#garment-care-guide img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.moving_text {
  overflow: hidden;
  padding-top: 4rem;
  font-size: 20rem;
  font-weight: 700;
  margin-bottom: 15px;
}

#garment-care-guide .logo-center {
  max-width: 200px;
  margin: 0 auto;
}

.moving_text > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 15s infinite linear;
}

@keyframes defilement-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 420px) {
  .green_head {
    font-size: 1rem;
  }
}
.green_head {
  background-color: #93ddac;
  text-align: center;
  font-size: 3.5rem;
  color: white;
  font-weight: 600;
  padding: 3rem 0rem 2rem 0rem;
}

.container {
  margin: 0 auto;
  width: 85%;
}

@media (max-width: 1150px) {
  .container {
    margin: 0 auto;
    width: 83%;
  }
}
.short_container {
  margin: 0 auto;
  width: 75%;
}

.sub_green_p {
  display: flex;
  flex-direction: column;
  line-height: 5.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 4rem;
  gap: 6rem;
  text-align: center;
}
.sub_green_p img {
  align-self: center;
  width: 8rem;
}

.pic_text {
  position: relative;
}
.pic_text img {
  width: 100%;
}
.pic_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  text-align: center;
  font-weight: 600;
  font-size: 6rem;
  color: white;
  z-index: 10;
}

.pic_text_2 {
  position: relative;
}
.pic_text_2 img {
  width: 100%;
}
.pic_text_2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  text-align: center;
  font-weight: 600;
  font-size: 6rem;
  color: white;
  z-index: 10;
  width: 100%;
}

@media screen and (min-width: 1240px) {
  .pic_text_2 span {
    font-size: 9rem;
  }
  .pic_text span {
    font-size: 9rem;
  }
  .pic_text_3 span {
    font-size: 9rem;
  }
}
.gray_p {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 6rem;
  padding-top: 10rem;
  padding-bottom: 12rem;
  color: #4c4c4c;
  font-size: 4rem;
  line-height: 5.5rem;
  text-align: center;
}

.guideline .guide_head {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 6rem;
  font-weight: 600;
  border: 1px solid black;
  border-right: 0px;
  border-left: 0px;
  text-align: center;
}
.guideline .guide_head img {
  max-height: 80px;
  width: auto;
}
.guideline .guide_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  gap: 36rem;
}
.guideline .guide_main .guide_section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4rem;
}
.guideline .guide_main .guide_section .guide_content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0rem;
}
.guideline .guide_main .guide_section .guide_content img {
  width: 5rem;
}
.guideline .guide_main .guide_section .guide_content .pic_lib {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  gap: 2rem;
}
.guideline .guide_main .guide_section .guide_content .guide_span {
  display: grid;
  align-items: center;
  justify-content: start;
  font-size: 3rem;
  line-height: 4rem;
  margin-left: 7rem;
}
.guideline .guide_main_2 {
  display: grid;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 9rem;
  padding-bottom: 9rem;
  gap: 36rem;
}
.guideline .guide_main_2 .guide_p {
  font-size: 3.7rem;
  line-height: 5rem;
}

@media (max-width: 1200px) {
  .green_head {
    padding: 5rem 0;
    padding-top: 5rem;
    font-size: 5.5rem;
    line-height: 8rem;
  }
  .guideline .guide_head {
    font-size: 4.5rem;
  }
  .guideline .guide_head img {
    width: 8rem;
  }
  .guideline .guide_main {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 10rem;
    padding-bottom: 14rem;
    gap: 6rem;
  }
  .guideline .guide_main .guide_section {
    gap: 6rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .guideline .guide_main .guide_section .guide_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0rem;
    width: 100%;
  }
  .guideline .guide_main .guide_section .guide_content .pic_lib {
    gap: 2rem;
    font-size: 4rem;
  }
  .guideline .guide_main .guide_section .guide_content .pic_lib img {
    width: 8rem;
  }
  .guideline .guide_main .guide_section .guide_content .guide_span {
    margin-left: 10rem;
    display: grid;
    align-items: center;
    justify-content: end;
    font-size: 4rem;
    line-height: 5rem;
  }
  .guideline .guide_main_2 .guide_p {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.bold_p {
  padding: 14rem 0;
  font-size: 5rem;
  font-weight: 700;
  color: #242424;
  line-height: 6rem;
  text-align: center;
}

.grid_anchors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16rem;
}
.grid_anchors .anchor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columns */
  margin: 0 auto;
  width: 95%;
  /* Rotate each one manually */
}
.grid_anchors .anchor a {
  text-wrap: nowrap;
  color: black;
  font-size: 4rem;
  text-align: center;
  padding: 3rem 3.5rem;
  width: 42rem;
  height: 10rem;
  border: 3px solid black;
  transform-origin: center;
  transition: transform 0.3s ease; /* Optional: Smooth rotation */
}
.grid_anchors .anchor #l_maille {
  transform: rotate(2deg);
}
.grid_anchors .anchor #l_denim {
  transform: rotate(-2deg);
}
.grid_anchors .anchor #l_coton {
  transform: rotate(1deg);
}
.grid_anchors .anchor #l_coton_supima {
  transform: rotate(-1deg);
}
.grid_anchors .anchor #l_lin {
  transform: rotate(3deg);
}
.grid_anchors .anchor #l_cupro {
  transform: rotate(-3deg);
}
.grid_anchors .anchor #l_soie {
  transform: rotate(1.5deg);
}
.grid_anchors .anchor #l_viscose {
  transform: rotate(-1.5deg);
}
.grid_anchors .anchor #l_lyocell {
  transform: rotate(2.5deg);
}
.grid_anchors .anchor #l_cuir {
  transform: rotate(-2.5deg);
}
.grid_anchors .anchor #l_synthetique {
  transform: rotate(0.5deg);
}

@media (max-width: 769px) {
  .grid_anchors .anchor a {
    border: 1px solid black;
  }
}
.materials {
  margin-bottom: 12rem;
}
.materials .mat_head {
  font-size: 5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 7rem;
}
.materials .mat_cont {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  line-height: 5.5rem;
}

@media (max-width: 1200px) {
  .materials .mat_cont {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.pic_alone {
  margin-bottom: 14rem;
}

.pic_text_3 {
  position: relative;
}
.pic_text_3 .bg {
  width: 100%;
}
.pic_text_3 #cont {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  display: flex;
  align-items: center;
}
.pic_text_3 #emoji_1 {
  position: absolute;
  transform: translate(-6rem, -5rem);
  width: 8rem;
}
.pic_text_3 #emoji_2 {
  position: absolute;
  transform: translate(-1rem, -5rem) scaleX(-1);
  width: 8rem;
}
@media (max-width: 400px) {
  .pic_text_3 #emoji_2 {
    transform: translate(-1rem, -2rem) scaleX(-1);
  }
}
.pic_text_3 span {
  text-align: center;
  font-weight: 600;
  font-size: 6rem;
  color: white;
  width: 100%;
  padding: 0 1rem;
}

/*# sourceMappingURL=garment-care-guide-v10.css.map */
