:root {
    --font-base: 'Open Sans', Arial, sans-serif;
    --accent: rgba(247, 52, 241);
}

* {
    box-sizing: border-box;
}


body{
    font-size: 16px;
    font-family: var(--font-base);
    background: #000;
}

/*
----------------------------------- */
.container{
    width: 100%;
    max-width: 1600px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

/*
----------------------------------- */
.header {
    background: url(../images/background.webp) no-repeat;
    background-size: cover;
    height: 550px; 
    overflow: hidden;
}

.header .container{
    position: relative;
    height: 100%;
    z-index: 3;
}

@media (min-width: 992px)  {
    .header {
        height: 600px; 
    }
}

@media (min-width: 1200px)  {
    .header {
        height: 100vh;
        min-height: 400px; 
    }
    .header .container{
        max-width: 1200px; 
    }
}

@media (min-width: 1900px)  {
    .header .container{
        max-width: 1600px; 
    }
}

.header-blink{
    position: absolute;
    top: 200px;
    right:50px;
    width: 600px;
    height: 600px;
    background: url(../images/blink.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    transition: transform 0.3s ease-out;
}


/*
----------------------------------- */
.site-loader{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #000;
    transition: opacity .8s ease;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    margin-left: -150px;
    width: 300px;  
    background: linear-gradient(#ffffff 0 0) 0 100%/0% 2px no-repeat;
    animation: l2 3s linear infinite;
}

.loader:before {
    content:""
}

@keyframes l2 {to{background-size: 100% 2px}}

.loaded .site-loader{
    opacity: 0;
    z-index: -1
}

/*
----------------------------------- */
.menu{
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    gap: 0 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu a{
    color: #999;
    display: block;
    font-size: 14px; 
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.menu a::after{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #999;
    transition: width .5s;
}

.menu a:hover::after{ 
    width: 0;
} 

@media (min-width: 992px)  {
    .menu{
        top: 35px;
        gap: 0 45px;
    }
}

@media (min-width: 1900px)  {
    .menu{
        top: 85px; 
    }
}

/*
----------------------------------- */
.socials{
    display: flex;
    gap: 0 15px
}

.socials svg{
    width: 100%;
    height: 100%;
    fill: #e3e3e3
}

.socials a{
    display: block;
    width: 38px;
    height: 38px;
}

.socials a:hover{
    opacity: .8
}

/*
----------------------------------- */
.header-socials{
    position: absolute;
    bottom: 70px; 
    right: 20px;
    z-index: 9;
    opacity: .5
}

.header-socials.socials a{ 
    width: 30px;
    height: 30px;
}

@media(min-width: 992px) { 
    .header-socials{ 
        top: auto;
        bottom: 35px;
        right: 30px;
    }  
}

@media(min-width: 1900px) { 
    .header-socials{  
        bottom: 80px; 
    }  
    
    .header-socials.socials a{ 
        width: 38px;
        height: 38px;
    }  
}

/*
----------------------------------- */
.focus{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.author-photo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.author-photo img {
    position: absolute;
    bottom: 0;
    left: 50%; 
    margin-left: -150px;
    transition: opacity .5s;
    width: 300px;
}

@media(min-width: 768px) { 
    .author-photo img {  
        left: 20px;  
        width: 400px;
        margin-left: 0;
    }
}

@media(min-width: 992px) { 
    .author-photo img {   
        width: 500px; 
    }
}

@media(min-width: 1200px) { 
    .author-photo{ 
        right: unset; 
    }
    .author-photo img { 
        bottom: 0;
        left: 50px;  
        width: 500px;
    }
}

@media(min-width: 1900px) { 
    .author-photo img { 
        bottom: 0;
        left: 0;  
        width: 750px;
    }
}

.author-photo img:first-child{ 
    z-index: 2
}

.author-photo img:last-child{
    z-index: -1;
    opacity: 0
}

.author-photo:hover img:first-child {
    opacity: 0
}

.author-photo:hover img:last-child {
    opacity: 1;
    z-index: 2; 
}

/*
----------------------------------- */
.author-name{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 350px;  
    transform: translateX(-50%);
}

@media(min-width: 768px) { 
    .author-name{ 
        top: 50%;
        left: unset;
        right: 15px;
        width: 430px; 
        margin-top: -150px;
        transform: unset;
    }
}

@media(min-width: 992px) { 
    .author-name{ 
        top: 50%; 
        width: 570px; 
        margin-top: -150px; 
    }
}

@media(min-width: 1200px) { 
    .author-name{  
        width: 700px;  
    }
}

@media(min-width: 1900px) { 
    .author-name{  
        right: 0;
        width: 900px; 
        margin-top: -150px; 
    }
}

/*
----------------------------------- */
@keyframes colorChange {
    0%   { fill: #ffffff; } 
    50%  { stroke: #000000; }
    100% { stroke: #ffffff; }
}

.author-name-dobr { 
    stroke: #fff;
    stroke-width: 3px;
    fill: transparent; 
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: draw 3s linear forwards;
    
}

.author-name-dina {  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    fill: #fff; 
    /*
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: draw 3s linear forwards;
    */
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/*
----------------------------------- */
.middle{
    padding:  0;
}

/*
----------------------------------- */
.portfolio-section + .portfolio-section{
    margin-top: 50px;
}

.portfolio-section {
    padding-bottom: 50px;
}

.portfolio-carousel{
    margin-bottom: 15px;
}

.portfolio-carousel-item{
    width: 100%;
    max-width: 300px;
    position: relative;
    cursor: pointer;
}

@media(min-width: 768px) {
    .portfolio-carousel-item{
        max-width: 400px;
    }
}

@media(min-width: 992px) {
    .portfolio-carousel-item{
        max-width: 380px;
    }
}

@media(min-width: 1440px) {
    .portfolio-carousel-item{
        max-width: 500px;
    }
}

@media(min-width: 1900px) {
    .portfolio-carousel-item{
        max-width: 550px;
    }
}

.portfolio-carousel-item::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, .4);
    transition: opacity .5s;
}

.portfolio-carousel-item:hover::after{
    opacity: .1;
}

.portfolio-carousel-item:hover .portfolio-carousel-item__data{
    color: #000
}

.portfolio-carousel-item img{
    max-width: 100%;
}

.portfolio-carousel-item__data{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 3;
    color: #ccc;
    font-size: 14px;
    transition: color .5s;
}

.portfolio-carousel-item__title{
    font-size: 18px;
    text-transform: uppercase;
}

.portfolio-carousel-item__description{
    letter-spacing: .02em;
    margin-top: 10px;
}

/*
----------------------------------- */
.portfolio-section--title{
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.portfolio-section--title svg{
    fill: #ccc;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
}

.portfolio-section--description{
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

/*
----------------------------------- */
.svg-list {
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.circle-cursor--outer {
    width: 400px;
    height: 400px;
    z-index: 2;
    background: url("../images/blink.svg") no-repeat;
    background-size: contain;
    opacity: 0.3;
}

/*
----------------------------------- */
footer{
    position: relative;
    z-index: 2;
    padding: 50px 0;
    background: #000;
}

.footer-socials{
    justify-content: center;
    margin: 50px 0 0 ;
}

.copy{
    margin-top: 50px;
    text-align: center;
    color: #999;
}

/*
----------------------------------- */
.portfolio-modal{
    width: 1000px;
    max-width: 90%;
    background: #999;
}

.portfolio-modal__title{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.portfolio-modal__description{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.portfolio-modal__items{ 
    margin-top: 40px;
}

.portfolio-modal__items img{
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

/*
----------------------------------- */
#portfolio-cv{
    padding: 0;  
}

.portfolio-cv-modal-outer{
    display: none;
}

/*
----------------------------------- */  
.resume-wrapper a {
    color: var(--accent);
    text-decoration: none;
}

.clearfix::after, .clearfix::before {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.bold {
    color: #4a4e51;
    font-weight: 400;
}

.resume-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
}

.profile .container {
    min-height: 600px;
}

.profile {
    background: #fff;
    width: 40%;
    float: left;
    color: #9099a0;
}

@media (max-width: 850px) {
    .profile {
        width: 100%;
    }
}

.profile .name-wrapper {
    float: left;
    width: 60%;
}

.profile h1 {
    font-size: 2.5em;
    text-align: left;
    color: #4a4e51;
    text-transform: uppercase;
    line-height: 1em;
    padding-top: 40px;
}

@media (max-width: 1200px) {
    .profile h1 {
        padding-top: 20px;
    }
}

@media (max-width: 450px) {
    .profile h1 {
        font-size: 1.8em;
        padding-top: 20px;
    }
}

.profile li {
    margin-bottom: 10px;
}

.profile .picture-resume-wrapper {
    width: 40%;
    display: block;
    float: left;
}

@media (max-width: 1200px) {
    .profile .picture-resume-wrapper {
        width: 100%;
    }
}

.profile .picture-resume {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 0px;
    display: table;
    position: relative;
    vertical-align: middle;
} 

.profile .picture-resume img {
    border-radius: 50%;
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 1500px) {
    .profile .picture-resume img {
        width: 80px;
    }
}

@media (max-width: 1200px) {
    .profile .picture-resume img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1500px) {
    .profile .picture-resume {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1200px) {
    .profile .picture-resume {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 450px) {
    .profile .picture-resume {
        width: 180px;
        height: 180px;
    }
}

.profile .contact-info {
    margin-top: 100px;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .profile .contact-info {
        margin-top: 70px;
    }
}

@media (max-width: 450px) {
    .profile .contact-info {
        margin-top: 50px;
    }
}

.profile .list-titles {
    float: left;
    text-align: left;
    font-weight: 600;
    width: 40%;
    color: #4a4e51;
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile .list-content {
    float: left;
    width: 60%;
    text-align: left;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile .contact-presentation {
    text-align: left;
    font-weight: 300;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .profile .contact-presentation {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media (max-width: 850px) {
    .profile .contact-presentation {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.profile svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile .st0, 
.profile .st1 {
    fill: #66cc99;
}

.experience {
    background: #3d3e42;
    width: 60%;
    float: left;
    position: relative;
    color: #9099a0;
    font-weight: 300;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width: 850px) {
    .experience {
        width: 100%;
    }
}

.experience h3.experience-title {
    color: var(--accent);
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.experience .company-wrapper {
    width: 30%;
    float: left;
    text-align: left;
    padding-right: 5%;
    margin-bottom: 60px;
}

@media (max-width: 450px) {
    .experience .company-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
}

.experience .job-wrapper {
    width: 70%;
    float: left;
    text-align: left;
    padding-right: 5%;
    margin-bottom: 60px;
}

@media (max-width: 450px) {
    .experience .job-wrapper {
        width: 100%;
        margin-bottom: 40px;
    }
}

.experience .experience-title {
    color: white;
    margin-bottom: 15px;
}

.section-padding {
    padding: 60px 60px 40px 40px;
}

@media (max-width: 850px) {
    .section-padding {
        padding: 80px 15% 40px 10%;
    }
}

@media (max-width: 450px) {
    .section-padding {
        padding: 40px 10% 20px 5%;
    }
}

.section-wrapper {
    width: 50%;
    float: left;
    text-align: left;
    color: #9099a0;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 450px) {
    .section-wrapper {
        width: 100%;
    }
}

.section-wrapper:nth-child(3) {
    padding-right: 8%;
}

.section-wrapper h3.section-title {
    color: var(--accent);
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.skill-list{
    padding: 0;
    margin: 0;
    list-style: none;
}


.section-wrapper .skill-percentage {
    margin-bottom: 10px;
    position: relative;
}

.section-wrapper .skill-percentage::after {
    content: "";
    width: 100%;
    height: 6px;
    background: #4a4e51;
    display: block;
    margin-top: 3px;
}
.section-wrapper .skill-percentage::before {
    content: "";
    height: 6px;
    background: var(--accent);
    position: absolute;
    margin-top: 3px;
    bottom: 0;
}

.section-wrapper .skill-percentage:nth-child(1)::before {
    width: 80%;
    -webkit-animation: skill_1 0.6s ease;
    animation: skill_1 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(2)::before {
    width: 90%;
    -webkit-animation: skill_2 0.6s ease;
    animation: skill_2 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(3)::before {
    width: 50%;
    -webkit-animation: skill_3 0.6s ease;
    animation: skill_3 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(4)::before {
    width: 60%;
    -webkit-animation: skill_4 0.6s ease;
    animation: skill_4 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(5)::before {
    width: 70%;
    -webkit-animation: skill_5 0.6s ease;
    animation: skill_5 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(6)::before {
    width: 70%;
    -webkit-animation: skill_6 0.6s ease;
    animation: skill_6 0.6s ease;
}

.section-wrapper .skill-percentage:nth-child(7)::before {
    width: 70%;
    -webkit-animation: skill_6 0.6s ease;
    animation: skill_6 0.6s ease;
}

@-webkit-keyframes skill_1 {
    from {
        width: 0%;
    }
    to {
        width: 80%;
    }
}

@keyframes skill_1 {
    from {
        width: 0%;
    }
    to {
        width: 80%;
    }
}
@-webkit-keyframes skill_2 {
    from {
        width: 0%;
    }
    to {
        width: 90%;
    }
}
@keyframes skill_2 {
    from {
        width: 0%;
    }
    to {
        width: 90%;
    }
}
@-webkit-keyframes skill_3 {
    from {
        width: 0%;
    }
    to {
        width: 50%;
    }
}
@keyframes skill_3 {
    from {
        width: 0%;
    }
    to {
        width: 50%;
    }
}
@-webkit-keyframes skill_4 {
    from {
        width: 0%;
    }
    to {
        width: 60%;
    }
}
@keyframes skill_4 {
    from {
        width: 0%;
    }
    to {
        width: 60%;
    }
}
@-webkit-keyframes skill_5 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@keyframes skill_5 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@-webkit-keyframes skill_6 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@keyframes skill_6 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@-webkit-keyframes skill_7 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@keyframes skill_7 {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}

/*
-------------------------------------------*/
.circle {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
} 

#one {
	background-color: rgba(247, 52, 241, 0.45);   
	transition: 1s;
}

#two {
	background-color: green;
	transition: 1s;
	opacity: 0.5;
}

#three {
	background-color: red;
	transition: 1s;
	opacity: 0.5;
}

#four {
	background-color: orange;
	transition: 1s;
	opacity: 0.5;
}

#five {
	background-color: green;
	transition: 1s;
	opacity: 0.5;
}

#cc {
	position:relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

#cc:hover #two {
	transform: translate(0px, 75px);
}

#cc:hover #three {
	transform: translate(0px, -75px);
}

#cc:hover #four {
	transform: translate(75px, 0px);
}

#cc:hover #five {
	transform: translate(-75px, 0px);
}
