::-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: #DAA520;
	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;
}

.check {
	width: 458px;
	height: 418px;
	background-color: rgb(22, 22, 22);
	border-radius: 50px;
	padding: 4% 5%;
}

.linecalculate {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
  	border-radius: 10px;
}

.linecalculate-new {
	width: 90%;
	padding: 12px 20px;
	box-sizing: border-box;
  	border-radius: 10px;
}

.linecalculate-new2 {
	width: 90%;
	padding: 12px 20px;
	box-sizing: border-box;
  	border-radius: 10px;
}

.pod {
	padding-top: -50px;
}

.margi {
	margin-top: 50px;
}

input[type='radio'] {
	opacity: 0;
    position: fixed;
    width: 0;
}

.radiobut {
	width: 25%;
	margin: 5px;
}

.radiolabel {
	margin-bottom: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #FFF;
	padding: 10px 20px;
	font-family: "Arial";
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px;
	border: 2px solid white;
	width: 200px;
	text-align: center;
	transition: background-color 150ms;
}

.sposob-wyplaty-dodatkowe-pola {
	display: none;
}

.sposob-wyplaty {
	margin: 50px;
}

.img-scaledown {
	width: 400px;
}

.radiobut label:hover {
	cursor: pointer;
	background-color: #DAA520;
	border: 0px;
	transition: 0.4s;
}

.radiobut input[type='radio'] {
	opacity: 0;
	position: fixed;
	width: 0;
	
  }
  
.radiobut input[type='radio']:checked + label {
	background-color: #DAA520;
	border: 0px;
	transition: 0.4s;
}

.linecalculate-mini {
  	border-radius: 50px;
}

.pad {
	padding: 0% 40%;
}

.currency-calculator-line {
	margin-top: 25px;
}

.legend {
	color: #FFF;
	font-size: 18px;
}

.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, #2857d8 0%, #3a7bd5  51%, #3e4ee6  100%);
	border: 0px;
	border-radius: 15px;
	transition: 0.4s;
}

.btn-nav:hover {
	box-shadow: 0px 0px 13px #DAA520;
	background-color: royalgreen;
	transition: 0.4s;
}

.navbar__img{
	width: 125px;
	animation: pulse 2s ease-in-out infinite; /* Animacja o nazwie "pulse", trwa 2 sekundy, powtarza się w nieskończoność */
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1); /* Początkowa i końcowa skala (normalny rozmiar) */
    }
    50% {
        transform: scale(1.1); /* Powiększenie o 10% w połowie animacji */
    }
}

.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%;
}

.img__header{
	width: 75%;
	float: right;
}

@keyframes upDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.flying-image {
    animation: upDown 2s ease-in-out infinite;
}

.payment-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.payment-btn {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

.blik {
    background-color: #ffffff8a;
    color: white;
}

.paysafecard {
    background-color: #ffffff8a;
    color: white;
}

input[type="radio"]:checked + label {
    background-color: #4b390c;
    box-shadow: 0px 0px 10px #DAA520;
}



.header__h1{
	color: white;
	font-size: 70px;
	font-weight: 700;
}

.header__h1--span{
	color: #DAA520;
}

.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: #DAA520;
	color: white;
	font-weight: 400!important;
	transition: 0.4s;
}

.btn__header:hover {
	box-shadow: 0px 0px 8px #DAA520;
    	background-color: royalgreen;
	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: #DAA520;
	color: white;
	transition: 0.4s;
	border: 2px solid #DAA520;
}


.why{
	padding: 5% 12% 2%;
}

.why__h1{
	font-weight: 700;
	color: white;
	text-align: center;
}

.why__h1--span{
	color: #DAA520;
}

.why__cards{
	margin-top: 90px;
}

.why__card{
	position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Dodaj płynne przejście */
    transform-origin: center; /* Punkt transformacji na środku */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	padding: 10%;
	background-color: rgb(22, 22, 22);
	border-radius: 50px;
	margin: -35px 40px 5%;
}

.why__card:hover {
    transform: scale(1.05); /* Powiększenie o 5% */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Zwiększony cień po najechaniu */
}

.why__card__img{
	width: 120px!important;
	height: 120px;
	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: #DAA520;
	border: #DAA520;
	color: white;
	border-radius: 17px;
	text-align: center;
}

.button_shop__btn:hover {
	box-shadow: 0px 0px 13px #DAA520;
	background-color: royalgreen;
	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;
}

.modal {
    display: none; /* Domyślnie ukryty */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tło z przezroczystością */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: rgb(22, 22, 22);
	box-shadow: 0 1px 8px #DAA520; 
	color: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: slideIn 0.3s ease-out; /* Animacja pojawiania się */
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.close:hover {
    color: #ff0000;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buy-button {
    background-color: #4e3c0d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-button:hover {
    background-color: #DAA520;
    color: white;
    transition: 0.4s;
}

.loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
}

/* Animacja kręcącego się kółka */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Ukryj tekst przycisku, gdy loader jest aktywny */
.buy-button.loading .button-text {
    display: none;
}

