@import url('https://fonts.googleapis.com/css2?family=Allura&family=Dancing+Script:wght@700&family=Great+Vibes&family=Monsieur+La+Doulaise&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
html {
    --primary: linear-gradient(180deg, #15151515 20.19%, #28282b 100%);
    --secondary: linear-gradient(180deg, #efebe5 0%, #f4f0ec 100%);
    --textColor: #F0F0F0;
    --sub: #151515;
    --subColor: #f4f0ec;
}

body {
    font-size: 100%;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    color: var(--textColor);
    background-image: url(./images/purplesatincom.png);
    background-position: center;
    background-size: cover;
}

.container {
    margin-top: 3rem;
    font-size: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;

}

.row {
    width: 100%;
}

img {
    width: 100%;
}

.profile-card {
    width: 20%;
    min-width: 350px;
    height: 100%;
    background: rgb(40, 40, 43);
    background: linear-gradient(0deg, rgba(40, 40, 43, 1) 14%, rgba(240, 240, 240, 1) 69%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 10px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

/* 
PROFILE IMAGE
===============*/
.content__image {
    position: relative;
    z-index: 5;

}

.content__image>img {
    border: 5px solid var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.content__image-check {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 5;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__image-check img {
    width: 20px;
    z-index: 2;

}

/*
.content__image-check::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: var(--sub);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 50px;
}*/

/* 
DETAILS
===============*/

.content__details {
    text-align: center;
    margin-top: 10px;
    z-index: 5 !important;
}

.content__details-name {

    font-size: 2.5rem;
    text-align: center;
    line-height: 2rem;
    font-family: 'Allura', cursive;
    color: #391865;
}

.content__details-username {
    color: #391865;
    display: block;
    text-align: center;
    font-size: .8rem;
    margin-top: 10px;
}

.content__details-description {
    color: #fff;
    padding: 2rem;
    font-size: 16px;
    margin-top: 2rem;
    text-align: center;
}

/* 
LINKS
===============*/
.content__details-links,
.social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* 
LINKS SOCIAL MEDIA
===============*/

.content__details-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.social-media img {
    width: 15px;
}

.social-media li {
    list-style-type: none;
    margin-right: 10px;
}

.social-media li:nth-child(2) img {
    width: 10px;
}

/* 
BUTTONS
===============*/

.primary-button {
    background: linear-gradient(to right, #2F1c53, #a46dff, #2F1c53);
    border: none;
    padding: 10px 60px;
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
    color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 2rem;
}

.primary-button a{
    text-decoration: none;
    color: white;
}

/* 
PROFILE CARD CIRCLES
===============
.profile-card::after {
    width: 100%;
    height: 100%;
    position: absolute;
    
    background-color: var(--subColor);
    content: '';

    /* MAGIC HAPPENS 
    clip-path: circle(20%);
    top: -50%;
    right: -45%;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.profile-card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    
    background-color: var(--subColor);
    content: '';

    /* MAGIC HAPPENS *
    clip-path: circle(40%);
    bottom: -50%;
    left: -45%;;
    z-index: 0;
    transition: all .5s ease-in-out;
}*/

/* 
PROFILE CARD CIRCLES
===============*/
/* REAL MAGIC HAPPENS 

.profile-card:hover::after {
    clip-path: circle(100%);
    top: 0;
    left: 0;
    opacity: 1;
    background-color: var(--primary);co
}

.profile-card:hover::before {
    background-color: var(--primary);
    opacity: 1;
}

.profile-card:hover .primary-button {
    background: var(--primary);
    transition: all .5s ease-in-out;
}

.profile-card:hover {
    transform: translateY(-10px);
}*/


.frame {
    position: relative;
    top: 50%;
    left: 50%;
    width: 315px;
    height: 400px;
    /*
    margin-top: -200px;*/
    margin-left: -335px;
    border-radius: 2px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
    background-image: url(./images/blacksatincom.png);
    background-size: cover;
    /*
    background: #ca7c4e;
    background: -webkit-linear-gradient(bottom left, #eebe6c 0%, #ca7c4e 100%);
    background: -moz-linear-gradient(bottom left, #eebe6c 0%, #ca7c4e 100%);
    background: -o-linear-gradient(bottom left, #eebe6c 0%, #ca7c4e 100%);
    background: linear-gradient(to top right, #eebe6c 0%, #ca7c4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEBE6C', endColorstr='#CA7C4E',GradientType=1);
    color: #786450;*/
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --mask: radial-gradient(40px at 40px 40px, #0000 98%, #000) -40px -40px;
    -webkit-mask: var(--mask);
    mask: var(--mask);

}

.frame .fa-square-full{
    text-align: center;
    color: #a46dff;
	padding: 1rem;
	font-size: .8rem;
}


.center {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 299px;
    width: 325px;
    background: #fff;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 10px 10px 15px 0 rgb(87, 4, 88);
}

.profile {
    float: left;
    width: 200px;
    height: 320px;
    text-align: center;
}

.profile .image {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 38px auto 0 auto;
}

.profile .image .circle-1,
.profile .image .circle-2 {
    position: absolute;
    box-sizing: border-box;
    width: 76px;
    height: 76px;
    top: -3px;
    left: -3px;
    border-width: 1px;
    border-style: solid;
    border-color: #786450 #786450 #786450 transparent;
    border-radius: 50%;
    transition: all 1.5s ease-in-out;
}

.profile .image .circle-2 {
    width: 82px;
    height: 82px;
    top: -6px;
    left: -6px;
    border-color: #786450 transparent #786450 #786450;
}

.profile .image img {
    display: block;
    border-radius: 50%;
    background: #f5e8df;
}

.profile .image:hover {
    cursor: pointer;
}

/*
.profile .image:hover .circle-1, .profile .image:hover .image .circle-2, .profile .image .image:hover .circle-2 {
    transform: rotate(360deg);
}
.profile .image:hover .circle-2 {
    transform: rotate(-360deg);
}*/
.profile .name {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.profile .job {
    font-size: 11px;
    line-height: 15px;
}

.profile .actions {
    margin-top: 33px;
}

.profile .actions .btn {
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto 10px auto;
    background: none;
    border: 1px solid #786450;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    color: #786450;
}

.profile .actions .btn:hover {
    background: #786450;
    color: #fff;
}

.stats {
    float: left;
}

.stats .box {
    box-sizing: border-box;
    width: 125px;
    height: 99px;
    background: #391865;
    text-align: center;
    padding-top: 28px;
    transition: all 0.4s ease-in-out;
}

.stats .box:hover {
    background: #28282b;
    cursor: pointer;
}

.stats .box:nth-child(2) {
    margin: 1px 0;
}

.stats span {
    display: block;
}

.stats .value {
    font-size: 28px;
    font-weight: 600;
}

.stats .parameter {
    font-size: 11px;
}



h3 {
    /* margin: 20px; */
    font-family: "Paytone One", Helvetica, sans-serif;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: -2px;
}

h3 span {
    display: block;
    margin: 11px 0 7px 0;
    font-size: 65px;
    color: #F0F0F0;
    text-shadow: 0 13.36px 8.896px #d1cfcf, 0 -2px 1px #fff;
    letter-spacing: -4px;
}

.black-span h3 span {
    display: block;
    margin: 11px 0 7px 0;
    font-size: 65px;
    color: #28282b;
    text-shadow: 0 13.36px 8.896px #3c3c3d, 0 -2px 1px #202020;
    letter-spacing: -4px;
}


.social-icons {
    margin: 15px 0 25px 0;
}

.social-icons a {
    position: relative;
    height: 60px;
    width: 60px;
    margin: 0 5px;
    display: inline-flex;
    text-decoration: none;
    background: linear-gradient(to right, #2F1c53, #a46dff, #2F1c53);
}


.social-icons a i {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 110%;
    height: 120%;
    line-height: 60px;
    color: #fff !important;
}

.container .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.buttons button {
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    z-index: 4;
    background: linear-gradient(to right, #2F1c53, #a46dff, #2F1c53);
}

.buttons button:first-child {
    margin-right: 10px;
}

.buttons button:last-child {
    margin-left: 10px;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #a46dff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #a46dff;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #a46dff;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}