
:root {
	--bs-primary: #890101 ;
	--bs-primary-hover: #A60303;

	--bs-primary-rgb: 137,1,1;

	--bs-link-color: #CCCCCC;
    --bs-link-hover-color: #FFFFFF;
} 

.btn {
	--bs-btn-font-size: 0.75rem;
	--bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 0.6rem;
}

.btn-primary {
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: transparent;
	--bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #563434;
    --bs-btn-disabled-border-color: #563434;
}

.btn-secondary {
	--bs-btn-bg: transparent;
	--bs-btn-border-color: var(--bs-primary);

	--bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
}

.navbar-nav {
	--bs-navbar-nav-link-padding-x: 1.2rem;
  	/*--nav-link-padding-y: ;*/
  	--bs-nav-link-font-size: 1rem;
  	--bs-nav-link-font-weight: bold;
  	--bs-nav-link-color: #BBBBBB;
  	--bs-nav-link-hover-color: #FFFFFF;
  	--bs-nav-link-disabled-color: #AAAAAA;
}

.navbar {
	white-space: nowrap;
}

.navbar-nav {
	height: 3.5rem;
}

.nav-item {
	margin-top: auto;
	margin-bottom: auto;
}

.h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.65rem;
	letter-spacing: 3px;
}

.h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.65rem;
}

.h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.35rem;
}

.h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.05rem;
}

.h5-msg {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2rem;
}

.h2-about {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}


.upcase {
	text-transform: uppercase;
}

.text-lgray {
	color: #BBBBBB;
}

.h1-page {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.65rem;
	letter-spacing: 3px;
}

.h2-page {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.65rem;
}

.h3-page {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.35rem;
}


body {	
    margin: 0;
    min-width: 320px;
    background-color: #1F1F1F;
}

.body-pg {
	height: 100vh;
}

.body-tp {
	height: 100vh;
}

.mobile {
	min-width: 320px;
	overflow-x: auto;
	padding-top: 67.5px;	
}

.mobile-text {
	line-height: 1.6rem;
}

header {
    width: 100%;
    position: absolute;
	top: 0;
	right: 0;
	z-index: 1080;
	font-family: 'Montserrat';
	letter-spacing: 0.04em;
}

footer {
    width: 100%;
    height: 160px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-color: transparent;
    padding-top: 4rem;
}

.footer-pg {
	position: absolute;
	bottom: 0;
}

#main_caroseul {
	height: 100%;
	display: flex;
  	flex-flow: column;
}

.carousel-inner {
	flex: 1 1 auto;
}

.carousel-item {
	height: 100%;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--bs-primary);
}

.carousel-indicators {
	position: initial;
	margin: 0 0 0 0;
}

.lrpad {
	padding-left: 2rem;
	padding-right: 2rem;
}

.navpad {
	padding-top: 4rem;
}

.vertline {
	width: 0.4rem;
	height: 100%;
	background-color: var(--bs-primary);
}

.network {
	font: 400 12px "Montserrat", sans-serif;
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	border: solid 1px #888;
	color: #888;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	text-decoration:none;
	color: white;
	margin: 0 0.25rem 0 0.25rem;
}

.network:hover {
	background-color: var(--bs-primary-hover);
  	border-color: var(--bs-primary-hover);
  	color: white;
}

.network i {
  font-size: 18px;
  margin: 0 auto;
  position: relative;
}

.icon-vk:before {
  content: "\e800";
}

/* '' */

.icon-discord:before {
  content: "\e801";
}

/* '' */

.icon-play:before {
  content: "\e802";
}

.download-caption {
	font-size: 0.9rem;
	line-height: 1.2rem;
    width: 480px;
}

.download-button {
    border: solid 0.15rem var(--bs-primary);
    border-radius: 50px;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    background-color: transparent;
    color: white;
    padding: 1rem 3.5rem;
    text-decoration: none;
    width: fit-content;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
}

.download-button:hover {
	background: var(--bs-primary-hover);
	color: white;
}

