/*
--------------------------------------- 
RESPONSIVE MOBILE 320 PX 
---------------------------------------
*/

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


.body {

    width: 100%;
    font-size: 18px;

}

.header {

    width: auto;
    height: 150px;
    display: flex;
    align-items: center;

}

.header_containerLeft ul {

    display: block;
    width: 210px;

}

.header_containerRight {

    display: flex;
    margin-right: 30px;
    justify-content: center;
}

.header_containerLeft li a {

    font-size: 18px;

}

.hero_ContainLogo {

    display: flex;
    justify-content: center;

}

.header_buttonLogin, .header_buttonSignUp {

    height: 40px;
    font-size: 20px;

}

.hero_container {

    display: block;

}


.hero_container a, .main_buttons button  {

    font-size: 18px;

}

    .hero_container ul {

    justify-content: center;
    margin-right: 80px;
    margin-top: 35px;

}

    .hero_containerSearch {

    left: 57px;

}


.main {

    width: 85%;
    height: 100%;
    padding: 5px;

    }

.main_cardsContainer {

    display: grid;
    grid-gap: 20px;
    margin: 25px;

}

.main_buttons {

    display: grid;
    padding-bottom: 100px;

}

.main_buttons button {

    margin-top: 20px;

}

.main_card1, .main_card2, .main_card3 {

    height: 370px;
    width: 300px;
    margin: 0px;

}

.main_card3 {

    margin-bottom: 20px;

}

.content_butt {

    position: relative;
    left: 45px;
    top: 30px;

}

.card1_favorite, .card2_favorite, .card3_favorite {

    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;

}

.heart1, .heart2, .heart3 {

    height: 30px;
    width: 30px;

}
}


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

.body {

    width: 100%;
    font-size: 18px;

}

.header {

    width: 100%;
    height: 120px;

}

.header_containerLeft ul {

    font-size: 18px;
    display: block;

}

.header_containerLeft li a  {

    font-size: 18px;

}

.header_containerLeft {

    align-items: baseline;
    height: 120px;

}

.header_containerRight {

    justify-content: center;
    align-items: center;
    height: 120px;
    margin-left: 100px;

}

.header_buttonLogin, .header_buttonSignUp {

    font-size: 18px;
    height: 40px;
    width: 120px;

}

.hero {

    height: 320px;

}

.hero_container {

    display: block;
    font-size: 20px;

}

.hero_ContainLogo {

    display: flex;
    justify-content: center;

}

.hero_container ul {

    justify-content: center;
    margin-right: 80px;
    margin-top: 35px;

}

.hero_containerSearch {

    margin-left: 12px;
    height: 60px;

}

.hero_containerSearch input {

    height: 60px;

}

.hero_searchImg {

    bottom: 40px;

}

.hero_containerSearch input {

    height: 60px;

}

.main {

    width: 86%;
    height: 100%;

}

.main_cardsContainer {

    padding: 60px;

}

.main_cardsContainer {

    display: grid;
    grid-gap: 20px;
    margin: 0;

}

.main_card1, .main_card2, .main_card3 {

    height: 390px;
    width: 300px;

}

.main_buttons {

    height: 40px;
    padding-top: 30px;
    padding-left: 15px;

}

.main_buttons button {

    width: 180px;
    font-size: 18px;

}

.content_butt {

    position: relative;
    top: 40px;
    left: 41px;

}

.card1_favorite, .card2_favorite, .card3_favorite {

    width: 50px;
    height: 50px;

}

.heart1, .heart2, .heart3 {

    height: 30px;
    width: 30px;
    display: flex;

}
}

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


.body {

    width: 100%;
    font-size: 18px;

}

.header {

    width: 100%;
    height: 120px;
}

.header_containerLeft {
        height: 120px;
    }

.header_containerLeft ul {

    display: block;

}

.header_containerLeft li a {

    font-size: 18px;

}

.header_containerRight {

    justify-content: center;
    align-items: center;
    height: 120px;
    margin-left: 100px;

}

.header_buttonLogin, .header_buttonSignUp {

    height: 40px;
    width: 100px;
    font-size: 18px;

}

.hero {

    height: 300px;
}

.hero_container {

    display: block;
    font-size: 20px;

}

.hero_ContainLogo {

    display: flex;
    justify-content: center;

}

.hero_container ul {

    justify-content: center;
    margin-right: 130px;
    margin-top: 35px;

}

.hero_containerSearch input, .hero_containerSearch {

    height: 60px;

}

.hero_searchImg {

    bottom: 40px;

}

.main {

    width: 89%;
    height: 100%;

}

.main_cardsContainer {

    display: grid;
    grid-gap: 20px;

}

.main_buttons button {

    width: 180px;
    margin-top: 20px;
    font-size: 18px;
    height: 40px;

}

.main_card1, .main_card2, .main_card3 {

    height: 420px;
    width: 355px;
    margin: 0px;

}

.content_butt {

    position: relative;
    left: 100px;
    top: 33px;

}

.card1_favorite, .card2_favorite, .card3_favorite {

    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;

}

.heart1, .heart2, .heart3 {

    height: 35px;
    width: 35px;

}

.main_card3 {

    margin-bottom: 40px;

}
}