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

.m-w-100 {
    max-width: 100%;
}

.text-orange {
    color: #fd893b;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-area {
    margin-top: 7rem;
    background: url('https://www.mynametags.pt/static/img/hero-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: .4rem;
}

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

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

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

.color-item1 {
    margin-top: -3.8rem;
    margin-right: -5.8rem;
}

.color-item1 {
    text-align: right;
}

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

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

.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: var(--clr-white);
    background: #E41F31;
    padding: 1.2rem 6.2rem;
    border-radius: 1rem;
    margin-top: 2.8rem;
    transition: 0.2s all ease;
}

.hero-inner2 {
    display: none;
}

/* sticker-area-start */
.sticker-area {
    padding: 2rem 0 8rem 0;
}

.sticker-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    margin: auto;
    align-items: center;
}

.sticker-left img {
    width: 100%;
    max-width: 60ch;
}

.sticker-right-item {
    background: #EFFEFC;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    border-radius: 1rem;
    box-shadow: -1px 0px 4px 4px rgb(149 149 149 / 10%);
    padding-right: 3.4rem;
    position: relative;
}

.sticker-item-inner h2 {
    font-weight: 500;
    font-size: 2.5rem;
    margin-left: 2.5rem;
}

.sticker-item-inner.icon {
    position: absolute;
    right: 2rem;
}

.sticker-item-inner1 {
    background: #7BD8CA;
    padding: 1.8rem;
    border-radius: 1rem 0 0 1rem;
}

.sticker-item-inner1 img {
    max-width: 6rem;
}

.sticker-item-inner2 {
    background: #FF8AC6;
    padding: 2.1rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}

.sticker-item-inner2 img {
    max-width: 6.6rem;
}

.sticker-item-inner3 {
    background: #FDCB44;
    padding: 2.8rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}

.skltbs-mode-tabs .skltbs-panel-group {
    position: relative;
    z-index: 9;
    background: white;
}

.sticker-item-inner3 img {
    max-width: 6.6rem;
}

.sticker-right-item2 {
    background: #FFF4FA;
}

.sticker-right-item3 {
    background: #FFF7F0;
}

/* sticker-area-end */

/* cloth-area-start */
.cloth-area {
    padding: 0.1rem 0 15rem 0;
}

.cloth-area .container {
    max-width: 109rem;
    margin: auto;
}

.cloth-main {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-items: center;
}

.cloth-title h2 {
    text-align: center;
}

.cloth-item {
    display: flex;
    align-items: center;
}

.cloth-item3,
.cloth-item4 {
    margin-top: 8rem;
}

.cloth-item-inner1 img {
    max-width: 14.4rem;
    margin-right: 1.4rem;
    width: 16rem;
}

.cloth-item-inner2 h3 {
    font-size: 2.2rem;
    line-height: 1.2;
}

.cloth-item-inner2 p {
    margin-top: 0.5rem;
}

/* cloth-area-end */

/* chose-area-start */
.chose-area {
    padding: 0.1rem 0 8rem 0;
}

.chose-area .container {
    max-width: 108.5rem;
    margin: auto;
}

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

.chose-left img {
    width: 100%;
    border-radius: 2rem;
}

.chose-right ul {
    margin-top: 2.5rem;
}

.chose-right ul li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin: 2rem 0;
    font-weight: 400;
    font-size: 1.7rem;
    color: #000000;
}

.chose-right ul li span {
    line-height: 1.2;
}


.chose-right ul li span img {
    max-width: 3.6rem;
    margin-right: 1.9rem;
}

.chose-right h2 {
    line-height: 1.2;
}

/* chose-area-end */

/* tab-area-start */
.tab-area {
    padding: 0 0 8rem 0;
}

.tab-area .container {
    max-width: 120rem;
    margin: auto;
}

.tab-title {
    text-align: center;
}

.tab-title h2 {
    font-weight: 900;
    font-size: 3.2rem;
    color: #000000;
}

