@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

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

body {
    /* background-color: #000000; */
    background-color: #000000;
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.Heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-count: 2;
    align-items: center;
    position: relative; 
    height: 100%;
    padding: 0 10% 0 10%;
}

/* Heading Content */
.Heading .Content-Section {
    margin-right: 20%;
}

.Heading .Content-Section .title {
    line-height: 1.3;
}

.list-keunggulan {
    list-style: none;
    margin: 10px 0 0 30px;
}


/* Hubungi Button Style */
.Button {
    width: 200px;
    height: 50px;
}

.Hubungi {
    background-image: #ffffff;
    border-radius: 5px;
    border-style: none;
    color: #000000;
    cursor: pointer;
    flex-shrink: 0;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: lighter;
    height: 3rem;
    margin-top: 18px;
    padding: 0 90px 0 90px;
    text-align: center;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.Heading .Hubungi:hover {
    box-shadow: rgba(255, 255, 255, 0.5) 0 1px 30px;
    transition-duration: .1s;
}

/* Heading Image */
#Header-Image {
    width: 500px;
    height: auto;
    border-radius: 10px;
}

.Attribution {
    list-style-type: none;
    color: rgb(149, 149, 149);
}


.fa-check {
    /* Checklist */
    color: #B197FC;
    margin-right: 10px;
}

/* Hosting Plan */
.title-Hosting h1{
    padding-top: 50px;

}

.Hosting-Plan {
    background:  url("/asset/foto/lainya/background/achmad-al-fadhli-LpFGfPjzIq0-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.Hosting-Plan .card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-count: 1;
    justify-content: center;
    height:min-content;
    
}

.Hosting-Plan .card-container .card {
    margin: 2%;
    padding: 30px;
    background-color: rgba(129, 127, 127, 0.5); 
    backdrop-filter: blur(10px);
    border-radius: 10px;
    outline: 2px solid #ffffff;
}

.Hosting-Plan .card-container .card-hr {
    margin-bottom: 20px;
}

.Plan-Title, .description {
    text-align: center;
}

.Hosting-Plan .card-container .card .mata-uang {
    margin-top: 15px;
    font-weight: lighter;
}

.harga {
    font-size: 50px;
}

.list-fitur {
    list-style-type: none;
}

.btn-beli {
    background-color: #ffffff; 
    border-radius: 5px;
    border-style: none;
    color: #000000;
    cursor: pointer;
    flex-shrink: 0;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: lighter;
    height: 3rem;
    margin-top: 18px;
    padding: 0 119px 0 90px;
    text-align: center;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}
.btn-beli:hover {
    box-shadow: rgba(255, 255, 255, 0.5) 0 1px 30px;
    transition-duration: .1s;
}


/* Fitur Unggulan Section */
.Fitur-Unggulan {
    position: relative; 
    height: 100%;
    margin-bottom: 20px;
    /* overflow: hidden; Add this line */
    /* z-index: 9;  */
}

.Fitur-Unggulan .title-Produk {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Fitur-Unggulan .card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-count: 2;
}

.Fitur-Unggulan .card-container .card {
    background-color: #ffffff;
    position: relative;
    width: 400px;
    margin: 0 20px 15px 20px;
    padding: 1%;
    border-radius: 5px;
}
.Fitur-Unggulan .card-container .card .card-image {
    width: 300px;
    height: auto;
    border-radius: 5px;
    position: relative; /* Add this line */
}


.Fitur-Unggulan .card-container .card .title-Fitur-Unggulan, .description-Fitur-Unggulan {
    text-align: center;
    line-height: 1.5;
    color: #000000;
}

/* Game Service */
.Game-Section {
    /* background-color: #ffffff; */
    background: url("/asset/foto/lainya/background/gaming-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
}

.Game-Section #GameService-Title, #GameService-Description {
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}

.Game-Section #GameService-Description {
    margin-bottom: 20px;
}

.Game-Section .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(129, 127, 127, 0.5);
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 10px;
}

.Game-Section .card-container .card {
    flex: 1;
    position: relative;
    width: auto; /* Change this line */
    margin: 20px;
    padding: 1%;
    border-radius: 5px;
}

.Game-Section .card-container .content .card .wider {
    flex: 2;
}

.Game-Section .card-container .content .card .wider h1,p {
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.Game-Section .card-container img {
    width: 100%; /* Change this line */
    height: auto; /* Add this line */
    border-radius: 10px;
}

@media (max-width: 960px) {

}

@media (max-width: 600px) {
    #Hubungi {
        padding: 0 2.6rem;
    }

    #Header-Image {
        display: none;
    }

    /* Heading Content */
    .Heading .Content-Section {
        margin-right: 1%;
    }

    .Heading .Content-Section .title {
        font-size: 22px;
        line-height: 1.3;
    }

    .Heading .Content-Section .description {
        font-size: 15px;
        line-height: 1.3;
    }

    .list-keunggulan {
        list-style: none;
        margin: 10px 0 0 30px;
    }

    /* Hosting Plan */
    .Hosting-Plan {
        flex-direction: column;
        column-count: 1;
    }

    .Hosting-Plan .card-container .card {
        margin: 0 30px 30px 30px;
    }

    .btn-beli {
        padding: 0 2.6rem;
    }

    /* Fitur Unggulan Section */
    
}