head, body, footer {
    font-family: Poppins, Nunito, Montserrat, sans-serif;
    color: rgb(29, 29, 29);
    background-color: rgb(224, 237, 232);
}

head {
    background-color: rgb(198, 231, 217);
    height: 160px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    display: flex;
    justify-content: center;
}

ul, li {
    list-style: none;
}

#nav-bg {
    background-color: rgb(198, 231, 217);
}

#navig-link-list, #navig-link {
    font-size: 1.8rem;
    color: rgb(184, 118, 167);
    margin-right: 12px;
}

#navig-link-list {
    padding-top: 8px;
}

.dropdown-menu {
    --bs-dropdown-color: rgb(79, 51, 72);
    --bs-dropdown-bg: rgb(198, 231, 217);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: rgb(202, 129, 184);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgb(224, 237, 232);
    --bs-dropdown-link-active-color: rgb(79, 51, 72);
    --bs-dropdown-link-active-bg: rgb(224, 237, 232);
    height: 88px;
}

#fe-link {
    margin-bottom: 8px;
}

#pm-link {
    margin-top: 8px;
}

.summary-text {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}

#summary p a {
    color: rgb(184, 118, 167) !important;
}

.skillsection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 1.2rem;
}

.skills-img {
    height: 280px;
    width: 280px;
    padding: 32px;
    flex-shrink: 0;
}

.hardskills {
    text-transform: uppercase;
    background: linear-gradient(0deg, rgb(219, 141, 199) 33%, rgb(184, 118, 167) 66%, rgb(79, 51, 72));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgb(219, 141, 199);
    display: table;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    justify-content: right;
    width: 200px;
}

.softskills {
    text-transform: uppercase;
    background: linear-gradient(0deg, rgb(79, 51, 72), rgb(184, 118, 167) 66%, rgb(219, 141, 199) 33%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgb(79, 51, 72);
    display: table;
    padding-left: 0;
    justify-content: left;
    width: 200px;
}

.hardskills li, .softskills li {
    margin-top: 12px;
}

.langskills {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 1.5rem;
}

.lang-skill-legend {
    font-size: larger;
    text-align: right;
    height: 300px;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: list-item;
    justify-content: right;
}

#lang-dia {
    display: grid;
    background: conic-gradient(
        rgb(91, 59, 83) 0% 32%, 
        rgb(110, 71, 100) 32% 64%, 
        rgb(184, 118, 167) 64% 90%, 
        rgb(202, 129, 184) 90% 95%, 
        rgb(219, 141, 199) 95%
    );
    border-radius: 50%;
    width: 320px;
    height: 320px;
}

.lang-skill-lvl {
    font-size: larger;
    height: 320px;
    width: 200px;
    display: list-item;
    justify-content: left;
}

#ua {
    color: rgb(91, 59, 83);
}

#ru {
    color: rgb(110, 71, 100);
}

#en {
    color: rgb(184, 118, 167);
}

#de {
    color: rgb(202, 129, 184);
}

#bg {
    color: rgb(219, 141, 199);
}

.legend-item {
    margin-top: 28px;
}

.years, .educ-descr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#bachelors, #masters, #courseyear {
    display: flex;
    justify-content: center;
}

.bachelors, .masters, .courseyear {
    display: list-item;
    justify-content: center;
    text-align: center;
    list-style: none;
    align-content: center;
}

/* .timeline {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
} */

.timeline-container {
    max-width: 100%;
    height: 140px;
    position: relative;
    margin-top: 10px;
    align-items: center;
}

.timeline-container svg {
    position: absolute;
}

.courses {
    display: list-item;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 16px;
}

#exp-carousel {
    width: 820px;
    margin: 0 auto;
}

#exp-car-btn {
    display: block;
    width: 180px;
}

#exp-car-btn .carousel-control-prev {
    margin-left: 10px;
}

#exp-car-btn .carousel-control-next {
    margin-right: 10px;
}

#exp-slide {
    height: 420px;
    justify-content: center;
    align-content: center;
    justify-items: center;
    background-color: rgba(219, 141, 199, 0.25);
    border-radius: 35%;
}

.exp-rounded {
    border-radius: 35%;
}

.exp-header {
    display: block;
    justify-content: center;
    justify-items: center;
    max-width: 440px;
    color: rgb(184, 118, 167);
}

.exp-header h2 {
    color: rgb(29, 29, 29) !important;
}

#exp-list-btn {
    display: block;
    background: transparent;
    border: none;
}

.did-list {
    width: 440px;
    /* list-style-image: url('images/flower.svg') !important;
    list-style-position: outside; */
    text-align: center;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.did-list li {
    margin-top: 12px;
    margin-right: 36px;
}

#interests h3 {
    margin-bottom: 0;
}

.mindmap-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 660px;
    margin: -50px auto 0;
}

.mindmap-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.node {
    position: absolute;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.node:hover {
    transform: translate(-50%, -50%) scale(1.1);
    z-index: 10;
}

.node img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border: none;
}

.node.center {
    width: 150px;
    height: 150px;
}

.node.center img {
    border: none;
}

.tooltip {
    position: absolute;
    background: rgb(198, 231, 217);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 8px;
    padding: 15px;
    min-width: 200px;
    max-width: 270px;
    width: 270px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 100;
    transform: translateX(-50%);
    justify-content: center;
}

#tooltip-info {
    text-align: center;
}

.tooltip.active {
    opacity: 1;
    pointer-events: auto;
}

.tooltip::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
}

.tooltip h3 {
    margin-bottom: 8px;
    font-size: 16px;
    color: rgb(29, 29, 29);
}

.tooltip p {
    font-size: 14px;
    color: rgb(40, 40, 40);
    line-height: 1.4;
}

line {
    stroke: rgb(184, 118, 167);
    stroke-width: 2;
}

.carousel-inner {
    justify-content: center;
}

.carousel-inner img {
    max-height: 260px;
    max-width: 240px;
    object-fit: contain;
}

#int-carousel-img {
    stroke-width: 2px;
    width: 64px;
    height: 128px;
}

footer {
    background-color: rgb(198, 231, 217);
    width: 100%;
}

.contacts a {
    margin-right: 0;
}

.contacts {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
    margin-left: 0;
    gap: 32px;
}

.contheader {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.telegram, .whatsapp, .linkedIn, .facebook, .instagram {
    background-color: none;
    width: 40px;
    height: 40px; 
    display: block;
}

.contact-me {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    margin: 20px;
}

.email, .phoneNumber {
    background-color: none;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: middle;
}