.tab-title p {
    font-weight: 500;
    font-size: 1.6rem;
    color: #000000;
    margin-top: 0.5rem;
    line-height: 1.4;
}

#tab-wrap {
    max-width: 110rem;
    margin: auto;
}

.skltbs-tab-group {
    max-width: 105rem;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.skltbs-tab-item {
    width: 20%;
    margin: 0 1rem;
}

.skltbs-tab {
    font-weight: 900;
    font-size: 2.2rem;
    color: #ffffff;
    background: #5CCAEB;
    cursor: pointer;
    width: 100%;
    height: 5rem;
    border-radius: 1rem 1rem 0 0;
    margin-bottom: -0.5rem;
}

.skltbs-tab-group li:nth-child(2) button {
    background: #FDBF2B;
}

.skltbs-tab-group li:nth-child(3) button {
    background: #A67AB6;
}

.skltbs-tab-group li:nth-child(4) button {
    background: #8FC85D;
}

.skltbs-tab-group li:nth-child(5) button {
    background: #F27DA6;
}

.skltbs-panel {
    padding: 3rem 5rem;
    border-radius: 10px;
}

.skltbs-panel1 {
    background: rgb(92 202 235 / 16%);
}

.skltbs-panel2 {
    background: rgb(253 191 43 / 16%);
}

.skltbs-panel3 {
    background: rgb(166 122 182 / 16%);
}

.skltbs-panel4 {
    background: rgb(143 200 93 / 16%);
}

.skltbs-panel5 {
    background: rgb(242 125 166 / 16%);
}

.wraper-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tab-cnt-item {
    padding-right: 25px;

}

.tab-cnt-item1,
.tab-cnt-item2 {
    width: 24%;
}

.tab-cnt-item3 {
    width: 50%;
    padding-right: 0;
}


.tab-cnt-item img {
    width: 100%;
    border-radius: 2rem;
}

.tab-cnt-item p {
    font-weight: 400;
    font-size: 1.7rem;
    padding-right: 7rem;
    color: #000000;
}

.tab-main {
    margin-top: 2.4rem;
}

.skltbs-panel:focus-visible {
    outline: 0;
}

.tab-cnt-item p {
    padding-right: 0;
    font-weight: 400;
}

.tab-cnt-item p a {
    text-decoration: underline;
}

/* tab-area-end */

/* personal-area-start */
.personal-area {
    padding: 0 0 8rem 0;
}

.personal-title {
    text-align: center;
}

.personal-title h2 {
    font-weight: 900;
    font-size: 3.2rem;
    color: #000000;
    text-transform: uppercase;
}

.personal-title p {
    font-weight: 500;
    font-size: 1.6rem;
    color: #000000;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.personal-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-gap: 0 2.4rem;
}

.personal-item {
    text-align: center;
    border-radius: 1rem;
    border: 2px dashed #B2DEF1;
    padding: 3rem 1.5rem;
    margin-top: 2.8rem;
}

.personal-item img {
    max-width: 100%;
    margin-top: 2.5rem;
}

.personal-item h3 {
    font-weight: 700;
    font-size: 2.6rem;
    color: #000000;
    line-height: initial;
}

.personal-box h3 {
    font-weight: 700;
    font-size: 2.1rem;
    color: #ffffff;
}

.personal-item p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000000;
    margin-top: 2rem;
}

.person-btn {
    text-align: center;
}

.person-btn a {
    transition: 0.2s all ease;
    padding-inline: 2.5rem;
    padding-block: 1.3rem;
    font-size: 1.8rem;
    margin-top: 5rem;
}

.carousel {
    display: none;
}

.personal-img1 {
    display: none;
}

.personal-img-wrap:hover .personal-img1 {
    display: block;
}

.personal-img-wrap:hover .personal-img2 {
    display: none;
}

.personal-img1 img,
.personal-img2 img {
    max-width: 21rem;
    height: 8.7rem;
    cursor: grab;
}

/* personal-area-end */

/* apply-area-start */
.apply-area {
    padding: 0 0 10rem 0;
}

