::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(8, 8, 8, 0.911);
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	background-color: #ffaa00;
	border-radius: 0px;
}

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 800;
	height: 100%;
	overflow-x: hidden;
	background-color: #0f0e0e;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0)!important;
    border-color: rgba(255, 255, 255, 0)!important;
	outline: none!important;
	box-shadow: none!important;
}

.body{
	background-color: #0F0F0F;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.col-lg-6 {
    align-items: center;
    justify-content: center;
    flex-direction: column; /* Ustawienie kolumny dla centrunku */
    height: 100%;
}

.container-fluid{
	padding: 1% 12% 1%;
}

.nav-item{
	margin: 0% 9px;
}

.nav-link{
	font-weight: 700;
	font-family: 'Proxima Nova', sans-serif;
}

.btn-nav{
	text-align: center;
	margin-left: 8px;
	width: 110px;
	color: white!important;
	background-image: linear-gradient(to right, #FFAA00 0%, #CC8500 51%, #8B5A2B 100%);
	border: 0px;
	border-radius: 15px;
	transition: 0.4s;
}

.btn-nav:hover {
	box-shadow: 0px 0px 13px #ffaa00;
	background-color: #ffaa00;
	transition: 0.4s;
}

.navbar__img{
	width: 60px;
}

.row2 {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.row--center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.buc--center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.header{
	padding: 8% 12% 5%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 75vh; /* Pełna wysokość ekranu */
    padding: 0; /* Usuń padding, jeśli przeszkadza */
}

.img__header{
	width: 100%;
	float: right;
}

.header__h1{
	color: white;
	font-size: 70px;
	font-weight: 700;
}

.header__h1--span{
	color: #ffaa00;
}

.header__p{
	font-family: 'Proxima Nova', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: rgb(141, 141, 141);
	margin-bottom: 20px;
}

.btn__header {
	height: 45px;
	width: 130px;
	border-radius: 15px;
	border: 0px;
	background-color: #ffaa00;
	color: white;
	font-weight: 400!important;
	transition: 0.4s;
}

.btn__header:hover {
	box-shadow: 0px 0px 8px #ffaa00;
    background-color: #ffaa00;
	transition: 0.4s;
}

.btn__header--outline{
	margin-left: 10px;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid white;
	color: white;
}

.btn__header--outline:hover{
	margin-left: 10px;
	background-color: #ffaa00;
	color: white;
	transition: 0.4s;
	border: 2px solid #ffaa00;
}


.why{
	padding: 5% 12% 2%;
}

.why__h1{
	font-weight: 700;
	color: white;
	text-align: center;
}

.why__h1--span{
	color: #ffaa00;
}

.why__cards{
	margin-top: 90px;
}

.why__card{

	background-color: rgb(22, 22, 22);
	border-radius: 50px;

}

/* Animacje dla kart administracji */
.why__card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 25px;
    background-color: #1a1a1a;
}

.why__card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 30px #ffaa00;
}

.why__card-image {
    transition: transform 0.3s ease;
}

.why__card:hover .why__card-image img {
    transition: color 0.3s ease;
}

.why__card:hover .why__card-content {
    transform: translateY(0);
    opacity: 1;
}

.player-info {
    margin-top: 8px;
    transition: color 0.3s ease;
}

.why__card:hover .player-info {
    color: #ffaa00;
}

/* Responsywność */
@media only screen and (max-width: 768px) {
    .why__card:hover {
        transform: translateY(-5px) scale(1.03);
    }
    
    .why__card-image img {
        width: 40px;
        height: 40px;
    }
}

.why__card__img{
	width: 70px!important;
	height: 70px;
	border-radius: 15px;
}

.why__card__h4{
	margin-top: 30px;
	color: white;
	font-weight: 700;
	text-align: center;
}

.why__card__p{
	margin-top: 10px;
	color: rgb(126, 126, 126);
	font-weight: 500;
	text-align: center;
}

.button__shop{
	text-align: center;
	padding-bottom: 10%;
	font-weight: 500;
}