.about-caption {
	font-size: 0.9rem;
    line-height: 1.2rem;
    max-width: 640px;
}

/* ======================== */

.scroll {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.grid {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	grid-gap: 1rem;
	padding-top: 1rem;
	padding-right: 0.8rem;
}

.grid-cell {
	align-items: center;
    justify-content: center;
    color: white;
    width: 20vw;
    aspect-ratio: 2.12;
    min-width: 260px;
}

.server-grid-item {
	background-image: url(../icons/start.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.server-grid-item:hover {
	box-shadow: 0px 0px 5px var(--bs-primary-hover);
}

.grid-cell-footer {
	background: #2E2E2E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    height: 2rem;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.grid-cell-online {
	width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.on {
    background-color: #00F035; 
}

.off {
    background-color: var(--bs-primary); 
}

.grid-cell-title {
	font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .04em;
}

.grid-cell-region {
	height: 1.1rem;
    aspect-ratio: 60/40;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5%;
}

.grid-cell-progress-bg {
    border-radius: 0.8rem;
    overflow: hidden;
    height: 0.8rem;
    background-color: #c4c4c4;
}

.grid-cell-progress {
	background-color: var(--bs-primary);
	height: 100%;
}

.grid-cell-players {
    font-family: montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 0.8rem;
    text-align: center;
    letter-spacing: .04em;
}

.server-list-item {
	background-image: url(../img/srv-cell-mob.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.list-cell-footer {
	background: #2E2E2E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.logo-img-navbar {
    height: 3.5rem !important;
    cursor: pointer;
}

.donate-block {
	width: 100%;
	border-radius: 0px;
	border-width: 0px;
	overflow-y: auto;
	margin: 5rem 0 0 0;
}

.donate-main {
	background-color: #1F1F1F;
	padding: 1.5rem 1.5rem 0 1.2rem;
}

.donate-secondary {
	background-color: #000000;
	color: #989898;
}

.donate-login {
	/*background-color: #1F1F1F;*/
	color: white;
	position: fixed;
	width: 20rem;
	height: fit-content;
	top: 50%;
	left: 50%;
	padding: 1rem;
	margin-top: -3rem;
	margin-left: -10rem;
}

.dropdown-toggle::after {
	position: absolute;
	right: 0.4em;
	top: 45%;
}

.donate-caption {
	font-size: 0.8rem;
    line-height: 1.4rem;
	max-width: 600px;
	text-decoration: none !important; 
}

.donate-scroll {
	overflow-y: auto; 
	overflow-x: hidden;
}

.operator-caption {
	color: lightgray;
	text-align: center;
	width: 100%;
	font-size: 0.8rem;
}

.form-control {
	padding: 0.6em 0.4em 0.6em 2.6em;
	background: #000000;
	border-radius: 0;
	border: 1px solid #000000;
	color:  white;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.form-control:focus {
	color: white;
    background: #181818;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.form-icon {
    position: absolute;
    top: 50%;
    left: 0.95rem;
    transform: translate(0, -50%);
    z-index: 1020;
}

.h-line {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.5);
	stroke-dashoffset: 5%;
}

.form-check-input {
	background-color: black !important;
	border-radius: 0 !important;
}

.square {
	border-radius:  0;
}

input:autofill {
    color: white;
    background: #000000;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
    -webkit-text-fill-color: white !important;
}

.bill {
	font-family: monospace;
	text-align: right;
	font-size: 0.85rem;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.donate-block {
		width: 420px;
		margin: 7rem 7vw 0 0;
		border-radius: 0px;
		border-width: 0px;
		overflow-y: auto;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.lrpad {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body {
		height: 100vh;
    	background-color: #07000B;
	}

	footer {
		position: absolute;
    	bottom: 0;
    	background-size: auto;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.lrpad {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.grid {
		grid-template-columns:repeat(3, 1fr);
		grid-gap: 1.5rem;
		padding-top: 2rem;
	}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.lrpad {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}


