.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.ai-banner-block {
    padding-top: 10px;
    padding-bottom: 27px;
}

.ai-banner-button {
    border-left: 3px solid #00255d;
    border-bottom: 3px solid #00255d;
    border-top: 1px solid #00255d;
    border-right: 1px solid #00255d;
    border-radius: 5px;
    padding: 7px 20px;
    color: #00255d;
    font-size: 18px;
}

.my-block {
    background: linear-gradient(-45deg, #ffe3da, #ffe2ec, #e5f8ff, #ccfdf0, #efffd9);
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
    text-align: center;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.ai-title {
    color: #2e4459;
    cursor: pointer;
    border-bottom: 2px solid transparent; /* The same thickness as the hover state */
    transition: border-bottom 0.7s ease;
    width: fit-content;
}

.ai-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #838383;
}

.divider-medium-03 {
    margin: 7px auto;
}

.access-condition {
    background-color: #ffffffad;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ab1f00;
    border-left: 3px solid red;
}

.ai-hover {
    transition: background-color 0.5s ease;
}

.ai-hover-block-1:hover {
    background-color: #01df03a8;
}

.ai-hover-block-2:hover {
    background-color: #02e7f0bf;
}

.ai-hover-block-3:hover {
    background-color: #ff32008c;
}

.ai-hover-block-4:hover {
    background-color: #e274ffb5;
}

.ai-hover-block-5:hover {
    background-color: #fac21bc2;
}

.ai-title:hover {
    border-bottom: 2px solid #2e4459; /* You can change the color as per your preference */
}

.lang-label-DE {
    padding: 4px 9px;
    background-color: #ffd6c5;
    border-radius: 10px;
    margin-left: 5px;
}

.lang-label-EN {
    padding: 4px 9px;
    background-color: rgb(215 226 255);
    border-radius: 10px;
    margin-left: 5px;
}

.ai-banner-image {
    margin-top: 20px;
    border-radius: 10px;
}

.ai-banner-image-small {
    max-width: 42vw;
}

.ai-banner-image-large {
    max-width: 80vw;
}

.ai-premium-text {
    font-size: 32px;
    margin-bottom: 20px;
}

.ai-premium-price-2 {
    font-size: 24px;
    margin-bottom: 27px;
    background-color: rgba(50, 214, 184, 0.55);
    margin-top: 12px;
    color: #1a1a1a;
    padding: 8px 0;
}

.ai-premium-price-1 {
    font-size: 24px;
    margin-bottom: 27px;
    background-color: rgb(219 236 255);
    margin-top: 12px;
    color: #1a1a1a;
    padding: 8px 0;
}

.ai-premium-button {
    font-size: 28px;
    margin-top: 20px;
    background-color: #ffd500;
    border: 3px solid #dbb742;
    max-width: 80vw;
    display: inline;
    padding: 10px 60px;
    border-radius: 5px;
    color: #28230b;
}


.ai-premium-button-wo-bg {
    font-size: 28px;
    margin-top: 20px;
    max-width: 80vw;
    display: inline;
    padding: 10px 60px;
    border-radius: 5px;
    color: #28230b;
}

.ai-premium-button:hover {
    background-color: #ffe980;
    border: 3px solid #dbb742;
}

.ai-aim-label {
    font-size: 32px;
    background-color: aliceblue;
    margin-bottom: 20px;
    padding: 14px 0;
    color: black;
}

.ai-aim-list {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 55px;
}

.ai-aim-tag {
    padding: 6px 12px;
    background-color: #f8fbff;
    border: 2px solid #040bcb;
    margin-bottom: 10px;
    border-radius: 20px;
    color: #4e4e4e;
}

.ai-aim-tag:hover {
    background-color: #b1d4ff;
    border: 2px solid #040bcb;
}

.ai-premium-block-1 {
    min-height: 100px;
    background-color: transparent;
    background-image: radial-gradient(circle, #d2e7ff 1.5px, white 1.5px);
    background-size: 15px 20px;
    padding: 1px 10px;
}

.ai-premium-block-2 {
    min-height: 100px;
    background-color: transparent;
    background-image: radial-gradient(circle, #bdfff1 1.5px, white 1.5px);
    background-size: 15px 20px;
    padding: 1px 10px;
}

