* { -webkit-tap-highlight-color: transparent; }
a, button, div[onclick], [role='button'], li {
  -webkit-tap-highlight-color: transparent;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100%;
    background-color: #FFFFFF;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 50px;
    width: 85%;
    max-height: 60px;
    height: 100%;
    background-color: #ebebeb;
    position: relative;
    margin-bottom: 10px;
    z-index: 1000;
}
.article_1{
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-bottom: 5px white solid;
    background-color: #FFFFFF;
}
.icon{
    background-image: url('https://cdn-shopklim.b-cdn.net/blog/icon_k_c.svg?format=webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 60px;
}
.list_items{
    color: rgb(0, 0, 0);
    list-style: none;
    display: flex;
    gap: 50px;
}
.list_items li{
    all: unset;
    cursor: pointer;
    position: relative;
    padding: 4px 10px;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgb(43, 28, 7);
    -webkit-tap-highlight-color: transparent;
}
.list_items li a {
    all: unset;
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.ixon_hide,.menu_icon{
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    display: none;
}
.ixon_hide{
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/close_28dp_092C56_FILL0_wght400_GRAD0_opsz24.svg');
}
.menu_icon{
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/menu_icon.svg?format=webp');
}
.list_items li::after{
    position: absolute;
    width: 0%;
    bottom: -5px;
    left: 0;
    content: '';
    background-color: black;
    height: 2px;
    transition: all ease-in 0.3s;
}
.list_items li:hover::after{
    width: 100%;
}
.main{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_p{
    width: 100%;
    height: 100%;
    background-image: url('https://cdn-shopklim.b-cdn.net/blog/f.PNG?format=web');
    background-color: #3b393b;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.text{
    color: rgb(104, 77, 38);
    background-color: #b5b4b4;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    font-weight: 500;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.text p:nth-child(1){
    margin-bottom: 30px;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
}
.text p:nth-child(3){
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}
.text p:nth-child(5){
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

/* article_2 */
.article_2{
    position: relative;
    background-color: #FFFFFF;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 80px 20px;
}
.tray{
    top: 0;
    position: absolute;
}
.tray h1{
    margin-top: 30px;
    font-size: 34px;
    font-weight: 800;
    color: #7a7754;
    font-family: 'Roboto', sans-serif;
}
.pass_time_neg,.pass_time_pos{
    background-color: #092C56;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.pass_time_neg:hover,.pass_time_pos:hover{
    background-color: #7A5C3E;
}
.pass_time_neg{
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/7.svg?format=webp');
    left: 10px;
}
.pass_time_pos{
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/8.svg?format=webp');
    right: 10px;
}
.time_counter{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #092C56;
    font-weight: 700;
    letter-spacing: 3px;
    background: #F5EFE6;
    padding: 5px 16px;
    border-radius: 20px;
    border: 1px solid #C6A961;
    white-space: nowrap;
    z-index: 10;
    margin-top: 16px;
}
.container_time_line{
    padding: 10px 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_time_line div{
    width: 100%;
    max-width: 700px;
    height: 460px;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #F5EFE6;
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
    gap: 16px;
    overflow-y: auto;
    scrollbar-width: none;
}
#container_time_x{
    margin: 20px 0;
    color: #7a7754;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5EFE6;
    border-radius: 10px;
    padding: 6px 20px;
}
#container_time_x h3{
    font-size: clamp(20px, 2.5vw, 32px);
    font-family: 'Montserrat', sans-serif;
    color: #092C56;
}
.container_time_line div h1{
    color: #FFFFFF;
    background-color: #092C56;
    text-align: center;
    padding: 6px 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    flex-shrink: 0;
}
.container_time_line div h3{
    font-size: clamp(28px, 4vw, 42px);
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'Montserrat', sans-serif;
    color: #092C56;
    flex-shrink: 0;
}
.container_time_line div p{
    color: #7A5C3E;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: clamp(14px, 1.8vw, 17px);
    line-height: 1.7;
}

/* article 3 */
.article_3{
    border-top: 5px solid white;
    width: 100%;
    height: fit-content;
    background-color: #FFFFFF;
}

.redes{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(17, 23, 31);
    gap: 1rem;
    padding: 1.2rem;
}
.redes div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.redes div div{
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
}
.redes div a{
    all: unset;
    cursor: pointer;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.What{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/Digital_Glyph_Green.svg?format=webp');
}
.Tiktok{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/tiktok-icon.svg?format=webp');
}
.Instagram{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/Instagram_Glyph_Gradient.svg?format=webp');
}

/* MOBILE */
@media (max-width:600px) {
    .main{
        margin-top: 30px;
        flex-direction: column;
    }
    .img_p{
        min-height: 400px;
        min-width: 330px;
    }
    .text{
        border-top: solid 3px white;
        min-width: 330px;
        height: auto;
        padding: 20px;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    header{ height: 60px; }
    .icon{ width: 100px; height: 75px; }
    .menu_icon{ display: flex; }
    .list_items{
        color: rgb(43, 28, 7);
        background-color: #FFFFFF;
        backdrop-filter: blur(5px);
        position: absolute;
        width: 85%;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0;
        display: none;
    }
    .list_items li{ border-top: #006650 solid 3px; padding: 10px; }
    .list_items li::after{
        position: absolute; top: 0; width: 0%; content: '';
        background-color: rgba(0,0,0,0.199); height: 100%;
        transition: all ease-in 0.3s;
    }
    .list_items li:hover::after{ width: 100%; }
    .text p:nth-child(1){ margin-bottom: 10px; font-size: 35px; }
    .text p:nth-child(3){ width: 80%; margin-bottom: 15px; font-size: 20px; }
    .text p:nth-child(5){ font-size: 14px; }
    .container_time_line{ padding: 10px 50px; }
    .container_time_line div{ height: 460px; }
}

@media (max-width:999px) {
    .container_time_line{
        margin: 0;
        border-radius: 50px;
        padding: 20px 50px;
    }
}

@media (min-width:601px) and (max-width:809px) {
    .main{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img_p{ min-height: 460px; max-width: 320px; width: 100%; height: 100%; }
    .text{
        padding: 0 20px; text-align: center;
        display: flex; flex-direction: column;
        font-size: 15px; min-height: 460px;
        max-width: 320px; width: 100%; height: 100%;
    }
    .icon{ width: 150px; height: 75px; }
    .menu_icon{ display: flex; }
    .list_items{
        background-color: #c9c9c991; backdrop-filter: blur(5px);
        position: absolute; width: 85%; bottom: -250px;
        left: 50%; transform: translate(-50%,-50%);
        display: grid; grid-template-rows: 1fr 1fr 1fr; gap: 0; display: none;
    }
    .list_items li{ border-top: #006650 solid 3px; padding: 10px; }
    .text p:nth-child(1){ font-size: 55px; }
    .text p:nth-child(3){ margin-bottom: 30px; font-size: 20px; }
    .text p:nth-child(5){ font-size: 18px; }
}

@media (min-width:810px) and (max-width:2000px) {
    header{ min-height: fit-content; }
    .main{
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        width: 85%; display: flex;
        align-items: center; justify-content: center;
    }
    .img_p{ min-height: 400px; max-width: 320px; width: 100%; height: 100%; }
    .text{
        padding: 0 25px; text-align: center;
        display: flex; flex-direction: column;
        min-height: 400px; max-width: 320px; width: 100%; height: 100%;
    }
    .list_items li{ font-size: 16px; }
    .list_items{ color: rgb(43,28,7); display: flex; gap: 25px; }
    .text p:nth-child(1){ font-size: 43px; }
    .text p:nth-child(3){ margin-bottom: 30px; font-size: 25px; }
    .text p:nth-child(5){ font-size: 18px; }
    .container_time_line div{ height: 460px; }
}

@media (min-width:2001px) {
    .icon{ width: 130px; height: 95px; }
    .list_items li{ font-size: 24px; }
    header{ min-height: 100px; }
    .main{
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        width: 85%; display: flex;
        align-items: center; justify-content: center;
    }
    .img_p{ min-height: 650px; max-width: 520px; width: 100%; height: 100%; }
    .text{
        padding: 0 25px; text-align: center;
        display: flex; flex-direction: column;
        min-height: 650px; max-width: 520px; width: 100%; height: 100%;
    }
    .text p:nth-child(1){ font-size: 70px; }
    .text p:nth-child(3){ margin-bottom: 30px; font-size: 48px; }
    .text p:nth-child(5){ font-size: 28px; }
    .container_time_line div{ height: 500px; }
}



