* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url("https://hhive.co.uk/assets/images/landing/background.svg");
    position: relative;
    background-color: #0b0d11;
}

.overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.ft {
    position: relative;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 2px solid #202736;
    background-image: url(../images/MinecraftBG.jpg);
    box-shadow: 0px 10px 10px 1px rgb(0, 0, 0);
}

.ft::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13161dbd;
}

nav {
    background-color: #14171f;
    padding: 10px 20px;
    box-shadow: 10px 10px 10px 10px #000000dc;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
}

.navbar-content {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    list-style: none;
    gap: 40px;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 50px;
    cursor: pointer;
}
.custom33 {
    margin-right: 0px !important;
}
#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f1218;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure the loading animation is on top */
    animation: fadeOut 2s forwards;
    /* Fade out animation */
}

#logo {
    max-width: 200px;
    /* Adjust as needed */
    max-height: 200px;
    /* Adjust as needed */
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.navbar-content ul {
    list-style-type: none;
    display: flex;
}

.navbar-content ul li {
    margin-right: 20px;
}

.navbar-content ul li:last-child {
    margin-right: 0;
}



.navbar-content ul li a {
    color: #fff;
    text-decoration: none;
}

.button-freehost {
    border: 2px solid #5073e4;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    color: #fff;
    box-shadow: #000;
    transition: 0.3s;
}

.button-freehost:hover {
    border: 2px solid #3e4ab6;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    color: #fff;
    background-color: #3e4ab6;
    color: #fff
}

.button-premiumhost {
    border: 2px solid #fff;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    color: #fff;
    box-shadow: #000;
    transition: 0.3s;
}

.button-premiumhost:hover {
    border: 2px solid #cc8533;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    background-color: #cc8533;
    color: #fff;
    box-shadow: #000;
}

.button-getstarted {
    background-color: #1050db;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 10px;
    border: 1px solid #233258;
    text-decoration: none;
    display: flex;
    width: auto;
}

