.promo {
    background-color: #FABF26;
}

.serverimg {
    width: 400px;
}

.features {
    background-color: rgba(86,98,140,0.19);
    border-radius: 8px;
}

.myCard2 {
    background: rgba(86,98,140,0.19);
    border-radius: 11px;
}

.myButton2 {
    padding: 1.5rem 2rem !important;
}

@media only screen and (max-width: 617px) {
    .plans {
        justify-content: center !important;
    }
}

body {
    background: linear-gradient(135deg, #1f1f2e, #2d2d3f);
    color: #fff;
    font-family: 'Public Sans', sans-serif;
}
.image-head {
margin-right: -200%;
}
.image-head > img {
max-width: 10%;
margin-bottom: -60px;
transform: scaleX(-1);
}
.slider-container {
    margin: 30px 0;
    text-align: center;
}

#ram-slider {
    border-radius: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    height: 12px;
    background: #666;
    outline: none;
    opacity: 0.9;
    transition: background 0.3s;
}
#ram-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffd700;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(233, 30, 99, 0.5);
    transition: background 0.3s, transform 0.2s;
}

#ram-slider::-webkit-slider-thumb:hover {
    background: #ffd700;
    transform: scale(1.1);
}

.plans-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.plan {
display: none;
}

.plan.active {
display: flex;
}

.plan-content {
display: none;
align-items: center;
padding: 30px 36px;
background-color: #2e2e3d;
border-radius: 10px;
box-shadow: 0 0 47px -10px #fabf26;
margin: 34px;
width: 100%!important;
background: linear-gradient(134deg, #2e2e3d 66.39%, rgba(46, 46, 61, 0)),
url('https://www.minecraft.net/content/dam/minecraftnet/games/minecraft/key-art/SoothingScene_beach.jpg');
background-size: cover;
background-position: center;
}


.plan-name h2 {
font-size: 2em!important;
color: #ffd700;
margin-bottom: 0px;
margin-right: 20px;
}

.plan-features {
display: flex;
flex-direction: column;
padding-left: 25px!Important;
padding-right: 25px!important;
}

.feature-item {
display: flex;
align-items: center;
font-size: 1.1em;
color: #ddd;
}

.feature-item i {
color: #ffd700;
margin-right: 8px;
font-size: 16px;
background-color: color(srgb 0.3216 0.2941 0.2);
padding: 8px;
border-radius: 30px;
}

.divider {
height: 2px;
width: 100%;
background-color: #ffd700;
margin: 8px 0;
}

.plan-action {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
}

.plan-action a {
background-color: #e91e63;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.title.has-text-centered.has-text-white {
margin-bottom: 0px!important;
}
small.has-text-centered.has-text-white {
display: block;
margin-bottom: 29px;
}
.section.two {
background-color: color(srgb 0.1804 0.1804 0.24);
}
.hardware-section {
position: relative;
background-image: url("https://mangohost.net/blog/wp-content/uploads/2024/01/best_server_for_game_hosting_linux_or_windows.jpg");
background-size: cover;
background-position: center;
padding: 50px 0;
overflow: hidden;
}

.hardware-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(31, 31, 46, 0.7); 
backdrop-filter: blur(5px);
}

.feature-item.two {
margin-top: 15px;
}

.hardware-section-content {
position: relative;
z-index: 1;
color: #fff;
text-align: center;
}

.hardware-item {
background-color: #2e2e3d;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.plan-tools-tool {
margin-left: 5px;
margin-right: 5px;
color: color(srgb 0.7372 0.7373 0.7588);
}
.plan-tools-tool > i {
color: white!important;
margin-right: 3px;
}
@media only screen and (max-width: 1000px) {
    .plan-content.d-flex.align-items-center {
        display: block !important;
    }
    .feature-item {
        margin-top: 15px!important;
    }
    .plan-content {
        background: linear-gradient(194deg, #2e2e3d 66.39%, rgba(46, 46, 61, 0)), url(https://www.minecraft.net/content/dam/minecraftnet/games/minecraft/key-art/SoothingScene_beach.jpg);
        background-size: cover;
        background-position: center;
    }
    .right {
        margin-right: 0 !important;
    }
}