.container i{
    display: block;
    font-size: 25px;
}
.header-col-1 img{
    float: right;
    width: 400px;
    flex-wrap: wrap;
}
.header-text{
    margin-top: 15%;
    font-size: 30px;
    
}
.header-text h1{
    font-size: 40px;
    margin-top: 20px;
    color: #885bcb;
    
}
.about-col-1 img{
    width: 60%;
    
}
.wrap-text li{
    
    font-size: 40px;
}
nav ul{
    background: linear-gradient(to right, #5001fb, #8e0af3);
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100vh;
    padding-top: 50px;
    z-index: 2;
    transition: right 0.5s;
}
nav ul li{
    display: block;
    margin: 25px;
}
nav ul .bi{
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
}
.sub-title{
    font-size: 40px;
}
.about-col-1, .about-col-2{
    flex-basis: 100%;
}
.about-col-1{
    margin-bottom: 30px;
}
.about-col-2{
    font-size: 14px;
}
.tab-links{
    font-size: 16px;
    margin-right: 20px;
}
.contact-left, .contact-right{
    flex-basis: 100%;
}
.copyright{
    font-size: 15px;
}

@media only screen and (max-width:540px)  {
    
    .header-col-1 img{
        float: right;
        width: 400px;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .header-text{
        margin-top: 15%;
        font-size: 30px;
    }
    .header-text h1{
        font-size: 40px;
        margin-top: 20px;
        color: #885bcb;
        
    }
    .work-list{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 40px;
        margin-top: 50px;
    }
    .layer{
        font-size: 10px;
        padding: 0 5px;
    }
    .layer h3{
        font-weight: 500;
        margin-bottom: 10px;
    }
    .layer a{
        margin-top: 10px;
    color: #ff004f;
    text-decoration: none;
    font-size: 5px;
    line-height: 30px;
    background: #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    }
    .click{
        
        margin-right: 120px;
        
    }
}
@media only screen and (max-width:480px){
    .header-col-1 img{
        
        width: 350px;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
}
    @media only screen and (max-width:425px){
        .header-col-1 img{
            
            width: 350px;
            flex-wrap: wrap;
            margin-bottom: 80px;
        }
    }

@media only screen and (max-width:414px)  {

    .header-col-1 img{
        width: 300px;
        margin-bottom: 80px;
    }
    .click{
        margin-right: 60px;
    }
    .work-list{
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    .layer h3{
        font-weight: 500;
        margin-bottom: 20px;
    }
    .layer{
        font-size: 8px;
        padding: 0 5px;
    }
    .layer a{
        margin-top: 10px;
    color: #ff004f;
    text-decoration: none;
    font-size: 5px;
    line-height: 30px;
    background: #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    }
}

/* @media only screen and (max-width: 600px){
    
    .header-col-1 img{
        float: right;
        width: 1000px;
    }
    .header-text{
        margin-top: 100%;
        font-size: 16px;
    }
    .header-text h1{
        font-size: 30px;
    }
    .container i{
        display: block;
        font-size: 25px;
    }
    nav ul{
        background: #ff004f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
    }
    nav ul li{
        display: block;
        margin: 25px;
    }
    nav ul .bi{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    .sub-title{
        font-size: 40px;
    }
    .about-col-1, .about-col-2{
        flex-basis: 100%;
    }
    .about-col-1{
        margin-bottom: 30px;
    }
    .about-col-2{
        font-size: 14px;
    }
    .tab-links{
        font-size: 16px;
        margin-right: 20px;
    }
    .contact-left, .contact-right{
        flex-basis: 100%;
    }
    .copyright{
        font-size: 15px;
    }
    
    #msg{
        color: #61b752;
        margin-top: -40px;
        display: block;
    }
} */