html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: "Be Vietnam Pro", sans-serif;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Be Vietnam Pro", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.top-section {
    width: 100%;
    height: 1142px;
    background-color: rgba(0, 137, 83, 1);
}

.years {
    width: 815px;
    height: auto;
    margin: 0 auto;
    padding-top: 66px;
    margin-bottom: 30px;
}

.years img {
    object-fit: contain
}

.title {
    margin: 0 auto;
    width: auto;
}

.title img {
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.years,
.title {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.title {
    animation-delay: 0.4s;
}


.first-cloud {
    width: 100%;
    background-image: var(--first-cloud);
    background-size: contain;
    height: 1344px;
    margin-top: -250px;
    margin-bottom: 250px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.second-cloud {
    width: 100%;
    background-image: var(--second-cloud);
    background-size: contain;
    height: 100%;
    margin-top: -900px;
    margin-bottom: 900px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.third-cloud {
    width: 100%;
    background-image: var(--third-cloud);
    background-size: cover;
    height: auto;
    padding-top: 500px;
    margin-top: -400px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.third-cloud .grandma-two {
    position: absolute;
    top: -5%;
    right: 12%;
    width: fit-content;
}

.third-cloud .video-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    box-sizing: border-box;
    padding: 0 38px 100px 38px;
    margin: 0 auto;
}

.third-cloud .video-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 1200px;
}

.people {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateY(-350px);
    position: relative;
    overflow: hidden;
    padding-left: 215px;
    padding-right: 215px;
    animation: fadeInUpPeople 1s ease-out forwards;
}

@keyframes fadeInUpPeople {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(-350px);
    }
}

.people img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.first-cloud h2 {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 78px;
    line-height: 83px;
    letter-spacing: 0%;
    color: rgba(0, 137, 83, 1);
    width: 40%;
    transform: translateY(-10px);
}

.first-cloud p {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);    
    width: 40%;
}

.first-cloud .text {
    transform: translateY(-100px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
}

.scroll-fade {
    opacity: 0;
    transition: all 0.6s ease-out;
}

.first-cloud .text.visible {
    opacity: 1;
    transform: translateY(-350px);
}


.city {
    background: rgba(0, 137, 83, 1);
    transform: translateY(-570px);
    z-index: 1;
    padding-top: 380px;
    padding-left: 150px;
    padding-bottom: 500px;
}

.city-text {
    transform: translateY(100px);
}

.city-text.visible {
    opacity: 1;
    transform: translateY(0px);
}

.men {
    transform: translateX(0px);
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 500px;
}

.grandma {
    transform: translateX(500px) translateY(-100px);
    position: relative;
    width: fit-content;
}

.second-cloud .text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 150px;
    gap: 180px;
    transform: translateY(150px);
}

.second-cloud .text-container .text {
    width: 50%;
}

.second-cloud .text-container.visible {
    transform: translateY(-50px);
    opacity: 1;
}

.second-cloud .bottles {
    width: 100%;
    text-align: center;
    transform: translateY(-150px);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.second-cloud .bottles img {
    display: block;
    width: 100%;
    height: auto;
    /* Prevent browser rasterization */
    image-rendering: optimizeQuality;
    /* For Firefox */
    image-rendering: -moz-crisp-edges;
    /* For Chrome and Safari */
    image-rendering: -webkit-optimize-contrast;
    /* Prevent subpixel rendering that can cause blurriness */
    transform: translateZ(0);
}

.second-cloud h2 {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 78px;
    line-height: 83px;
    letter-spacing: 0%;
    color: rgba(0, 137, 83, 1);
    width: 100%;
    margin-bottom: 60px;
}

.second-cloud p {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;    
    color: rgba(0, 0, 0, 1);    
    width: 100%;
}

.city h2 {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 78px;
    line-height: 83px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    margin-bottom: 50px;
}

.city p {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

.hidden-image img {
    display: none;
}


.city-grandpa {
    display: none;
    position: absolute;
    right: 400px;
    bottom: 200px;
    box-sizing: border-box;
    width: fit-content;
}

.plain {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: rgba(0, 137, 83, 1);
    transform: translateY(0);
    margin-top: -2500px;
    padding-top: 800px;
    padding-bottom: 500px;
}

.plain.visible {
    opacity: 1;
    transform: translateY(0);
}

.plain p {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 978px;
    margin: 0 auto;
    padding-top: 400px;
    color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 1921px) {
    body {
        max-width: none;
        margin: 0 auto;
        background-color: rgba(0, 137, 83, 1);
    }
    .top-section, .plain {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
    }
    .first-cloud {
        background-image: var(--first-cloud-xl);
        max-width: 2300px;
        margin-left: auto;
        margin-right: auto;
    }
    .second-cloud {
        background-image: var(--second-cloud-xl);
        max-width: 2300px;
        margin-left: auto;
        margin-right: auto;
    }
    .third-cloud {
        background-image: var(--third-cloud-xl);
        max-width: 2300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 500px;
        padding-bottom: 45px;
        margin-bottom: 200px;
        background-size: contain;
    }
    .third-cloud .video-container {
        padding: 0;
    }
    .first-cloud .text {
        padding: 10px 250px 100px 250px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(-100px);
        gap: 150px;
    }
    .city {
        max-width: 2300px;
        margin: 0 auto;
    }
}

    .city {
        transform: translateY(-600px);
        padding-top: 400px;
    }
    .city-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .city-text {
        width: 40%;
    }
    .city-cloud {
        width: 60%;
        text-align: right;
        cursor: pointer;
        position: relative;
    }
    .city-cloud .enlarge {
        position: absolute;
        top: 55%;
        right: 25%;
        transform: translateX(-50%) translateY(-50%);
        width: 100px;
        height: 100px;
        cursor: pointer;
    }
    .city-cloud a {
        display: block;
        width: fit-content;
    }
    .city-cloud img {
        width: 90%;
    }
    .city-grandpa {
        right: 250px;
        bottom: 400px;
    }

@media screen and (max-width: 1855px) {
    .city {
        transform: translateY(-1100px);
        padding-top: 900px;
    }
    .city-grandpa {
        bottom: 350px;
    }
    .city-cloud {
        top: 60%;
    }
    .second-cloud {
        margin-top: -1400px;
    }
    .second-cloud .bottles {
        transform: translateY(-200px);
    }
    .third-cloud {
        margin-top: -400px;
    }
}

@media screen and (max-width: 1750px) {
    .second-cloud .text-container {
        gap: 100px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(-100px);
    }
}

@media screen and (max-width: 1680px) {
    .second-cloud .text-container {
        padding: 0 120px;
    }
}

@media screen and (max-width: 1600px) {
    .men {
        left: 350px;
        bottom: 50px;
    }
    .second-cloud {
        background-size: cover;
        height: 100%;
        max-height: 1500px;
    }
    .second-cloud .bottles {
        transform: translateY(-240px);
    }
    .city-grandpa {
        bottom: 400px;
        right: 150px;
    }
    .grandma {
        transform: translateX(450px) translateY(-150px);
    }
    .second-cloud .text-container {
        gap: 52px;
        padding: 0 80px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(-200px);
    }
    .plain {
        margin-top: -1100px;
        padding-top: 400px;
    }
}


@media screen and (max-width: 1500px) {
    .city {
        padding-left: 80px;
        padding-top: 650px;
    }
    .city-cloud img {
        width: 90%;
    }
    .city-grandpa {
        right: 150px;
        bottom: 450px;
    }
    .grandma {
        transform: translateX(200px) translateY(-100px);
    }
    .second-cloud .bottles {
        transform: translateY(-150px);
    }
    .second-cloud {
        background-image: var(--second-cloud-md);
    }
    .second-cloud h2 {
        font-size: 70px;
        margin-bottom: 48px;
    }
    .second-cloud p {
        font-size: 26px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(-150px);
    }
    .first-cloud .text {
        padding-left: 120px;
        padding-right: 120px;
    }
    .first-cloud h2 {
        width: 45%;
    }
    .first-cloud p {
        width: 45%;
    }
    .men {
        bottom: 200px;
    }
    .plain {
        margin-top: -1200px;
        padding-top: 550px;
    }
}

@media screen and (max-width: 1400px) {
    .men {
        left: 300px;
        bottom: 250px;
    }
    .people {
        animation: fadeInUpPeopleMobile1400 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile1400 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-280px);
        }
    }
    .second-cloud .bottles {
        transform: translateY(-200px);
    }
    .plain p {
        padding-top: 0;
    }
    .plain {
        margin-top: -1200px;
        padding-top: 850px;
    }
}

@media screen and (max-width: 1300px) {
    .first-cloud .text h2, .city h2, .second-cloud h2 {
        font-size: 60px;
        line-height: 67px;
    }
    .first-cloud .text p, .city p, .second-cloud p {
        font-size: 25px;
        line-height: 32px;
    }
    .first-cloud .text {
        padding: 120px 80px;
    }
    .first-cloud h2 {
        width: 45%;
    }
    .first-cloud p {
        width: 50%;
    }
    .city {
        padding-top: 550px;
        padding-bottom: 400px;
        padding-left: 0;
    }
    .city-cloud .enlarge {
        width: 90px;
        height: 90px;
    }
    .city-grandpa {
        bottom: 450px;
        right: 100px;
    }
    .grandma {
        transform: translateX(600px) translateY(-100px);
    }
    .city h2 {
        width: 100%;
    }
    .city-text {
        padding-left: 80px;
        padding-right: 80px;
        width: 50%;
    }
    .second-cloud .text-container {
        padding-left: 80px;
        padding-right: 80px;
    }
    .city p {
        width: 100%;
        margin-bottom: 100px;
    }
    .city-cloud img {
        width: 100%;
    }
    .people {
        animation: fadeInUpPeopleMobile 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-250px);
        }
    }
    .men, .city-grandpa, .grandma, .grandma-two {
        max-width: 250px;
    }
    .men img, .city-grandpa img, .grandma img, .grandma-two img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .men {
        bottom: 350px;
    }
    .city-grandpa {
        bottom: 600px;
        right: 200px;
    }
    .grandma {
        transform: translateX(250px) translateY(-100px);
    }
    .second-cloud .text-container {
        padding-top: 100px;
    }
    .third-cloud .grandma-two {
        top: 0%;
        right: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .people {
        transform: translateY(-200px);
    }
    .first-cloud .text {
        padding: 250px 50px;
    }
    .men {
        left: 400px;
        bottom: -50px;
    }
    .city {
        padding-top: 950px;
    }
    .second-cloud .text-container {
        flex-direction: column;
    }
    .second-cloud .text-container .text {
        width: 100%;
    }
    .second-cloud h2 {
        margin-bottom: 32px;
    }
    .third-cloud .grandma-two {
        top: -5%;
    }
    .second-cloud {
        height: 100%;
    }
    .people {
        animation: fadeInUpPeopleMobile1200 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile1200 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-200px);
        }
    }
    .first-cloud {
        height: 100%;
        margin-top: -350px;
        background-size: cover;
    }
    .plain {
        padding-top: 600px;
        padding-bottom: 700px;
    }
}

