@import url("style.css");
@import url("second-section.css");



.fourth-section .results-description{
    font-display: flex;
    text-align: center;
    margin-bottom: 40px;
}

.profile-top{
    display: flex;
    align-items: left;
    gap: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    color: var(--second-color);
}
.profile-picture img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-top: 3px solid var(--third-color);
    border-right: 3px dashed var(--third-color);
    border-bottom: 3px dotted var(--third-color);
    border-left: 3px double var(--third-color);
    padding: 10px;
    /* animation: rotateImage 100s linear infinite; */
    box-shadow: 0 0 8px var(--seventh1-color), 0 0 15px var(--seventh1-color), 0 0 20px var(--seventh1-color);
}
.profile-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.profile-bottom p{
    font-size: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
.testimonials{
    display: flex;
    gap: 20px;
    overflow: hidden;
    animation: overflow 10s linear infinite;
}
.ttt{
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;

}
.ttt .klinic-fourth{
    width: 400px;
}

.testimonials:hover{
    animation-play-state: paused;
}
.klinic-fourth:hover{
    rotate: -2deg;
    z-index: 1000;

}
@keyframes overflow{
    from{
      transform: translateX(0);  
    }
    to{
        transform: translateX(35%);
    }
}
.klinic-fourth{
    display: flex;
    flex-direction: column;
    max-width: 550px;
    justify-content: center;
    align-items: center;
    
}
.fifth-container{
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
}
.fifth-top{
    display: flex;
    width: 80vw;
    align-items: center;
    justify-content: center;
    gap: 40px;

}
.fifth-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
}
.fifth-left img{
    width: 50%;
}
.fifth-left, .fifth-right{
    background: var(--sixth-color);
    border: 1px solid var(--third-color);
    border-radius: 10px;
    height: 300px;
    padding: 20px;
    max-width: 100vh;



}
.desc{
    font-family: sans-serif;
    color: var(--third-color);
}
@media (max-width: 1100px) {  /* Use a colon (:) instead of an equal sign (=) */
    .fifth-top {
        display: flex;
        flex-direction: column;
        width: 80vw;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
}
.fifth-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: inherit;
}


.language-icons-anime{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.anime-icon{
    border: 1px solid var(--third-color);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-family: sans-serif;
    color: var(--third-color);
}
.tops-animes{
    display: flex;
    gap: 10px;

}
.top-anime{
    display: flex;
    gap: 10px;

}

.anime1{
    animation:  overFlow 5s linear infinite;

}
@keyframes overFlow{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translate(-28%);
    }
}
.anime2{
    animation:  overFllow 5s linear infinite;

}
@keyframes overFllow{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translate(28%);
    }
}
.hobbies {
    position: relative;
    width: 400px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    margin: auto;
}

.hobby {
    position: absolute;
    background: var(--eighth-color);
    color: var(--main-color);
    padding: 8px 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    white-space: nowrap;
    transition: transform 0.5s ease-in-out;
}

.fifth-bottom{
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 80vw;
    align-items: center;
    justify-content: center;
    gap: 40px;

}
.sixth-section{
    width: 80vw;
    color: var(--main-color);
    background: var(--eighth-color);
    padding: 20px;
    border-radius: 10px;
    
}
.sixth-section p{
    font-family: sans-serif;
}
.contact{
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
}
.contact-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-me{
    color: var(--second-color);
    font-family: sans-serif;
    font-weight: 600;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
}
.contact-me svg{
    rotate: 45deg;
}

@media (max-width: 900px){
    .contact{
        display: flex !important;
        flex-direction: column;
    }
}

.seventh-section{
    display: flex;
    width: 80vw;

    flex-direction: column;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: var(--third-color);
    font-weight: 500;
    word-break: 5px;
}
.socials{
    display: flex;
    font-family: sans-serif;
    gap: 10px;

}
.social{
    display: flex;
    align-items: center;
}
.social a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--second-color);
}
.connect a{
    text-decoration: none;
    color: var(--main-color);
    display: flex;
    align-items: center;
}
.social svg{
    rotate: 45deg;
}

.explore-work a{
    text-decoration: none;
    color: var(--second-color);
    display: flex;
    align-items: center;
}
@media (max-width: 700px){
    .footer{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .socials{
        display: flex;
        flex-direction: column;  
    }
}

.left-map {
    object-fit: cover;
    width: 100%;
    white-space: 0;
}

.map{
    object-fit: cover;
    
}





