
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  

body {
    font-family: "poppins",Arial, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;   
    background-image: url("/assets/images/GAME.png"); 
    background-size: contain;
    background-attachment: fixed;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /*dark theme*/
    color:#ffffff  
}

html {
    color-scheme: dark !important;
}
header {
    background-color: #000000;
    color: #fff;
    padding: 20px;
    text-align: center;
}

h1, h2 {
    margin: 10px 0;
}

#features{
    background-color: #000000;
    padding: 20px;
    margin: 20px auto; /* Center horizontally */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
}

.ad {
    margin-bottom: 20px;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000000;

}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

article {
    background-color: #000000;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.article-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

article img{
    max-width: 300px; /* Adjust the maximum width of the article images */
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px; /* Added margin for spacing */
}
/* CSS for Image Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px; /* Adjust the maximum width of the carousel */
    margin: 0 auto;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);

}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease; /* Add transition for smooth sliding animation */
}

.carousel-slide img {
    width: 300px;
    height: auto;}

.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.carousel-control {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control-left {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel-control-right {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.SlopeGame-play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: rgb(255, 255, 255) underline;
    margin-top: 20px; 
    width: 300px;
    text-transform: uppercase;
    transition: .3s;
    border: #3cff00 5px solid ;


}
.SlopeGame-play-button:hover  {
    text-decoration: white underline;
    scale: 1.1;
    transition: .3s;
}

.SlopeGame-play-button-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

} 
.toolbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background-color: #333333a4;
    color: #fff;
    backdrop-filter: blur(10px);
}
.toolbar a {
    text-decoration: none;
    color: #fff;
}
.gamecontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.material-symbols-outlined {
    cursor:pointer;
}
.SlopeGamelogo-text {
    width: 300px;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.play-now-button {
    background-color: white;
    width: 300px;
    margin: 70px auto;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    transition: .3s;
    font-weight: bolder;
    font-size: 3rem;
}
.play-now-button:hover {
    background-color: #333;
    color: white;
    transition: .3s;
    scale:0.9;
}
a {
    /*remove all styling*/
    text-decoration: none;
    color: inherit;


}
.playnowiconbutton {
    font-size: 2rem !important;
}