
.hero-section h2 {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
}

.hero-section h2 strong {
    font-size: 44px;
    color: oklch(.546 .245 262.881);
}

.plans {
    display: flex;
    margin-top: 50px;
    gap: 1px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    background-color: #ccc;
    flex-wrap: nowrap;
    border-radius: 10px;
}

.plan {
    width: 290px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    flex: 0 0 auto;
    scroll-snap-align: center;
}

.plan-mid{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 32px;
    padding-bottom: 18px;
}

.plan-top {
    width: 100%;
    border-radius: 10px;
    background-color: rgb(247, 247, 248);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.plan-top .most2{
    border: 1px solid oklch(.546 .245 262.881);
    background-color: white;
    color: oklch(.546 .245 262.881);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    width: 200px;
    text-align: center;
    position: absolute;
    top: -15px;
    z-index: 100000;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-top.most{
    background-color: oklch(.546 .245 262.881);
    background: linear-gradient(-45deg, rgb(255, 255, 255), rgb(76, 79, 255), oklch(.546 .245 262.881)) 0% 0% / 200% 200%;
    color: white;
}

.plan-top:hover {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    transition-duration: 300ms;
    background: linear-gradient(-30deg, rgb(247, 247, 248), rgb(250, 250, 250), #ccc) 0% 0% / 400% 400%;
    animation: 4s ease 0s infinite normal none running gradient;
}

@keyframes gradient {
    0% {
        background-position: 50% 50%;
    }

    25% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes gradient2 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.plan-top h3 {
    font-size: 25px;
    font-weight: 500;
    color: #555;
    transition-duration: 0.3s;
}

.plan-top h3.premium {
    color: white;
}

.plan-top section {
    background-color: oklch(.546 .245 262.881);
    padding: 2px;
    width: 90%;
    border-radius: 500px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition-duration: 0.3s;
    color: white;
}

.plan-top a.premium {
    color: #111;
}

.plan-top h5.premium {
    color: white;
}

.plan-top h2.premium {
    color: white;
}

.plan-top span.premium {
    color: #ccc;
}

.plan-to.most a {
    color: #111;
}

.plan-top.most h5 {
    color: white;
}

.plan-top.most h2 {
    color: white;
}

.plan-top.most h3 {
    color: white;
}

.plan-top.most span {
    color: #ccc;
}

.plan-top h2 {
    font-size: 40px;
    position: relative;
    font-weight: 400;
}

.plan-top h5 {
    position: relative;
    color: #555;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}


.plan-top span {
    position: absolute;
    right: -20px;
    top: 0px;
    display: flex;
    font-weight: 300;
    color: #555;
    font-size: 10px;
}

.plan p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

.plan b {
    font-size: 12px;
    font-weight: 600;
}

.plan box-icon {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    line-height: 0;
}

.contains h6 {
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.contains {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.contain {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition-duration: 0.3s;
}


.contain:hover {
    transform: scale(1.1);
}

.contain p {
    color: #111;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", serif;
}

.contain h2 {
    line-height: 18px;
    font-size: 14px;
    color: #111;
}

.contain box-icon {
    height: 25px;
    width: 30px;
}

.plan-top.premium {
    display: flex;
    flex-direction: column;
    background: linear-gradient(-30deg, rgb(255, 255, 255), #340f49, #111) 0% 0% / 200% 200%;
    overflow: hidden;
}

.plan-top.premium section {
    background-color: white;
    color: #111;
}

.plan-top.most section {
    background-color: white;
    color: oklch(.546 .245 262.881);
}

.plan-top.premium:hover{
    background: linear-gradient(-30deg, rgb(255, 255, 255), #6e09a8, #111111) 0% 0% / 200% 200%;
    animation: none;
}

.plan-top.most:hover{
    background: linear-gradient(-45deg, rgb(255, 255, 255), rgb(45, 48, 224), oklch(.546 .245 262.881)) 0% 0% / 200% 200%;
    animation: none;
}

.premium-bg {
    display: flex;
    flex-direction: column;
    background-color: black;
    background-image: radial-gradient(at 88% 40%,
            hsla(240, 15%, 9%, 1) 0px,
            transparent 85%),
        radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
        radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
        radial-gradient(at 0% 64%, hsla(263, 93%, 56%, 1) 0px, transparent 85%),
        radial-gradient(at 41% 94%, hsla(284, 100%, 84%, 1) 0px, transparent 85%),
        radial-gradient(at 100% 99%, hsla(306, 100%, 57%, 1) 0px, transparent 85%);
    width: 100%;
    top: 0;
    left: 0px;
    height: 550px;
    position: absolute;
    z-index: -1;
}

.premium-logo-image {
    width: 200px;
    filter: brightness(100);
}
