.wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.nest_part {
    margin: 0 auto;
}

.nest_part1 {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

.wrap-game {
	position: absolute;
    display: table;
    z-index: 33;
    width: inherit;
    margin-top: 125px;
}

.subwrap-game {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.game-brand {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 400px;
	max-height: 400px;
	vertical-align: middle;
	margin-top: 50px;
}

.text-details {
    width: 100%;
    position: absolute;
    margin-top: 0px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.swiper-main {
	position: absolute;
    display: table;
    z-index: 33;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: -65px;
	padding: 0 20px;
}

.swiper-pagination-bg {
	background: #89898952;
    padding: 15px;
    width: 200px !important;
    border-radius: 50px;
    border: 2px solid #ffffff87;
    z-index: 33;
    position: relative !important;
}

.swiper-pagination-bullet {
	width: 12px !important;
    height: 12px !important;
    border: 1px solid white !important;
    background: #ffffff00 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	width: 12px !important;
    height: 12px !important;
	border: none !important;
    background: #79ff96 !important;
}

.nest_vidbg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
	top: -35px;
}

.swiper-slides {
	height: 800px !important;
}

.nest_headbgs {
    width: 100%;
	height: 100%;
    position: relative;
}

.top-sidebar-banner {
	background: #000000;
	height: 60px;
    top: -60px;
	position: relative;
	color: white;
	margin: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.top-sidebar-banner .slick-slide {
	font-size: 20px;
	padding: 18px 10px 0 10px;
	white-space: nowrap;
}

.top-sidebar-banner::before,
.top-sidebar-banner::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 2;
}

.top-sidebar-banner::before {
	top: 0;
	background: linear-gradient(to right, #2cf94f, #faff24);
}

.top-sidebar-banner::after {
	bottom: 0;
	background: linear-gradient(to right, #90e6ff, #d56cff);
}

.top-sidebar-banner-wrapper::before,
.top-sidebar-banner-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.top-sidebar-banner-wrapper::before {
	left: 0;
	background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}

.top-sidebar-banner-wrapper::after {
	right: 0;
	background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
}

.sidebar-banner { 
	width: 110px;
    height: 50%;
    background: linear-gradient(#0000007a, #3535355c);
    position: absolute;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 10px;
    border: 2px solid #ffffffb5;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px rgb(214 234 255 / 39%), inset 0 0 10px rgba(255, 255, 255, 0.08);
    z-index: 2;
    backdrop-filter: blur(3px);
    transition: all 0.3s ease-in-out;
}

.game-btn-list { 
	display: grid; 
	justify-content: center; 
	align-items: center; 
	height: 100%; 
	width: 100%; 
	position: relative;
}

.game-side-box {
	position: absolute;
    background: linear-gradient(#ffffffb0, #c7c7c7a3);
    background: linear-gradient(#275379a3, #3465a57a);
    right: -20px;
    top: 0;
    bottom: 0;
    height: 200px;
    width: 20px;
    margin: auto;
    border-radius: 0 50px 50px 0;
	box-shadow: 5px 0 0px rgb(255 255 255 / 20%), inset 0 0 10px rgba(255, 255, 255, 0.08);
    z-index: 2;
    backdrop-filter: blur(3px);
}

.game-btn-circle {
	position: absolute;
    background: linear-gradient(#ffffffb0, #c7c7c7a3);
    right: 5px;
    top: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    margin: auto;
    border: 2px dashed #000000;
    outline: 2px dashed #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 15px rgb(214 234 255 / 39%), inset 0 0 10px rgba(255, 255, 255, 0.08);
    z-index: 2;
    backdrop-filter: blur(3px);
}

.game-box-title {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(#2727277a, #8f8f8f5c);
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    padding: 7px 0;
}

.game-col {
	display: grid;
	position: relative;
    top: 15px;
}

.game-img {
	width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 10px;
    border: 3px solid #ffffff;
    outline: 3px solid black;
}

.game-btn {
    display: grid;
    justify-content: center;
    align-items: center;
    background: none;
}

.game-text {
	margin-top: 10px;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.btn-download {
    width: 100%;
    position: absolute;
    margin-top: 50px;
    z-index: 30;
    color: white;
    text-align: center;
}

.btn-textdownload {
    background: #57ff7d54;
    display: inline-block;
    width: 200px;
    position: relative;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: system-ui;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	cursor: pointer;
}

.btn-textdownload:hover {
	background: #24a0f394;
}

.btn-text {
	text-align: center;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media(max-width: 1024px) {
	.sidebar-banner {
		width: 80px;
		left: 25px;
	}
	
	.game-box-title {
		font-size: 0.9em;
	}
	
	.game-img {
		width: 55px;
		height: 55px;
	}
}

@media(max-width: 680px) {
	.subwrap-game {
		width: 300px;
		height: 300px;
	}
}

@media(max-width: 550px) {
	.swiper-slides {
		height: 550px !important;
	}
	
	.wrap-game {
		margin-top: 50px;
	}
	
	.sidebar-banner {
		height: 160px;
        width: 70px;
	}
	
	.game-side-box {
		top: 20px;
		height: 85px;
	}
	
	.game-img {
		width: 50px;
		height: 50px;
	}
	
	.game-text {
		margin-top: 4px;
        font-size: 10px;
    }
	
	.game-brand {
		max-width: 65%;
		max-height: 65%;
	}
	
	.text-details {
		margin-top: 0px;
		font-size: 4vw;
	}
	
	.btn-download {
		margin-top: 35px;
	}
	
	.btn-textdownload {
		width: 150px;
		padding: 10px 30px;
		font-size: 3.5vw;
	}
	
	.swiper-main {
		margin-top: -50px;
		padding: 0 20px;
	}
	
	.swiper-pagination-bg {
		padding: 10px;
		width: 150px !important;
	}
}

@media(max-width: 550px) and (min-width: 530px) {
	.wrap-game {
		margin-top: 35px;
	}
}

@media (max-width: 200px) {
	.btn-textdownload {
		width: 100px;
	}
}