body {
    background-color: #121212;
    color: #f0f0f0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}

input::placeholder {
	color: #fff!important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff ;
}

.mt-1{
	margin-top: 15px!important;
}

.position-relative {
    overflow: hidden; /* Ensures the play button doesn't extend outside the image */
}

.navbar-gaming {
    background-color: #1a1a1d;
    padding: 15px;
}

.navbar-gaming .navbar-brand img {
    width: 150px;
}

.navbar-gaming .nav-link {
    color: #f0f0f0;
    margin-right: 15px;
    letter-spacing: 1px;
}

.navbar-gaming .nav-link:hover {
    color: #ffcc00;
}

.offcanvas-header {
    background-color: #1a1a1d;
}

.offcanvas-body {
    color: #f0f0f0;
}

.carousel-inner img {
    filter: brightness(0.9);
}

.carousel-caption h5 {
    font-size: 2rem;
    color: #ffcc00;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-image {
    height: 500px; /* Set a fixed height for all images */
    object-fit: cover; /* Ensure the image covers the container without distortion */
}

.btn-primary {
	font-size: 12px;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color: #fdcc56;
    background: linear-gradient(135deg, #fdcc56 0%, #ffe7ae 0.01%, #f1b118 100%);
    border: 0px solid #fdcc56;
	border-radius: 30px;
}

.btn-primary:hover {
	color: #111;
    background: linear-gradient(127deg, #fbc04f 45%, #faff3d 100%);
}

h2 {
    color: #ffcc00;
    margin-bottom: 30px;
    text-align: center;
}

.card {
    background-color: #1e1e1e;
    border: none;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-title {
    color: #fff;
    font-size: 1rem;
}

.card-body a {
	border-radius: 30px;
    color: #111;
}

.game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.bg-light {
    background-color: #1a1a1d !important;
    color: #f0f0f0;
}

h5 {
    color: #ffcc00;
}

footer {
    background-color: #1a1a1d;
    color: #f0f0f0;
}

footer a {
    color: #fff;
    text-decoration: none;
	font-size: 12px;
}

footer a:hover {
    color: #e6b800;
}

.btn-close-white {
    filter: invert(1);
}

/* Slick Slider */

.slick-slider {
    overflow: hidden; /* Ensures no overflow from the slider */
}

.slick-list {
    padding: 0 !important; /* Removes padding that causes overflow */
    margin: 0 -10px; /* Adjusts margin to account for the negative space from slick items */
}

.slick-slide {
    padding: 0 10px; /* Adds padding inside the slick slide */
}

.slider-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev, .slick-next {
    z-index: 1; /* Ensures the buttons are above the content */
}

.play-button {
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 35%; /* Vertically centers the play button */
    left: 50%; /* Horizontally centers the play button */
    transform: translate(-30%, -50%); /* Ensures the play button is centered */
    position: absolute;
}

.position-relative:hover .play-button {
    opacity: 1;
}

.related-games .card-img-top {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    width: 50px;
    height: 50px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 35px;
    cursor: pointer;
}

/* Responsive Image */
.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

/* Subscription Form */
.subscription-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscription-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.subscription-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.subscription-form .submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.subscription-form .submit-btn:hover {
    background-color: #0056b3;
}

.post-image {
    width: 100%;  /* Ensures the image takes up the full width of its container */
    height: 200px; /* You can adjust this height as needed */
    object-fit: cover;  /* Ensures the image fills the container without distortion */
}

.card-text{
    color: #f0f0f0;
}

p{
    color: #f0f0f0;
}

/* Responsive Behavior for Smaller Screens */
@media (max-width: 768px) {
    .modal-content {
        width: 90%;
        max-width: 100%;
    }
}

.fixed-size-image-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden
}

.fixed-size-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.play-button {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.7);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .3s
}

.popular-game-card,.related-game-card {
	background-color: #1e1e1e;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	transition: transform .2s ease-in-out,box-shadow .2s ease-in-out;
	border-radius: 8px
}

.play-button img {
	width: 50%;
	height: 50%
}

.play-button:hover {
	background: rgba(0,0,0,.9)
}

.popular-game-card {
	min-height: 200px
}

.popular-game-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0,0,0,.2)
}

.popular-game-image {
	width: 100%;
	max-width: 120px;
	height: 120px;
	border-radius: 8px;
	object-fit: cover;
	margin: 0 auto;
	display: block
}

.popular-game-card h6 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	color: #fff!important;
}

.category-name {
	font-size: 16px;
	background: #474967;
	color: rgb(#f9faff /30%);
	border-radius: 30px;
	padding: 8px 16px;
}

.play-img{
	max-width: 200px;
}

.related-game-card h6{
	color: #fff!important;
}

.category-scroll-container {
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	padding: 10px 0
}

.category-scroll-container::-webkit-scrollbar {
	display: none
}

.popular-game-list-item {
	padding: 15px;
	background: #ddd;
	border-radius: 10px;
	margin-bottom: 15px
}

.popular-game-list-item .fixed-size-image-container {
	position: relative;
	width: 80px;
	height: 80px
}

.popular-game-list-item .fixed-size-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px
}

.play-icon {
	width: 24px
}

