@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=K2D:wght@100&display=swap');

/*-------zeroing-------*/
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	background: url("images/main1.png") no-repeat;
	background-size: 100%;
	background-color: #211E20;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

.icons {
	position: fixed;
	left: 93%;
	text-align: right;
	padding-right: 80px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-top: min(26%, 300px);
	width: auto;
}

/*--------misc-and-service--------*/

.red {
	font-weight: 800;
	font-size: 42px;
	color: red;
}

.green {
	font-weight: 800;
	font-size: 42px;
	color: #1cad1c;
}

.display_none {
	display: none;
}

.display_auto {
	display: auto;
}

.rotate_180 {
	transform: rotate(180deg);
}

.rotate_0 {
	transform: rotate(0deg);
}

/*--------dropdown--------*/
.dropdown {
	position: relative;
	bottom: -4vw;
	margin-right: 75vw;
}

.dropdown_top_bar {
	display: flex;
	padding: 0.5rem;
	width: 25.5rem;
	gap: 1rem;
	margin-left: 40px;
	z-index: 2;

	background-color: #211E20;
	border-radius: 7rem 5rem 5rem 7rem;
}

#dropdown_curtain {
	position: absolute;
	padding: 0.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	margin-top: -1.1rem;
	margin-left: 60px;
	z-index: 1;

	background-color: #211E20;
	border-radius: 0rem 1rem 1rem 1rem;
	transform-origin: 20% 0%;
	transition: 0.15s;
}

.dropdown_header {
	z-index: 2;
	font-family: 'JetBrains Mono', monospace;
	font-size: 50px;
	align-self: center;
}

.dropdown_text {
	font-family: 'JetBrains Mono', monospace;
	font-size: 40px;
	align-self: center;
	margin-left: 1.5em;
	line-height: 1.4em;
	z-index: -1;

	text-align: left;
	white-space: nowrap;
	/* list-style-position: outside; */
}

#dropdown_text_li_2 {
	font-weight: bold;
}

#dropdown_text_state {
	/* color: red; */
}

.dropdown_icon {
	z-index: 2;
	width: 6rem;
	height: 6rem;
}

.dropdown_arrow {
	z-index: 2;
	width: 2rem;
	height: 2rem;
	margin-top: 6px;
	align-self: center;

	transform: rotate(180deg);
	/* background-color: red; */
}

.dropdown_arrow:hover {
	transition: 0.2s;
	transform: scale(1.075) rotate(180deg);
}

/*----------discord---------*/
.discord {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-right: 70px;
	padding-right: 70px;
}

.block_inv {
	font-size: 32px;
	position: absolute;
	right: 74px;
	top: 0px;
	display: none;
	font-family: 'JetBrains Mono', monospace;
}

.discord:hover .block_inv {
	display: block;
	transform: translateX(-80px);
}

.text__ds {
	display: none;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	left: 5px;
	top: 1.5em;
	opacity: 0.5;
	position: absolute;
	text-align: center;
}

.ds_icon {}

/*----------Content---------*/
.content {
	min-height: 100%;
	padding: 0px;
	text-align: center;
	margin: 0;
	z-index: 1;
}

/*----------Items--------*/


.tabs__items {
	padding-bottom: 10px;
	padding-top: 20px;
	color: #fff;
	background-color: #211E20;
	font-size: 32px;
	font-family: 'JetBrains Mono', monospace;
}

.tabs {
	background-color: #211E20;
	margin-top: calc(26% - 4.5rem);
}

.tabs__item {
	position: relative;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;

}

/*--------Smooth underlining---------*/

.tabs__item:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	content: "";
	transition: width 0.1s ease-out;
}

.tabs__item:hover:after,
.tabs__item:focus:after {
	width: 100%;
}

/*----------block--------*/
.tabs__block {
	display: none;
}

.tabs__block:target {
	display: block;
}

/*-----------Img------------*/
.images__size_models {
	border-radius: 30px;
	padding: 10px;
	width: 350px;
	transition: 0.5s;
}

.images__size {
	border-radius: 30px;
	padding: 10px;
	width: 600px;
	transition: 0.5s;
}

.images__size:hover {
	transform: scale(1.05);
}

.images__content:hover img {
	transform: scale(1.05);
}

/*------------Bottom-----------*/

.bottom {
	text-align: center;
	height: 50px;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 12px;
	background-color: #1A1719;
	color: #51484E;
	font-size: 20px;
	font-family: 'JetBrains Mono', monospace;
	z-index: 0;
}


.wan_win__about {
	filter: alpha(Opacity=85);
	opacity: 0.85;
	padding-top: 0px;
	width: 700px;
}

.wan_win__text {
	line-height: 1.5;
	width: 110%;
	text-align: justify;
	font-size: 28px;
	font-family: 'JetBrains Mono', monospace;
}

.about_me_w {
	margin: auto;
	text-align: center;
}

#scene-container {
	position: fixed;
	z-index: 9999;
	display: flex;
	/* border: 4px solid #fff; */

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}

.overlay {
	/* width: max-content;
	height: max-content;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
	display: absolute;  */

	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	opacity: .8;
	background-color: black;
	display: none;
}