@media screen and (max-width: 1100px) {
    .first-cloud {
        background-size: cover;
        height: 90vh;
    }
    .people {
        padding: 0;
        animation: fadeInUpPeopleMobile1100 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile1100 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-250px);
        }
    }
    .city {
        padding-top: 900px;
    }
    .men {
        bottom: -150px;
    }
    .first-cloud .text.visible {
        padding-top: 120px;
    }
    .city-grandpa {
        right: 150px;
        bottom: 700px;
    }
    .second-cloud .text-container {
        padding: 50px 60px 0 60px;
        gap: 32px;
    }
    .third-cloud .grandma-two {
        top: 0;
        right: 0%;
    }
    .second-cloud h2 {
        margin-bottom: 24px;
    }
    .third-cloud {
        background-size: cover;
        height: auto;
    }
    .first-cloud .text h2, .city h2, .second-cloud h2 {
        font-size: 50px;
        line-height: 67px;
    }
    .first-cloud .text p, .city p, .second-cloud p {
        font-size: 23px;
        line-height: 32px;
    }
    .second-cloud .bottles {
        transform: translateY(-00px);
    }
}

@media screen and (max-width: 1000px) {
    .first-cloud {
        background-image: var(--first-cloud-md);
        height: 100%;
    }
    .second-cloud {
        background-image: var(--second-cloud-md);
    }
    .third-cloud {
        background-image: var(--third-cloud-md);
    }
    .men {
        bottom: 0;
        left: 500px;
    }
    .city-grandpa {
        display: block;
        bottom: 800px;
    }
    .city-cloud .enlarge {
        width: 80px;
        height: 80px;
    }
    .grandma {
        transform: translate(0);
        position: absolute;
        right: 0;
        top: -5%;
    }
    .third-cloud .grandma-two {
        right: auto;
        left: 10%;
    }
    .second-cloud .text-container.visible {
        transform: translateY(200px);
    }
    .second-cloud .bottles {
        transform: translateY(200px);
    }
    .second-cloud {
        height: 1200px;
        background-size: cover;
    }
    .plain p {
        padding: 400px 48px 0 48px;
    }
    .plain {
        padding-top: 300px;
    }
}

