.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-right: auto;
    margin-left: auto;
}

.hotgames3-container .row{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}

.hotgames3-container .nav_home{
	margin-top: -15px;
}

.hotgames3-container .nav-bar{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.hotgames3-container .navbar .nav{
	white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

.hotgames3-container .navbar-home .nav-pills .nav-item{
	margin-right: -20px;
}

.hotgames3-container .navbar-home .nav-pills .nav-item .nav-link.active{
	background: linear-gradient(to right, #ff7900, #6813ae, #68229f);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    
    font-weight: var(--SEMIBOLD_FONT_WEIGHT);
}

.hotgames3-container .navbar-home .nav-pills .nav-item .nav-link{
	color: #adb5bd;
    text-transform: uppercase;
    font-size: var(--BODY_SMALL_TXT_FONT_SIZE);
}

.hotgames3-container .navbar .nav .nav-item .nav-link{
	padding: 0.5rem 1.5rem;
	
    font-weight: var(--MED_FONT_WEIGHT);
}

.hotgames3-container .nav-pills .nav-link.active,
.hotgames3-container .nav-pills .show > .nav-link{
	color: var(--color2);
    background-color: #ee8323;
}

.hotgames3-container .nav-pills .nav-link{
	border-radius: 0.8rem;
}

.hotgames3-container .nav-link{
	border: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.hotgames3-container .navbar-home .nav-pills .nav-item .nav-link.active:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotgames3-container .folder.folder-blue{
	background-color: #eff0ff;
}

.hotgames3-container .folder{
	min-height: 25vh;
    position: relative;
    background-color: #f3f2f8;
    border-radius: 0.8rem;
    padding: 1rem;
    display: block;
}

.hotgames3-container .folder.folder-blue:before{
	background-color: #eff0ff;
}

.hotgames3-container .folder:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -22px;
    height: 50px;
    width: 220px;
    background-color: #f3f2f8;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    border-radius: 0.8rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: -1;
}

.hotgames3-container .folder .game-wrapper{
	display: block;
    position: relative;
}