html,
body {
    font-family: Helvetica;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.3px;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none
}

.light-green {
    color: #49BC87;
}

.light-green-background {
    background-color: #49BC87;
}



.light-grey {
    color: #5E6061;
}

.app-wrapper {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.left {
    background: url('../assets/images/subramonian.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 40%;
    position: relative;
}

.left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #185a9d;
    background-image: linear-gradient(to left top, #303030, #3c4d5e);
    opacity: 0.75;
}

.left .header {
    display: flex;
}

.left .header .initials {
    color: white;
    top: 0;
    margin-left: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.left .header .download {
    margin-left: auto;
    color: white;
    z-index: 999;
    font-size: 18px;
    margin-right: 1rem;
}

.left .personal-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.left .personal-info .core-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: .9em;
    color: white;
}

.left .personal-info .core-content>h1 {
    font-size: 2.75rem;
    font-weight: bolder;
    font-family: 'fangsong';
}

.left .personal-info .core-content>div {
    color: #14cdcd
}

.left .personal-info .core-content>h1 {
    margin-bottom: .75rem;
}

.left .personal-info .social-handles {
    /* margin-top: .5rem; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.left .personal-info .social-handles>span {
    transform: translate(-150px, -50px) rotate(-180deg) scale(1.5);
    animation: animate 2.5s forwards;
    transition: all .4s ease;
}

.left .personal-info .social-handles>span:nth-child(2) {
    animation-delay: .1s;
}

.left .personal-info .social-handles>span:nth-child(3) {
    animation-delay: .2s;
}

.left .personal-info .social-handles>span:nth-child(4) {
    animation-delay: .3s;
}

.left .personal-info .social-handles>span:nth-child(5) {
    animation-delay: .4s;
}

@keyframes animate {
    60% {
        transform: translate(20px, 20px) rotate(30deg) scale(.3);
    }

    100% {

        transform: translate(0) rotate(0) scale(1);
        opacity: 1;
    }
}

.right {
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgb(29, 30, 32);
    overflow: auto;
}

.right .section-wrapper,
.right .header-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    justify-content: center;
    margin: 5px;
}

.right .header-section .header {
    color: white;
    font-weight: bolder;
    font-size: 5em;
    line-height: 4.5rem;
    padding: 0;
    margin: 0;
}

.right .header-section .basic-details {
    /* white-space: pre; */
    display: flex;
    gap: 12px;
    color: #5E6061;
    /* font-style: italic; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.right .header-section .basic-details .detail {
    color: #49BC87;
}

.divider,
.right .header-section .about-me {
    color: #5E6061;
}

.divider {
    font-size: 1rem;
    color: #5E6061;
}

.right .section-wrapper .all-roles {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.right .section-wrapper .header {
    color: white;
    font-weight: bolder;
    font-size: 2em;
    line-height: 0rem;
    padding: 0;
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.right .section-wrapper .company-name {
    color: white;
    font-weight: 100;
    font-size: 1em;
}

.right .section-wrapper .designation {
    color: #49BC87;
    font-weight: 100;
    font-size: 1em;
}

.right .section-wrapper .tenure {
    color: #5E6061;
    font-weight: 100;
    font-size: .9em;
}

.right .section-wrapper .job-description {
    margin-top: .5rem;
    margin-left: 2rem;
    white-space: normal;
    color: #5E6061;
    font-weight: 100;
    font-size: .9em;
}

.download {
    /* z-index: 999; */
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.7rem 0rem 0.7rem;
    border-width: 1.5px;
    border-color: #5E6061;
    color: white;
    font-weight: 500;
    border-radius: 9999px;
    position: fixed;
    top: 10px;
    right: 0px;
    margin-right: 10px;
}

.core-information {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
}

.skill-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 240px;
}

.skill-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.progress-bar {
    display: inline-flex;
}

.progress-bar-foreground {

    background-color: #5E6061;
}

.progress-bar-background {
    background-color: #49BC87;
}

.skill-percentage {
    font-size: .75em;
    color: #49BC87;
    font-weight: 200;
}

.skill-category {
    font-weight: 600;
    color: #49BC87;

}

.skill-name {
    font-weight: 400;
    font-size: .75em;
}