@media screen and (max-width: 900px) {
    .city-grandpa {
        right: 250px;
        bottom: 350px;
    }
    .city-wrapper {
        flex-direction: column;
    }
    .city-cloud .enlarge {
        right: 50%;
        transform: translateX(50%) translateY(-50%);
    }
    .city-text {
        width: 100%;
    }
    .first-cloud .text h2, .city h2, .second-cloud h2 {
        font-size: 40px;
        line-height: 47px;
    }
    .first-cloud .text p, .city p, .second-cloud p {
        font-size: 20px;
        line-height: 28px;
    }
    .first-cloud .text.visible {
        padding-bottom: 50px;
    }
    .city-cloud {
        width: 100%;
    }
    .grandma {
        right: 20px;
    }
    .years {
        padding: 66px 48px 0 48px;
        box-sizing: border-box;
        width: 100%;
    }
    .years img {
        object-fit: cover;
        width: 100%;
    }
    .men {
        right: 30%;
        bottom: -5%;
        left: auto;
    }
    .men img {
        width: 100%;
    }
    .first-cloud .text {
        flex-direction: column;
        justify-content: flex-start;
        gap: 48px;
    }
    .first-cloud h2, .first-cloud p {
        width: 100%;
    }
    .second-cloud .text-container {
        justify-content: flex-start;
        gap: 64px;
    }
}

