/* *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: "Klee One", cursive;
    
    font-style: normal;
    color:#000;

    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
}
.zhi-mang-xing-regular {
    font-family: "Zhi Mang Xing", cursive;
    font-weight: 300;
    font-style: normal;
}
  
  
:root{
    --bg-color:#fff;
    --bg-second-color:#000;
    --text-color:#000;
    --text-second-color:#fff;
    --text-third-color:#DCFFFF;
    --main-color:#009FBE;
    --big-font:1.8rem;
    --h2-font:2.6rem;
    --p-font:1.1rem;
}
body{
    background: var(--bg-color);
    color: var(--text-color);

}

header{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 16px 13%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    transition: all 1s ease;
}
header.sticky{
    background: var(--bg-color);
    padding: 12px 13%;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
}
header ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navbar{
    display: flex;
}
.navbar li{
    position: relative;
}
.search{
    position: relative;
    width: 200px;
    height: auto;
    padding: 0px;
    margin: 0;
    border-radius: 4px;
    display: block;
}

.search input{
    width: 100%;
    top: 0;
    padding: 2px  ;
    border: solid 1px #000 ;
    border-radius: 4px;
    outline: none;
    font-size: .75rem;
}
.search a{
    position: absolute;
    display: inline;
    top: 3px;
    right: 0px;
    font-size: .75rem;
    background: #000;
    padding: 2px;
    border-radius: 4px;
    color: #fff;
}

.search.show{
    display: block;
}
.search input::placeholder{
    font-size: 300;
}

.show{
    display: block;
}
.navbar a{
    color: #000;
    padding: 10px 8px;
    transition: all .40s ease;
    font-size: 14px;
    font-weight: 600;
}
.header-icons a{
    color: var(--text-color);
    font-weight: 200;
    font-size: var(--p-font);
    padding: 4px 8px;
    transition: all .40s ease;
}
.header-icons li:first-child a{
    background: #889df8;
    border-radius: 8px;
    color: #fff;
}
.header-icons li:last-child a{
    background: #f8d588;
    border-radius: 8px;
    color: #fff;
}
.navbar a:hover{
    color: var(--main-color);
    cursor: pointer;
}

.test-list{
    position: absolute;
    width: 160px;
    top: 30px;
    left: 0;
    display: list-item;
    background: #33393F;
    padding: 12px 0px;
    border-radius: 4px;
    display: none;
}
.test-list li{
    width: 100%;
    
}
.test-list li a{
    display: inline-block;
    width: 100%;
    line-height: 100%;
}
.li1:hover .test-list{
    display: block;
}
.test-list li a:hover {
    background-color: #454546;
    color: #D4D9DD;
}
.test-list> li> a{
    font-size: 14px;
    color: #D4D9DD;
}
.test-list  li  a span{
    background-color:#009FBE;
    border-radius: 50%;
    color: #fff;
    margin: 0 8px;
    padding: 0px 4px;
}
#menu-icon{
    font-size: 34px;
    color: var(--text-color);
    z-index: pointer;
    cursor: pointer;
    display: none;
} */
/* start home */
.home{
    width: 100%;
    /*height: 100vh;*/
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,auto));
    gap: 1rem;
    align-items: center;
    padding: 0 13%;

     /*background: linear-gradient(135deg, #CCE6EE, lightblue);*/
     /*clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);*/
    /* clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%); */
    /* background: linear-gradient(to right, #CCE6EE, lightblue);
    mask-image: linear-gradient(-45deg, transparent 25%, #CCE6EE 25%, #CCE6EE 50%, transparent 50%, transparent 75%, #CCE6EE 75%);
    mask-size: 400%;
    mask-repeat: no-repeat; */
}
text{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.home-text h4{
font-size:var(--p-small-font);
    font-weight: 400;
}
.home-text h1{
    font-size:var(--big-font);
    /*font-size: 0.32rem;*/
    margin: 15px 0 15px;
    font-weight: 600;
}
.home-text p{
    font-size: var(--p-font);
}
.home .svg{
    height: 100vh;
    width: 100%;
}
.home-text a{
    display: inline-block;
    padding: 8px 24px;
    background: #E19435;
    border-radius: 4px;
    color:#fff ;
    margin-top: 8px;
    font-size: var(--p-font);
}
/* start describe */
.describe{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    /* width: 87%; */
    padding-left:  13%;
    padding-right:  13%;
    background: var(--main-color);
    border-radius: 4px;
    
}
.describe .center-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.describe .center-text h1{
    color: var(--text-second-color);
    font-size: var(--big-font)
}
.describe-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,auto));
    gap: 0.5rem;
    margin-top: 0.4rem;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 8px;
}
.describe-content .box{
    background: var(--bg-color);
    padding: 24px 8px;
    border-radius: 8px;
    box-shadow:-11.729px -11.729px 32px rgb(255 255 255 / 15%);
    transition: all .40s ease;
}
.describe-content .box:hover{
    box-shadow:11.729px 11.729px 32px rgba(252, 4, 4, 0.15);
}
.describe-content .box h5{
    color: var(--main-color);
    text-decoration: underline;
    font-size: var(--p-font);
}
.describe-content .box p{
    font-size: var(--p-font);
    height: 180px;
    padding: 8px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
/* start others */
.others{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100vh; */
    height: auto;
    margin: 0 auto;
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 16px;
    padding-bottom: 50px;
    background: var(--bg-color);
    border-radius: 4px;
}
.others .center-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.others .others-content{
    width: 100%;  
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,auto));
    gap: 0.5rem;
}
.others .center-text h1{
    text-align: center;
    padding: 20px 0;
    /*color: var(--text-second-color);*/
    font-size: var(--big-font);
}
.others .others-content .box{
    background-color: var(--bg-color);
    padding: 0 0 10px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgb(19 8 73 / 13%);
    transition: all .40s ease;
    padding: 8px;
}
.others .others-content .box h5{
    text-align: center;
    padding: 16px 0;
    font-size: var(--p-font);
    font-weight: 400;
}
.others-content .box p{
    font-size: var(--p-font);
    padding: 8px 0;
}
/* start footer */
/* .footer{
    width: 100%;
    height: auto;

    background: #212529;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #DCFFFF;
    padding: 16px 0 64px 0 ;
}
.footer p{
    padding: 16px 0 ;
    color: #DCFFFF;
}
.footer .footer-content{
    width: 87%; 
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,auto));
    gap: 0.5rem;
}
.footer .footer-content .content-box h4{
    color: var(--text-third-color);
    text-align: center;
    padding: 8px;
}
.footer .footer-content .content-box .box{
    text-align: center;
}
.footer .footer-content .content-box .box li a{
    color: var(--text-second-color)
} */
/* 
@media (max-width: 600px){
    .home{
        height: auto;
        padding-top: 60px;
    }
    .home .svg{
        height: auto;
        padding: 16px 0;
    }
    .home .home-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .describe{
        width: 100%;
        height: auto;
        padding: 0 2px;
    }
    .describe-content{
        margin-top: 0rem;
        padding-bottom: 8px;
        grid-template-columns: fr;
    }
    .others{
        width: 100%;
        height: auto;
        padding: 0 2px;
    }
    .others .others-content{
        grid-template-columns: repeat(auto-fit,minmax(240px,auto))
    }
    #menu-icon{
        display: block;
    }
    .navbar{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: #33393F;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: all .40s ease;
        overflow: auto;
    }
    .navbar li{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .navbar li a{
        display: inline-block;
        width: 100%;
    }
    .li1 a{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    li1 a span{
        color: #fff;
    }
    .navbar a{
        display: block;
        color: var(--bg-color);
    }
    .navbar a:hover{
        color: var(--bg-color);
        transform: translateY(-5px);
    }
    .navbar.open{
        right: 0;
    }
    .test-list{
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        background: #33393F;
        padding: 4px 0px;
        border-radius: 4px;
    }

} */
