@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap');

body {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: left;
    color: #333;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px transparent;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

.page {
    position: relative;
}
.page .sticky-top, .page .card-inner {
    padding-top: 20px;
}
.rob-img {
    position: fixed;
    z-index: 999999;
    right: 40px;
    bottom: 0;
}
.rob-img img {
    max-width: 340px;
}

.bg-success {background-image: linear-gradient(90deg, hsl(176deg 33% 48%) 0%, hsl(173deg 37% 48%) 11%, hsl(170deg 39% 49%) 22%, hsl(166deg 41% 49%) 33%, hsl(161deg 42% 51%) 44%, hsl(156deg 43% 52%) 56%, hsl(150deg 44% 54%) 67%, hsl(142deg 44% 57%) 78%, hsl(132deg 43% 59%) 89%, hsl(120deg 43% 62%) 100%);}
.bg-light {
    background-image: linear-gradient(90deg, hsl(192deg 2% 55%) 0%, hsl(195deg 2% 59%) 11%, hsl(198deg 3% 63%) 22%, hsl(200deg 3% 66%) 33%, hsl(203deg 3% 70%) 44%, hsl(206deg 3% 74%) 56%, hsl(209deg 4% 78%) 67%, hsl(212deg 4% 82%) 78%, hsl(216deg 5% 86%) 89%, hsl(220deg 6% 90%) 100%);
}
.btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
}
.btn-success {
    background-color: #61ba46;
    border-color: #61ba46;
}
.btn-outline-success {
    color: #61ba46;
    border-color: #61ba46;
}

@media (max-width: 750px) {
    .page {
        padding-top: 0;
        margin-bottom: 30px;
    }
}

/* CARD STARTED */

.card-started {
    position: relative;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 30%);
    z-index: 99;
}
.card-started:after {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient( -45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100% );
    background: -webkit-linear-gradient( -45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100% );
    background: linear-gradient( 135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100% );
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.card-started .content {
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 99;
}
.card-started .foto {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card-started .profile {
    text-align: center;
    padding: 20px 40px;
}
.card-started .profile .title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.5px;
}
.card-started .profile .subtitle {
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
}
.card-started .profile .social {
    margin-top: 15px;
}
.card-started .profile .social a {
    font-size: 20px;
    color: #333;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.card-started .profile .links {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}
.card-started .profile .links:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 90%);
    background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 90%);
}
.card-started .profile .links .dropdown-menu {
    font-size: 18px;
}

@media (max-width: 750px) {
    .card-started {
        height: auto;
        margin-bottom: 20px;
    }
    .card-started:after {
        content: none;
    }
    .card-started .profile {
        padding: 20px 20px;
    }
    .card-started .profile .title {
        font-size: 35px;
    }
}


/* CARD INNER */

.card-inner {
    margin-bottom: 20px;
}
.card-inner .content {
    padding: 30px 40px 30px 40px;
    position: relative;
    background: #FFF;
    height: 100%;
    overflow: hidden;
    overflow: auto;
    overflow-x: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: visibility 1s linear, opacity 0s linear;
    -moz-transition: visibility 1s linear, opacity 0s linear;
    -webkit-transition: visibility 1s linear, opacity 0s linear;
    -o-transition: visibility 1s linear, opacity 0s linear;
}
.card-inner .content .title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    margin-top: -5px;
    padding-bottom: 10px;
}
.card-inner .content .title:after {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -15px;
    width: 95%;
    height: 1px;
    background: -moz-radial-gradient( left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70% );
    background: -webkit-radial-gradient( left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70% );
    background: radial-gradient( ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70% );
}
.card-inner .content .experience {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.card-inner .content .experience .logo .img {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-color: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    padding: 10px;
}
.card-inner .content .experience .company {
    font-size: 26px;
    font-weight: 600;
}
.card-inner .content .experience .position {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.card-inner .content .experience .date {
    margin-top: 10px;
    color: #999;
    font-size: 16px;
}
.card-inner .content .experience .description {
    margin-top: 10px;
}
.card-inner .content .experience .links {
    margin-top: 20px;
}

@media (max-width: 750px) {
    .card-inner {
        height: auto;
    }
    .card-inner .content {
        padding: 20px 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
}
