.diagonal {
    font-size: 0.9em;
    font-weight: 800;
}
.video-wrapper {
    position: relative;
}
.footer-header {
    margin-bottom: 20px;
}

.footer-heading-img {
    width: 100%;
    max-width: 24%;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 4rem;
}

.custom-footer {
    text-align: center;
}

.footer-video-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 4rem auto;
}
.footer-video {
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

/* TEXT */
.footer-subtext {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 2.8rem;
}
.yetyy-section {
    margin: 8rem 0;
}
.yetyy-images {
    display: flex;
    align-items: flex-end;
}
.yetyy-top-text {
    /* position: absolute; */
    /* margin: 6% 4%; */
    /* width: 30rem; */
    margin: 6% 15% 4% 18%;
    text-align: center;
    display: flex;
}
.yetyy-center-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0;
    position: relative;
}
.text-img {
    margin-top: -4rem;
    width: 30%;
}
.arrow-img {
    top: -100%;
    width: 10% !important;
    position: absolute;
    left: 68%;
}
.yetyy-bottom-text {
    margin: 0 auto;
    text-align: center;
    width: 24rem;
    margin-top: -2.8rem;
}

.fun-text-box {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.fun-heading {
    width: 30%;
}
.arrow-2 {
    width: 9%;
    top: -32%;
    left: 27%;
    position: absolute;
}
.fun-para {
    width: 20rem;
}

.fun-collage {
    position: relative;
}
.collage-sec-1,
.collage-sec-2,
.collage-sec-3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.collage-sec-1 {
    margin-bottom: 15rem;
}
.collage-sec-3 {
    align-items: flex-start;
}
.c3 {
    position: absolute;
    top: 18%;
    left: 34%;
}
.c7 {
    margin-left: -8%;
}
.c3-img {
    transform: rotate(3deg);
    /* width:  80%; */
    width: 62%;
}

.best-place-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: -8rem;
}
.collage-img {
    width: 80%;
    z-index: 1;
}
.buttom-sec {
    display: flex;
    position: relative;
}
.best-place-images {
    width: 50%;
}
.best-place-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
}
.best-place-para {
    width: 23rem;
    text-align: center;
}
.best-place-heading {
    width: 80%;
}
.place-img {
    width: 100%;
}

.arrow-3 {
    position: absolute;
    width: 10%;
    top: -38%;
    left: 47%;
}
/* Responsive */
@media (max-width: 768px) {
    .footer-video-wrapper {
        margin: 0 auto 1.5rem auto;
    }
    .footer-buttons {
        gap: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
    }
    .footer-subtext {
        margin-bottom: 22px;
        width: 14rem;
    }
    .custom-footer {
        padding: 0 0 0px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .yetyy-section {
        margin: 1rem 0 0;
    }
    .fun-para {
        width: 80%;
        text-align: center;
        a {
            margin: 20px 32px;
        }
    }
    .yetyy-top-text {
        margin: 5% 10%;
        width: 76%;
    }
    .main-img {
        /* margin-top: -3rem; */
    }
    .yetyy-images {
        flex-direction: column;
    }
    .arrow-img {
        /* top: -260%; */
        width: 14% !important;
        left: 71%;
    }
    .yetyy-bottom-text {
        width: 100%;
        padding: 2rem;
        margin-top: -0.8rem;
    }
    .fun-text-box {
        flex-direction: column;
        justify-content: center;
    }
    .best-place-para {
        width: 15rem;
    }
    .buttom-sec {
        flex-direction: column;
        align-items: center;
    }
    .collage-sec-1,
    .collage-sec-2,
    .collage-sec-3 {
        flex-direction: column;
    }
    .arrow-2 {
        width: 10%;
        top: -11%;
        left: 42%;
    }
    .arrow-3 {
        width: 13%;
        top: 34%;
        left: 15%;
    }
    .c2 {
        margin-top: -13%;
    }
    .c3 {
        top: 28%;
        left: 6%;
        display: flex;
        justify-content: center;
    }
    .c3-img {
        transform: rotate(10deg);
        width: 78%;
    }
    .best-place-images {
        width: 70%;
    }
    .c4 {
        margin-top: 3rem;
    }
    .c7 {
        width: 90%;
        margin-left: 0;
    }
    .best-place-wrapper {
        justify-content: center;
        margin-top: -4rem;
    }
    .fun-outer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .yetyy-center-logo {
        margin: 1rem 0;
    }
    .text-img {
        margin-top: 0rem;
    }
}
