/*--------------------------------------------
BASIC SETUP
---------------------------------------------*/

/* COLORS

Color 1: rgb(187, 41, 84) - Crveno roze
Color 2: #f5f5f5 - Smokewhite (background section)
Color 3; rgb(237, 237, 237) (background section) Svetlo siva

*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

html,
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
	line-height: 140%;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	background-color: #f5f5f5;
}

a:link,
a:visited {
	text-decoration: none;
	color: rgb(187, 41, 84);
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

img {
	width: 100%;
	display: block;
}

.main__nav li .active:link,
.main__nav li .active:visited {
	color: rgb(187, 41, 84);
}

.row {
	max-width: 1140px;
	margin: 0 auto;
}

.row-header {
	max-width: 1250px;
	margin: 0 auto;
}

header {
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('backg-img/hero.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.logo {
	height: 100px;
	width: auto;
	float: left;
}

.main__nav {
	float: right;
	line-height: 100px;
}

.main__nav li {
	display: inline-block;
	margin-left: 15px;
}

.main__nav li a:link,
.main__nav li a:visited {
	font-size: 110%;
	padding-bottom: 3px;
	color: #fff;
	border-bottom: 2px solid transparent;
	transition: border-bottom 0.3s;
}

.main__nav li a:active,
.main__nav li a:hover {
	border-bottom: 2px solid rgb(187, 41, 84);
}
.tel-button {
	background-color: rgb(187, 41, 84);
	padding: 3px 8px;
	border-radius: 20px;
}

.main__nav ion-icon {
	padding-right: 5px;
	font-size: 20px;
	margin-bottom: -2px;
}

.header-text-box {
	position: absolute;
	width: 1250px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
}

h1 {
	color: #fff;
	text-align: center;
	font-size: 500%;
	font-weight: 100;
	text-transform: uppercase;
}

h1::after {
	display: block;
	content: " ";
	height: 2px;
	width: 100px;
	margin: 50px auto 0;
	background-color: rgb(187, 41, 84);
}

h2 {
	text-transform: uppercase;
	color: rgb(187, 41, 84);
	font-size: 180%;
	font-weight: 300;
	text-align: center;
	margin-bottom: 80px;
}

h2::after {
	display: block;
	content: " ";
	height: 2px;
	width: 100px;
	margin: 20px auto 0;
	background-color: rgb(121, 121, 120);
}

section {
	padding: 80px 0;
}
/*--------------------------------------------
-----------	 QUOTE SECTION  -----------------
---------------------------------------------*/

.quote {
	background-color: rgb(237, 237, 237);
}

blockquote {
	position: relative;
}

blockquote p {
	font-size: 250%;
	font-style: italic;
	text-align: center;
	color: rgb(187, 41, 84);
	margin-bottom: 35px;
}

/*--------------------------------------------
-----------	 SERVICE SECTION  ----------------
---------------------------------------------*/

.box {
	box-shadow: 3px 3px 25px -15px rgb(138, 137, 137);
	/* position: relative; */
}

.box-img {
	position: relative;
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}
.box-text {
	padding: 15px;
}
.box-text h3 {
	text-align: center;
	color: rgb(187, 41, 84);
	margin: 15px 0;
}

.box-text p {
	font-size: 90%;
	line-height: 120%;
}

