@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');

@font-face {
	font-family: 'font-icons';
	src: url('../fonts/icomoon.woff2') format('woff2'),
		url('../fonts/icomoon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Navigo';
	src: url('../fonts/Navigo-Thin.woff2') format('woff2'),
		url('../fonts/Navigo-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Navigo';
	src: url('../fonts/Navigo-Black.woff2') format('woff2'),
		url('../fonts/Navigo-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Navigo';
	src: url('../fonts/Navigo-Regular.woff2') format('woff2'),
		url('../fonts/Navigo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



.font-icons {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: font-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	font-size: 24px;
}

.font-icons--search:before {
	content: "\e951";
}

.font-icons--all-games-alt:before {
	color: #45a29e;
	content: "\e94a";
}

.font-icons--live-alt:before {
	color: #45a29e;
	content: "\e94b";
}

.font-icons--gift-alt:before {
	color: #45a29e;
	content: "\e950";
}

.font-icons--vip:before {
	color: #45a29e;
	content: "\e941";
}

.font-icons--info:before {
	content: "\e935";
}

.font-icons--right:before {
	content: "\e911";
}

.font-icons--left:before {
	content: "\e90c";
}

.font-icons--bar:before {
	color: #fff;
	content: "\e900";
}

:root {
	--popup-text-primary: #ffffff;
	--popup-color-primary: #03eedd;
	--popup-color-primary-hover: #ff9100;
	--popup-color-primary-active: #3940e9;
	--popup-color-primary-alt: #3940e9;
	--popup-color-accent: #000000;
	--popup-color-gradient-end: #03eedd;
	--popup-bg: #080c15;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Navigo', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	font-style: normal;
	font-display: swap;
	color: #999;
}

body {
	scrollbar-color: #66fcf1
}

body::-webkit-scrollbar {
	height: 1px;
	width: 1px
}

body::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 2px
}

body::-webkit-scrollbar-thumb {
	background: #66fcf1;
	border-radius: 2px;
	margin: 0
}

body::-webkit-scrollbar-thumb:hover,
body:hover::-webkit-scrollbar-thumb {
	background: #66fcf1
}

.container {
	margin: 0 auto;
	max-width: 1100px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo-mobile {
	display: none;
}

.logo img {
	display: block;
}

.navbar {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 180px);
	background: #0b0c10;
	z-index: 11;
}

.navbar .container {
	display: flex;
	align-items: center;
	padding: 22px 15px;
}

.btn {
	width: 100%;
	align-items: center;
	border: none;
	border-radius: 32px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	margin: 0;
	min-height: 40px;
	min-width: 100px;
	width: 120px;
	outline: none;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: background-color .3s ease, box-shadow .3s ease;
	margin: 0 auto 10px;
	font-family: navigo, Arial, sans-serif;
}

.btn-reg {
	margin: 24px auto 10px;
	background: linear-gradient(90deg, #0c96d2 10.46%, #03eedd 99.86%);
}

.btn-reg:hover {
	background: linear-gradient(90deg, #00b8ab .41%, #01ffec 58.68%);
}

.btn-reg::after {
	animation: present 2.5s linear infinite;
	background: url(../img/present.svg) no-repeat 50%;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 18px;
	left: auto;
	position: absolute;
	right: -2px;
	top: 6px;
	width: 18px;
	z-index: 1;
}

@keyframes present {
	10% {
		transform: scale(1) rotate(0deg)
	}
	20% {
		transform: scale(1.1) rotate(20deg)
	}
	30% {
		transform: scale(1.1) rotate(-20deg)
	}
	40% {
		transform: scale(1) rotate(0deg)
	}
	50% {
		transform: scale(1) rotate(0deg)
	}
	60% {
		transform: scale(1.1) rotate(-20deg)
	}
	70% {
		transform: scale(1.1) rotate(20deg)
	}
	90% {
		transform: scale(1) rotate(0deg)
	}
}

.btn-login {
	background: transparent none;
	border: 1px solid #c5c6c7;
	color: #66fcf1;
}

.search-btn,
.info-btn {
	background: none;
	border: 1px solid #45a29e;
	border-radius: 100px;
	color: #ffffffb3;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 0 14px 0 0;
	min-height: 36px;
	min-width: 170px;
	padding: 9px;
	justify-content: flex-start;
}

.search-btn i,
.info-btn i {
	margin-right: 6px;
	color: #66fcf1;
	font-size: 15px;
}

.navbar-logo {
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 90px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: auto;
}

.navbar-logo img {
	border: none;
	display: inline-block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
	width: 130px;
}

.navbar-toggler {
	background: none;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	display: none;
	border: none;
	padding: 8px;
	color: #fff;
	cursor: pointer;
}

.navbar-toggler i {
	font-size: 20px;
}

.main {
	display: flex;
}

.aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	height: 100vh;
	transition: .5s;
	padding: 0 10px;
	background: #1f2833;
	z-index: 12;
	display: flex;
	flex-direction: column;
}

.aside.show {
	transform: translateX(0);
}

.aside ul {
	margin-top: 24px;
	list-style: none;
}

.aside ul a {
	text-decoration: none;
	color: #c5c6c7;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 400;
	letter-spacing: .12px;
	transition: color .3s ease;
	text-transform: uppercase;
	padding: 5px 0;
	min-height: 30px;
}

.aside ul a:hover {
	color: #45a29e;
}

.aside ul li {
	margin: 10px 0;
}

.aside ul a i {
	margin-right: 12px;
	font-size: 14px;
	transition: color .3s ease;
	color: #45a29e;
}

.aside a:hover i {
	color: #fff;
}

.content {
	width: calc(100% - 180px);
	margin-left: 180px;
	padding: 80px 25px 24px;
	transition: .5s;
	background: linear-gradient(180deg, #0b0c10, #07426a 16.96%, #052b4e 25.44%, #052b4e 71.97%, #07426a 78.13%, #030303 85.85%);
}

/*hero*/
.hero {
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	height: 380px;
	border-radius: 8px;
	overflow: hidden;
}

.hero .container {
	position: absolute;
	padding: 48px 30px 35px;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, #3940e9 31.16%, rgba(57, 64, 233, .58) 68.01%, rgba(57, 64, 233, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hero .welcome {
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 20px;
	color: #66fcf1;
	font-weight: 500;
	text-transform: uppercase;
}

.hero .highlight {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.hero .btn-brand {
	background: linear-gradient(90deg, #0c96d2 10.46%, #03eedd 99.86%);
	text-transform: uppercase;
	border: none;
	border-radius: 32px;
	color: #fff;
	font-size: 14px;
	padding: 0 24px;
	min-height: 36px;
	min-width: 168px;
	animation: pulse 1.5s ease-in-out infinite;
	margin: auto 0 0;
}

@keyframes pulse {
	0%,to {
		transform: scale(.9)
	}
	50% {
		transform: scale(1)
	}
}

.hero .btn-brand:hover {
	background: linear-gradient(90deg, #00b8ab .41%, #01ffec 58.68%);
}

.hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
	object-position: right;
}

.hero-link {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*slots*/
.slots {
	max-width: 1070px;
	margin: 40px auto;
}

.slider-container {
	overflow: hidden;
}

.slots-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.slots-header .slider-title {
	margin: 0 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.slots-header .tag-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

.games-slider {
	display: flex;
	gap: 1rem;
	scroll-behavior: smooth;
	transition: transform 0.3s ease;
}

.games-slider1 {
	margin-bottom: 40px;
}

.game-card {
	min-width: 156px;
	width: calc(100% / 6.5);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.game-card .play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	text-align: center;
	text-decoration: none;
	background: #0f0d22cc;
}

.game-card:hover .play-overlay {
	opacity: 1;
}

.game-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-button {
	width: 56px;
	height: 56px;
	background: linear-gradient(180deg, #fcb853, #af593e);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
	color: white;
}

.play-button:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

.slider-controls {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.slider-nav {
	display: flex;
	align-items: center;
}

.slider-btn {
	border-radius: 50%;
	height: 34px;
	min-width: unset;
	padding: 0;
	width: 34px;
	min-height: 34px;
	background: none;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #45a29e;
	color: #45a29e;
	margin: 0;
}

.slider-btn i {
	font-size: 12px;
}

.slider-btn:hover {
	border-color: #66fcf1;
	color: #66fcf1;
}

.slider-btn.prev-btn {
	margin-right: 8px;
}

.slider-btn[disabled] {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}

.see-all {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	min-width: 110px;
	border-radius: 32px;
	padding: 10px 24px;
	background: none;
	color: #fff;
	border: 1px solid #45a29e;
	letter-spacing: .2px;
	text-transform: capitalize;
	margin-right: 15px;
	height: 34px;
}

.see-all span {
	color: #45a29e;
	margin-left: 10px;
}



/*text*/
.text {
	margin: 50px 0;
}

.text img {
	max-width: 100%;
	height: auto;
}

.text h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
	color: #fff;
	margin-top: 0;
}

.text p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #c5c6c7;
}

.text ul {
	list-style-position: inside;
	margin-bottom: 20px;
}

.text ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

.text li {
	padding: 6px 0;
}

.text h2 {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 16px;
}

.text h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #fff;
}

.text h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #fff;
}

.text a {
	color: #fff;
	text-decoration: underline;
}

.text .table-wrapper {
	width: 100%;
	overflow-x: hidden;
	margin-bottom: 20px;
}

.text .table-wrapper.scrollable {
	overflow-x: auto;
}

.text table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;
	border-radius: 10px;
	overflow: hidden;
}

.text tr {
	background: #0c96d2;
}

.text th,
.text td {
	border-bottom: 1px solid #fff;
	padding: 15px;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
}

.text th {
	font-weight: bold;
	background: #077aac;
	color: #fff;
	padding: 20px 15px;
}

.text th p,
.text td p {
	margin-bottom: 0;
	color: #fff;
}

.faq-container {
	margin-top: 30px;
}

.faq-item {
	background: #077aac;
	border-radius: 10px;
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.faq-item:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.faq-item.active .faq-arrow {
	transform: rotate(180deg);
}

.faq-item.active .faq-answer {
	opacity: 1;
	height: auto;
	transform: scaleY(1);
	padding: 16px 24px 24px 24px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	cursor: pointer;
	background: #077aac;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.faq-question h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	letter-spacing: 0.3px;
	flex: 1;
	padding-right: 16px;
}

.faq-arrow {
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s ease;
	font-weight: 600;
	min-width: 20px;
	text-align: center;
}

.faq-answer {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease;
	background: #0c96d2;
	padding: 0 24px;
	color: #fff;
}
.faq-answer p {
	color: #fff;
}

/*footer*/
.footer {
	padding: 48px 0 0;
}

.footer .container {
	display: flex;
	align-items: flex-start;
}

.footer-menu {
	margin-left: 100px;
}

.footer-menu ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	margin-bottom: 40px;
}

.footer-menu ul a {
	text-decoration: none;
	color: #c6c7c8b3;
	font-size: 14px;
}

.footer-menu ul a:hover {
	color: #66fcf1;
}

.footer-menu div {
	color: #c5c6c7;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer-menu li {
	margin: 4px 0;
}

.payments {
	padding: 24px 0;
	width: 100%;
}

.providers {
	padding-top: 30px;
}

.payments .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.payments img {
	height: 25px;
	margin: 0 16px 16px;
	filter: grayscale(1);
	opacity: .5;
	transition: opacity .3s ease;
}

.payments img:hover {
	opacity: 1;
}

.copyright {
	padding: 0;
	color: #999;
	font-size: 12px;
	letter-spacing: .12px;
	line-height: 1.2;
}

.license {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.license img {
	height: 40px;
	margin: 0 16px 30px 0;
	opacity: .5;
	transition: opacity .3s ease;
}

.license div {
	width: 100%;
	display: flex;
	justify-content: center;
}

.license div img {
	opacity: 1;
}

.license img:hover {
	opacity: 1;
}


/*popup*/
.casino-popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	background: var(--popup-bg);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1100;
}

.casino-popup.show {
	visibility: visible;
	opacity: 1;
}

.redirect-notice {
	text-align: center;
	color: #fff;
	padding: 15px;
	animation: fadeIn 0.5s ease-in-out;
}

.notice-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: white;
}

.roulette-wheel {
	position: relative;
	width: 120px;
	height: 120px;
	animation: spin 3s linear infinite;
}

.wheel-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 3px solid var(--popup-text-primary);
	border-radius: 50%;
	background: conic-gradient(from 0deg, var(--popup-color-primary) 0deg 45deg, var(--popup-color-accent) 45deg 90deg, var(--popup-color-primary) 90deg 135deg, var(--popup-color-accent) 135deg 180deg, var(--popup-color-primary) 180deg 225deg, var(--popup-color-accent) 225deg 270deg, var(--popup-color-primary) 270deg 315deg, var(--popup-color-accent) 315deg 360deg);
	box-shadow: 0 0 30px rgba(32, 153, 255, 0.6), inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.wheel-center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: var(--popup-text-primary);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.ball {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--popup-color-accent);
	box-shadow: 0 0 10px rgba(255, 107, 53, 0.8);
	animation: ballBounce 0.6s ease-in-out infinite alternate;
}

.progress-container {
	width: 280px;
	text-align: center;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #9a68d1;
	box-shadow: 0 0 10px rgba(32, 153, 255, 0.6);
}

.progress-fill {
	width: 0%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--popup-color-primary), var(--popup-color-gradient-end), var(--popup-color-primary));
	background-size: 200% 100%;
	transition: width 0.3s linear;
	animation: progressShine 2s ease-in-out infinite;
}

.progress-text {
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	color: var(--popup-color-primary);
}

.navbar-mobile {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #15263a;
	transition: .5s;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 90px;
	transform: translateX(-100%);
}

.navbar-mobile.show {
	transform: translateX(0);
}

.navbar-mobile strong {
	text-transform: uppercase;
	color: #b6cbe5;
	font-weight: 400;
	font-size: 12px;
}

.navbar-mobile ul {
	width: 100%;
	padding: 10px 0 20px;
	border-bottom: 1px solid #294a72;
}

.navbar-mobile ul li {
	text-align: center;
	margin: 20px 0;
}

.navbar-mobile a {
	color: #59a6ff;
	font-size: 12px;
	text-decoration: none;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes raffleGlow {

	0%,
	100% {
		opacity: 0.3;
		transform: rotate(0deg);
	}

	50% {
		opacity: 0.6;
		transform: rotate(180deg);
	}
}

@keyframes raffleIconPulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@keyframes indicatorPulse {

	0%,
	100% {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}

	50% {
		opacity: 0.6;
		transform: translateY(-50%) scale(1.2);
	}
}

@keyframes statusPulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}
}

@keyframes shine {
	0% {
		left: -100%;
	}

	50% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes ballBounce {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.3);
	}
}

@keyframes glow {
	0% {
		text-shadow: 0 0 20px rgba(32, 153, 255, 0.8);
	}

	100% {
		text-shadow: 0 0 30px rgba(32, 153, 255, 1), 0 0 40px rgba(32, 153, 255, 0.6);
	}

}

@keyframes textFade {

	0%,
	100% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}
}