@media screen and (max-width: 768px) {
    .button-getstarted a {
        padding: 8px 26px;
        border-radius: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .button-getstarted a {
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 12px;
    }
    .nav-link {
        display: none;
    }
}

.logo {
    display: flex;
    align-items: center;
    width: 519px;
    cursor: pointer;
}

.logo img {
    height: auto !important;
    width: 130px !important;
    margin-right: 8px;
}

.logo-text {
    font-size: 1.2rem;
}

.coupon {
    background-color: #212a3d;
    margin: 0;
    padding: 1rem;
    border-top: 2px solid #5670b6;
    border-bottom: 2px solid #5670b6;
    margin-top: -10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 4px;
}

.coupon-content {
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.coupon-content span {
    font-weight: bold;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 10px;
    border-radius: 5px;
}

.show {
    display: block;
}

.landing-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landing-content h1 {
    color: #fff;
    text-align: left !important;
    margin-left: 5rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 80px;
    width: fit-content;
    margin-top: 3rem;
}

.landing-content p {
    color: #c7c7c7;
    text-align: left !important;
    margin-top: 1rem;
    margin-left: 5rem !important;

}

.host-else {
    width: 100%;
    background-color: #14171f;
    padding: 70px;
    box-shadow: 20px 3px 10px 10px #000000e3;
}

.host-else h1 {
    color: #fff;
    font-size: 30px;
    text-shadow: 4px 4px 8px #000;
    /* Increased shadow offset and blur radius */

}

.host-else p {
    color: #cccc;
}

.gopremium {
    border: 2px solid #fff;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    color: #fff;
    box-shadow: #000;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;

}

.gopremium:hover {
    border: 2px solid #cc8533;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    background-color: #cc8533;
    color: #fff;
    box-shadow: #000;
}

.button-start {
    text-align: left !important;
    margin-left: 3rem;
    margin-top: 1rem;
}

.button-start .btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #236cd900;
    color: white;
    border: none;
    border-radius: 15px;
    width: fit-content;
    margin-left: 5px;
    text-align: center;
    border: 2px solid #236BD9;

    text-decoration: none;
    transition: 0.4s ease-in-out;

}


.btn-clear {
    display: inline-block;
    padding: 8px 20px;
    background-color: none;
    color: white;
    border: none;
    background-color: #236BD9;
    border: 2px solid #236BD9;
    border-radius: 15px;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.btn-clear:hover {
    background-color: #212a3d00;
}

.button-start .btn:hover {
    background-color: #236BD9;
    border: 2px solid #236BD9;

}







*::-webkit-scrollbar {
    height: 16px;
    width: 16px;
    display: none;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #141820;
}

*::-webkit-scrollbar-track:hover {
    background-color: #141820;
}

*::-webkit-scrollbar-track:active {
    background-color: #212A3D;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #236BD9;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #1D58B2;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #297EFF;
}






.Pricing {
    padding: 50px 0;
    text-align: center;
}

.Pricing-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-category {
    background-color: #13161d;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.767);
    margin: 20px;

    flex: 1;
    max-width: 300px;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-category:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.pricing-category h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.price {
    color: #236BD9;
    font-size: 26px;
    margin-bottom: 20px;
}

.features {
    list-style-type: none;
    padding: 0;
    color: #c7c7c7;
    padding-left: 0;
}

.features li {
    margin-bottom: 10px;
    position: relative;
}

.features p {
    text-align: center;
    font-size: 15px;
}


.features li::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #77777750;
    position: absolute;
    bottom: -5px;
    left: 25%;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #236BD9;
    color: #fff;
    width: 230px;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: -0.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #27ae60;
}





.category-image {
    width: 100%;

    height: 200px;

    border-radius: 10px 10px 0 0;

    object-fit: cover;

    margin: 0;

}

.price span {
    font-size: 40px;
    color: #c8c8c8;
}

.navbar-prices a.active {
    color: #fff;
    gap: 10px;
    background: #236cd9bd !important;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px !important;
}

.navbar-prices a {
    color: #fff;
    gap: 10px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px !important;
}

.navbar-prices {
    margin: 10px auto 10px;

    background: #1a1f29 !important;
    width: fit-content;

    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-prices a {
    color: #fff;
    gap: 10px;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px !important;
}

.vps-prices {
    padding: 15px;
    width: fit-content;
    border-radius: 5px;
    margin: 0 auto;

    margin-bottom: 5rem;
}


.vps-prices-content {
    display: flex;
    justify-content: space-between;

    margin-top: 1px;
    gap: 40px;
    border: 5px;
}

.vps-features {
    list-style-type: none;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    border-radius: 2px;
    background: #13161d;
    justify-content: center;
}

.vps-features li {
    margin-right: 10px;

    text-align: center;
    color: #fff;
    line-height: 2;
    padding: 8px 16px;

    font-size: 18px;

    min-width: 120px;

    border-left: 1px solid #9b9b9b0e;
}



.vps-btn {
    display: inline-block;
    padding: 15px 20px 10px 40px;

    background-color: #242d42;
    color: #adadad;
    width: fit-content;
    text-decoration: none;
    text-align: left;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 1.4;

    margin-right: 10px;
    font-size: 15px;

}


.vps-btn span {
    background-color: #236BD9;
    padding: 10px 10px;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-align: right;
}



@media screen and (max-width: 768px) {
    .vps-features {
        display: flex;
        flex-direction: column;

        align-items: center;

        margin-top: 10px;
        border-radius: 5px;
        padding: 30px;
    }

    .ft-section {
        padding: 30px !important;
    }

    .imgimg {
        display: none;
    }

    .navbar {
        font-size: 15px;
    }

    .logo img {
        display: none;
    }

    .button-getstarted a {
        background-color: #212a3d;
        color: #8398cf;
        border-radius: 30px;
        font-size: 10px;
        border: 2px solid #5670b6;
        text-decoration: none;
        display: flex;
        width: fit-content;
    }.button-start {
        text-align: left !important;
        margin-left: 3rem !important;
        margin-top: 1rem;
    }
    .button-freehost {
    width: 50%;
    }
    .button-premiumhost {
        width: 50%;
        padding: 9px 5px !important;
        font-size: 14px;
        margin-right: 20px !important;
    }
    .navbar-prices a {
        font-size: 13px;
    }

    .vps-features li {
        font-size: 14px;

        padding: 8px;

        min-width: auto;

        margin: 5px 0;

        border-left: none;

        text-align: center;

    }
    .right-content {
        display: none !important;
    }
    .left-content h1 {
        color: #fff;
text-align: left !important;
margin-left: -3rem;
font-size: 1.5rem !important;
font-weight: bold;
line-height: 30px !important;
margin-top: 3rem;
padding: 0 !important;
white-space: nowrap;
    }
    .vps-btn {
        padding: 15px 20px;

        font-size: 15px;

        width: 100%;

        max-width: none;

        margin: 0;

    }
}



.features-title {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;

    display: flex;
    font-size: 40px;
    margin-top: 2rem;
    font-weight: bold;
    align-items: center;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: #14182071;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;

    width: 400px;
    border: 2px solid #236BD9;
    margin-top: 2rem;
    transition: 0.4s;
}

.card:hover {
    box-shadow: -3px -3px 14px -11px rgba(35, 107, 217, 0.24),
        1px 7px 25px 7px rgba(35, 107, 217, 0.44);
}

.card-2:hover {
    box-shadow: -3px -3px 14px -11px rgba(35, 107, 217, 0.24),
        1px 7px 25px 7px rgba(35, 107, 217, 0.44);
}

.card h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.card p {
    color: #C7C7C7;
    font-size: 16px;
    margin-bottom: 0;
}


.card-container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-2 {
    background-color: #141820bb;
    border-radius: 10px;
    box-shadow: -3px 3px 22px 4px rgba(35, 107, 217, 0.24);
    padding: 20px;
    border: 2px solid #236BD9;
    margin: 10px;

    width: 400px;
    transition: 0.4s;
}


.card-2 h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.card-2 p {
    color: #C7C7C7;
    font-size: 16px;
    margin-bottom: 0;
}

.advertising {
    max-width: 600px;
    width: fit-content;
    margin: 20px auto;
    padding: 20px;
    background-color: #212a3d;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.advertising h2 {
    margin-bottom: 10px;
    color: #333;
}

.logo-container {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 200px;
    height: auto;
    margin-left: 5rem;
}



.ft-section {
    flex-wrap: wrap;
    margin-bottom: 10rem;
    padding: 100px;
    margin-left: 70px;
    margin-right: 70px;

}

.big-feature {
    grid-column: span 3;
}

.ft-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 1;
}

.ft-title {
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    margin-top: 5rem;
    margin-bottom: -5rem;
    font-weight: bold;
}

.ft-content h1 {
    font-weight: bold;
}

.ft-content {
    color: #fff;
    flex: 1 0 20%;
    margin: 10px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.555);
    z-index: 1;
    background-color: #13161d;
    box-sizing: border-box;
}

.ft-content h1 {
    margin-bottom: 1rem;
}

.ft-content span {
    margin-left: 10px;
}

.ft-content p {
    color: #C7C7C7;
}

.faq-section {
    text-align: center;
    margin: 50px auto;
    max-width: 800px;
}


@media only screen and (max-width: 768px) {
    .ft-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .landing-content h1 {
        font-size: 3rem;
    }

    .button-getstarted {
        display: none;
    }

    .navbar-content {
        margin-left: -15rem;
        color: #fff;
        text-decoration: none;
        display: flex;
        list-style: none;
        flex-grow: 1;
        gap: 30px;
    }

    .ft-content {
        width: 100%;
        margin: 10px 0;
    }

    .big-feature {
        width: 100%;
        max-width: none;
    }

}

.faq-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.bg-custom-900 {
    background-color: #13161d !important;
    box-shadow: 0px 10px 10px 20px rgb(0, 0, 0); /* Increased blur */

}

.text-sm {
    margin-left: 30px;
}

.text-gray-400 {
    margin-left: 30px;
    margin-right: 30px;
}

.font-bold {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px !important;
    margin-bottom: 3px !important;
}

.h-12 {
    margin-left: 30px;
}

.faq {
    background-color: #13161d;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.733);
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

.faq .toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #236BD9;
    font-size: 30px;
    cursor: pointer;
}

.faq-section h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 2rem !important;
    font-weight: bold;
    margin-top: -3rem;
}

