
.section_banner_area {
    background-image: url("/images/skinboosters/banner.jpg");
}

.font_highlight{
    color:#ED8E20;
}

.page_subtitle {
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.4em;
}

.product_img {
    margin: 3rem auto;
    width: 68%;
    max-width: 340px;
}

.section_banner_content {
    text-shadow: 0px 3px 6px #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 20%;
    right: 45%;
}

.section_banner_title {
    font-size: 2.4vw;
    margin-bottom: 15px;
}

.section_banner_subtitle{
    font-weight: 600;
    font-size: 2.2vw;
    letter-spacing: 3px;
}
.skinboosters_intro_wrapper {
    position: relative;    
}

.skinboosters_intro_bg { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}
.skinboosters_intro_bg img {
    width: 100%;
    height: 100%;
}
.intro_card_row { 
    width: 100%;
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}
.intro_card {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.intro_card_title {
    background-color: #ED8E20;
    padding: 15px;
    color: white;
    font-weight: 700;
    margin: 0 25px;
    border-radius: 30px 30px 0 0;
}
.card_body {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.skinboosters_description_section  {
    background-color: #FFFFF8;
}

.info_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px;
}

.info_img_gp {
    width: 47%;
    min-width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info_img {
    width: 100%;
    position: absolute;
    padding: 50px;
}
.deco {
animation: spin 80s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.deco_m {
    position: absolute;
    display: none;
    animation: spin 72s linear infinite;

}
.effect:hover .effect_icon {
    transform: scale(1.2);
}

.effect {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 25px;
}

.effect_title {
    color: #24386E;
    font-weight: 500;
}
.effect_icon {
    width: 100px;
    min-width: 100px;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
}
.effect_1 {
    top: 4%;
    right: 59%;
    left: 11%;
    justify-content: end;
}
.effect_2 {
    top: 40%;
    right: 69%;
    left: 0;
    justify-content: end;
}
.effect_3 {
    top: 78%;
    right: 59%;
    left: 5%;
    justify-content: end;
}
.effect_4 {
    top: 76%;
    left: 59%;
    right: 11%;
    justify-content: start;
    flex-direction: row-reverse;
}
.effect_5 {
    top: 40%;
    left: 69%;
    right: 0;
    justify-content: start;
    flex-direction: row-reverse;
}
.effect_6 {
    top: 6%;
    left: 59%;
    right: 5%;
    justify-content: start;
    flex-direction: row-reverse;
}
.skinboosters_feature_area {
    background: #FFF7DB;
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.feature_text  {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
    padding: 10px;
}
.feature_ul {
    margin-top: 40px;
    list-style: none;
}

.feature_ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .1em;
}
.feature_ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/share/icon_tick.png) no-repeat center center / 79% 79%;
    box-sizing: content-box;
    border: 3px solid #000;
    border-radius: 7px;
    display: inline-block;
    width: 24px;
    aspect-ratio: 1/1;
}

.feature_ul li:before , .share_why_box img {
    filter: invert(42%) sepia(89%) saturate(748%) hue-rotate(356deg) brightness(110%) contrast(92%);

}   
.share_why_box { 
    text-align: center;
}

.feature_face img {
    margin-top: -50px;
}
.feature_face { position: relative;  display: flex; justify-content: center;}
.share_confirm_area { background: #FFFFF8;}
.share_confirm_area .font_highlight { margin-bottom: 30px;}
.share_confirm_cert { margin-top: unset; margin-bottom: -20px;}

#skinboosters label.mLabel {
    border-color: #ED8E20;
    background-color: #ED8E20;
}

#skinboosters label.mLabel:hover {
    color: #ED8E20!important;
}
.share_people_section {
    background-color: #FFEEE2;
}
.share_people_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:3%;
}
.share_people_img {
    max-width: 320px;
}
.arrow{
        animation: fadeOut 1.5s ease-out infinite both;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
    }
  
    100% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform:  translateX(10px);
    }
}
@media (max-width: 1399.98px) { 
    .effect {
        gap: 15px;
    }
    
    .info_img {
        padding: 50px;
    }
    .effect .page_con {
        font-size: 18px;
        line-height: 1.6em;
    }
    .effect_title {
        font-size: 24px;
    }
    .effect_icon {
        width:70px;
        min-width: 70px;
    }
    
}

@media (max-width: 991.98px) {

    .section_banner_title{
        font-size: 3.8vw;
    }

    .section_banner_subtitle {
        font-size: 3.2vw;
    }

    .section_banner_content {
        right: 28%;
        left: 5%;
        top: 14%;
    }  
   .product_img {
    max-width: 200px;
   }
    .feature_text h1 {
        font-size: 30px;
    }

    .intro_card_row  {
        flex-wrap: wrap;
        justify-content: center;
    }
    .intro_card_title {
        font-size: 22px;
    }
    .intro_card {
        width: 48%;
        font-size: 18px;
        line-height: 1.6em;
    }
    .card_body br {
        display: none;
    }
    .info_wrapper {
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px;
    }
    .effect {
        width: 48%;
        min-width: 340px;
        text-align: left;
        position: static;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .info_img_gp {
        width: 100%;
        padding-bottom: 30px;
    }
    .info_img {
        position: relative;
        width: 70%;
        max-width: 400px;
        padding: 0;
    }
    .deco {
        position: absolute;
        width: 300px;
        top: -10%;
        right:60%;
    }
   .deco_m {
        display: block;
        width: 300px;
        left: 61%;
        bottom: 0%;
   }
   .feature_face {
        position: absolute;
        bottom: 0;
        left: -10%;
        right: 40%;
        max-width: 520px;
    }
    .feature_text {
        margin-left: 40%;
    }
    .feature_ul {
        margin-top: 15px;
    }
}
@media (max-width:640px){
    .container {
        width: unset;
    }
    
    .section_banner_title{
        font-size: 5.5vw;
        margin-bottom: 5px;
    }

    .section_banner_subtitle {
        font-size: 5vw;
    }

    .section_banner_content {
        top: 100px;
        right: 28%;
        left: 5%;
    }

    .section_banner_area { 
        background-image: url("/images/skinboosters/banner_m.jpg");
    }

    .page_subtitle { display: block;}
    
    .skinboosters_feature_area p {
        font-size: 18px;
    }
    .effect {
        width: 100%;
        max-width: 320px;
        gap: 30px;
    }
    .info_wrapper {
        margin-top: -7%;
    }
    .deco, .deco_m {
        width: 240px;
    }
   .feature_ul li {
        margin-bottom: 10px;
    }
    .share_people_box {
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
        align-items: flex-start;   
    }
    .arrow {
        animation: fadeOutDown 1.5s ease-out infinite both;
    }
    @keyframes fadeOutDown {
    0% {
        transform: rotate(90deg);
        opacity: 1;
    }
  
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px) rotate(90deg);
        transform:  translateY(10px) rotate(90deg);
    }
}
    .share_confirm_cert { margin-top: -110px; margin-bottom: 30px;}
}