body{
    font-family: Poppins;
    margin: 0;
    font-size: 13px;
    background-color: #23282E;
    color: #eee;
}
a{
text-decoration: none;
cursor: pointer;
font-weight: bold;
}
header{
    width: 100%;
    position: fixed;
    z-index: 100;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max—width: 524px){
   .ancher a{
    font-size: 10px;
    margin: 0 30px;
    }
}
header nav a{
    color :#eee;
    font-size: small;
    margin: 0 30px;
    font-size: 20px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.tab{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: 50%;
}
.tab .container{
    width: 1140px;
    max-width: 100%;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    margin: auto;
    position:relative;
}
#intro{
background-color:#162220;
}
#intro .avatar{
text-align: right;
height: 100%;
}
#intro .avatar img{
    height: 100%;
    filter:saturate(0.5);
}
#intro .content{
    position: absolute;
    top: 35%;
    transform: translateY(-50X);
    left: 50px;
    width: 500px;
    max-width: 80%;
}
#intro .content .name,
#intro .content .job{
font-size: 6em;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
line-height: 1em;
}
.text-gradient{
    background-image: linear-gradient(to right,#E4454A,#CA3EA7);
    display: inline-block;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#intro .content .des{
    margin-top: 1.2em;
    width: 70%;
    font-size: 12px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    
}
#intro .content a{
margin-top: 1.2em;
}
#intro .content i{
font-size: 10em;
color: #293b4c;
position: absolute;
top: -50px;
right:-50px;
}
#experience{
background-image:linear-gradient(45deg, #212632, #242A34, #3C4C5A);
background-size: cover;
}
#experience .list{
    height: 100%;
    width: max-content;
    display: flex;
    justify-content: left;
    padding-left: 50px;
    box-sizing: border-box;
    gap: 20px;
    position: relative;
    z-index: 1;
}
#experience .list .item{
width: 200px;
flex-shrink:0;
display: grid;
grid-template-rows:1fr 50px 1fr;
gap: 20px;
}
#experience .list .item i{
background-color: #444B57;
width: 50px;
font-size: 2em;
color: #16222D;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
#experience .list .item .time{
    font-size: large;
    display: flex;
    align-items: end;
}
#experience .list .item .content .job{
    font-size: large;
    font-size: 23px;
}
#experience .list .item .content .company{
    color: #ff82e0;
    font-size: 20px;
}
#experience .list .item .content .des{
    font-size: 1em;
    opacity: 0.7;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#experience .list .item:nth-child(odd) .content{
grid-row-start :1;
grid-row-end: 2;
display:flex;
flex-direction:column;
justify-content:end;
}
#experience .list .item:nth-child(odd) .time{
grid-row-start: 3;
grid-row-end: 4;
align-items: start;
}
#experience .list::before{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color :#444B57;
    content:'';
    z-index:-1;
}
#experience .container{
overflow: auto;
}
#skill{
background-image: linear-gradient(45deg,#412726, #171514, #412726);
background-size: cover;
}
#skill .list{
height: 100%;
display: grid;
grid-template-columns: repeat(3,1fr);
padding: 50px;
box-sizing: border-box;
gap:0;
}
#skill .list .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
#skill .list .item:nth-child(odd) {
background-color:#412726;
border-radius: 10px;
}
#skill .list .item i{
width: 50px;
height: 50px;
background-color:#eee;
color:#CA3EA7;
font-size: 2em;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
box-Shadow: 0 10px 10px #0005;
}
#skill .list .item .name{
    font-size: 1.5em;
    margin-top: 0.7em;
}
#skill .list .des{
font-size: small;
opacity: 0.8;
}
#project{
background-color:#ab8989;
color:#444B57;
}
#project .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding: 50px;
    font-size: 13px;
}
#project .list .item img{
    
width: 100%;
height: 150px;
object-fit: cover;
}
#project .list .item {
border-radius: 30px;
background-color :#fff;
overflow: hidden;
position: relative;
}
#project .list .item .index{
    font-weight: bold;
font-size: 1.5em;
position: absolute;
transform:translateY(-100%);
background-color:#fff;
padding:10px;
font-style: italic;
border-top-right-radius: 20px;
}
#project .list .name{
    font-weight: bold;
    font-size: large;
    padding: 10px;
}
#project .list .item .des{
    padding: 0 10px 10px 10px;
    font-size: small;
    font-size: 12px;
}
#project .list .item .author{
    display: flex;
    justify-content: space-between;
    padding:10px;
    border-top: lpx solid #eee;
}
#project .list .item .job{
    font-weight: bold;
}
#project .container{
overflow: auto;
}
::-webkit-scrollbar{
    width:0
}
#contact{
    background-color: #242339;
}
#contact .thank{
font-size: 5em;
font-weight: bold;
text-align: center;
}
#contact .container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px;
}
#contact .des{
width: 500px;
max-width: 88%;
text-align: center;
}
#contact .list{
    text-align: center;
}
#contact .list .item{
    display: inline-block;
    margin: 10px 30px;
}
@media screen and (max-width: 991px){
    #intro .avatar img{
    transform: translateX(200px);
    }
}
@media screen and (max-width:767px){
    body{
    font-size: 10px;
    }
    header nav a{
    margin: 10px;
    }
    #intro .avatar img{
    transform: none;
    }
    #intro .content{
    left: 20px;
    }
    #intro .content .name{
    font-size: 4em;
    }
    #skill .list{
    padding: 0px;
    grid-template-columns: repeat(2,1fr);
    }
    #skill .list .item:nth-child(odd){
    background-color: unset;
    }
    #skill .list .item:nth-child(2),
    #skill .list .item:nth-child(3n){
    background-color: #3F2525;
    }
    #project .list{
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    }
    #project .list .item img{
    height: 100px;
    }
}
.tab{
    position:fixed;
    inset:0 0 0 0;
    z-index:1;
}
#intro{  
z-index:2;
} 
.tab.active{
--x:50%;
--y:50%;
Clip-path: circle(
    0 at var(--x) var(--y)
    );
animation:ShowTab 1s ease-in-out 1 forwards;
}
@keyframes ShowTab{
    to{
        Clip-path: circle(
        200% at var(--x) var(--y));
    }
}
