/*-----------------------------------------

    GENERAL VALUES

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

:root {

    --BackgroundColor: #F57710;
    --TextColor: #202336;
    --Background1: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%); 
    --Background2: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
    --Background3:  #E7EBF0;
    --BorderImageSource:  linear-gradient(91.57deg, rgba(255, 255, 255, 0.4) -4.29%, rgba(255, 255, 255, 0) 110.62%); 

}

html {

    width: 187%;

}

body {

    width: 100vw;
    height: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: var(--BackgroundColor);
    font-family: 'Lato', sans-serif;
    
}

/*-----------------------------------------
    COMPONENTS: HEADER
-----------------------------------------*/
.header {

    margin: 0 auto;
    width: 80vw;
    height: 70px;
    display: flex;
    justify-content: space-between;

}

.header_containerLeft {

    display: flex;
    height: 70px;
    width: 100%;
    align-items: center;

}

.header_containerLeft ul {

    display: flex;
    list-style: none;
    padding: 0px;

}

.header_containerLeft li a {

    margin-right: 20px;
    font-size: 14px;
    color: var(--Background3);
    text-decoration: none;

}

.header_containerRight {

    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.header_buttonLogin, .header_buttonSignUp  {

    height: 25px;
    width: 100px;
    outline: none;
    margin-right: 20px;
    border-radius: 20px;
    background: var(--Background1);
    background: var(--Background3);
    border: 1px solid; 
    border-image-source: var(--BorderImageSource);
    color: var(--TextColor);
    font-weight: bold;
    cursor: pointer;

}

.header_buttonSignUp {

    margin: 0px;

}
/*-----------------------------------------
    COMPONENTS: HERO
-----------------------------------------*/
.hero {

    height: 280px;
    background-image: url('../images/Hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 2.5px 2.5px 5px #A6ABBD;

}

.hero_container ul, a {

    display: flex;
    list-style: none;
    text-decoration: none;
    margin-left: 50px;
    color: var(--TextColor);

}

.hero_container a {

    font-weight: bold;

}

.hero_container ul {

    margin: 50px 0px 0px 0px;

}

.hero_container {

    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80vw;
    height: 280px;

}

.hero_container img {

    margin-top: 20px;

}

.hero_containerSearch {

    position: relative;
    bottom: 70px;
    left: 116px;
    width: 450px;
    height: 45px;
    margin-left: 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    background: var(--Background2);
    background-blend-mode: soft-light, normal;
    box-sizing: border-box;
    box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 2.5px 2.5px 5px #A6ABBD;
    border-radius: 10px;

}

.hero_containerSearch input {

    width: 413px;
    height: 44px;
    border:transparent;
    font-size: 18px;
    margin-left: 35px;
    margin-top: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
    background: var(--Background2);
    background-blend-mode: soft-light, normal;
    box-sizing: border-box;
    box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 0px 2.5px 5px #A6ABBD;

}

.hero_searchImg {

    width: 20px;
    height: 20px;
    position: relative;
    bottom: 32px;
    left: 10px;

}
/*-----------------------------------------
    COMPONENTS: MAIN
-----------------------------------------*/
.main {

    background-color: #FDFCFC;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80vw;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 0px 2.5px 5px #A6ABBD;

}

.main_books1, .main_books2, .main_books3 {

    height: 100px;
    display: flex;
    justify-content: center;
    image-rendering: pixelated;

}

.main_card1, .main_card2, .main_card3 {

    height: 318px;
    width: 236px;
    padding: 20px;
    margin-right: 30px;
    background: var(--Background2);
    background-blend-mode: soft-light, normal;
    border: 3px solid var(--Background3);
    box-sizing: border-box;
    box-shadow: -15px -15px 30px #FAFBFF, 15px 15px 30px #A6ABBD;
    border-radius: 10px;
    
}

.main_buttons {

    display: flex;
    padding-top: 20px;
    margin-top: 20px;
    justify-content: center;


}

.main_cardsContainer  {

    display: grid;
    justify-content: center;
    margin-top: 50px;

}

.content-cards {
    display: flex;
    margin-bottom: 40px;
}

/* .main_cardsContainer {
    overflow: scroll;
} */

.main_buttons button {

    margin-right: 20px;
    border: 3px solid var(--Background3);
    box-sizing: border-box;
    background-blend-mode: soft-light, normal;
    box-shadow: -5px -5px 10px #FAFBFF, 5px 5px 10px #A6ABBD;
    border-radius: 10px;
    outline: none;
    color: var(--TextColor);
    font-weight: bold;
    cursor: pointer;

}

.card1_favorite, .card2_favorite, .card3_favorite {

    position: relative;
    bottom: 18px;
    left: 168px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: var(--Background2);
    background-blend-mode: soft-light, normal;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    box-shadow: -10px -10px 20px #FAFBFF, 10px 10px 20px #A6ABBD;
    outline: none;

}

.heart1, .heart2, .heart3 {

    width: 16px;
    height: 16px;
    cursor: pointer;

}
/*-----------------------------------------
    COMPONENTS: FOOTER
-----------------------------------------*/
footer {

        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;

}

footer p, a {

        display: flex;
        color: var(--TextColor);

}

footer p {

    margin-right: -45px;

}

