@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

a, a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 50px 20px;
    display: flex;
    background-image: linear-gradient(132.6deg, rgba(71, 139, 214, 1.0) 23.3%, rgba(37, 216, 211, 1.0));
}

@media screen and (max-width: 768px){
    .wrapper{
        padding-top: 100px;
    }   
}

.profile-card {
    width: 100%;
    min-height: 460px;
    margin: auto;
    box-shadow: 0 8px 60px --10px rgba(13, 28, 39, 0.6);
    background: #fff;
    border-radius: 12px;
    max-width: 700px;
    position: relative;
}

.profile-card-img{
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    box-shadow: 5px 15px 80px 0px #fff;
}

@media screen and (max-width: 576px){
    .profile-card-img{
        width: 120px;
        height: 120px;
    }    
}

.profile-card-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-card-cont{
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
    transition: all 0.3s;
}

.profile-card-name{
    font-weight: 700;
    font-size: 24px;
    color: #0eceed;
    margin-bottom: 15px;
}

.profile-card-text{
    font-size: 18px;
    font-weight: 500;
    color: #324e63;
    margin-bottom: 15px;
}

.profile-card-text strong{
    font-weight: 700;
}

.profile-card-loc{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.profile-card-loc-icon{
    display: inline-flex;
    font-size: 27px;
    margin-right: 10px;
}

.profile-card-info{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 35px;
}

.profile-card-info-item{
    padding: 10px 35px;
    min-width: 150px;
}

@media screen and (max-width: 768px) {
    .profile-card-info-item{
        padding: 10px 20px;
        min-width: 120px;
    }
}

.profile-card-info-title{
    font-weight: 700;
    font-size: 27px;
    color: #324e63;
}

.profile-card-info-text{
    font-weight: 500;
    margin-top: 7px;
}

.profile-card-social{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile-card-social-item{
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;    
    color: #fff;
    background: #405de6;
    box-shadow: 0 7px 30px rgba(43, 98, 169, 0.5);
    position: relative;
    font-size: 21px;
    flex-shrink: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .profile-card-social-item{
        width: 50px;
        height: 50px;
        margin: 10px;
    }
}

.profile-card-social-item:hover{
    transform: scale(1.2);
}

.profile-card-social-item.home{
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0 4px 30px rgba(223, 45, 70, 0.6);
}

.profile-card-social-item.facebook{
    background: linear-gradient(45deg, #3b5998, #0078d7);
    box-shadow: 0 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social-item.twitter{
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-social-item.instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    box-shadow: 0 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social-item.gamepad{
    background: linear-gradient(45deg, #1769ff, #213fca);
    box-shadow: 0 4px 30px rgba(27, 86, 231, 0.7);
}

.profile-card-social-item.github{
    background: linear-gradient(45deg, #333, #626b73);
    box-shadow: 0 4px 30px rgba(63, 165, 67, 0.6);
}

.profile-card-social-item.codepen{
    background: linear-gradient(45deg, #324e63, #414447);
    box-shadow: 0 4px 30px rgba(55, 75, 90, 0.6);
}

.profile-card-social-item.bibit{
    background: linear-gradient(45deg, #025f29, #00e74dc7);
    box-shadow: 0 4px 30px rgba(47, 253, 91, 0.6);
}

.profile-card-social-item.pintu{
    background: linear-gradient(45deg, #5e04d4, #5a13ffc7);
    box-shadow: 0 4px 30px rgba(65, 115, 255, 0.6);
}

.profile-card-social-item.ajaib{
    background: linear-gradient(45deg, #025f29, #00e74dc7);
    box-shadow: 0 4px 30px rgba(47, 253, 91, 0.6);
}

.profile-card-social-item.pluang{
    background: linear-gradient(45deg, #5e04d4, #5a13ffc7);
    box-shadow: 0 4px 30px rgba(65, 115, 255, 0.6);
}

.profile-card-social-item.make{
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-ctr{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

@media screen and (max-width: 576px){
    .profile-card-ctr{
        flex-wrap: wrap;
    }    
}

.profile-card-button{
    background: none;
    border: none;
    font-weight: 700;
    font-size: 19px;
    margin: 15px 35px;
    padding: 15px 40px;
    min-width: 200px;
    border-radius: 50px;
    min-height: 55px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .profile-card-button{
        min-width: 170px;
        margin: 15px 25px;
    }
}

@media screen and (max-width: 576px) {
    .profile-card-button{
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }
}

.profile-card-button.blue{
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0 4px 30px rgba(19, 127, 212, 0.4);
}

.profile-card-button.blue:hover{
    box-shadow: 0 7px 30px rgba(19, 127, 212, 0.75);
    transform: translateY(-5px);
}

.profile-card-button.orange{
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0 4px 30px rgba(223, 45, 70, 0.35);
}

.profile-card-button.orange:hover{
    box-shadow: 0 7px 30px rgba(223, 45, 70, 0.75);
    transform: translateY(-5px);
}