.cat-img{
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.hr-eight {
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: #a0850f;
    border-width: 1px 0 0 0;
    border-radius: 20px;

    &::before {
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: #a0850f;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }
}

@media (max-width:768px) {
	.play-img {
		width: 150px
	}
    .carousel-image {
        height: 200px;
    }
    .slider-item.slick-slide{
        width: 80px;
    }
    .hr-eight{
        height: 10px;
    }
    .cat-img{
        width: 50px;
        height: 50px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
    .navbar-gaming {
        padding: 5px;
    }
    h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .navbar-brand{
        height: 50px;
    }
    .navbar-gaming .navbar-brand img{
        width: 95px;
    }
    .navbar-toggler{
        width: 40px;
        height: 30px;
        font-size: 1rem;
    }
    .navbar-toggler-icon{
        width: 1em;
        height: 1em;
        padding: 0;
        font-size: 1rem;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        padding-top: 5px;
        align-items: baseline;
        align-content: center;
    }
    .card-title{
        font-size: 0.7rem;
    }
    .btn.btn-primary{
        font-size: 10px;
    }
}

.navigation{
	margin-top: 15px;
	text-align: center;
}

.navigation svg{
	width: 20px;
}

.navigation a{
	color: #c0c3ce !important;
	background-color: #212529 !important;
	border: 0!important;
	margin: 0 3px;
	border-radius: 4px;
}

.navigation a:hover{
	color: #111!important;
	background: linear-gradient(135deg, #fdcc56 0%, #ffe7ae 0.01%, #f1b118 100%);
}

.navigation .cursor-default{
	border-radius: 4px;
	border: 0!important;
}

.navigation p,.navigation .justify-between{
	display: none;
}

.play-game-main{
	padding: 15px;
	background-color: #1a1a1d;
	border-radius: 8px;
}

.play-game-main .position-relative::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 1;
}

.play-game-main h1{
	font-size: 2rem;
}

.play-button1{
	z-index: 2;
}

.form-control,.form-control:focus {
	background: #5c636a;
	border: none;
	color: #fff;
    resize: none;
}

#userMenuDropdown{
	background: none;
    border: none;
}

.dropdown-menu{
	background: #1e1e1e;
}

.dropdown-item {
	color: rgb(249, 250, 255);
}

.search-box{
	position: relative;
}

.search-bar{
	border-radius: 30px;
}

.btn-search{
	background: none;
    border: none;
	background-image: url("../img/search.svg");
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
    top: 8px;
    width: 20px;
    height: 20px;
}

.login-btn{
	line-height: 28px;
}

.comment {
	background-color: #121212;
	border-radius: 8px;
}

.replies {
	margin-left: 15px;
	/* background-color: #1a1a1d; */
    border-radius: 8px;
	padding: 10px 20px;
}

.reply{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #2b2b30;
}

.navbar-toggler{
    background-color: #ffcc00;
}

/* body {
    background-color: #121212;
    color: #f0f0f0;
}

.position-relative {
    overflow: hidden; Ensures the play button doesn't extend outside the image
} */
/*
.navbar-gaming {
    background-color: #1a1a1d;
    padding: 15px;
}

.navbar-gaming .navbar-brand img {
    width: 150px;
}

.navbar-gaming .nav-link {
    color: #f0f0f0;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-gaming .nav-link:hover {
    color: #ffcc00;
}

.offcanvas-header {
    background-color: #1a1a1d;
}

.offcanvas-body {
    background-color: #222;
    color: #f0f0f0;
}

.carousel-inner img {
    filter: brightness(0.9);
}

.carousel-caption h5 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffcc00;
}

.carousel-caption p {
    font-size: 1.2rem;
} */

/* .carousel-image {
    height: 500px; Set a fixed height for all images
    object-fit: cover; Ensure the image covers the container without distortion
} */
/*
.btn-primary {
    background-color: #ffcc00;
    border: none;
    color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #e6b800;
}

h2 {
    font-family: 'Orbitron', sans-serif;
    color: #ffcc00;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.card {
    background-color: #1e1e1e;
    border: none;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-title {
    color: #ffcc00;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
}

.card-body a {
    color: #ffcc00;
    color: #f0f0f0
}

.game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.bg-light {
    background-color: #1a1a1d !important;
    color: #f0f0f0;
}

h5 {
    color: #ffcc00;
    font-family: 'Orbitron', sans-serif;
}

footer {
    background-color: #1a1a1d;
    color: #f0f0f0;
}

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

footer a:hover {
    color: #e6b800;
}

.btn-close-white {
    filter: invert(1);
} */

/* Slick Slider */

/* .slick-slider {
    overflow: hidden; Ensures no overflow from the slider
} */

/* .slick-list {
    padding: 0 !important; /* Removes padding that causes overflow */
    /* margin: 0 -10px; Adjusts margin to account for the negative space from slick items */
/* } */

/* .slick-slide {
    padding: 0 10px; /* Adds padding inside the slick slide */
/* } */
/*
.slider-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .slick-prev, .slick-next {
    z-index: 1; /* Ensures the buttons are above the content */
/* } */
/* .play-button { */
    /* opacity: 0; */
    /* transition: opacity 0.3s ease; */
    /* top: 35%; Vertically centers the play button */
    /* left: 50%; Horizontally centers the play button */
    /* transform: translate(-30%, -50%); Ensures the play button is centered */
    /* position: absolute;
} */
/*
.position-relative:hover .play-button {
    opacity: 1;
}

.related-games .card-img-top {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    width: 50px;
    height: 50px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 35px;
    cursor: pointer;
} */

/* Responsive Image */
/* .responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
} */

/* Subscription Form */
/* .subscription-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscription-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.subscription-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.subscription-form .submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.subscription-form .submit-btn:hover {
    background-color: #0056b3;
} */

/* .post-image {
    width: 100%;  /* Ensures the image takes up the full width of its container */
    /* height: 200px; You can adjust this height as needed */
    /* object-fit: cover;  Ensures the image fills the container without distortion */
/* } */

/* .card-text{
    color: #f0f0f0;
}

p{
    color: #f0f0f0;
} */

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none; /* Initially hidden */
}
.cookie-consent button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive Behavior for Smaller Screens */
@media (max-width: 768px) {
    .modal-content {
        width: 90%;
        max-width: 100%;
    }
}