.button_shop__btn{
	height: 45px;
	width: 180px;
	font-family: 'Proxima Nova', sans-serif;
	background-color: #ffaa00;
	border: #ffaa00;
	color: white;
	border-radius: 17px;
	text-align: center;
}

.button_shop__btn:hover {
	box-shadow: 0px 0px 13px #ffaa00;
	background-color: #ffaa00;
	transition: 0.4s;
}

.footer{
	padding: 1% 12% 4%;
	height: 100px;
}

.footer__img{
	width: 60px;
	margin-right: 10px;
	padding-right: 10px;
}

.footer__info{
	border-left: 2px solid gray;
	padding: 8px 15px;
	color: #979797;
	font-weight: 500;
	font-size: 14px;
}

.footer__info--span{
	color: white;
}

.footer__author{
	display: inline-flex;
	justify-content: end;
}

.footer__author__h5{
	color: white;
	font-size: 15px;
}

.footer__author__h5 a{
	color: #979797;
	text-decoration: none;
}

.footer__author__h5--sec{
	margin-left: 35px;
}

/* Nowe klasy dla poziomych kart */
.why__card-horizontal {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background-color: #1a1a1a;
    padding: 20px;
    margin-top: 25px;
}

.why__card-image {
    margin-right: 30px;
}

.why__card-content {
    flex: 1;
}

.player-name {
    color: #ffaa00;
    font-size: 20px;
    margin: 0;
}

.player-role {
    color: #979797;
    font-size: 18px;
    margin: 5px 0 0 0;
}

