@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    /* --maincolor: #a0cadf; */
    /* --bg: #6698b1;
    --textcolor2: #5d6061;
    --bg2: #4f4d50;
    --bg3: #373a41;
    --textcolor1: whitesmoke; */
    --bg: black;
    --textcolor1: whitesmoke;
    --textcolor2: #5d6061;
    --bg2: black;
    --bg3: black;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; /* Arka planda kalması için */
}
.left {
    background: var(--bg);
    padding: 1rem 1rem 2rem 3rem;
    height: 910px;
}


.left .logo img {
    width: 50px;
}

.left .banner {
    position: relative;
    top: 25%;
}

.left .banner h5 {
    font-size: 2.5rem;
    color: var(--textcolor1);
}

.left .banner h6 {
    line-height: 2;
    color: var(--textcolor1);
    font-size: 1.25rem;
}


.left .banner h1 {
    color: var(--textcolor1);
    font-size: 9.5rem;
    margin-left: -8px;
    white-space: nowrap;
}

.left .banner .btn-contact {
    color: var(--textcolor1);
    border: 1px solid var(--textcolor1);
    border-radius: 0px;
    margin-top: 2rem;
    padding: 12px 30px;
    z-index: 3;
}

.left .social-links {
    position: sticky;
    bottom: 0;
    top: 100%;

}

.left .social-links a:nth-child(1) {
    margin-left: 0;
}

.left .social-links a {
    color: var(--textcolor1);
    border: 2px solid var(--textcolor1);
    padding: 3px 7px;
    border-radius: 100%;
    margin: 0 0.5rem;
}

.left .social-links a i {
    font-size: 13px;
}

.middle {
    height: auto;

}

.middle .sypic img {
    height: auto;
    max-width: 100%;
    opacity: 0.8;
    z-index: -1;
    position: relative;
}

.middle .sytext {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
    padding: 5px 1rem;
    margin: 0;
}

.middle .sytext p {
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 1rem;
}

.middle .sytext .btn-resume {
    color: var(--textcolor1);
    background-color: var(--bg);
    border-radius: 0;
    border: 1px solid var(--textcolor1);
    border-radius: 0px;
    margin-top: 1rem;
    padding: 12px 30px;
    float: inline-end;
    z-index: 3;
    margin-bottom: 1rem;
    position: relative;
}

.right {
    background: var(--bg3);
    color: var(--textcolor1);
    padding: 1rem 1rem 2rem 3rem;
    height: 910px;
}

.right .menu-icon {
    display: flex;
    justify-content: end;
}



@media screen and (max-width:1600px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 7.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }
}

@media screen and (max-width:1500px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 7.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }
}

@media screen and (max-width:1400px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 6.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }
}

@media screen and (max-width:1300px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 5.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }
}


@media screen and (max-device-width:1024px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 8.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }

    .btn-resume {
        margin-bottom: 1rem;
    }

}

@media screen and (max-width:820px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 5.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }

    .btn-resume {
        margin-bottom: 1rem;
    }

}

@media screen and (max-device-width:820px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 8.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }

    .btn-resume {
        margin-bottom: 1rem;
    }

}

@media screen and (max-device-width:768px) {
    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 8.5rem;
        margin-left: -8px;
        white-space: nowrap;
    }

    .btn-resume {
        margin-bottom: 1rem;
    }

}







@media screen and (max-width:600px) {

    .left {
        background: var(--bg);
        padding: 1rem 1rem 2rem 1.25rem;
        height: 750px;
    }

    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 4rem;
        margin-left: 0px;
        white-space: nowrap;
    }

    .btn-resume {
        margin-bottom: 1rem;
    }
}


@media screen and (max-device-width:600px) {

    .left {
        background: var(--bg);
        padding: 1rem 1rem 2rem 1.25rem;
        height: 750px;
    }

    .left .banner h1 {
        color: var(--textcolor1);
        font-size: 4rem;
        margin-left: 0px;
        white-space: nowrap;
    }

    .btn-resume {
        float: none !important; 
        display: block !important;

    }
}