
@font-face {
    font-family: 'minecraft';
    src: url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "minecraft";
	color: white;
	background-color: #5a7180;
	background-size: cover;
	zoom: 63%;
	max-zoom: 50%;
}
a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}
input[type=text] {
  border: 5px solid rgb(55, 111, 133);
  border-radius: 15px;
  height: 55px;
  outline:none;
  text-decoration-color: #778085;
  margin-top: 15px;
}
input[type=text]:focus {
  border: 5px solid rgb(85, 255, 255);
  border-radius: 15px;
  height: 55px;
  transition: 0.7s;
}
.donate-policy-text {
	text-decoration: underline;
	color: #42ede7;
	font-size: 26px;
}
.donate-policy-text:hover {
	text-decoration: underline;
	color: #00ddff;
	font-size: 26px;
	transition: .1s;
}
p {
	text-decoration: none;
	color: white;
	font-size: 26px;
}
h1{
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 38px;
	margin: 0;
	padding-top: 25px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo {
	padding-left: 15px;
}
.header{
	background-color: #61707f;
	height: 118px;
	color: white;
}
.containter{
	max-width: 1400px;
	max-height: 118px;
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 10px;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.menu{
	display: flex;
}
.menu-item {
	padding-right: 45px;
}
.menu-link {
	font-size: 27px;
	background-color: #61707f;
	padding: 18px 45px;
	font-weight: 400;
}
.menu-link:hover {
	background-color: #3587a8;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-link:active {
	background-color: #266b87;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-icon {
	margin-right: 5px;
}
.root {
	height: 3600px;	
  	bottom: 0;
  	width: 100%;
  	 z-index: -1;
	background: linear-gradient(90deg, rgba(83, 112, 125, 1),rgba(142, 170, 187, 1),rgba(82, 112, 125, 1));
	background-size: cover;
}
.root-containter {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}
.store-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 1200px;
	align-items: center;
}
.store-item {
	background-color: #627d99;
	width: 450px;
	height: 700px;
	border-radius: 15px;
	margin-bottom: 75px; 
}
.footer {
	background-color: #5a7180;
	height: 123px;
}
.store-item-cover {
	display: flex;
}
.store-item-info-button {
	height: 64px;
	width: 64px;
	padding-left: 15px;
	padding-top: 25px;
}
.store-item-icon {
	padding-left: 90px;
	padding-top: 35px;

}
.store-item-name {
	text-align: center
}
.store-item-cost {
	padding-top: 100px;
	text-align: center;
	margin-bottom: 45px;
}
.store-item-button {
	background: #3587a8;
	text-decoration: none;
	user-select: none;
	padding: 18px 45px;
	border-radius: 45px;
	font-size: 51px;

	padding-left: 55px;
	margin-left: 55px;
}
.modal-buy-status-operation {
	margin-top: 245px;
	font-size: 28px;
	transition: transform 0.3s ease-in-out;
	text-align: center;
}
.modal-buy-button-containter {
	display: flex;
	justify-content: center;
}
.modal-buy-order-button {
	background: #3587a8;
	text-decoration: none;
	user-select: none;
	padding: 18px 45px;
	border-radius: 15px;
	font-size: 51px;
	text-decoration: none;
	color: white;
	border:none;
	margin-top: 45px;
}
.modal-buy-order-button:hover {
	background: #3499c2;
	transition: .4s;
}
.modal-buy-order-button:active {
	background: #266f8c;
	transition: .1s;
}
.button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.footer-containter {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;	
}
.copyright {
	padding-left: 31px;
	font-size: 24px;
}

.footer-links {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	justify-content: space-evenly;
	padding-top: 25px;
}
.terms-of-use {
	padding-top: 25px;
}

.modal-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.modal {
	background-color: #61707f;
	width: 1000px;
	height: 800px;
	transition: all 0.3s ease-in-out;
}
.modal--info--header {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
.modal--info--title {
	padding-left: 35px;
}
.modal_exit_button {
	width: 64px;
	height: 64px;
	padding-right: 35px;
	padding-top: 15px;
}
.modal--info--content {
	width: 1000px;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.modal-overlay--visible {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
.buy--visible {
	visibility: visible !important;
	opacity: 1 !important;
	transition: all 0.3s ease-in-out !important;
}
.buy {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s easy-in-out;
}		
.modal-buy-body {
	width: 1700px;
	height: 900px;
	background-color: #61707f;
	font-size: 35px;
	border-radius: 15px;
}
.modal-buy-header {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.modal-buy-title {
	padding-left: 35px;
	font-size: 38px;
}
.modal-buy-item {
	display: flex;
	align-items: center;
}
.modal-buy-instructions {
	padding-top: 75px;
}
.modal-buy-info {
	padding-top: 75px;
	margin-top: 45px;
	padding-left: 75px;
	margin-left: 25px;
	width: 850px;
	height: 600px;
	border-radius: 45px;
	padding-left: 35px;
	padding-right: 75px;
	background-color: #596f85;
}
.modal-buy-instructions--stages {
	font-size: 25px;
}
.modal-buy-window {
	display: flex;
}
.modal-buy-order {
	margin-left: 90px;
	margin-top: 30px;
}
.modal-buy-info-line {
	margin-top: 100px;
	width: 800px;
	height: 8px;
	background-color: #333d47;
	border-radius: 90px;
}
.modal-buy-image-item {
	width: 128px;
	height: 128px;
	margin-right: 45px;
}
.modal-buy-cost-item {
	padding-left: 325px;
	width: 400px;
}

.zoom-in {
  transform: scale(1.2);
}
.zoom-out {
  transform: scale(0.8);
}