@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype')
}

hr {
	margin: 10px 0px
}

:root {
	--violet: hsl(257, 40%, 49%);
	--magenta: hsl(300, 69%, 71%)
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track {
	background: #494848
}

::-webkit-scrollbar-thumb {
	background: #151D3B
}

.scrollb {
	position: sticky;
	top: 0;
	transform: translateY(-50%);
	left: calc(100% - 71px);
	z-index: 999;
	display: none
}

#righter {
	cursor: pointer;
	height: 0
}

#righter i {
	background-color: #3a3a3a
}

#lefter {
	cursor: pointer;
	height: 0
}

#lefter i {
	background-color: #3a3a3a
}

@keyframes gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.main-btn {
	transition: all ease 1s;
	background-size: 200%;
}

.main-btn:hover {
	background-position: left;
	background-color: #000;
	color: #fff
}

body {
	color: white;
	font-size: 1.4em;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	--text: "x";
	color: #fff;
	overscroll-behavior: contain
}

body footer {
	background-color: hsl(0, 0%, 94%)
}

body main {
	height: auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: contain
}

body main .socialmedia a {
	color: #ffffff
}

body .land {
	height: 450px;
    background-color: hsl(0, 0%, 94%);
    background-image: url(image/bg-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body .land .text {
	color: white
}

body .design {
	background: hsl(0, 0%, 94%);
	padding: 50px 0
}

body .leftcol {
	transition: all ease 1s
}

body .left {
	overflow-x: auto;
	position: relative
}

body .left .r-button {
	bottom: 10px;
	right: 10px;
	position: absolute
}

body img.exImage {
	width: 100%;
	height: auto
}

body .wall-table {
	background-color: #000;
	height: var(--wheight);
	width: var(--wwidth);
	position: relative;
	border: 2px #838383 solid;
	border-radius: 5px
}

body .wall-table deckgo-drr:hover {
	transition: all .1s ease-out;
	opacity: .9
}

body .wall-table deckgo-drr:hover::after {
	opacity: 1;
	font-size: 8px;
	content: var(--text);
	position: absolute;
	font-family: cursive;
	color: #fff;
	filter: drop-shadow(2px 4px 6px black);
	width: 100%;
	height: 100%;
	background-color: #0000005c;
	display: flex;
	align-items: center;
	justify-content: center
}

body .lx {
	background-color: #000
}

body .bar {
	position: relative;
	background-color: #000;
	height: auto;
	border-radius: 5px;
	padding: 15px 20px;
	overflow-y: auto
}

body .bar .imgd {
	position: relative;
	cursor: pointer
}

body .bar .imgd:hover::after {
	opacity: 1;
	font-size: 50%;
	content: var(--text);
	position: absolute;
	font-family: cursive;
	color: #fff;
	filter: drop-shadow(2px 4px 6px black);
	width: 100%;
	height: 100%;
	background-color: #0000005c;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	justify-content: center
}

body .color-changer .colors {
	display: none;
	background-color: #f0f0f0;
	padding: 5px 5px;
	border-radius: 6px
}

body .color-changer .colors>li {
	list-style: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 5px 5px;
	cursor: pointer;
	transition-duration: .2s;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2)
}

body .color-changer .colors>li:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	border-bottom: 10px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

body .color-changer .colors.active-color {
	-webkit-transform: scale(1.2) translateY(-10px);
	transform: scale(1.2) translateY(-10px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 20px solid rgba(0, 0, 0, 0.15)
}

body .color-changer .colors li:nth-child(1) {
	background-color: #ffffff
}

body .color-changer .colors li:nth-child(2) {
	background-color: #D64A4B
}

body .color-changer .colors li:nth-child(3) {
	background-color: #8e44ad
}

body .color-changer .colors li:nth-child(4) {
	background-color: #46a1de
}

body .color-changer .colors li:nth-child(5) {
	background-color: #bdc3c7
}

body .color-changer .colors li:nth-child(6) {
	background-color: #129a94
}

body .color-changer .colors li:nth-child(7) {
	background-color: #545454
}

body .color-changer .colors li:nth-child(8) {
	background-color: #21489e
}

body .color-changer .colors li:nth-child(9) {
	background-color: #ff8216
}

body .color-changer .colors li:nth-child(10) {
	background-color: #ff929c
}