@media screen and (max-width: 1024px) {
    .header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .header__logo {
        margin-left: 20px;
    }
    .header__nav__bar {
        margin-right: 20px;
    }
    .header__nav__item {
        margin-right: 30px;
    }
    .header__nav__item:last-child {
        margin-right: 0;
    }
    .hosting__contents {
        max-width: 70%;
    }
    .hosting__title {
        width: 90%;
        margin: 40px auto 10px auto;
    }
    .mostPopular__contents {
        width: 50%;
        margin: 0 auto 0 auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }
    .mostPopular__title {
        width: 90%;
        margin: 20px auto 25px auto;
    }
    #activities__container {
        width: 70%;
        margin: 0 auto 20px auto;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 10px;
    }
    .footer__col {
        width: 200px;
        min-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .hero__title {
        text-align: center;
    }
    .hero__text {
        text-align: center;
    }
    .hero__form__container {
        width: 460px;
        margin: 20px auto 0 auto;
    }
    .hero__filter__container {
        width: 50%;
        min-height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 20px auto 0 auto;
    }
    .hero__filter__container h2 {
        margin: 0 auto 0 auto;
    }
    .hero__filter__link {
        width: 260px;
        margin: 10px auto 10px auto;
    }
    .hero__disponibilty__container {
        width: 70%;
        margin: 0 auto 20px auto;
    }
    .hosting__contents {
        max-width: 90%;
    }
    .mostPopular__contents {
        width: auto;
    }
    #activities__container {
        width: 90%;
        margin: 0 auto 20px auto;
    }
}
@media screen and (max-width: 425px) {
    .header__logo {
        width: 71px;
        height: auto;
    }
    .header__nav__item {
        margin-right: 20px;
    }
    .header__nav__link::before {
        content: "";
        position: absolute;
        background-color: #0065fc;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        transform-origin: 100% 0;
        transform: scaleX(0);
        transition: transform 200ms ease-in-out;
    }
    .header__nav__link:hover::before {
        transform-origin: 0 0;
        transform: scaleX(1);
    }
    .hero__title {
        font-size: 20px;
        width: 70%;
        margin: 0 auto 20px auto;
    }
    .hero__form__container {
        width: 100%;
    }
    .hero__form {
        width: 80%;
        display: flex;
        margin: 0 auto 0 auto;
    }
    .hero__form span {
        width: 50px;
        height: 50px;
    }
    .hero__form span i {
        font-size: 18px;
    }
    .hero__form input[type="text"] {
        width: 150px;
        height: 50px;
        font-size: 15px;
        outline: none;
        padding: 0 10px;
    }
    .hero__form input[type="submit"] {
        width: 120px;
        height: 50px;
        font-size: 15px;
        padding: 0 5px;
    }
    .hero__filter__container {
        width: 100%;
        margin: 30px auto 20px auto;
    }
    .hero__disponibilty__container {
        width: 90%;
    }
    .hosting__contents {
        max-width: 100%;
        margin: 10px auto 0 auto;
    }
    .hosting__title {
        width: 90%;
        margin: 30px auto 10px auto;
    }
    .hosting__title h2 {
        font-size: 20px;
        text-align: center;
    }
    .mostPopular__contents {
        width: 100%;
        padding: 0;
    }
    .mostPopular__title {
        width: 90%;
        margin: 20px auto 25px auto;
    }
    .mostPopular__title h2 {
        font-size: 20px;
    }
    #activities__container {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .activities__title {
        width: 90%;
        margin: 40px auto 20px auto;
    }
    .activities__title h2 {
        font-size: 20px;
        text-align: center;
    }
    .footer__container {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
}
@media screen and (max-width: 320px) {
    .header__logo {
        margin-left: 10px;
    }
    .header__nav__bar {
        margin-right: 10px;
    }
    .header__nav__item {
        margin-right: 10px;
    }
    .header__nav__link {
        font-size: 15px;
    }
    .hero__title {
        font-size: 20px;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .hero__form__container {
        width: 100%;
    }
    .hero__form {
        width: 90%;
        display: flex;
        margin: 0 auto 0 auto;
    }
    .hero__form span {
        width: 50px;
        height: 50px;
    }
    .hero__form span i {
        font-size: 15px;
    }
    .hero__form input[type="text"] {
        width: 130px;
        height: 50px;
        font-size: 14px;
        outline: none;
        padding: 0 10px;
    }
    .hero__form input[type="submit"] {
        width: 100px;
        height: 50px;
        font-size: 14px;
        padding: 0 5px;
    }
    .mostPopular__card__contents {
        max-width: 300px;
        min-height: 150px;
        margin: 0 auto 20px auto;
    }
}