/* Responsywność */
@media only screen and (max-width: 768px) {
    .why__card-horizontal {
        flex-direction: column;
        align-items: center;
    }
    .why__card-image {
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 1100px) {

		.navbar-nav{
			background-color: rgb(26, 24, 24);
			border-radius: 12px;
			padding: 10%;
		}

		.container-fluid{
			padding: 2% 12% 1%;
		}

		.header__h1{
			font-size: 60px;
		}

		.btn-nav{
			margin-left: 0px;
			margin-top: 13px;
		}

		.header{
			padding: 28% 8% 35%;
		}
		
		.img__header{
			display: none;
		}
		
		.btn__header {
			text-align: center;
			height: 45px;
			width: 110px;
		}
		
		.why{
			padding: 1% 8% 1%;
		}
		
		.why__cards{
			margin-top: 40px;
		}
		
		.why__card{
			margin: 0px 0px 7%;
			padding-top: 10%;
			padding-bottom: 10%;
		}
		
		.why__card__img{
			width: 50px!important;
			height: 50px;
		}

		.button__shop{
			text-align: center;
			padding-top: 5%;
			padding-bottom: 10%;
		}
		
		.button_shop__btn{
			height: 50px;
		}
		

		.footer{
			padding: 11% 12% 10%;
		}
		
		.footer__author{
			display: inline-flex;
			justify-content: start;
			margin-top: 40px;
		}	

}

/* Sekcja zakupów */
.product-section {
    padding: 40px 0;
	color: white;
    border-radius: 20px;
    margin-bottom: 60px;
}

.product-details {
    text-align: center;
    padding: 30px;
}

.product-image {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: contain;
}

.product-title {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
}

.product-description {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.form-group.promo-code {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.promo-input {
    flex: 1;
    background-color: #2a2a2a;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}

.promo-input:focus {
    border: 2px solid #ffaa00;
    outline: none;
}

/* Suwak wariantów */
.variant-selector {
    margin-bottom: 30px;
    text-align: left;
}

.variant-selector input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 95%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #FFAA00 0%, #CC8500 51%, #8B5A2B 100%);
    outline: none;
    cursor: pointer;
}

.variant-selector input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.variant-selector input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.variant-text {
    color: white;
    font-size: 16px;
    margin-top: 10px;
}

/* Metody płatności */
.payment-methods {
    margin-bottom: 30px;
	margin-right: 30px;
}

.method-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.method-button {
    background-color: #1a1a1a;
    border: 2px solid #ffaa00;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}

.method-button:hover {
    background-color: #ffaa00;
    color: black;
}

/* Dane użytkownika */
.user-data {
    margin-bottom: 30px;
}

.email-input {
    background-color: #2a2a2a;
    border: none;
    padding: 10px 20px;
    margin-bottom: 15px;
    color: white;
    border-radius: 8px;
    width: 95%;
}

.email-input:focus {
    border: 2px solid #ffaa00;
    outline: none;
}

.minecraft-nickname {
    display: flex;
    align-items: center;
    gap: 15px;
	margin-right: 30px;
}

.minecraft-nickname input {
    flex: 1;
    background-color: #2a2a2a;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 8px;
}

.minecraft-avatar {
    width: 100px;
    height: 100px;
    border-radius: 25%;
    border: 2px solid #ffaa00;
    object-fit: cover;
}

/* Akceptacja regulaminu */
.terms {
    margin-bottom: 30px;
}

.terms input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #ffaa00;
}

.terms a {
    color: #ffaa00;
    text-decoration: underline;
}

/* Przyciski */
.button-kup {
    background-image: linear-gradient(to right, #FFAA00 0%, #CC8500 51%, #8B5A2B 100%);
    color: white;
    border-radius: 8px;
    font-size: 21px;
    margin-top: 20px;
}

.button-kup:hover {
    background-color: #ffaa00;
    color: white;
}

.cancel-btn {
    background-color: #4e3400;
    margin-top: 10px;
}

.cancel-btn:hover {
    background-color: #6c4800;
}

.method-button.active {
    background-color: #ffaa00;
    color: black;
    border: 2px solid #ffaa00;
}

/* Responsywność */
@media (max-width: 768px) {
    .product-section {
        flex-direction: column;
    }

    .product-details, .purchase-form {
        padding: 20px;
		width: 100%;
    }

    .product-image {
        width: 150px;
        height: 150px;
    }

    .method-buttons {
        flex-direction: column;
        align-items: center;
    }

    .method-button {
        width: 100%;
    }
}

.shop{
	padding: 5% 4% 5%;
}

/* Kontener avatara */
.avatar-grid {
    display: flex;
    gap: 20px;
    justify-content: left;
    margin-top: 20px;
}

.section-title {
    color: white;
    font-size: 32px;
    position: relative;
    margin-bottom: 15px;
}

.avatar-item {
    position: relative;
    cursor: default;
}

.avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.avatar-item:hover .avatar-img {
    transform: scale(1.1);
}

/* Tooltip */
.tooltip {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.avatar-item:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
}

@media only screen and (max-width: 768px) {
    .avatar-grid {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

.tooltip-content {
    background-color: #1a1a1a;
    padding: 15px;
    border-radius: 5px;
    color: white;
	width: 200px;
    text-align: center;
    position: relative;
    z-index: 1000;
}

.username {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.rank {
    color: #999;
    margin-bottom: 5px;
}

.timestamp {
    color: #666;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.skin-image {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}


.shop__h1{
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}

.shop__h2{
	font-weight: 200;
	color: white;
	text-align: left;
}

.button__shop__h4{
	color: white;
	font-size: 20px;
	padding-left: 6%;
	margin-right: 6%;
	text-align: center;
	margin-bottom: 10px;
}

.shop__card{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 10% 10% 10%;
	background-color: rgb(22, 22, 22);
	border-radius: 40px;
	margin-bottom: 7%;
	margin-top: 40px;
}

.shop__card2{
	min-height: 285px;
}

.loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Ukryj tekst przycisku, gdy loader jest aktywny */
.button-kup.loading .button-text {
    display: none;
}

/* Pokaż loader, gdy przycisk ma klasę "loading" */
.button-kup.loading .loader {
    display: block;
}

.shop__card:hover{
	transform: scale(1.05);
	box-shadow: 0 3px 30px #FFAA00;
}

.shop__card__h5{
	color: white;
	font-weight: 600;
	font-size: 22px;
}

.shop__card__h7{
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 7px;
		padding-right: 7px;
		width: 110px;
		font-weight: 600;
		font-size: 15px;
		color: white!important;
		background-image: linear-gradient(to right, #FFAA00 0%, #CC8500 51%, #8B5A2B 100%);
		border: 0px;
		border-radius: 25px;
		transition: 0.4s;
}

.shop__card__h6 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #979797;
    display: flex;
    justify-content: center;
    gap: 10px; /* Odstęp między elementami */
}

.shop__card__h6 span {
    display: inline-block;
}

.shop__card__p{
	color: rgb(223, 219, 219);
	padding-top: 20px;
	font-weight: 500;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
}

.shop__card__button{
	border: 0px;
	background-image: linear-gradient(to right, #FFAA00 0%, #CC8500 51%, #8B5A2B 100%);
	border-radius: 12px;
	font-weight: 700;
	padding: 10px 50px;
	color: white;
	margin-top: auto;
}

.shop__card__button:hover{
	box-shadow: 0px 0px 8px #ffaa00;
    background-color: #ffaa00;
	transition: 0.4s;
}

.shop__card__img{
	margin-top: -40px;
	width: 150px!important;
	height: 150px;
	border-radius: 12px;
}

@media only screen and (max-width: 1100px) {

	.shop{
		padding: 18% 8% 1%;
	}
	
	.shop__h1{
		margin-bottom: 90px;
	}
	
	.button__shop__h4{
		color: white;
		font-size: xx-large;
		padding-left: 6%;
		margin-right: 6%;
		text-align: center;
		margin-top: 70px;
		margin-bottom: 20px;
	}

	.btn_ma{
		margin-top: -200px;
		margin-bottom: 50px;
	}

}

.tos__h1{
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}

.tos{
	margin: 0% 12%;
}

.tos__p {
    color: rgb(202, 202, 202);
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
    text-align: left; /* Nowa linia */
}

.tos__h1--margin{
	margin-top: 40px;
}

.m-b{
	padding-bottom: 190px;     
}

@media only screen and (max-width: 1100px) {
	.tos__h1{
		margin-bottom: 40px;
	}
	
	.tos{
		margin: 0% 14%;
	}

	.tos__h1--margin{
		margin-top: 30px;
	}
	
	.m-b{
		padding-bottom: 60px;     
	}

	.tos__p {
        margin-top: 10px;
        text-align: left; /* Nowa linia */
    }
}

.info{
	margin: 0% 12%;
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0)!important;
    border: 2px solid #727272;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	outline: none!important;
	box-shadow: none!important;
}

.accordion-body{
	font-weight: 400;
	color: white;
	padding-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	outline: none!important;
	box-shadow: none!important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
	fill: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
	filter: grayscale(1) invert(1);
	padding: 15px;
    transition: transform .2s ease-in-out;
}

.btn-zdj-dostawa {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#popup{background:black;padding:25px;width:fit-content;border:1px solid rgba(255,255,255,.1);position:fixed;right:20px;top:15px;z-index:1000;border-radius:6px}.popup-header{font-weight:700;color:#ffaa00}#popup-close{position:absolute;right:0;top:15px;background:#df3d3d;color:#fff;padding:14px 20px;font-weight:600;cursor:pointer;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.3s all!important}#popup-close:hover{padding:14px 25px 14px 20px}


.boxkup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    margin-left: auto;
    margin-right: auto;
}
.kup-1 {
    background-color: rgba(0, 0, 0, 0.859);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    align-items: center;
}
.animacja {
    animation: animatezoom 0.6s;
}
.img {
    margin: 50px auto 50px auto;
	width: 183px; 
    height: 183px;
}
.img-1 {
    margin: 183px auto 65px auto;
    width: 183px; 
    height: 183px;
}
.email {
    border-radius: 5px;
    margin: 25px auto 0 auto;
    padding: 12px 52px;
    background-color: #4e3400;
    border: none;
    color: white;
    transition-duration: 0.4s;
}
.email:hover {
    background-color: #6c4800;
}
.button-kup {
    border-radius: 5px;
    color: white;
    background-color: #5b3d00;
    padding: 12px 45px;
    font-size: 21px;
    text-decoration: none;
    border: 0;
}
.button-kup:hover {
    background-color: #885a00;
	color: white;
}

.tekst {
	color: white;
}