.apply-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 0 2.4rem;
}

.apply-left h2 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000000;
    text-transform: uppercase;
}

.apply-left h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #000000;
}

.apply-left ul li {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000000;
    margin-top: 0.5rem;
}

.apply-inner-wrap {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.apply-inner-wrap2 {
    margin-top: 3rem !important;
}

.apply-inner1 img {
    max-width: 8rem;
    margin-right: 3rem;
    width: 16rem;
}

.apply-right img {
    width: 100%;
    border-radius: 2rem;
}

/* apply-area-end */

/* find-area-start */

.find-main {
    max-width: 105rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 2rem;
    border: 2px dashed #08BABE;
    padding: 1.2rem 2rem;
    position: relative;
}

.find-img {
    width: 70%;
}

.find-btn {
    width: 30%;
}

.find-img-item {
    position: absolute;
    left: -60px;
    top: -31px;
}

.find-img img {
    max-width: 204px;
}

.find-main p {
    font-weight: 700;
    font-size: 2.2rem;
    color: #000000;
    padding-left: 15rem;
    line-height: 1.5;
}

.find-btn {
    text-align: right;
}

.find-btn a {
    font-weight: 500;
    font-size: 2.2rem;
    color: #ffffff;
    background: #F5893E;
    border-radius: 1rem;
    padding: 1.2rem 5rem;
}

/* find-area-end */

/* more-area-start */
.more-area {
    padding: 8rem 0 8rem 0;
}

.more-title h2 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000000;
    text-transform: uppercase;
}

.more-title h2 {
    text-align: center;
}

.more-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-gap: 0 2.4rem;
}

.more-item {
    position: relative;
    margin-top: 3rem;
}

.more-item img {
    width: 100%;
}

.more-cnt {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translateX(-50%);
    border-radius: 0.5rem;
    max-width: 18rem;
    width: 100%;
    text-align: center;
    padding: 0.3rem 0.5rem;
    font-weight: 900;
    font-size: 2.4rem;
    color: #000000;
    background: rgba(248, 210, 228, 0.7);
}

.more-cnt2 {
    background: rgba(235, 184, 183, 0.7);
}

.more-cnt3 {
    background: rgba(226, 210, 231);
}

.more-cnt4 {
    background: rgba(246, 231, 201, 0.7);
}

/* more-area-end */

/* name-area-start */
.name-area {
    padding: 0 0 0rem 0;
}

.name-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.name-left {
    width: 20%;
}

.name-right {
    width: 80%;
}

.name-left img {
    max-width: 18rem;
    margin-right: 20px;
}

.name-right h4 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000000;
}

.name-right p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000000;
}

.name-right p a {
    color: #1ca4ed;
    text-decoration: underline;
}

.name-main {
    max-width: 1024px;
    margin: auto;
}

.carousel-cell {
    width: 70%;
    margin-right: 1.5rem;
}

.carousel::after {
    content: "flickity";
    display: none;
}

/* name-area-end */


/* Accordion element */
/* accordion-area-start */


.accordion-container 
.accordion-title {
  position: relative;
  cursor: pointer;
}

.accordion-container 
.accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
}

.accordion-container 
.accordion-title::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .3s ease-in-out;
   color: #000;
   z-index: 8;
   background: url('https://www.mynametags.pt/static/img/angle.jpg') no-repeat;
   transform: translateY(-50%);
}

.accordion-container 
.accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
   display: none;
}

.accordion-container 
.accordion-title.open::before {
  transform: rotate(180deg);
  top: 24px;
  right: 27px;
 
}

.accordion-container 
.accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  background: #ffffff; 
  padding-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

/* accordion-area-end */


.sticker-item-inner img {
    opacity: 0;
}












/* media query */
@media screen and (max-width: 1199px) {
    .skltbs-tab {
        font-size: 1.6rem;
    }

}

