.dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-item button:hover+.dropdown-menu,
.dropdown-menu:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fade-in {
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.sidebar.open {
    transform: translateX(0);
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
    transition: all 750ms !important;
    transition-delay: 0 !important;
}

.bghoverdiv {
    transition: 0.3s ease !important;
}

.bghoverdiv:hover {
    background: linear-gradient(180deg,
            rgba(14, 15, 19, 0) 0%,
            rgba(47, 47, 52) 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.floating-img {
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-radius: 50%;
    background: url('../img/bubble-10.png') no-repeat center;
    background-size: cover;
    animation: moveAround3 20s linear infinite alternate;
}

.floating-img2 {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10;
    border-radius: 50%;
    background: url('../img/bubble-10.png') no-repeat center;
    background-size: cover;
    animation: curvedMotion3 25s ease-in-out infinite alternate;
}

@keyframes moveAround3 {
    0% {
        top: 0%;
        left: 40%;
    }

    25% {
        top: 50%;
        left: 5%;
    }

    50% {
        top: 50%;
        left: 0%;
    }

    75% {
        top: 20%;
        left: 50%;
    }

    100% {
        top: 70%;
        left: 40%;
    }
}

@keyframes moveAround1 {
    0% {
        top: 10%;
        left: 10%;
    }

    25% {
        top: 30%;
        left: 50%;
    }

    50% {
        top: 10%;
        left: 30%;
    }

    75% {
        top: 90%;
        left: 0%;
    }

    100% {
        top: 10%;
        left: 40%;
    }
}

@keyframes curvedMotion3 {
    0% {
        top: 30%;
        left: 50%;
        transform: rotate(0deg);
    }

    20% {
        top: 60%;
        left: 30%;
        transform: rotate(45deg);
    }

    40% {
        top: 10%;
        left: 20%;
        transform: rotate(90deg);
    }

    60% {
        top: 80%;
        left: 50%;
        transform: rotate(135deg);
    }

    80% {
        top: 30%;
        left: 40%;
        transform: rotate(180deg);
    }

    100% {
        top: 70%;
        left: 0%;
        transform: rotate(225deg);
    }
}

.floating-img4 {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10;
    border-radius: 50%;
    background: url('../img/bubble-10.png') no-repeat center;
    background-size: cover;
    animation: curvedMotionm 25s ease-in-out infinite alternate, bubbleScale 5s ease-in-out infinite;
}

@keyframes curvedMotionm {
    0% {
        top: 30%;
        left: 80%;
        transform: rotate(0deg);
    }

    20% {
        top: 60%;
        left: 0%;
        transform: rotate(45deg);
    }

    40% {
        top: 10%;
        left: 50%;
        transform: rotate(90deg);
    }

    60% {
        top: 80%;
        left: 00%;
        transform: rotate(135deg);
    }

    80% {
        top: 30%;
        left: 90%;
        transform: rotate(180deg);
    }

    100% {
        top: 70%;
        left: 100%;
        transform: rotate(225deg);
    }
}

@keyframes bubbleScale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

.floating-img5 {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10;
    border-radius: 50%;
    background: url('../img/bubble-10.png') no-repeat center;
    background-size: cover;
    animation: floating 15s ease-in-out infinite, colorChange 5s infinite alternate;
}

@keyframes floating {
    0% {
        top: 20%;
        left: 80%;
        transform: scale(1) rotate(0deg);
    }

    25% {
        top: 50%;
        left: 40%;
        transform: scale(1.2) rotate(90deg);
    }

    50% {
        top: 80%;
        left: 20%;
        transform: scale(1) rotate(180deg);
    }

    75% {
        top: 10%;
        left: 60%;
        transform: scale(1.1) rotate(270deg);
    }

    100% {
        top: 60%;
        left: 90%;
        transform: scale(1) rotate(360deg);
    }
}

@keyframes colorChange {
    0% {
        filter: hue-rotate(0deg);
    }

    25% {
        filter: hue-rotate(90deg);
    }

    50% {
        filter: hue-rotate(180deg);
    }

    75% {
        filter: hue-rotate(270deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.button-87 {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background: linear-gradient(to right, #4763FF, #9C47FF);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-87:hover {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 99, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(76, 99, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(76, 99, 255, 0);
    }
}

.button-87:active {
    transform: scale(0.95);
}

.button-871 {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #fcfcfc;
    background: white;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-871:hover {
    animation: pulse1 1.5s infinite;
    color: white;
    border: 1px solid white;
    box-shadow: rgba(248, 248, 248, 0.15) 0px 15px 25px, rgba(212, 212, 212, 0.05) 0px 5px 10px !important;
    background: linear-gradient(to right, #4763FF, #9C47FF);
}

@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 99, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(76, 99, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(76, 99, 255, 0);
    }
}

.button-871:active {
    transform: scale(0.95);
}

.containerv {
    position: relative;
    width: 100vw;
    height: 93vh;
}

@media (max-width:602px) {
    .containerv {
        position: relative;
        width: 100vw;
        height: 28vh;
    }
}

.floating-img11 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url('../img/bubble-6.png') no-repeat center;
    background-size: cover;
    animation: moveAround 18s linear infinite alternate;
}

.floating-img12 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url('../img/bubble-6.png') no-repeat center;
    background-size: cover;
    animation: moveAround1 15s linear infinite alternate;
}

.floating-img15 {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url('../img/bubble-9.png') no-repeat center;
    background-size: cover;
    animation: diagonalBounce 20s ease-in-out infinite alternate;
}

.floating-img16 {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('../img/bubble-8.png') no-repeat center;
    background-size: cover;
    animation: spiralMotion 30s linear infinite;
}

.floating-img17 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url('../img/bubble-10.png') no-repeat center;
    background-size: cover;
    animation: pauseMove 15s ease-in-out infinite;
}

@keyframes moveAround {
    0% {
        top: 5%;
        left: 80%;
    }

    25% {
        top: 80%;
        left: 20%;
    }

    50% {
        top: 60%;
        left: 60%;
    }

    75% {
        top: 30%;
        left: 90%;
    }

    100% {
        top: 10%;
        left: 40%;
    }
}

@keyframes moveAround1 {
    0% {
        top: 10%;
        left: 10%;
    }

    25% {
        top: 30%;
        left: 40%;
    }

    50% {
        top: 10%;
        left: 80%;
    }

    75% {
        top: 90%;
        left: 20%;
    }

    100% {
        top: 10%;
        left: 80%;
    }
}

@keyframes curvedMotion {
    0% {
        top: 1%;
        left: 40%;
        transform: rotate(0deg);
    }

    20% {
        top: 60%;
        left: 30%;
        transform: rotate(45deg);
    }

    40% {
        top: 10%;
        left: 60%;
        transform: rotate(90deg);
    }

    60% {
        top: 80%;
        left: 60%;
        transform: rotate(135deg);
    }

    80% {
        top: 30%;
        left: 80%;
        transform: rotate(180deg);
    }

    100% {
        top: 70%;
        left: 40%;
        transform: rotate(225deg);
    }
}

@keyframes zigzagMotion {
    0% {
        top: 10%;
        left: 10%;
    }

    20% {
        top: 80%;
        left: 30%;
    }

    40% {
        top: 20%;
        left: 60%;
    }

    60% {
        top: 80%;
        left: 90%;
    }

    80% {
        top: 30%;
        left: 20%;
    }

    100% {
        top: 80%;
        left: 50%;
    }
}

@keyframes diagonalBounce {
    0% {
        top: 10%;
        left: 10%;
    }

    25% {
        top: 60%;
        left: 40%;
    }

    50% {
        top: 80%;
        left: 70%;
    }

    75% {
        top: 60%;
        left: 90%;
    }

    100% {
        top: 10%;
        left: 70%;
    }
}

@keyframes spiralMotion {
    0% {
        top: 20%;
        left: 20%;
        transform: rotate(0deg);
    }

    25% {
        top: 40%;
        left: 40%;
        transform: rotate(90deg);
    }

    50% {
        top: 60%;
        left: 60%;
        transform: rotate(180deg);
    }

    75% {
        top: 70%;
        left: 80%;
        transform: rotate(270deg);
    }

    100% {
        top: 20%;
        left: 80%;
        transform: rotate(360deg);
    }
}

@keyframes pauseMove {
    0% {
        top: 10%;
        left: 90%;
    }

    15% {
        top: 10%;
        left: 85%;
    }

    30% {
        top: 80%;
        left: 5%;
    }

    50% {
        top: 15%;
        left: 70%;
    }

    70% {
        top: 10%;
        left: 80%;
    }

    85% {
        top: 5%;
        left: 85%;
    }

    100% {
        top: 80%;
        left: 10%;
    }
}

.constanting {
    position: absolute;
    width: auto;
    height: auto;
}

#container1 {
    left: 21%;
    bottom: -150px !important;
    z-index: 20;
}

#container2 {
    left: 38%;
    bottom: -150px !important;
}

#container3 {
    left: 66%;
    bottom: -150px !important;
}

.imagemover {
    width: auto;
    height: auto;
    max-width: 400px;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.images {
    width: auto;
    height: auto;
    max-width: 600px;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
