body {
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

main {
    flex-grow: 1;
}

.nav-link:hover {
    color: white !important;
    background-color: #FECE00;
    border-radius: 6px;
}

.my-rounded {
    border-radius: 18px !important;
}

.my-title-box {
    position: relative;
    top: -30px;
}

.my-title {
    line-height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.my-paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.card-icon {
    border-radius: 20px;
    background: #e0e0e0;
    box-shadow: 13px 13px 26px #bebebe, -13px -13px 26px #ffffff;
}

.card-services {
    position: relative;
    z-index: 99;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.0px);
    -webkit-backdrop-filter: blur(4.0px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.img-illustration {
    min-height: 350px;
}

.fancy-element-1 {
    width: 40vh;
    height: 40vh;
    background-color: #FFD823;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    top: -60px;
    z-index: 0;
}

.fancy-element-2 {
    width: 40vh;
    height: 40vh;
    background-color: #FFD823;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 0;
}

.fancy-element-3 {
    width: 40vh;
    height: 40vh;
    background-color: #FFD823;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(25deg);
    position: absolute;
    top: -100px;
    left: 10%;
    z-index: 0;
}

#about-page img {
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 766px) {
    .my-video {
        max-height: 300px;
    }
    .cover-iklan {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 512px) {
    .my-video {
        max-height: 200px;
    }
}

@media screen and (max-height: 700px) {
    @media screen and (max-width: 300px) {
        .my-video {
            max-width: 100%;
            max-height: 150px;
        }
        .fancy-element-1 {
            width: 30vh;
            height: 30vh;
        }
        .fancy-element-2 {
            width: 30vh;
            height: 30vh;
        }
        .fancy-element-3 {
            width: 30vh;
            height: 30vh;
        }
    }
}