@media screen and (max-width: 830px) {
    .first-cloud .text {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 48px;
        padding-top: 150px;
    }
    .first-cloud .text h2, .first-cloud .text p {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .city-grandpa {
        right: 250px;
        left: auto;
        bottom: 300px;
    }
    .grandma {
        top: 0%;
    }
    .second-cloud .bottles {
        transform: translateY(300px);
    }
    .second-cloud .text-container.visible {
        transform: translateY(250px);
    }
    .plain p {
        font-size: 28px;
        line-height: 38px;
    }
    .plain {
        padding-top: 400px;
    }
}

@media screen and (max-width: 700px) {
    .first-cloud .text {
        padding-top: 250px;
    }
    .people {
        transform: translateY(-200px);
    }
    .men {
        right: 20%;
        bottom: -10%;
        left: auto;
    }
    .city-grandpa {
        right: 200px;
        left: auto;
        bottom: 250px;
    }
    .grandma {
        top: -7%;
    }
    .city {
        padding-top: 900px;
        margin-bottom: 200px;
    }

    .second-cloud .text-container.visible {
        transform: translateY(200px);
    }
    .second-cloud .bottles {
        transform: translateY(200px);
    }
    .second-cloud {
        margin-top: -1500px;
    }
}

@media screen and (max-width: 600px) {
    .third-cloud {
        background-image: var(--third-cloud-sm);
        padding-top: 400px;
        padding-bottom: 250px;
        height: 800px;
    }
    .first-cloud {
        background-image: var(--first-cloud-sm);
        height: 850px;
        margin-top: -120px;
        padding-bottom: 0px;
        background-size: 100% 100%;
    }
    .second-cloud {
        background-image: var(--second-cloud-sm);
        height: 1300px;
        width: 100%;
        background-size: 100% 100%;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: -1550px;
    }
    .people {
        animation: fadeInUpPeopleMobile600 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile600 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-150px);
        }
    }
    .first-cloud .text.visible {
        transform: translateY(-250px);
        gap: 24px;
        padding-left: 38px;
        padding-right: 38px;
        padding-bottom: 100px;
    }
    .first-cloud .text h2, .city h2, .second-cloud h2 {
        font-size: 40px;
        line-height: 47px;
    }
    .first-cloud .text p, .city p, .second-cloud p {
        font-size: 16px;
        line-height: 24px;
    }
    .city-text {
        padding-left: 38px;
        padding-right: 38px;
        
    }
    .city-text.visible {
        transform: translateY(-50px);
    }
    .city-cloud .enlarge {
        width: 70px;
        height: 70px;
        right: 31%;
    }
    .second-cloud .text-container {
        gap: 420px;
        padding-left: 38px;
        padding-right: 38px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(50px);
    }
    .grandma {
        top: 41%;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
    }
    .third-cloud .grandma-two {
        left: auto;
        right: 0;
    }
    .plain p {
        font-size: 20px;
        line-height: 28px;
        padding-left: 38px;
        padding-right: 38px;
        padding-top: 0;
    }
    .third-cloud .video-container {
        padding: 0 38px;
    }
    .city h2 {
        margin-bottom: 24px;
    }
    .city-cloud a {
        width: 100%;
    }
    .city p {
        margin-bottom: 24px;
    }
    .top-section {
        height: 700px;
    }
    .city {
        padding-top: 1000px;
    }
    .men {
        max-width: 200px;
        bottom: -2%;
        right: 15%;
    }
    .city-grandpa {
        right: auto;
        left: 10px;
        bottom: 270px;
        width: 100%;
    }   
    .second-cloud .bottles {
        transform: translateY(100px);
    }
    .plain {
        margin-top: -200px;
        padding-top: 600px;
        padding-bottom: 600px;
    }
}


