@font-face {
	src: url("/tipp3s-assets/tipp3s-fonts/tipp3s-pollerone-regular.woff2")
		format("truetype");
	font-family: "pollerone-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/tipp3s-assets/tipp3s-fonts/tipp3s-mulish-black.woff2")
		format("truetype");
	font-family: "mulish-black";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/tipp3s-assets/tipp3s-fonts/tipp3s-mulish-bold.woff2")
		format("truetype");
	font-family: "mulish-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/tipp3s-assets/tipp3s-fonts/tipp3s-mulish-regular.woff2")
		format("truetype");
	font-family: "inter-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "pollerone-regular", sans-serif;
	--font-text: "mulish-regular", sans-serif;
	--font-bold: "mulish-bold", sans-serif;
	--font-black: "mulish-black", sans-serif;

	--color-bg: #141414;
	--color-secondary: #050505;
	--color-lightblue: #7dc9ff;
	--color-white: #fff;
	--color-black: #000b15;
	--color-gray: #a9a9a9;
	--transition: all ease-in-out 0.3s;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.tipp3s--container__main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.tipp3s__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Partical */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
}

/* Header */
.tipp3s--header {
	width: 100%;
	padding: 2rem 0 5rem;
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-line-top.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tipp3s--header__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6.75rem;
}

.tipp3s--header__logo {
	max-width: 163px;
	width: 100%;
	height: 32px;
}

.tipp3s--menu {
	padding: 0.675rem 1.25rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	align-items: center;
	background: #ffffff17;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.tipp3s--header--users {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.tipp3s--header---sign {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	color: var(--color-white);
}

