@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');



body {
    margin: 0;
    background-color: #010101;
    background-image: url("images/bc1.png");
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: "JetBrains Mono", sans-serif;
    overflow: hidden
}

html{
    box-sizing: border-box;
}

a{
  color: inherit;
  text-decoration: none;
}

li{
  list-style: none;
}

img{
  max-width: 100%;
}

.intro {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.intro__title {
    font-weight: 400;
    font-size: 70px;
    max-width: 540px;
    margin: 0;
}

.intro__text--container {
    display: flex;
    font-family: "Jura", sans-serif;
    font-size: 40px;
}
.intro__text {
    margin-right: 10px;
}


.tabs__btn-item {
    background: transparent;
}

.tabs {
    height: 100%;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid rgba(217, 217, 217, 0.3);
}

/* .tabs::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.3)
} */


.tabs__btn {
    font-family: "Jura", sans-serif;
    font-size: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-content: center;
}

.tabs__btn-item {
    padding: 35px;
}

.tabs__btn-item:not(.tabs__btn-item--active):hover {
    color: #DA8BFF;
}

.btn5:not(.tabs__btn-item--active):hover img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(79%) saturate(1931%) hue-rotate(219deg) brightness(98%) contrast(105%);
}

.tabs__btn .btn1 {
    grid: 1 / 2;
    border: 1px solid rgba(217, 217, 217, 0.3);
}

.tabs__btn .btn2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
    border-right: 1px solid rgba(217, 217, 217, 0.3);
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.tabs__btn .btn3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    border-left: 1px solid rgba(217, 217, 217, 0.3);
    border-right: 1px solid rgba(217, 217, 217, 0.3);
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.tabs__btn .btn4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    border-right: 1px solid rgba(217, 217, 217, 0.3);
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.tabs__btn .btn5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    border-left: 1px solid rgba(217, 217, 217, 0.3);
    border-right: 1px solid rgba(217, 217, 217, 0.3);
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs__btn .btn6 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    border-right: 1px solid rgba(217, 217, 217, 0.3);
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs__btn-item--active {
    color: #fff;
    background-color: #AD00FF;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px;
    font-family: "Jura", sans-serif;
    font-size: 35px;
    width: 50%;
}


.me {
    display: none;
}

.me__text1 img {
    margin-left: 30px;
    float: right;
    height: 500px;
}


.path {
    display: none;
}

.path__title {
    font-size: 50px;
    color: #DA8BFF;
}

.list {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list li {
    position: relative;
    border-left: 4px solid #DA8BFF;
    padding: 16px 20px 16px 28px;
    margin: 12px 0 30px 0;
    transition-duration: 0.3s;
}

.exp {
    display: none;
}

.gif {
    display: none;
}

.gif img {
    border-radius: 20px;
    height: 650px;
}


.exp__text1 {
    font-size: 50px;
}

.exp__text1 span:last-child {
    color: #DA8BFF;
}

.exp__title {
    margin-bottom: 20px;
}

.contacts {
    display: none;
}

.container__text {
    display: none;
}

.tabs__content-item--active {
    display: flex;
}

.contacts__item {
    border: 1px solid #DA8BFF;
    border-radius: 25px;
    margin-bottom: 40px;
    padding: 15px;
    cursor: pointer;
}

.contacts__img {
    width: 50px;
    margin-right: 20px;
}

.intro__text--newcolor {
    padding: 0;
    color: #DA8BFF;
}

.phone, .mail {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(104%) contrast(104%);
}

.github {
    filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(3194%) hue-rotate(222deg) brightness(92%) contrast(89%);
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #DA8BFF;
    position: relative;
    transition: top 2s ease;
    top: 50%;
    left: calc(100vw / 2 + 5px);
    box-shadow: 0 0 0px #DA8BFF;
}


.trail {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #DA8BFF;
    opacity: 0.5;
    /* transform: translateY(0); */
    animation: fade 1s ease-in-out forwards;
}

@keyframes fade {
    to {
        opacity: 0;
        transform: translateY(0);
    }
}

.content {
    opacity: 0;
    animation: ani 1.5s forwards;
}

@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@media (max-width: 1490px) {
    .intro__title {
        font-size: 55px;
    }

    .intro__text--container {
        font-size:35px;
    }

    .content {
        font-size: 25px;
    }

    .path__title {
        font-size: 40px;
    }

    .exp__text1 {
        font-size: 35px;
    }

    .me__text1 img {
        height: 350px;
    }

    .contacts__img {
        width: 40px;
    }
}


