@font-face {
    font-family: 'AwesomeSerifVAR';
    src: url('../fonts/AwesomeSerifVAR-VF.ttf');
}

@font-face {
    font-family: 'AwesomeSerifItalicVAR';
    src: url('../fonts/AwesomeSerifItalicVAR-VF.ttf');
    font-style: italic;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*Cover Homestay*/

.cover-homestay {
    position: relative;
    background-color: #F8C81B;
    color: #20313B;
    height: auto;
    min-height: 100vh;
    padding-top: 66px;
}

.cover-homestay-text {
    margin-top: 65px;
    margin-left: 50px;
    width: 595px;
}

.cover-homestay-text-title {
    margin: 0;
    margin-bottom: 35px;
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 525, 'hght' 1000;
    font-size: 64px;
    line-height: 102%;
    text-align: start;
    width: 523px;
}

.cover-homestay-text-text {
    margin: 0;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    text-align: start;
}

.cover-homestay-sticker {
    margin-left: 400px;
}

.cover-homestay-sticker div {
    width: 380px;
    aspect-ratio: 242 / 105;
    position: relative;
    z-index: 2;
}

.cover-homestay-imgs {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin-right: 50px;
    margin-bottom: 65px;
    display: flex;
}

.cover-homestay-imgs img {
    width: clamp(250px, 24vw, 512px);
    aspect-ratio: 512 / 731;
    border: 2px solid #20313B;
    border-top-left-radius: 263px;
    border-top-right-radius: 263px;
    margin-left: 50px;
    object-fit: cover;
    object-position: center;
}

/*FIN - Cover Homestay*/

/*What's a Homestay?*/

.what-homestay {
    position: relative;
    background-color: #FFFFF8;
    color: #20313B;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 74px;
}

.what-homestay-text {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 680px;
}

.what-homestay-text-title {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 175, 'hght' 1000;
    font-size: 32px;
    line-height: 102%;
    margin-bottom: 25px;
}

.what-homestay-text p, 
.what-homestay-text-text {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    text-align: start;
}

.what-homestay-text div {
    margin: 0;
    margin-bottom: 90px;
}

.what-homestay-text .last-text {
    margin: 0;
}

.what-homestay-buttons {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.what-homestay-buttons-gallery a, .what-homestay-buttons-buttons a {
    display: flex;
    width: clamp(700px, 45vw, 796px);
    height: 96px;
    border: 2px solid #20313B;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #FFFFF8;
    color: #20313B;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
}

.what-homestay-buttons-gallery a {
    margin-bottom: 50px;
}

.what-homestay-buttons-buttons a {
    margin: 0;
    margin-bottom: 50px;
}

.homestay-button-what:hover {
    background-color: #C1DCEF;
}

.homestay-button-what.active {
    background-color: #C1DCEF;
}

.homestay-button-what-not:hover {
    background-color: #F8C81B;
}

.homestay-button-what-not.active {
    background-color: #F8C81B;
}

.homestay-button-general:hover, .homestay-button-gallery:hover {
    background-color: #E45A2C;
    color: #FFFFF8;
}

.homestay-button-general.active, .homestay-button-gallery.active {
    background-color: #E45A2C;
    color: #FFFFF8;
}

.homestay-button-food:hover {
    background-color: #20313B;
    color: #FFFFF8;
}

.homestay-button-food.active {
    background-color: #20313B;
    color: #FFFFF8;
}

.what-homestay-buttons-gallery, 
.what-homestay-buttons-buttons {
    position: relative;
}

    /*Bocadillos*/
.bubble {
    display: none;
    position: absolute;
    background-color: #FFFFF8;
    color: #20313B;
    z-index: 100;
    border: 2px solid #20313B;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    right: 900px;
    top: -200px;
    width: 800px;
    height: 803px;
}

@media (max-width: 1642px) {
  .bubble {
    right: -50px;
  }
}

.bubble-gallery {
    top: -50px;
}

.bubble-what-not {
    height: 650px;
    top: -125px;
}

.bubble.active {
    display: block;
}

.bubble .close-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
    top: -2px;
    width: 102px;
    height: 104px;
    font-size: 48px;
    color: #20313B;
    background-color: #FFFFF8;
    border: 2px solid #20313B;
    border-top-right-radius: 50px;
    box-sizing: border-box;
}

.bubble .close-bubble:hover {
    background-color: #20313B;
    color: #FFFFF8;
}

.bubble-content h1 {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 325, 'hght' 1000;
    font-size: 36px;
    line-height: 102%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 800px;
    height: 100px;
    margin: 0;
    border-bottom: 2px solid #20313B;
}

.scroll-wrapper {
    width: 750px;
    height: 595px;
    position: relative;
}

.bubble-scroll-vertical-what {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    margin: 50px;
    padding-right: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    transform: scaleX(-1);
    
    /* Oculta scrollbar en Firefox */
    scrollbar-width: none;
    
    /* Oculta scrollbar en IE/Edge legacy */
    -ms-overflow-style: none;
}

.bubble-scroll-vertical-what::-webkit-scrollbar,
.bubble-scroll-vertical-what-not::-webkit-scrollbar,
.bubble-food-content::-webkit-scrollbar {
    display: none;
    width: 0;
}

.fade-top, .fade-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s;
}

