@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    /* font-size: 0; */
    color: rgba(255, 255, 255,0.8);
    background: #f07;
}


ul li{
    list-style: none;
}

img {
    width: 100%;
}










#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 0;
    text-align: center;
}


#top-bar .col:nth-child(1){
    text-align: left;
    vertical-align: middle;

}
#top-bar .col:nth-child(2){
    text-align: right;
    vertical-align: middle;

}





.col{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /* border: 1px solid #f00; */
}


.front{
    /* border: 11px solid #000; */
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    font-size: 0;
}



/* .box{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-items: flex-end;
    border: 3px solid #0f0;
    width: 100%;
} */

.box1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding: 20px;
    /* border: 3px solid #ff0; */
}

.box2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    margin-left: 50%;
    padding: 20px;
    /* border: 3px solid #0f0; */
    color: rgb(56, 49, 61);
}

.front .col{
    text-align: center;
    height: 100vh;
}
#one{
    background-image: url("../img/front1.jpg");
}
#two{
    background-image: url("../img/front2.jpg");
}


.block,



.t1{ background-color: aqua;}
.t2{ background-color: blue;}
.t3{ background-color: green;}
.t4{ background-color: orange;}








#filling {
    height: 100vh;
    width: 100%
}

#cover {
    height: 100vh;
    width: 100%;
}

#cover > .front {
    height: 100vh;
    width: 100%;
    position: absolute;
}

#one {
    z-index: 2;
    background-color: #f07;
}

#two {
    z-index: 1;
    background-color: #f70;
}








.fs1{ font-size: 30px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}
.fs2{ font-size: 24px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}
.fs3{ font-size: 20px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}
.fs4{ font-size: 16px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}
.fs5{ font-size: 14px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}
.fs6{ font-size: 12px; padding: 0; height:auto; 
    /* border: 1px solid #000; */
}




/* .page{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
}
 */


.block{
    /* position: relative; */
    display: flex;
    width: 100%;
    padding: 30px;
    font-size: 0;
    /* border: 5px solid #f00; */
    background-color: #000;
}

.block img{
    border-radius: 10px;
}

.face1{
    /* position: relative; */
    display: inline-block;
    width: 60%;
    align-self: stretch;
    vertical-align: top;
    background-color: #000;
    /* border: 5px solid #0d0; */
    gap: 0;
}

.face2{
    /* position: relative; */
    display: inline-block;
    padding: 30px;
    text-align: left;
    width: 40%;
    background: #000;
    /* border: 5px solid #00d; */
    
}










.face2 h2{
    font-size: 24px;
    font-style: 400;
}

.face2 *{
    font-size: 16px;
}

img{
    width: 100%;
}



a{
    text-decoration: none;
    cursor: pointer;
    /* filter:grayscale(100%); */
    color: rgb(216, 17, 136);
}

a:hover{
    color: #e60aa4;
    /* text-decoration: underline; */
    
}

h1{
    font-size: 20px;
}





.c1{
    flex-direction: row;
    /* border: 10px solid #970; */
}

.c2{
    flex-direction: row-reverse;
    /* border: 10px solid #907; */
}

.c2 .face2{
    text-align: right;
}



/* .des,
.dev,
.lang,
.dep{
    border: 1px solid #fff;
}
 */




.dev{
    margin: 20px 0;
}
.dep{
    margin: 20px 0 0 0;
}

h3{
    font-size: 80%;
    margin-bottom: 5px;
}

.lang ul li{
    display: inline-block;
    font-size: 80%;
    margin-right: 10px;
}


.lang-bar {
    /* position: relative; */
    display: flex;
    width: 100%;
    height: 10px;
    margin-right: 5px;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.lang-bar span{
    /* position: relative; */
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 10px;
    margin-left: 2px;    
}

.lang-bar span:first-child{
    margin: 0;
}

/* .lang-bar span { margin-right: 1px;}
.lang-bar span:first-child { margin-right: 0;} */

.lang-bar span.HTML{ background: #E34C27;}
.lang-bar span.JavaScript{ background: #F1E059;}
.lang-bar span.CSS{ background: #563E7C;}
.lang-bar span.SCSS{ background: #C7538C;}
.lang-bar span.Python{ background: #3572A5;}
.lang-bar span.PHP{ background: #4F5D95;}
.lang-bar span.Hack{ background: #878787;}


.lang-txt li b{color: #fff; font-size:90%;}
.lang-txt li{color: #666;}

.lang-txt li::before{
    /* position: relative; */
    display: inline-block;
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.lang-txt li.HTML::before{ background: #E34C27;}
.lang-txt li.JavaScript::before{ background: #F1E059;}
.lang-txt li.CSS::before{ background: #563E7C;}
.lang-txt li.SCSS::before{ background: #C7538C;}
.lang-txt li.Python::before{ background: #3572A5;}
.lang-txt li.PHP::before{ background: #4F5D95;}
.lang-txt li.Hack::before{ background: #878787;}







.c1 .dev li:before{
    /* position: relative; */
    display: inline-block;
    content: ' ';
    width: 7px;
    height: 7px;
    margin-right: 4px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: rgba(255, 255, 255,0.8);
}


.c2 .dev li:after{
    /* position: relative; */
    display: inline-block;
    content: ' ';
    width: 7px;
    height: 7px;
    margin-left: 4px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: rgba(255, 255, 255,0.8);
}



footer{
    padding: 30px;
    background: rgb(63,31,70);
    background: linear-gradient(19deg, rgba(63,31,70,1) 0%, rgba(87,22,128,1) 26%, rgba(26,214,185,1) 100%);
}





@media (min-width: 980px) {

}

@media (max-width: 980px) {

}

@media (max-width: 768px) {
    .block{
        flex-direction: column;
    }

    .col{
        display: block;
        width: 100%;
    }
    
    .box{
        bottom: 50px;
        position: relative;
    }

    .box1{
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    
    .box2{
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding: 10px;
        text-align: right;
        color: #fff;
    }

    .face1,
    .face2{
        width: 100%;
    }
    
    .face2{
        padding: 20px;
    }

    #one{
        background-image: url("../img/front1m.jpg");
    }
    #two{
        background-image: url("../img/front2m.jpg");
    }

}

@media (max-width: 480px) {

}