.box-button {
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

.box-button a {
	background-color: rgb(187, 41, 84);
	color: rgb(237, 237, 237);
	padding: 5px 15px;
	border-radius: 25px;
}

.box-button ion-icon {
	line-height: 120%;
	vertical-align: middle;
	margin-top: -3px;
	padding-left: 5px;
}

/*--------------------------------------------
-----------	 ABOUT US SECTION  ---------------
---------------------------------------------*/
.about-us {
	background-color: rgb(237, 237, 237);
}
.about-us-container {
	width: 70%;
	margin: 0 auto;
}

/*--------------------------------------------
---------- OTHERS ABOUT US SECTION  ----------
---------------------------------------------*/

.others-about-us {

	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url('backg-img/others-about-us-section.jpg');
		background-size: cover;
		background-position: center;
}

.others-about-us-box {
	padding: 30px;
	border-radius: 10px;
	color: rgb(237, 237, 237);
}

.others-about-us-box-text {
	font-size: 95%;
	font-weight: 300;
	font-style: italic;
	line-height: 140%;
	margin-bottom: 35px;
}

.info-holder {
	margin-top: 15px;
}

.img-holder {
	float: left;
	margin-right: 20px;
}

.img-holder img {
	width: 65px;
	height: auto;
	border-radius: 50%;
}

.info-holder {
	float: left;
}


/*--------------------------------------------
-----------	 CONTACT SECTION  ----------------
---------------------------------------------*/

.contact {
	background-color: rgb(237, 237, 237);
}

.contact .left {
	padding-left: 55px;
}

.contact h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}

.contact a {
	display: block;
}

/*--------------------------------------------
------------------ FOOTER  -----------------
---------------------------------------------*/

footer {
	background-color: #191919;
	padding: 50px 50px 25px 50px;
	color: #555;
	font-size: 80%;
}

footer > div {
	margin-bottom: 40px;
}

.footer-nav {
	float: left;
	list-style: none;
}
.footer-nav li {
	display: inline-block;
	margin-right: 3px;
}

.footer-icons {
	float: right;
}

.footer-icons a {
	font-size: 200%;
	margin-right: 15px;
}

footer a:link,
footer a:visited {
	color: #555;
	transition: color 0.3s;
}

.footer-nav a:hover,
.footer a:active {
	color: rgb(187, 41, 84);
}

.footer-icons a:first-child:hover {
	color: #3b5999;
}

.footer-icons a:nth-child(2):hover {
	color: #e4405f;
}

.footer-icons a:last-child:hover {
	color: #55acee;
}

footer p {
	text-align: center;
}

footer p a {
	border-bottom: 1px solid #555;
}

footer p a:hover {
	color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}



/*--------------------------------------------
-------------	 WAXING PAGE  ----------------
---------------------------------------------*/

.waxing-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/waxing-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

/*--------------------------------------------
-------------	 MANICURE PAGE  ----------------
---------------------------------------------*/

.manicure-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/manicure-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}


/*--------------------------------------------
-------------	 PEDICURE PAGE  ----------------
---------------------------------------------*/

.pedicure-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/pedicure-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

/*--------------------------------------------
-------------	 MASSAGE PAGE  ----------------
---------------------------------------------*/

.massage-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/massage-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}


/*--------------------------------------------
-------------	 PRICELIST PAGE  ----------------
---------------------------------------------*/

.pricelist-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/pricelist-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

/*--------------------------------------------
--------------  CONTACT PAGE  ----------------
---------------------------------------------*/

.contact-page-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('backg-img/contact-page.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-page {
	padding-bottom: 0;
	background-color: #f5f5f5;
}

.contact-page h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}

input,
textarea {
	width: 100%;
	display: block;
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid rgb(160, 160, 160);
	border-radius: 5px;
	margin-bottom: 15px;
}

label {
	padding: 10px;
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: 400;
	font-style: italic;
	display: block;
	padding-left: 25px;
}
textarea {
	height: 150px;
}

form {
	display: block;
	width: 100%;
	margin-top: 25px;
}

::placeholder {
	font-size: 85%;
	font-style: italic;
	color: rgb(160, 160, 160);
}

input[type="submit"] {
	background-color: rgb(187, 41, 84);
	color: rgb(237, 237, 237);
	font-family: inherit;
	font-weight: 300;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

input[type="submit"]:hover {
	background-color: rgb(190, 4, 60);
	color: rgb(237, 237, 237);
}

.map {
	margin-top: 35px;
}