.scroll-wrapper-food .fade-bottom {
    height: 0;
}

.fade-top {
    top: -1px;
    background: linear-gradient(to bottom, #FFFFF8, #fffff800);
    opacity: 0;
}

.fade-bottom {
    bottom: -1px;
    background: linear-gradient(to top, #FFFFF8, #fffff800);
    opacity: 1;
}

.bubble-scroll-vertical-what > * {
    transform: scaleX(-1);
    padding: 0;
}

.bubble-scroll-vertical-what-not {
    width: 700px;
    height: 460px;
    margin: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Oculta scrollbar en Firefox */
    scrollbar-width: none;
    
    /* Oculta scrollbar en IE/Edge legacy */
    -ms-overflow-style: none;
}

.bubble-content p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    margin: 0;
}

.bubble-what .bubble-content ul {
    margin: 5px 20px;
}

.bubble-content ul, .bubble-content li {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
}

.bubble-content li {
    margin-bottom: 25px;
}

.bubble-food-content h2 {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 325, 'hght' 1000;
    font-size: 33px;
    line-height: 102%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.bubble-food-content p {
    text-align: start;
    font-size: 20px;
}

.bubble-food-content {
    padding: 30px;
    display: flex;
}

.row-one, .row-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.special-diet {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 22px;
    margin-bottom: 45px;
}

.food-button {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
}

.bocata {
    width: 280px;
}

.breakfast {
    margin-right: 50px;
}

.lunch {
    margin-top: 50px;
}

.dinner {
    margin-left: 50px;
}

.food-button .star {
    position: absolute;
    width: 120px;
    bottom: 40px;
    right: 30px;
    animation: spin-star 5s infinite linear;
}

.row-two .food-button .homestay-button-food-two {
    width: 175px;
    height: 60px;
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 325, 'hght' 1000;
    font-size: 20px;
    line-height: 102%;
    position: relative;
    z-index: 1;
    color: #20313B;
    background-color: #FFFFF8;
    border-radius: 100px;
    margin-top: -40px;
    margin-left: 70px;
}

.row-two .food-button .homestay-button-food-two:hover {
    background-color: #20313B;
    color: #FFFFF8;
}

.food-button .bubble-food-two {
    /* Oculta scrollbar en Firefox */
    scrollbar-width: none;
    
    /* Oculta scrollbar en IE/Edge legacy */
    -ms-overflow-style: none;
}

    /*FIN - Bocadillos*/

.horizontal-gallery-container {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
    overflow-x: auto;
    /*scroll-snap-type: x mandatory;*/
    width: 800px;
    box-sizing: border-box;
}

.gallery-item {
    scroll-snap-align: center;
    position: relative;
}

.gallery-item img {
    max-height: 550px;
    width: auto;
    max-width: 600px;
    object-fit: contain;
    object-position: center;
}

.horizontal-gallery-container::-webkit-scrollbar {
    height: 12px;
}

.horizontal-gallery-container::-webkit-scrollbar-track {
    background: 
        linear-gradient(to right, 
            #20313B, 
            #20313B
        ) center/100% 2px no-repeat;
    margin: 0 50px;
    border-radius: 0;
}

.horizontal-gallery-container::-webkit-scrollbar-thumb {
    background: #20313B;
    border-radius: 10px;
    height: 10px;
    width: 10px !important;
    min-width: 10px;
    margin: 1px 0;
}

.homestay-stars {
    position: absolute;
}

.star {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.homestay-star-one {
    position: absolute;
    left: 260px;
    top: 65px;
    z-index: 0;
    animation: spin-and-wiggle 12s infinite linear;
}

.homestay-star-two {
    position: absolute;
    right: 313px;
    top: 510px;
    animation: spin-and-wiggle 14s infinite linear;
}

@keyframes spin-and-wiggle {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(90deg) translate(-40px, -35px);
  }
  50% {
    transform: rotate(180deg) translate(0, 20px);
  }
  75% {
    transform: rotate(270deg) translate(25px, -33px);
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}

.what-homestay-buttons-sticker {
    position: relative;
    margin-top: 50px;
}

.what-homestay-buttons-sticker .hover-img img {
    width: 250px;
    aspect-ratio: 20 / 7;
    z-index: 5;
    position: relative;
}

.raton {
    position: absolute;
    right: 190px;
    bottom: -40px;
    z-index: 7;
    width: 80px;
    animation: mouse 2s infinite linear;
}

@keyframes mouse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.yellow-star {
    position: absolute;
    right: -60px;
    bottom: 0px;
    z-index: 3;
    width: 140px;
    animation: spin-star 5s infinite linear;
}

@keyframes spin-star {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.what-homestay-buttons-sticker:hover .raton {
    animation: mouse-far 2s infinite linear;
}

@keyframes mouse-far {
  0% {
    transform: translate(-15px, 15px);
  }
  50% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: translate(-15px, 15px);
  }
}

.what-homestay-buttons-sticker:hover .yellow-star {
    animation: move-star 3s infinite alternate;
}

@keyframes move-star {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(30px, -30px);
    }
}

/*FIN - What's a Homestay?*/

/*Discover Homestay*/

.discover-homestay {
    background-color: #FFFFF8;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
    border-top: 2px solid #20313B;
}

.discover-info p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: clamp(20px, 1.2vw, 24px);
    text-align: center;
    margin-top: 50px;
    display: block;
    margin-top: 60px;
}

.discover-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.discover-city {
    margin-top: clamp(60px, 4vw, 87px);
    margin-left: 10px;
    margin-right: 10px;
}

.discover-photo {
    width: 350px;
    aspect-ratio: 7 / 10;
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;

    position: relative;
    display: block;
    overflow: hidden;
}

.discover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.discover-photo-text p {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 175, 'hght' 1000;
    text-align: center;
    font-size: 64px;
    line-height: 102%;
    margin-top: 50px;
    margin-bottom: 0;
}

.hover-cities-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 32px;
    text-align: center;
    box-sizing: border-box;
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;
    border: 2px solid #20313B;
}

