.navbartop-submenu {
    display: flow;
    height:25px;
    justify-content: end;
    background-color: #C9C62D;
}

.navbarlist-submenu {
    display: flex;
    justify-content: end;
    margin-right: 10px;
}

.navlink-submenu {
    display:flex;
    color: #fff;
    text-decoration: none;
    align-items:center;
    align-content:center;
}

.navitem:hover {
    transform: scale(1.1);
    background-color:#fff;
}


.div-imgtext {
    display: flex;
    justify-content: center;
}

.imgtext-50 {
    width: 50%;
}


.imgtext-60 {
    width: 60%;
}

.imgtext-70 {
    width: 70%;
}

.imgtext-80 {
    width: 80%;
}

.imgtext-90 {
    width: 90%;
}

.imgtext-100 {
    width: 100%;
}


.imgheart-1 {
    margin-top:2%;
    width: 15px;
    height: 15px;
}



.imgheart-submenu {
    width: 35px;
    height:25px;
    color: white;
}

.shuu-text-title-bold {
    font-family: "Montserrat";
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: #f8f5ee;
}

.shuu-text-title-heart {
    display: flex;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: #f8f5ee;
    align-items: center;
    gap:10px;
}


.shuu-means {
    font-family: "Poppins";
    text-align: justify;
    font-size: 1rem;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #f8f5ee;
}


.topic-container {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-left: 17%;
    margin-right: 1%;
}

.topic-text-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-size: 1.1rem;
}

.topic-text-container-gif {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top:-5%;
}


.textHeart-topic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.textHeart-item {
}

.text-justified-topic {
    text-align: justify;
    font-size: 1rem;
    margin-right: 5%;
    background-color: #f8f5ee;
}

.topic-main{
}

.topic-image {
    width: 70px;
    height:70px;
    margin-top: 15px;
    margin-right:15px;
}

.imgBanner-train {
    width:100%;
}

.imgheart-gif {
    margin-right:15px;
    width: 80px;
}

.bottom-container-shuu {
    position: relative;
}

.imgButterfly-shuu {
    width: 40px;
    height: 30px;
    transform: rotate(0deg);
    position: absolute;
}

.rotate-shuu {
    margin-left: -25px;
    animation: spin-shuu 20s linear infinite;
    transform-origin: 60px bottom;
    transition: transform 1s;
    animation-fill-mode: forwards;
}

@keyframes spin-shuu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}


/* change size ...........*/
@media (max-width: 520px) {

    .navbarlist-submenu {
        margin-right: 10px;
        font-size:0.7rem;
    }

    .imgtext-50 {
        width: 100%;
    }

    .imgtext-60 {
        width: 100%;
    }

    .imgtext-70 {
        width: 100%;
    }

    .imgtext-80 {
        width: 100%;
    }

    .imgtext-90 {
        width: 100%;
    }
   
    .imgheart-1 {
        width: 15px;
        height: 15px;
    }

    .imgheart-submenu {
        width: 15px;
        height: 15px;
        color: white;
    }

}