/* FOR-LG-START */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .sticker-right {
        margin-top: 2rem;
    }

    .personal-box h3 {
        font-size: 1.8rem;
    }

    .personal-area {
        padding: 0 0 10rem 0;
    }

    .find-img img {
        max-width: 150px;
    }

    .find-img-item {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

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

    .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-left img {
        max-width: 11rem;
    }

    .color-item1 {
        margin-top: -4.4rem;
        margin-right: 1.1rem;
    }

    .color-item {
        margin-left: -7.8rem;
    }

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

    .sticker-main {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1rem;
    }

    .sticker-right {
        margin-top: 1rem;
    }

    .sticker-area {
        padding: 4rem 0 7rem 0;
    }

    .sticker-left img {

        max-width: 35ch;
        display: block;
        margin: auto;
    }

    .cloth-item-inner2 h4 {
        font-size: 2rem;
    }

    .cloth-area {
        padding: 0.1rem 0 8rem 0;
    }

    .skltbs-tab {
        font-size: 1.5rem;
    }

    .skltbs-panel {
        padding: 2.5rem 1.5rem;
    }

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

    .personal-area {
        padding: 0 0 10rem 0;
    }

    .apply-left h2 {
        font-size: 2.5rem;
    }

    .apply-area {
        padding: 0 0 10rem 0;
    }

    .find-img img {
        max-width: 150px;
    }

    .find-img-item {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .find-btn a {
        font-size: 2rem;
        padding: 1.2rem 4rem;
    }

    .name-left {
        width: 30%;
    }

    .name-right {
        width: 70%;
    }
}


/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

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

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

    .hero-left {
        order: 2;
    }

    .hero-right {
        order: 1;
    }

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

    .color-item1 {
        margin-top: -4.4rem;
        margin-right: 1.1rem;
    }

    .color-item {
        margin-left: -7.8rem;
    }

    .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: 2.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;
    }

    .sticker-main {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1rem;
    }

    .sticker-left img {
        max-width: 35ch;
        display: block;
        margin: auto;
    }

    .sticker-item-inner h2 {
        font-size: 1.5rem;
    }

    .sticker-right-item {
        padding-right: 2rem;
        margin-top: 1.5rem;
    }

    .sticker-item-inner1 {
        padding: 1rem;
    }

    .sticker-item-inner1 img {
        max-width: 4rem;
    }

    .sticker-item-inner2 img {
        max-width: 4rem;
    }

    .sticker-item-inner2 {
        padding: 1.4rem 1rem;
    }

    .sticker-item-inner3 {
        padding: 1.6rem 1rem;
    }

    .sticker-item-inner3 img {
        max-width: 4rem;
    }

    .sticker-area {
        padding: 1rem 0 6rem 0;
    }

    .sticker-right {
        margin-top: 1rem;
    }

    .cloth-main {
        margin-top: unset;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1rem;
        column-gap: 1rem;
    }

    .cloth-item-inner2 h3 {
        font-size: 2rem;
    }

    .cloth-item-inner1 img {
        max-width: 10rem;
        margin-right: 1rem;
    }

    .cloth-item-inner2 h2 {
        font-size: 2rem;
    }

    .cloth-item-inner2 h4 {
        font-size: 1.6rem;
    }

    .cloth-item-inner2 {
        font-size: 1.5rem;
    }

    .cloth-item1,
    .cloth-item2,
    .cloth-item3,
    .cloth-item4 {
        margin-top: 3rem;
    }

    .cloth-area {
        padding: 0.1rem 0 6rem 0;
    }

    .chose-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .accordion-content {
        font-size: 14px;
        text-align: center;
    }

    .chose-right {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .chose-right ul {
        margin-top: 2rem;
    }

    .chose-area {
        padding: 0.0rem 0 4rem 0;
    }

    .chose-right ul li {
        font-size: 1.5rem;
    }

    .tab-cnt-item1,
    .tab-cnt-item2 {
        width: 50%;
    }

    .tab-cnt-item3 {
        width: 100%;
        padding-right: 0;
    }

    .skltbs-tab {
        font-size: 1.3rem;
        margin-bottom: unset;
        height: 4rem;
    }

    .tab-cnt-item p {
        text-align: center;
    }


    .tab-area {
        padding: 0 0 8rem 0;
    }

    .skltbs-panel {
        padding: 2.5rem 1.5rem;
        margin-top: -1.2rem;
    }

    .tab-item-wrapper button.skltbs-active {
        margin-top: -12px;
        height: 6rem;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .skltbs-tab-item {
        margin: 0 .3rem;
    }

    .skltbs-tab-item:first-child {
        margin-left: 0;
    }

    .skltbs-tab-item:last-child {
        margin-right: 0;
    }

    .tab-cnt-item {

        padding: 0 1rem;
        margin-bottom: 1.6rem;
        margin-top: 1rem;
    }

    /* .tab-item-wrapper button.skltbs-active {  
      } */

    .personal-main {
        display: none;
    }

    .flickity-prev-next-button.next {
        display: none;
    }

    .flickity-prev-next-button.previous {
        display: none;
    }

    .flickity-page-dots .dot {
        display: none;
    }

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

    .apply-right {
        order: 1;
    }

    .apply-left {
        order: 2;
    }

    .apply-left h2 {
        font-size: 2rem;
        text-align: center;
    }

    .apply-left h3 {
        font-size: 1.6rem;
    }

    .apply-left ul li {
        font-size: 1.5rem;
    }

    .apply-inner1 img {
        max-width: 5rem;
    }

    .apply-left {
        margin-top: 2rem;
    }

    .apply-area {
        padding: 0 0 8rem 0;
    }

    .find-img {
        width: 100%;
    }

    .find-btn {
        width: 100%;
    }

    .find-main {
        text-align: center;
    }

    .find-main p {
        padding-left: 0;
    }

    .find-img-item {
        position: initial;
        text-align: center;
    }

    .find-btn {
        text-align: center;
    }

    .find-main p {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }

    .find-btn a {
        font-size: 2rem;
        margin-top: 2.5rem;
        margin-top: 3rem;
        padding-block: 0.8rem;
        padding-inline: 1.8rem;
    }

    .find-main {
        padding: 3rem 1.3rem;
    }

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

    .more-cnt {
        font-size: 1.8rem;
    }

    .more-title h2 {
        font-size: 2rem;
    }

    .more-item {
        margin-top: 2rem;
    }

    .more-cnt {
        max-width: 14.4rem;
    }

    .name-left {
        width: 100%;
    }

    .name-left img {
        display: block;
        margin: auto;
    }

    .name-right {
        width: 100%;
        text-align: center;
    }

    .name-right h2 {
        font-size: 2rem;
        margin-top: 0.5rem;
        margin-bottom: 1.2rem;
    }

    .name-right p {
        font-size: 1.6rem;
        margin-top: 0.5rem;
    }

    .name-area {
        padding: 0 0 2rem 0;
    }

    .person-btn a {
        font-size: 2rem;
		font-weight: 500;
        padding: 1.2rem 3rem;
        padding-block: 0.8rem;
        padding-inline: 1.8rem;
    }

    .personal-title h2 {
        font-size: 2rem;
        max-width: 34rem;
        margin: auto;
        line-height: 1.2;
    }

    .personal-area {
        padding: 0.0rem 0 6rem 0;
    }

    .carousel {
        display: block;
    }

    .flickity-slider {
        left: -43px !important;

    }

    .personal-item img {
        max-width: 80%;
        margin-top: 2rem;
    }

    .accordion-container .accordion-title.open::before {
        transform: rotate(180deg);
        top: 21px;
        right: 20px;
    }

    .accordion-container 
    .accordion-title::before {
        width: 22px;
        height: 13px;
        top: 54%;
    }

}

@media only screen and (max-width: 564px) {
    .cloth-title h2 {
        max-width: 25rem;
        margin: auto;
    }

    .cloth-item-inner2 h3 {
        font-size: 1.6rem;
    }

}