* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
    height: 50px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #67e0e1;
    border-radius: 10px;
}

.engAmHome {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
    cursor: pointer;
}
.engAm {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    cursor: pointer;
}

.hay {
    color: white;
}

.eng {
    color: white;
}

.active {
    color: #67e0e1;
}

.name {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    transition: 0.6s;
    font-size: 25px;
}

.name:hover {
    cursor: pointer;
    color: #67e0e1;

}

.languages a {
    transition: 0.6s;
    text-decoration: none;
    padding: 5px;
    font-size: 25px;
}

.languages a:hover {
    scale: 1.1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body {
    background-color: #202020;
    font-family: "Lato", Sans-serif;
}

.bookBlock:nth-child(1) {
    animation-delay: 0s;
}

.bookBlock:nth-child(2) {
    animation-delay: 0.2s;
}

.bookBlock:nth-child(3) {
    animation-delay: 0.4s;
}

.bookBlock:nth-child(4) {
    animation-delay: 0.6s;
}

.bookBlock:nth-child(5) {
    animation-delay: 0.8s;
}

.siteStartSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.startSection {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.firstAndLastName {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.firstName {
    font-size: 80px;
    color: white;
    font-stretch: semi-expanded;
}

.abelImage img {
    transition: transform 0.6s;
    cursor: pointer;
}

.abelImage img:hover {
    transform: scale(1.05);
}

.lastName {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    font-size: 195px;
    background-image: url("../images/background1.jpg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-clip: text;
    color: transparent;
    letter-spacing: -2px;
}

.rightSite {
    color: #67e0e1;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    padding-top: 20px;
}

.aboutAbel {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 20px;
}

.toBooksAndSectionZeroOne {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.toBooks {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    transition: 0.6s;
    text-decoration: none;
    margin-top: 20px;
}

.toBooks:hover {
    color: #67e0e1;

}

.aboutAbelText {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.aboutMe {
    color: #67e0e1;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4.8px;
    margin-bottom: 10px;
}

.text {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.15em;
    gap: 25px;
}

.text p {
    margin-bottom: 25px;
}

.myBooksAndZeroTwoSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    text-align: center;
}

.myBooks {
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10.7px;
}

.container {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 15px;
}

.booksContainer {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.booksContainerEng {
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bookBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    transition: 0.8s;
    animation: fadeIn 1s ease forwards;
}


.bookBlock:hover {
    cursor: pointer;
    scale: 1.05;
}

.bookImage {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.bookDescription {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 15px;
    transition: 0.6s;
    text-decoration: none;

}

.bookDescription:hover {
    color: #67e0e1;
}

.bookYear {
    color: #ffffff;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.toAllBooks {
    letter-spacing: 2px;
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.toAllBooks a {
    text-decoration: none;
    transition: 0.6s;
    color: #67e0e1;
    cursor: pointer;
}

.toAllBooks h2:hover {
    letter-spacing: 4px;
    scale: 1.05;
}

footer {
    display: flex;
    justify-content: center;
    gap: 15px;
    background: #171717;
    width: 100%;
    height: 200px;
    flex-direction: column;
    align-items: center;
    color: white;
}
footer a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: 0.8s;
}
footer span {
    color: white;
}
footer a:hover {
    scale: 1.1;
}

@media (max-width: 390px) {
    .firstName {
        font-size: 20px;
    }

    .lastName {
        font-size: 35px;
        margin-top: 10px;
    }

    .bookDescription {
        font-size: 13px;
        text-align: center;
    }

    footer {
        font-size: 15px;
    }

    .text {
        font-size: 15px;
    }

    .aboutAbel span {
        text-align: center;
    }

    .booksContainer, .booksContainerEng {
        flex-direction: column;
    }

    .name {
        font-size: 18px;
    }

    .languages a {
        font-size: 16px;
    }

    .rightSite {
        font-size: 11px;
    }

    .abelImage img {
        width: 160px;
        height: 190px;
    }

    .myBooks {
        font-size: 29px;
        letter-spacing: 8px;
    }

    .bookBlock {
        width: 200px;
        padding: 15px;
    }

    .engAm {
        padding: 20px;
    }
}

@media (min-width: 390px) and (max-width: 600px) {
    .firstName {
        font-size: 35px;
    }

    .startSection {
        width: 90%;
        flex-direction: column;
    }

    .lastName {
        font-size: 55px;
        margin-top: 10px;
    }

    .bookDescription {
        font-size: 10px;
    }

    footer {
        font-size: 15px;
    }

    .text {
        font-size: 15px;
    }

    .aboutAbel span {
        text-align: center;
    }

    .name {
        font-size: 18px;
    }

    .booksContainer{
        width: 100vw ;
        flex-direction: column;
    }
    .booksContainerEng {
        width: 98vw;
        flex-direction: column;
    }
    .booksContainerEng .bookDescription {
        font-size: 9px;
    }
    .container {
        width: 98% !important;
    }

    .languages a {
        font-size: 16px;
    }

    .rightSite {
        font-size: 12px;
    }

    .toBooks {
        font-size: 17px;
    }

    .abelImage img {
        width: 205px;
        height: 220px;
    }

    .myBooks {
        font-size: 29px;
        letter-spacing: 8px;
    }

    .bookBlock {
        /*width: 40% !important;*/
        padding: 10px;
    }

    .engAm {
        padding: 20px;
    }
    .bookImage {
        width: 100%;
    }
}

@media (min-width: 600px) and  (max-width: 769px) {
    .firstName {
        font-size: 45px;
    }

    .lastName {
        font-size: 65px;
        margin-top: 10px;
    }

    .bookDescription {
        font-size: 12px;
        text-align: center;
    }

    footer {
        font-size: 15px;
    }

    .text {
        font-size: 15px;
    }

    .aboutAbel span {
        text-align: center;
    }

    .name {
        font-size: 24px;
    }

    .booksContainer, .booksContainerEng {
        width: 100%;
    }

    .languages a {
        font-size: 20px;
    }

    .rightSite {
        font-size: 12px;
    }

    .toBooks {
        font-size: 17px;
    }

    .abelImage img {
        width: 205px;
        height: 230px;
    }

    .myBooks {
        font-size: 29px;
        letter-spacing: 8px;
    }

    .bookBlock {
        width: 230px;
        padding: 10px;
    }
    .bookBlock:hover {
        scale: none;
    }

    .engAm {
        padding: 20px;
    }

}

@media (min-width: 769px) and (max-width: 820px) {
    .firstName {
        font-size: 50px;
    }

    .lastName {
        font-size: 70px;
        margin-top: 10px;
    }

    .bookDescription {
        font-size: 12px;
        text-align: center;
    }

    footer {
        font-size: 20px;
    }

    .text {
        font-size: 17px;
    }

    .aboutAbel span {
        text-align: center;
    }

    .name {
        font-size: 25px;
    }

    .booksContainer, .booksContainerEng {
        width: 100%;
    }

    .languages a {
        font-size: 16px;
    }

    .rightSite {
        font-size: 18px;
        letter-spacing: 4px;

    }

    .toBooks {
        font-size: 17px;
    }

    .abelImage img {
        width: 225px;
        height: 260px;
    }

    .myBooks {
        font-size: 29px;
        letter-spacing: 8px;
    }

    .bookBlock {
        width: 250px;
        padding: 15px;
    }

    .engAm {
        padding: 20px;
    }

    .languages a {
        font-size: 23px;
    }
}

@media (min-width: 821px) {
    .abelImage img {
        width: 100%;
    }
}

footer {
    margin-top: 30px;
}