.tipp3s--welcome-container {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.tipp3s--welcome--info {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.tipp3s--welcome----title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 4rem;
	line-height: 120%;
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

.tipp3s--blue-text {
	color: var(--color-lightblue) !important;
}

.tipp3s--welcome---btn {
	padding: 0.25rem;
	max-width: 484px;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	background: var(--color-lightblue);
	justify-content: center;
	font-family: var(--font-bold);
	font-weight: 700;
	color: var(--color-black);
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 150%;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	margin-inline: auto;
}

.tipp3s--welcome---btn:hover {
	box-shadow: 0 0 20px var(--color-lightblue);
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.tipp3s--welcome--rating {
	max-width: 385px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	gap: 0.675rem;
	flex-direction: column;
	align-items: center;
}

.tipp3s--welcome----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-white);
}

.tipp3s--welcome--stars {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-icon-stars.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 125px;
	width: 100%;
	height: 25px;
}

.tipp3s--welcome--star {
	display: inline-block;
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-icon-green-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.tipp3s--welcome---item {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.5rem;
	max-width: 95px;
	flex-direction: row;
}

.tipp3s--welcome---advantages {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.tipp3s--welcome----card {
	max-width: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2rem;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	background: var(--color-lightblue);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.tipp3s--welcome----card:hover {
	box-shadow: 0 0 20px var(--color-lightblue);
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.tipp3s--welcome__desc {
	max-width: 170px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tipp3s--welcome___title {
	font-family: var(--font-black);
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-black);
}

.tipp3s--black {
	color: var(--color-black) !important;
}

.tipp3s--welcome__image {
	max-width: 150px;
	width: 100%;
	height: 150px;
}

.tipp3s--welcome__sack {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-icon-sack.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tipp3s--welcome__house {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-icon-house-car.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tipp3s--welcome__bag {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-welcome/tipp3s-icon-bag.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Place */

.tipp3s--place-container {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	padding: 5rem 2.5rem;
}

.tipp3s--place--info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 640px;
	width: 100%;
}

.tipp3s--place---title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
}

.tipp3s--nocenter-btn {
	margin: 0;
}

.tipp3s--place--img {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-info/tipp3s-costime.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 520px;
	width: 100%;
	height: 520px;
}

/* Cashback */
.tipp3s--black-bg {
	background: var(--color-secondary);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.tipp3s--cashback--lists li {
	list-style-type: disc;
	margin-left: 1.25rem;
	color: var(--color-white);
}

.tipp3s--cashback--img {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-info/tipp3s-mobile-ball.webp) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Platform */
.tipp3s--platform--image {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-info/tipp3s-hand-money.webp) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Best */
.tipp3s--best--img {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-info/tipp3s-ball-people.webp) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Trust */
.tipp3s--trust {
	padding: 2.5rem 0;
}

.tipp3s--trust-container {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.tipp3s--trust--card {
	max-width: 620px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: linear-gradient(33.99deg, #7dc9ff 5.75%, #000b15 94.25%);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	padding: 1rem;
}

.tipp3s--trust--top {
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	text-align: center;
	color: var(--color-lightblue);
}

.tipp3s--center {
	text-align: center !important;
}

/* Count */
.tipp3s--count--card {
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 2.5rem 1rem 1rem;
	background: var(--color-lightblue);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.tipp3s--count--text {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 120%;
	text-align: center;
	color: #004d93;
}

/* Footer */
.tipp3s--footer {
	position: relative;
	padding: 2.5rem 0;
	border-bottom: 6px solid #7dc9ff;
	background: var(--color-black);
}

.tipp3s--footer-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.tipp3s--footer--parthers {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.tipp3s--footer--age {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-footer/tipp3s-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.tipp3s--footer---play {
	max-width: 139px;
	width: 100%;
	height: 40px;
}
.tipp3s--footer---oswv {
	max-width: 40px;
	width: 100%;
	height: 40px;
}
.tipp3s--footer---resp {
	max-width: 80px;
	width: 100%;
	height: 40px;
}

.tipp3s--footer--address {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tipp3s--footer--info {
	display: flex;
	gap: 2.5rem;
}

.tipp3s--footer---item {
	max-width: 620px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tipp3s--bold {
	font-weight: 900;
	font-family: var(--font-black);
}

.tipp3s--gray {
	color: var(--color-gray) !important;
}

.tipp3s--footer--copy {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	text-align: center;
	color: var(--color-white);
}

/* Modal Sign up  */
.tipp3s-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.tipp3s--icon__close {
	background-image: url(/tipp3s-assets/tipp3s-img/tipp3s-modal/tipp3s-icon-close.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 16px;
	width: 100%;
	height: 16px;
	margin-left: auto;
}

.tipp3s-modal--title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
	text-transform: uppercase;
}

.tipp3s-modal__content-sign {
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	max-width: 552px;
	width: 100%;
	height: 387px;
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	backdrop-filter: blur(25px);
}

.tipp3s__form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 0.875rem;
}

.tipp3s__form__input {
	outline: none;
	border: none;
	padding: 0.675;
	color: black;
	font-weight: 700;
	height: 46px;
	line-height: 20px;
	font-size: 1rem;
	font-family: var(--font-bold);
	background: #ffffff66;
	border: 1px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 0.7rem 1.25rem;
}

.tipp3s__form__input::placeholder {
	color: #c2c2c2;
	font-weight: 400;
	line-height: 150%;
	font-size: 1rem;
	font-family: var(--font-text);
}

.tipp3s__form__checkbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.tipp3s__form__checkbox label {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 150%;
	color: #979797;
}

.tipp3s__form__button {
	margin: 1rem 0 0;
	max-width: 484px;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	background: var(--color-lightblue);
	justify-content: center;
	font-family: var(--font-bold);
	font-weight: 700;
	color: var(--color-black);
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 150%;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.tipp3s__form__button:hover {
	box-shadow: 0 0 20px var(--color-lightblue);
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.tipp3s__form__reg {
	margin: 1.5rem 0 0;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-lightblue);
}

.tipp3s-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.tipp3s-modal-content.error {
	background-color: #f44336;
	color: white;
}

.tipp3s-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.tipp3s-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.tipp3s-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 100%;
}

.tipp3s-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.tipp3s--privacy {
	padding: 2rem 0 !important;
	background-image: none;
}

.tipp3s--privacy-box {
	padding: 2.5rem 0;
}

.tipp3s--white {
	color: var(--color-white);
}

.tipp3s--privacy-lists,
.tipp3s--privacy-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.tipp3s--privacy--items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Mobile */
@media screen and (max-width: 1300px) {
	.tipp3s--container__main {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 1180px) {
	.tipp3s--header {
		padding: 2.5rem 0;
	}

	.tipp3s--welcome----title {
		font-size: 3rem;
	}

	.tipp3s--header__container {
		padding: 0 2rem;
	}

	.tipp3s--place-container {
		padding: 2.5rem 1rem;
		flex-direction: column;
		gap: 1rem;
	}

	.tipp3s--black-bg {
		flex-direction: column-reverse;
	}

	.tipp3s--place--info {
		max-width: 100%;
		width: 100%;
		gap: 1rem;
	}

	.tipp3s--place--img {
		max-width: 380px;
		width: 100%;
		height: 380px;
	}

	.tipp3s--trust {
		padding: 1.25rem 1rem;
	}

	.tipp3s--trust:last-child {
		padding: 2.5rem 1rem;
	}
}

@media screen and (max-width: 991px) {
	.tipp3s--footer--info {
		flex-direction: column;
		gap: 1.25rem;
	}

	.tipp3s--footer---item {
		max-width: 100%;
		width: 100%;
		gap: 0.5rem;
	}
	.tipp3s--footer-container {
		gap: 2rem;
	}

	.tipp3s--footer {
		padding: 1.25rem 0;
	}

	.tipp3s--welcome----title {
		word-break: break-all;
	}

	.tipp3s--trust-container {
		gap: 1.25rem;
	}
}

@media screen and (max-width: 768px) {
	.tipp3s--welcome----title {
		font-size: 2rem;
	}

	.tipp3s--welcome---btn {
		height: 40px;
	}

	.tipp3s--welcome----text {
		font-size: 0.875rem;
	}

	.tipp3s--black {
		font-size: 1rem;
	}

	.tipp3s--welcome----card {
		padding: 1rem;
		justify-content: space-between;
	}

	.tipp3s--welcome__image {
		max-width: 64px;
		width: 100%;
		height: 64px;
	}

	.tipp3s--welcome__desc {
		max-width: 250px;
		width: 100%;
	}

	.tipp3s--welcome___title,
	.tipp3s--place---title {
		font-size: 1.25rem;
	}

	.tipp3s--welcome---advantages {
		gap: 1.25rem;
	}

	.tipp3s--place--img {
		max-width: 300px;
		width: 100%;
		height: 300px;
	}

	.tipp3s--trust--top {
		font-size: 1rem;
	}

	.tipp3s--count--card h2 {
		font-size: 2rem !important;
	}

	.tipp3s--footer--parthers {
		gap: 1.5rem;
	}

	.tipp3s--menu {
		gap: 1.25rem;
		padding: 0.675rem 1rem;
	}

	.tipp3s--header__logo {
		max-width: 101px;
		width: 100%;
		height: 20px;
	}

	.tipp3s--place--info .tipp3s--welcome---btn {
		height: 52px;
		padding: 0.5rem;
	}
}
