@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tinos', 'serif';
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

#edu {
    height: 45px;
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    animation: show-content 1.5s linear forwards;
    animation-delay: 1.2s;
}

@keyframes show-content {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.navbar .logo {
    font-size: 30px;
    font-weight: 700;
}

.navbar ul {
    display: flex;
}

.navbar ul li {
    list-style: none;
    margin-left: 35px;
}

.navbar ul li a {
    font-size: 20px;
    font-weight: 500;
}


.navbar .theme {
    display: inline-flex;
    padding: 8px;
    border: 2px solid #3C3C3C;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 8px;
    transition: .5s;
}

.navbar .theme:hover {
    color: #3C3C3C;
    border: 2px solid #39FF14;
    box-shadow: 0 0 10px #39FF14;
}

.about {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding: 150px 9% 0;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    animation: show-content 1.5s linear forwards;
    animation-delay: 1.6s;
}

.about-info h1 {
    background-color: #3C3C3C;
    font-size: 55px;
}

.about-info h1 {
    display: inline-block;
    font-size: 32px;
    margin: 10px;
    padding: 10px;
    position: absolute;
    top: 110px;
    left: 180px;
}

.about-info h1 span {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: .7px var(--stroke-color, #39FF14);
    animation: display-text 20s linear infinite;
    animation-delay: calc(-4s * var(--i));
}

@keyframes display-text {
    20%,
    100% {
        display: none;
    }
}

.about-info h1 span::before {
    content: attr(data-text);
    position: absolute;
    width: 0;
    border-right: 2px solid var(--pseudo-color, #39FF14);
    color: var(--pseudo-color, #39FF14);
    white-space: nowrap;
    overflow: hidden;
    animation: fill-text 4s linear infinite;
}

@keyframes fill-text {
    10%, 100% {
        width: 0;
    }
    70%, 90% {
        width: 100%;
    }
}
p {
    font-size: 18px;
    align-content: center;
    text-align: justify;
    margin-top: 20px;
}

.about-info .btn-sci {
    display: flex;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #39FF14;
    border: 2px solid #39FF14;
    border-radius: 40px;
    box-shadow: 0 0 10px #39FF14;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: 600;
    transition: .5s;
}

.btn:hover {
    background-color: transparent;
    color: #39FF14;
    box-shadow: none;
}

.about-info .btn .btn-sci .sci {
    margin-left: 20px;
}

.about-info .btn-sci .sci a {
    display: inline-flex;
    padding: 8px;
    border: 2px solid #39FF14;
    border-radius: 50%;
    font-size: 20px;
    color: #39FF14;
    margin: 0 8px;
    transition: .5s;
}

.about-info .btn-sci .sci a:hover {
    background-color: #39FF14;
    color: #3C3C3C;
    box-shadow: 0 0 10px #39FF14;
}

.courses {
    font-size: 28px;
    margin: 0px 25px 0px 25px;
    padding: 40px;
    border: 2px solid #39FF14;
    height: 95%;
    width: 95%;
    border-radius: 10px;
    align-content: center;
    text-align: justify;
    display: block;
}

.courses .course {
    display: block;
    padding: 20px;
    height: 105%;
    width: 100%;
    position: relative;
    z-index: 3;
    border: 2px solid #8C8C8C;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #8C8C8C inset;
}

.courses .course1 {
    display: flex;
    padding: 20px;
    height: 105%;
    width: 100%;
    position: relative;
    z-index: 3;
    row-gap: 20px;
    column-gap: 20px;
}

.courses .course .coursedetail {
    position: relative;
    padding: 0 20px;
    justify-content: left;
    align-items: center;
    display: block;
}

.courses .course1 .coursedetail {
    position: relative;
    padding: 20px;
    justify-content: left;
    align-items: center;
    display: block;
}

.skills {
    height: 10px;
    width: 100%;
    background-color: #8C8C8C;
    border-radius: 5px;
    align-self: center;
    margin: 8.2px 10px;
}

.skill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    gap: 20px;

}

#pen, #code, #aws {
    margin-top: 20px;
    font-size: 0.83em
}

.skillname {
    margin: 0;
    width: 100%;
    display: block;
    justify-items: center;
}

#service {
    margin-bottom: 10px;
    border: 2px solid #8C8C8C;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #8C8C8C inset;
    width: 110%;
}

h5 {
    color: #FFFFFF;
}

h6 {
    color: #8C8C8C;
    font-weight: normal;
}

.title {
    font-weight: normal;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.percent {
    color: #FFFFFF;
    font-weight: normal;
    align-self: center;
}

.about-img .img-box {
    width: 32vw;
    height: 32vw;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-img .img-box::before,
.about-img .img-box::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: conic-gradient(transparent, transparent, transparent, #39FF14);
    border-radius: 50%;
    transform: rotate(0deg);
    animation: rotate-border 10s linear infinite;
}

.about-img .img-box::after {
    animation-delay: -5s;
}

@keyframes rotate-border {
    100% {
        transform: rotate(360deg);
    }
}

.about-img .img-box .img-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3C3C3C;
    border-radius: 50%;
    border: .1px solid #3C3C3C;
    display: flex;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.about-img .img-box .img-item img {
    position: absolute;
    top: 0px;
    display: block;
    width: 110%;
    object-fit: cover;
    mix-blend-mode: lighten;
}

.bars-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.bars-animation .bar {
    width: 100%;
    height: 100%;
    background-color: #3C3C3C;
    transform: translateY(-100%);
    animation: show-bars .5s ease-in-out forwards;
    animation-delay: calc(.1s * var(--i));
}

@keyframes show-bars {
    100% {
        transform: translateY(0%);
    }
}

.color {
    position: fixed;
    bottom: 20px;
    right: 40px;
    height: 30px;
    justify-content: right;
    display: flex;
    gap: 10px;
}

#red {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: #FF4900;
}

#blue {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: #1F51FF;
}

#pink {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: #FF008D;
}

#green {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: #39FF14;
}

#purple {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: #8900FF;
}

.colorip {
    align-items: center;
    justify-content: center;
    border: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid white;
}

#colorpick {
    padding: 0;
    margin: 0;
    border: none;
    height: 40px;
    width: 38px;
    position: relative;
    top: -5px;
    left: -3px;
}