/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); */
@font-face {
	font-family: Axiforma;
	src: url('font/axiforma/Kastelov - Axiforma Regular.otf');
}

@font-face {
	font-family: Axiforma;
	src: url('font/axiforma/Kastelov - Axiforma Bold.otf');
	font-weight: bold;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Axiforma', sans-serif;
}

header {
	background-image: url('img/header.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center;
	padding: 90px 0 170px;
}

main {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

a, button {
	text-decoration: none;
	transition: 0.2s;
}

.header-logo {
	width: 315px;
	margin: 0 0 25px;
}

.socials a {
	display: inline-block;
	margin: 0 15px;
}

.socials img {
	width: 30px;
	transition: 0.2s;
}

.socials img:hover {
	transform: scale(1.2);
}

header h2 {
	font-size: 100px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

header h2:before {
    content: attr(data-before);
    position: absolute;
    color: rgba(0,0,0,0.1);
    font-size: 125%;
    line-height: 1.1;
    font-weight: 400;    
    z-index: -1;
    top: -25px;
    white-space: nowrap;
}

header h2 em {
	font-weight: 700;
	font-style: normal;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

header h2 em:before {
	content: attr(data-before);
    position: absolute;
    color: rgba(0,0,0,0.1);
    font-size: 125%;
    line-height: 1.1;
    z-index: -1;
    top: -5px;
    white-space: nowrap;
    font-weight: 700;
}

header h2 em:after {
	content: url('img/ruzova_linka.svg');
	position: absolute;
	bottom: -20px;
	display: block;
	width: 100%;
}

/* MAIN */
.about-feedback {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-feedback .text {
	color: #3e3e3e;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 50px 0 0;
}

.about-feedback img {
	width: 400px;
}

.rating-form {
	text-align: center;
	margin: 0 0 65px;
}

.stars-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    background: #f7f7f7;
    padding: 55px 0 70px;
    border-radius: 999px;
    margin: 0 0 70px;
}

.empty-star, .full-star {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* background-image: url('img/hviezda_gray.svg'); */
	height: 110px;
	width: 100px;
	display: inline-block;
}

/* .full-star {	
	background-image: url('img/hviezda.svg');	
} */

.starrr :nth-child(1).empty-star {
	background-image: url('img/icons/smile_1.svg');
}
.starrr :nth-child(2).empty-star {
	background-image: url('img/icons/smile_2.svg');
}
.starrr :nth-child(3).empty-star {
	background-image: url('img/icons/smile_3.svg');
}
.starrr :nth-child(4).empty-star {
	background-image: url('img/icons/smile_4.svg');
}
.starrr :nth-child(5).empty-star {
	background-image: url('img/icons/smile_5.svg');
}
.starrr :nth-child(1).full-star {
	background-image: url('img/icons/smile_1_farebny.svg');
}
.starrr :nth-child(2).full-star {
	background-image: url('img/icons/smile_2_farebny.svg');
}
.starrr :nth-child(3).full-star {
	background-image: url('img/icons/smile_3_farebny.svg');
}
.starrr :nth-child(4).full-star {
	background-image: url('img/icons/smile_4_farebny.svg');
}
.starrr :nth-child(5).full-star {
	background-image: url('img/icons/smile_5_farebny.svg');
}

.starrr {
	margin: 0 0 40px;
}

.starrr a {
	padding: 0 30px;
	position: relative;
	text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.starrr a:after {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	position: absolute;
	bottom: -60px;	
}

.starrr a:nth-child(1):after {
	content: 'Celé zle';
}
.starrr a:nth-child(2):after {
	content: 'Nespokojný';
}
.starrr a:nth-child(3):after {
	content: 'Spokojný';
}
.starrr a:nth-child(4):after {
	content: 'Veľmi spokojný';
}
.starrr a:nth-child(5):after {
	content: 'Paráda';
}

.textarea-label {
	color: #3e3e3e;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 400;
}

textarea {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	height: 155px;
	padding: 25px 20px;
	margin: 25px 0 50px;
	font-family: Axiforma;
	font-size: 15px;
	color: #3e3e3e;
	font-weight: 400;
	border-color: #e5e5e5;
}

textarea::placeholder {
	font-size: 15px;
	color: #3e3e3e;
	font-weight: 400;
	font-family: Axiforma;
	text-align: center;
}

.nice-checkbox {
	position: relative;
	max-width: 730px;
    margin: 0 auto 35px;
}

.nice-checkbox label {
	position: relative;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	color: #3e3e3e;
	margin: 0 0 0 30px;
}

.nice-checkbox label:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #ff1b7c;
	left: -30px;
	top: -5px;
	border-radius: 50%;
}

.nice-checkbox input {
	position: absolute;
	z-index: -1;
	left: 3px;
	top: 4px;
	width: 14px;
	visibility: hidden;
}

.nice-checkbox input:checked~label:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #ff1b7c;
	left: -25px;
	top: 0;
	border-radius: 50%;
}

.submit-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: none;
	border-radius: 999px;
	background-color: #ff1b7c;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	width: 220px;
	height: 76px;
	padding: 0 15px;
	cursor: pointer;
}

.submit-btn:hover {
	background-color: #0051e4;
	color: #fff;
}

.pre-footer {
	background-image: url('img/footer.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center;
	padding: 125px 15px 50px;
}

.footer-logo {
	width: 315px;
	margin: 0 0 35px;
}

.pre-footer a, .pre-footer p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin: 0;
}

.pre-footer a:hover {
	color: #ff1b7c;
}

.post-footer {
	text-align: center;
	padding: 35px 15px 25px;
}

.post-footer p {
	margin: 0;
	font-size: 13px;
	color: #3e3e3e;
	font-weight: 400;
	line-height: 1.3;
}

.sixnet-anchor img {
	width: 65px;
	margin: 5px 0 -5px 5px;
	transition: 0.2s;
}

.sixnet-anchor img:hover {
	transform: scale(1.1);
}

/* RATING SENDED */
.rating-sended {
	text-align: center;
	margin: 100px 0;
}

.rating-sended h2 {
	font-weight: 700;
	color: #3e3e3e;
}

@media screen and (max-width: 999px) {
	main {
		max-width: 750px;		
	}

	header {
	    padding: 60px 0 70px;
	}

	header h2 {
		font-size: 75px
	}

	.about-feedback {
		padding: 50px 0;
	}

	.about-feedback img {
	    width: 250px;
	}

	.empty-star, .full-star {
		height: 80px;
		width: 70px;
	}

	.starrr a {
	    padding: 0 25px;
	}
}

@media screen and (max-width: 749px) {
	header h2 {
		font-size: 50px
	}

	.about-feedback {
	    flex-direction: column-reverse;
	}

	.about-feedback .text {
		text-align: center;
		margin: 0;
	}

	.empty-star, .full-star {
		width: 50px;
		height: 40px;
	}

	.starrr a {
		padding: 0 20px;
	}

	.starrr a:after {
		font-size: 13px;
		bottom: -45px
	}

	.stars-wrap {
	    padding: 35px 0 60px;
	}

	.pre-footer {
		padding: 95px 15px 30px;
	}
}

@media screen and (max-width: 499px) {
	header h2 {
	    font-size: 35px;
	}

	.header-logo {
		width: 215px;
	}

	.about-feedback img {
		width: 150px;
	}

	.about-feedback .text {
		font-size: 16px;
	}

	.rating-form {
		margin: 0 0 15px;
	}

	.starrr a {
	    padding: 0 5px;
	}

	.starrr a:after {
		font-size: 9px;
		bottom: -30px;
	}

	.textarea-label {
		font-size: 16px;
	}

	.stars-wrap {
	    padding: 35px 0 30px;
	    margin: 0 0 30px;
	}

	.nice-checkbox label {
		font-size: 12px;
	}

	.nice-checkbox label:before {
		top: -7px;
	}

	.nice-checkbox input:checked~label:after {
		top: -2px;
	}

	.footer-logo {
		width: 215px;
	}

	.pre-footer a, .pre-footer p {
		font-size: 12px;
	}
}

@media screen and (max-width: 359px) {
	.starrr a {
	    padding: 0;
	}

	.starrr a:after {
		font-size: 8px;
	}
}