.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bebas-neue-title {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2rem;
}

.navbar {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.navbar .navbar-collapse {
	justify-content: end;
}

.navbar-nav {
	font-size: 1.4rem;
	gap: 1rem;
}

.navbar-nav a:hover {
	text-decoration: underline;
	text-underline-offset: 0.5rem;
}

body {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
}
.card {
	background-color: #222222;
	border-radius: 1rem;
}
.form-control,
.btn {
	border-radius: 0.5rem;
}

.text-primary {
	color: #4baf50 !important;
}
.btn-primary {
	border: none;
	background-color: #4baf50;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn-outline-light {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn-primary:hover {
	background-color: #439a47;
}
.spinner-border {
	width: 1rem;
	height: 1rem;
	display: none;
}
.logo {
	max-width: 220px;
}

.hero-img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.counter {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2rem 0;
}
.counter h2 {
	font-size: 2rem;
	margin-bottom: 0;
}
.counter span {
	display: block;
	font-size: 1rem;
	color: #bbb;
}

.spinner-border {
	width: 1rem;
	height: 1rem;
	display: none;
}

body {
	margin-top: 20px;
}
.pricing-box {
	-webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
	padding: 35px 50px;
	border-radius: 20px;
	position: relative;
	background: #161616;
	color: white;
}

.pricing-box .plan {
	font-size: 34px;
}

.pricing-badge {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 0;
	overflow: hidden;
	height: 100px;
}

.pricing-badge .badge {
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 13px;
	margin: 0;
	padding: 7px 10px;
	font-weight: 500;
	color: #ffffff;
	background: #dc3545;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
p {
	line-height: 1.7;
}

.accordion-item {
	border: none;
	margin-bottom: 16px;
	border-radius: 1rem !important;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
	padding: 20px 25px;
	font-weight: 600;
	color: #333;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #161616;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
	background-size: 20px;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}

.accordion-body {
	padding: 25px;
	background-color: #ffffff;
}

.my-section {
	height: auto;
}

.my-badge-container {
	gap: 1rem;
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.my-badge {
	height: 50px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.my-badge-container {
		gap: 2rem;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-nav {
		margin-right: 4rem;
	}
}

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