/* Pokaż loader, gdy przycisk ma klasę "loading" */
.buy-button.loading .loader {
    display: block;
}


@media only screen and (max-width: 1100px) {
		.row--center{
			justify-content: flex-start;
		}
		.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: 100px!important;
			height: 100px;
		}

		.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;
		}

		.check {
			width: 458px;
			height: 388px;
			background-color: rgb(22, 22, 22);
			border-radius: 50px;
			padding: 15% 10%;
			margin-top: 15%;
		}
		
		.pad {
			padding: 0% 40%;
		}

		.img-scaledown {
			width: 330px;
		}

		.radiobut {
			width: 90%;
			margin: 5px;
		}

		.radiolabel {
			margin-bottom: 0;
			display: inline-block;
			background-color: rgba(0, 0, 0, 0);
			color: #FFF;
			padding: 10px 20px;
			font-family: "Arial";
			font-size: 20px;
			font-weight: 600;
			border-radius: 10px;
			border: 2px solid white;
			width: 300px;
			text-align: center;
			transition: background-color 150ms;
		}

}

.shop{
	padding: 5% 4% 5%;
}

.shop__h1{
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}

.button__shop__h4{
	color: white;
	font-size: 20px;
	padding-left: 6%;
	margin-right: 6%;
	text-align: center;
	margin-bottom: 10px;
}

.shop__card{
	position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Dodaj płynne przejście */
    transform-origin: center; /* Punkt transformacji na środku */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	text-align: center;
	padding: 12% 10% 15%;
	background-color: rgb(22, 22, 22);
	border-radius: 40px;
	margin-bottom: 7%;
	height: 450px;
	margin-top: 40px;
}

.stars {
    color: #ffcc00; /* Kolor gwiazdek */
    font-size: 1.2em;
}

.shop__card:hover {
    transform: scale(1.05); /* Powiększenie o 5% */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Zwiększony cień po najechaniu */
}

.op__card {
	position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Dodaj płynne przejście */
    transform-origin: center; /* Punkt transformacji na środku */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	text-align: center;
	padding: 1% 10% 10%;
	background-color: rgb(22, 22, 22);
	border-radius: 40px;
	margin-bottom: 7%;
	height: auto;
	margin-top: 40px;
}

.op__card:hover {
    transform: scale(1.05); /* Powiększenie o 5% */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Zwiększony cień po najechaniu */
}

.shop__card__h5{
	margin-top: 20px;
	color: white;
	font-weight: 600;
	font-size: 22px;
}

.shop__card__h7{
		text-align: center;
		margin-left: 8px;
		padding-top: 5px;
		padding-bottom: 7px;
		padding-left: 7px;
		padding-right: 7px;
		width: 110px;
		font-weight: 600;
		color: white!important;
		background-image: linear-gradient(to right, #795c15 0%, #9b7820 51%, #DAA520 100%);
		border: 0px;
		border-radius: 25px;
		transition: 0.4s;
}

.shop__card__h6{
	margin-top: 12px;
	font-weight: 700;
	color: #979797;
}

.op__card__h6{
	margin-top: 5px;
	font-weight: 700;
	color: #979797;
}

.shop__card__p{
	color: rgb(223, 219, 219);
	padding-top: 20px;
	font-weight: 500;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
}

.op__card__p{
	color: white;
	padding-top: 5px;
	font-weight: 500;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
}

.shop__card__button{
	border: 0px;
	background-image: linear-gradient(to right, #795c15 0%, #9b7820 51%, #DAA520 100%);
	border-radius: 12px;
	font-weight: 700;
	padding: 10px 50px;
	color: white;
	margin-top: auto;
}

.shop__card__img{
	margin-top: -40px;

	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__h2{
	font-weight: 550;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}

.tos__h2--margin{
	margin-bottom: 40px;
}

.tos{
	margin: 0% 12%;
	text-align: center;
}

.tos__p{
	color: rgb(202, 202, 202);
	font-weight: 400;
	font-size: 20px;
	margin-top: -15px;
}

.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;     
	}
}

.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:#DAA520}#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;
	width: 100%;
    margin: 10px auto 0 auto;
    padding: 10px 52px;
    background-color: #124711;
    border: none;
    color: white;
    transition-duration: 0.4s;
}
.email:hover {
    background-color: #6b5315;
}
.button-kup {
    border-radius: 5px;
    margin: 100px 12px 0 12px;
    color: #DAA520;
    background-color: #3f300a;
    padding: 12px 45px;
	width: 100%;
    font-size: 21px;
    text-decoration: none;
    transition-duration: 0.4s;
    border: 0;
}
.button-kup:hover {
    background-color: #725714;
	color: white;
}

.tekst {
	color: white;
}

.pagination {
    text-align: center;
	color: white;
    margin-top: 20px;
}

.pagination a, .pagination strong {
    margin: 0 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #afafaf;
	border-radius: 5px;
}

.pagination a:hover {
    background-color: #745917;
	color: white;
}

.pagination strong {
    background-color: #745917;
    color: white;
    border-color: #745917;
}