.hover-naranja {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #E45A2C;
    color: #FFFFF8;
    padding: 0 25px;
}

.hover-amarillo {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #F8C81B;
    color: #20313B;
    padding: 0 25px;
}

.hover-azul {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #C1DCEF;
    color: #20313B;
    padding: 0 25px;
}

.discover-photo:hover .hover-cities-text, .discover-photo:hover .hover-naranja, .discover-photo:hover .hover-amarillo, .discover-photo:hover .hover-azul {
    opacity: 1;
}

.discover-photo:hover img {
    filter: brightness(0.7);
}

.what-homestay-text-title-btn {
    display: none;
}

.red-star-discover {
    display: none;
}

/*FIN - Discover Homestay*/

.bubble-food .scroll-wrapper {
    width: unset;
    height: 650px;
}

@media (max-width: 1000px) {
    .bubble-scroll-vertical-what {
        transform: scaleX(-1);
    }
    .bubble-scroll-vertical-what > * {
        transform: scaleX(-1);
        padding-left: 10px;
    }
    /*Cover Homestay*/
    .cover-homestay {
        height: auto;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }
    .cover-homestay-text {
        margin-top: 25px;
        margin-left: 30px;
        width: 272px;
    }
    .cover-homestay-text-title {
        margin-bottom: 20px;
        font-size: 36px;
        width: 315px;
    }
    .cover-homestay-text-text {
        font-size: 20px;
    }
    .cover-homestay-sticker {
        margin-left: 30%;
    }
    .cover-homestay-sticker div {
        width: 220px;
    }
    .cover-homestay-imgs {
        bottom: clamp(20px, 6vh, 70px);
        right: 20px;
        margin: 0;
        position: relative;
        justify-content: end;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .cover-homestay-imgs img {
        width: clamp(120px, 15vh, 245px);
        margin-left: 15px;
    }
    /*FIN - Cover Homestay*/
    /*What's a Homestay?*/
    .what-homestay {
        flex-direction: column;
        padding: 0;
        padding-left: 30px;
        padding-right: 30px;
        align-items: unset;
    }
    .what-homestay-text {
        margin-top: 75px;
        margin-bottom: 75px;
        width: 220px;
    }
    .first-text p,
    .middle-text p,
    .last-text p {
        display: none;
    }
    .first-text p.active,
    .middle-text p.active,
    .last-text p.active {
        display: block;
        margin-bottom: 35px;
        width: 285px;
    }
    .what-homestay-text-title {
        display: none;
    }
    .what-homestay-text-title-btn {
        display: flex;
        flex-direction: row;
        width: 241px;
        color: #20313B;
        font-family: 'AwesomeSerifVAR';
        font-variation-settings: 'wght' 175, 'hght' 1000;
        font-size: 30px;
        line-height: 102%;
        margin-bottom: 35px;
        text-decoration: none;
    }
    .what-btn-homestay {
        width: 230px;
    }
    .last-text .what-homestay-text-title-btn {
        width: 210px;
    }
    .what-homestay-text-title-btn img {
        margin-right: -10px;
    }
    .what-homestay-text p, 
    .what-homestay-text-text {
        font-size: 20px;
    }
    .what-homestay-text div {
        margin: 0;
        margin-bottom: 20px;
    }
    .what-homestay-buttons {
        width: 368px;
        margin-bottom: 75px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .what-homestay-buttons-gallery, 
    .what-homestay-buttons-buttons {
        z-index: 1;
    }
    .what-homestay-buttons-gallery a, 
    .what-homestay-buttons-buttons a {
        width: 364px;
        height: 56px;
        font-size: 18px;
    }
    .what-homestay-buttons-gallery a {
        margin-bottom: 20px;
    }
    .what-homestay-buttons-buttons a {
        margin-bottom: 20px;
    }
    /*Bocadillos*/
    .bubble {
        width: 347px;
        height: 442px;
        left: 50%;
        transform: translate(-50%);
        top: -110px;
        right: unset;
    }
    .what-homestay-buttons-gallery {
        z-index: unset;
    }
    .bubble-gallery {
        top: -30px;
        z-index: 100;
    }
    .bubble-what-not {
        height: 442px;
        top: -110px;
        overflow: hidden;
    }
    .bubble .close-bubble {
        width: 55px;
        height: 92px;
        font-size: 48px;
    }
    .bubble-content h1 {
        font-size: 30px;
        width: 294px;
        height: 90px;
        text-align: center;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .scroll-wrapper, .bubble-food .scroll-wrapper {
        width: 347px;
        height: 351px;
        margin: 0;
        padding: 10px 0 20px 0;
        box-sizing: border-box;
    }
    .bubble-scroll-vertical-what {
        margin: 0;
        padding: 0 20px 0 15px;
    }
    .bubble-content .bubble-scroll-vertical-what-not li {
        margin-bottom: 15px;
    }
    .fade-top, .fade-bottom {
        height: 100px;
    }
    .scroll-wrapper-food .fade-bottom {
        height: 100px;
    }
    .fade-top {
        top: 1px;
    }
    .fade-bottom {
        bottom: 5px;
        border-bottom-right-radius: 50px;
    }
    .bubble-scroll-vertical-what-not > * {
        direction: ltr;
        padding: 0;
    }
    .bubble-scroll-vertical-food > * {
        direction: ltr;
        padding: 0;
    }
    .bubble-scroll-vertical-what-not {
        width: 347px;
        height: 100%;
        padding: 16px 30px 0 30px;
        box-sizing: border-box;
        margin: 0;
        overflow-x: auto;
        align-items: start;
        direction: rtl;
    }
    .bubble-scroll-vertical-what-not ul {
        line-height: 85%;
    }
    .bubble-content p {
        font-size: 20px;
    }
    .bubble-content ul, .bubble-content li {
        font-size: 20px;
        margin: 0;
    }
    .bubble-content li {
        margin: 0 10px;
        margin-bottom: 20px;
    }
    .bubble-food-content h2 {
        font-size: 28px;
        margin: 0 0 10px 0;
    }
    .bubble-food-content {
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        overflow-y: auto;
        padding: 20px 30px 0 30px;
        box-sizing: border-box;
        margin: 0;
        overflow-x: auto;
        align-items: start;
        direction: rtl;
    }
    .row-one, .row-two {
        margin: 0;
    }
    .row-one-food {
        margin-right: 10px;
    }
    .food-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .special-diet {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .food-button {
        margin-left: 0;
    }
    .dinner {
        margin-bottom: 20px;
    }
    .breakfast, .food-button {
        margin-right: unset;
        margin-right: 15px;
    }
    .lunch, .dinner {
        margin-left: unset;
    }
    .lunch {
        margin-top: 20px;
    }
    .bocata {
        width: 155px;
        margin-top: -20px;
    }
    .food-button .star {
        width: 70px;
        bottom: 20px;
        right: 28px;
    }
    .row-two .food-button .homestay-button-food-two {
        width: 120px;
        height: 40px;
        font-size: 18px;
        margin-top: -30px;
        margin-left: unset;
    }
    .food-button .bubble-food-two {
        left: 13px !important;
        top: -347px !important;
    }
    /*FIN - Bocadillos*/
    .horizontal-gallery-container {
        gap: 30px;
        padding: 0 30px;
        padding-top: 20px;
        width: 346px;
        height: 340px;
        margin-top: -15px;
    }
    .bubble-food-two .gallery-item {
        padding-left: 0;
    }
    .bubble-food-two .horizontal-gallery-container {
        gap: 30px;
    }
    .gallery-item {
        
    }
    .gallery-item img {
        max-height: 268px;
    }
    .horizontal-gallery-container::-webkit-scrollbar-track {
        background: 
            linear-gradient(to right, 
                #20313B, 
                #20313B
            ) center/100% 1px no-repeat;
        margin: 0 50px;
        border-radius: 0;
    }
    .homestay-star-one {
        left: 120px;
        top: 65px;
    }
    .homestay-star-one img {
        width: 80px;
    }
    .homestay-star-two {
        right: 100px;
        top: 210px;
    }
    .homestay-star-two img {
        width: 80px;
    }
    .what-homestay-buttons-sticker .hover-img img {
        width: 175px;
    }
    .raton {
        right: 120px;
        bottom: -25px;
        width: 60px;
    }
    .yellow-star {
        right: -50px;
        bottom: -5px;
        width: 100px;
    }
    /*FIN - What's a Homestay?*/
    /*Discover Homestay*/
    .discover-info p {
        font-size: 20px;
        width: 330px;
    }
    .discover-cities {
        justify-content: center;
    }
    .discover-city {
        margin-top: 50px;
    }
    .discover-photo {
        width: 160px;
    }
    .discover-photo-text p {
        font-size: 24px;
        margin-top: 10px;
    }
    .hover-cities-text {
        font-size: 18px;
    }
    .red-star-discover {
        width: 160px;
        aspect-ratio: 7 / 10;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }
    .red-star-discover img {
        width: 60px;
        animation: spin-and-wiggle 12s infinite linear;
    }
    /*FIN - Discover Homestay*/
}