/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
foter {
    display: block;
    bottom: 0;
    position: relative;
    width: 100%;
    background: #545454;
    z-index: 3;
    height: max-content;
    overflow: hidden;
    z-index: 6;
}
:root {
	--blue:
	rgb(38, 0, 255);
	--l_blue: #adc2c6;
	--ll_blue: #cfd6ff;
	--white: white;
	--d_white: #a7a7a7;
	--grey: #545454;
	--black: black;
	--white_text: white;
	--black_text: black;
	--d_grey_text: #505050;
}
a {
    color: unset;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: black;
	font-size: 18px;
	height: auto;
	min-height: calc(100% - 500px);
	position: relative;
	overflow-x: hidden !important;
	/* margin-bottom: 2000px; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* width */
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
	
}

@media screen and (max-width: 1000px) {
	
}


.openserver {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9999999999;
    color: black;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #42ffee;
}
.hidden_galery {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c2;
    -webkit-backdrop-filter: blur(5.2px);
            backdrop-filter: blur(5.2px);
    z-index: 999;
    display: none;
}
.hidden_galery_body {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 90%;
    max-height: 90%;
    min-width: 50px;
    min-height: 50px;
    margin: 0 auto;
    background: #616161;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.mini_galery_photo {
    width: 500px;
    height: 250px;
    background-position: center;
    background-size: cover;
    margin: 10px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.photo_view_back {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px;
    -webkit-backdrop-filter: blur(17px) brightness(0.7);
            backdrop-filter: blur(17px) brightness(0.7);
    display: none;
}

.photo_view_body {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.photo_view_body>img {
    width: 100%;
    height: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: calc(100% - 66px);
    display: block;
    margin: 0 auto;
    background: #494949;
}
.fa-solid.fa-circle-xmark {
    z-index: 9999;
    position: absolute;
    background-size: 200%;
    right: 0;
    top: 0;
    font-size: 65px;
    color: var(--d_white);
    cursor: pointer;
    background: -webkit-gradient(linear, right top, left top, from(black), color-stop(#49363600), to(#0003ff00));
    background: -o-linear-gradient(right, black, #49363600, #0003ff00);
    background: linear-gradient(270deg, black, #49363600, #0003ff00);
    background-position: left;
    background-size: 200%;
    width: 160px;
    text-align: right;
    height: 100%;
    padding: 10px 15px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fa-solid.fa-circle-xmark:hover {
    color: var(--ll_blue);
    background-position: right;
}

.mini_galery_photo:hover {
    -webkit-transform: scale(1.010);
        -ms-transform: scale(1.010);
            transform: scale(1.010);
}
 
.body_box {
    min-height: calc(100vh - 350px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #FFFFF0;
    font-family: Verdana;
    position: relative;
    background: white;
}

.scroll_bar {
    position: fixed;
    width: 12px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}

.scroll_box {
    position: absolute;
    width: 100%;
    height: 90px;
    background: #0000004f;
    -webkit-backdrop-filter: blur(66px);
            backdrop-filter: blur(66px);
    border-radius: 66px;
    opacity: 0;
}

.scroll_box>div {
    width: 94%;
    height: 100%;
    padding: 0px;
    position: relative;
    border-radius: 66px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.scroll_box:hover>div {
    background: black;
}


.nav_mask {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    display: block;
}