@import url('https://fonts.googleapis.com/css2?family=Poppins');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins' , sans-serif;


}

html, body {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background: #1f242d;
    color: #ffffff;
}


.header {

    position: fixed;
    top: 3%;
    left: 20%;
    width: 100%;
    padding: 10px 35%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {

    position: fixed;
    top: 3%;
    left: 50px;
    font-size: 25px;
    color: #d2c6f3;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    animation: slideRight 1s ease forwards;


}

.navbar a {

    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: 0.3s;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.navbar a:hover,
.navbar a.active {

    color: rgb(127, 119, 238);
}

.profile {
    
    margin-left: 36%;
    margin-top: 20%;
    position: fixed;
    text-align: center;
    width: 500px;
    height: 450px;
    background: transparent;
    border: 10px solid #474747;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.8em;
    color: #133c4d;
    font-weight: 5;   
    transition: .5s;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    animation: slideRight 1s ease forwards;
}
.profileb {

    margin-left: 36%;
    margin-top: 20%;
    position: fixed;
    text-align: center;
    width: 500px;
    height: 500px;
    background: transparent;
    border: 10px solid #474747;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.8em;
    color: #133c4d;
    font-weight: 5;   
    transition: .5s;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    animation: slideRight 1s ease forwards;



}

.profilec {

    margin-left: 36%;
    margin-top: 20%;
    position: fixed;
    text-align: center;
    width: 520px;
    height: 500px;
    background: transparent;
    border: 10px solid #474747;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.8em;
    color: #133c4d;
    font-weight: 5;   
    transition: .5s;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    animation: slideRight 1s ease forwards;



}

.home {

    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 10% 0;



}   

.home-content {

    max-width: 600px;
}

.bout {

    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 10% 0;



}   

.bout-content {

    max-width: 600px;
    font-size: 20px;
    font-weight: 700;
    margin: 200px 0;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
    
    
}

.home-content h3 {

    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
}

.home-content h3:nth-of-type(2) {

    margin-bottom: 30px;
    animation: slideTop 1s ease forwards;
    animation-delay: .7s;
}
.home-content h3 span {

    color: #a4bff1;
}

.home-content h1 {

    font-size: 56px;
    font-weight: 700;
    margin: -3px 0;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;

}

.home-content p {

    font-size: 16px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;

}

.home-img img {

    max-width: 500px;
    opacity: 0;
    animation: zoomIn 1s ease forwards, floatImage 4s ease-in-out infinite;
    animation-delay: 1.7s, 3s;
    border: 0px solid #474747;
    
    
    
    
    
    
    
    
}

.social-media a {

    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size:  20px;
    color: #0ef;
    text-decoration: none;
    margin: 30px 15px 30px 0;
    transition:  .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2 * var(--i))

}
.social-media a:hover {

    background: #0ef;
    color: #1f242d;
    box-shadow: 0 0 20px #0ef;
}

.btn {

    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    box-shadow: 0 0 10px #0ef;
    font-size: 16px;
    color: #1f242d;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 1.7s;
}

/* KEYFRAMES ANIMATION */

@keyframes slideRight {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideTop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        transform: translatex(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floatImage {
    
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-24px);

    }
    100% {
        transform: translateY(0);
    }
}