@media screen and (max-width: 500px) {
    .men, .city-grandpa, .grandma, .grandma-two {
        max-width: 180px;
    }
    .men {
        bottom: 5%;
    }
    .people {
        animation: fadeInUpPeopleMobile500 1s ease-out forwards;
    }
    @keyframes fadeInUpPeopleMobile500 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-0);
        }
    }
    .grandma {
        top: 42%;
    }
    .city {
        padding-top: 550px;
    }
    .first-cloud .text {
        padding: 100px 32px 200px 32px;
        gap: 16px;
    }
    .city-text {
        padding-left: 38px;
        padding-right: 38px;
    }
    .title {
        padding-right: 52px;
        padding-left: 52px;
        box-sizing: border-box;
        width: 100%;
    }
    .title img {
        width: 100%;
    }
    .top-section {
        height: 700px;
    }
    .first-cloud {
        height: 1050px;
        margin-top: 0;
        transform: translateY(-30%);
    }
    .first-cloud .text.visible {
        transform: translateY(-75px);
        padding-bottom: 0;
    }
    .second-cloud .bottles {
        transform: translateY(70px);
    }
    .second-cloud {
        height: 1200px;
    }
    .second-cloud .text-container.visible {
        transform: translateY(50px);
        gap: 340px;
    }
    .third-cloud .grandma-two {
        top: 5%;
    }
    .third-cloud {
        padding-bottom: 0px;
        padding-top: 350px;
        height: 650px;
    }
}

@media screen and (max-width: 465px) {
    .second-cloud {
        height: 1300px;
    }
    .grandma {
        top: 44%;
    }
}

@media screen and (max-width: 400px) {
    .grandma {
        top: 45%;
    }
    .first-cloud {
        height: 900px;
        background-size: cover;
        margin-bottom: 0;
    }
    .first-cloud .text.visible {
        transform: translateY(-175px);
    }
    .people {
        animation: fadeInUpPeopleMobile400 1s ease-out forwards;
    }
    .city {
        padding-top: 1000px;
    }
    .men {
        bottom: -10%;
        right: 5%;
    }
    @keyframes fadeInUpPeopleMobile400 {
        from {
            opacity: 0;
            transform: translateY(0px);
        }
        to {
            opacity: 1;
            transform: translateY(-100px);
        }
    }
    .second-cloud {
        transform: translateY(0px);
        height: 1400px;
        background-size: cover;
    }
    .second-cloud .bottles {
        transform: translateY(50px);
    }
    .city-cloud .enlarge {
        width: 64px;
        height: 64px;
        right: 31%;
    }
}

@media screen and (max-width: 370px) {
    .second-cloud {
        height: 1500px;
    }
    .grandma {
        top: 42%;
    }
}