@keyframes progressShine {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.navbar .btn-reg {
	display: none;
}

@media screen and (max-width: 1200px) {
	.aside {
		transform: translateX(-100%);
	}

	.content {
		margin: 0;
		width: 100%;
	}

	.navbar {
		width: 100%;
	}

	.navbar-logo {
		display: none;
	}

	.logo-mobile {
		display: block;
		margin-right: auto;
	}

	.logo-mobile img {
		height: 38px;
	}

	.navbar-toggler {
		display: block;
	}
	.aside {
		top: 85px;
	}
}

@media screen and (max-width: 600px) {
	.aside {
		width: 100%;
		padding: 0 20px;
	}
	.aside .btn-reg,
	.aside .btn-login {
		width: 100%;
	}
	.content {
		padding: 85px 15px 20px;
	}
	.footer {
		padding-top: 30px;
	}
	.footer .footer-container {
		flex-direction: column;
		align-items: center;
	}
	.footer-menu {
		margin: 30px 0 0;
	}
	.text table {
		min-width: 450px;
	}
	.search-btn, .info-btn {
		display: none;
	}
	.hero {
		height: 280px;
	}
	.hero .container {
		padding: 30px 20px;
	}
	.hero .welcome {
		font-size: 28px;
	}
	.hero .highlight {
		font-size: 22px;
		line-height: 26px;
	}
	.navbar .btn-reg {
		display: flex;
		margin: 0;
	}
	.navbar .btn-reg::after {
		display: none;
	}
}