.question {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.answer {
    font-size: 16px;
    text-align: left;
    color: #C7C7C7;
    line-height: 1.5;
    display: none;
}

.show-answer {
    display: block;
}




















#categories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
    margin-bottom: 5rem;
}



.search-input {
    padding: 10px;
    border: 1px solid #236cd944;
    border-top-left-radius: 5px;
    background-color: #141820;
    border-bottom-left-radius: 5px;
    width: 500px;
    font-size: 16px;
}



.search-button {
    background-color: #236BD9;
    color: white;
    border: none;
    padding: 11px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search-button:hover {
    background-color: #236BD9;
}



.categories-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.plus {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-left: 5px;
}

.minus {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.ram {
    color: #236BD9;
}

.vcores {
    color: #236BD9;
}

.ssd {
    color: #236BD9;

}

.info-icon {
    position: relative;
    cursor: pointer;
    z-index: 1;
    padding: 5px 10px;
    font-size: 20px;
}


.info-icon::after {
    content: attr(title);
    position: absolute;
    top: 20px;
    left: -50px;
    display: none;
    background-color: #1a1f29;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.info-icon:hover::after {
    display: block;
}

@keyframes tonext {
    75% {
        left: 0;
    }

    95% {
        left: 100%;
    }

    98% {
        left: 100%;
    }

    99% {
        left: 0;
    }
}

@keyframes tostart {
    75% {
        left: 0;
    }

    95% {
        left: -300%;
    }

    98% {
        left: -300%;
    }

    99% {
        left: 0;
    }
}

@keyframes snap {
    96% {
        scroll-snap-align: center;
    }

    97% {
        scroll-snap-align: none;
    }

    99% {
        scroll-snap-align: none;
    }

    100% {
        scroll-snap-align: center;
    }
}



*::-webkit-scrollbar {
    width: 0;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

* {
    -ms-overflow-style: none;
}

ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel {
    position: relative;
    padding-top: 75%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
}

.carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: #f99;
    counter-increment: item;
}

.carousel__slide:nth-child(even) {
    background-color: #99f;
}

.carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -40%, 70px);
    color: #fff;
    font-size: 2em;
}

.carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

@media (hover: hover) {
    .carousel__snapper {
        animation-name: tonext, snap;
        animation-timing-function: ease;
        animation-duration: 4s;
        animation-iteration-count: infinite;
    }

    .carousel__slide:last-child .carousel__snapper {
        animation-name: tostart, snap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel__snapper {
        animation-name: none;
    }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
    animation-name: none;
}

.carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
    display: inline-block;
}

.carousel__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
    position: absolute;
    top: 0;
    margin-top: 37.5%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
}

.carousel::before,
.carousel__prev {
    left: -1rem;
}

.carousel::after,
.carousel__next {
    right: -1rem;
}

.carousel::before,
.carousel::after {
    content: '';
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}

.carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.categories-section h1 span {
    font-size: 10px;
    line-height: 3px;
    margin-top: 3px !important;
}
/* Styles for the container */
.dezer-prices {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #14171f; /* Example background color */
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.555);

}


/* Styles for the content wrapper */
.dezer-prices-content {
    text-align: center;
}

.dezer-prices-content h1 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px;
    color: #Fff;
}

.dezer-prices-container {
    display: flex;
    justify-content: space-between;
}

.price-feature {
    flex: 0 0 calc(50% - 10px); /* Adjust the width of each feature */
    padding: 20px;
    background-color: #1d212b; /* Example background color */
    border-radius: 10px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.555);
    margin-bottom: 3rem;
}

.price-feature h2 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}

.price-feature p {
    margin-bottom: 0;
    color: #ccc;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff; /* Example button color */
    color: #fff; /* Example text color */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3; /* Example button hover color */
}
@media only screen and (max-width: 600px) {
    .dezer-prices-container {
        flex-direction: column; /* Stack cards vertically */
    }

    .price-feature {
        flex: 0 0 100%; /* Make each card take up full width */
        margin-bottom: 20px;
    }
    
    .price-feature h2 {
        font-size: 18px;
    }
    
    .price-feature p {
        font-size: 14px;
    }
}




.tos h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10rem;
    margin-left: 5rem;
    margin-right: 5rem;
}

.tos p {
    color: #ccc;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 3rem;
}

.tos-lines h1 {
    font-size: 30px;
    margin-top: 20px !important;
}

.tos-lines p {
    margin-bottom: 1px !important;
}