@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	transition: all 0.3s ease;
}

body {
	margin: 0;
	background: #fff;
	font-size: 15px;
	font-family: Montserrat;
	font-weight: 500;
	color: #8b5e3c;
}

a {
	color: #8b5e3c;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 7px;
}

a:hover {
	background-color: #8b5e3c;
	color: #fff;
	box-shadow: 0 0 5px #f5c6a5;
}

.button {
	background-color: #8b5e3c;
	padding: 10px 45px;
	margin: 15px;
	color: #fff;
	position: relative;
	border-radius: 7px;
}

.button:hover {
	background: #d4a373;
	cursor: pointer;
	box-shadow: 0 0 15px #f5c6a5;
}

s {
	font-style: italic;
	color: #f5c6a5;
}

span {
	font-weight: 800;
}

h2 {
	font-size: 55px;
	font-family: Unna;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.tk-menubar {
	width: 100%;
	height: 60px;
	background-color: #fff;
	padding: 25px 0;
	position: fixed;
	z-index: 1000;
	list-style: none;
	display: flex;
	justify-content: center;
}

.tk-menubar a:hover {
	background-color: transparent;
	box-shadow: none;
}

.tk-menu {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tk-menubar ul {
	float: right;
}

.tk-menubar li {
	display: inline-block;
	padding: 0 15px;
}

.tk-menubar li a:hover {
	background-color: #8b5e3c;
	color: #fff;
	box-shadow: 0 0 5px #f5c6a5;
}

.tk-name {
	width: 300px;
	height: auto;
}

.tk-name img {
	width: 100%;
	height: 100%;
	filter: invert(40%) sepia(39%) saturate(569%) hue-rotate(344deg) brightness(89%) contrast(89%);
}

.tk-hamburger::before {
	content: '☰ ';
	font-weight: 900;
	font-size: 20px;
	color: #f5c6a5;
}

.tk-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #8b5e3c;
	border-radius: 10px;
	z-index: 2000;
}

.social-icon {
	padding: 0;
}

.social-icon img {
	width: 14px;
	height: 14px;
}

.social-icon:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(116deg) brightness(105%) contrast(102%);
}

.welcome-container {
	padding-top: 100px;
	background: url(../images/tk-welcome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 900px;
	width: 100%;
}

.welcome-photo {
	background-image: url(../images/tk-topcenter.jpg);
	background-repeat: no-repeat;
	border: solid 10px #fff;
	width: 555px;
	height: 630px;
	z-index: 2;
}

.welcome-content {
	background-color: #fff;
	max-width: 650px;
	padding: 10px;
	left: 55%;
	margin-right: 20px;
	display: flex;
	top: 650px;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 5;
}

.quote {
	border: solid 1px #8b5e3c;
	padding: 25px 40px;
	width: 100%;
}

.quote p.q {
	font-family: Unna;
	font-weight: 500;
	font-style: italic;
	font-size: 35px;
}

.quote p.r {
	font-weight: 700;
	font-size: 13px;
	float: right;
}

.socialmedia {
	background: url(../images/tk-social.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 35px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.socialmedia .sociallinks {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.about {
	background: url(../images/tk-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about p {
	text-align: justify;
	width: 100%;
	max-width: 1170px;
}

.whatwedo {
	background: url(../images/tk-whatwedo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: auto;
	padding: 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wedoboxes {
	max-width: 1170px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.weboxrose {
	background-color: #f5c6a5;
	width: 300px;
	height: 300px;
	padding: 15px;
	margin: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}

.weboxrose:hover, .weboxrose:active {
	cursor: default;
	box-shadow: 0 0 15px #d4a373;
}

.weboxrose p {
	padding: 0 15px;
	font-weight: 500;
	z-index: 5;
}

.weboxrose:hover .button {
	border: solid 0 white;
}

.weboxrose h3 {
    position: absolute;
    padding: 15px;
    transition: all 1s ease;
    z-index: 0;
}

.weboxrose p,
.weboxrose .button {
    opacity: 0;
    transition: all 0.5s ease;
}

.weboxrose:hover h3 {
    padding: 15px;
    color: #f5c6a5;
}

.weboxrose:hover p,
.weboxrose:hover .button {
    opacity: 1;
}

.contact {
	background: url(../images/tk-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 35px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact .rows {
	max-width: 1170px;
	display: flex;
	flex-direction: row;
}

.contactpage.content {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: self-start;
	justify-content: space-between;
	width: 900px;
	padding: 50px 15px;
}

.footer {
	background-color: #0f0b08;
	color: #fff;
	padding: 35px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	font-size: 12px;
}

.footer-holder {
	width: 1200px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.footer a {
	padding: 0;
	margin: 0;
}

.footer a:hover {
	color: #fff;
	background: unset;
	box-shadow: none;
}

.contactpage {
	background: url(../images/tk-contactpage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 50px 50px 50px;
	min-height: calc(100vh - 700px);
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contactpage.content p {
	text-align: center;
	width: 100%;
	line-height: 1.5;
}

img.avatar {
	width: 75px;
	height: auto;
	border-radius: 50px;
}

.content {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	max-width: 1200px;
	padding: 15px;
	border-radius: 25px;
}

.content.columns {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	max-width: 1200px;
	padding: 15px;
	border-radius: 25px;
}

.aboutpage {
	background: url(../images/tk-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 50px 50px 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content p {
	text-align: justify;
	width: 100%;
}

.content.luiza {
	background: url(../images/tk-luiza.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 50px 50px 50px;
	height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}

.aboutpage img {
	max-width: 1200px;
	height: auto;
	border-radius: 25px;
}

.content.luiza img,
.content.aleksandra img {
	width: 350px;
	height: auto;
	border-radius: 25px;
}

.content.aleksandra {
	background: url(../images/tk-aleksandra.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 50px 50px 50px;
	height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}

.policypage {
	background: url(../images/tk-prices.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 50px 50px 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.policypage a {
	color: #f5c6a5;
	padding: 0;
	margin: 0;
}

.policypage a:hover {
	padding: 0 5px;
	color: #8b5e3c;
	background: none;
	border: none;
	border-radius: none;
	box-shadow: none;
}

.pricespage {
	background: url(../images/tk-prices.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 270px);
	padding: 150px 50px 50px 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.item {
	background: #fff;
	width: 850px;
	height: auto;
	padding: 10px 20px;
	margin: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border: solid 1px #8b5e3c;
	border-radius: 15px;
	font-weight: 600;
}

.price {
	text-align: center;
	padding: 10px 0 10px 10px;
	min-width: 150px;
	border-left: solid 1px #8b5e3c;
	font-weight: 700;
}

.time {
	font-weight: 500;
	font-size: 13px;
}

.item:hover {
	box-shadow: 0 0 5px #f5c6a5;
	background-color: #f8ecd6;
}

.offerpage {
	background: url(../images/tk-offer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: calc(100vh - 310px);
	padding: 150px 50px 50px 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.offeritem {
	max-width: 900px;
	position: relative;
	border: solid 1px #8b5e3c;
	border-radius: 15px;
	margin: 15px 0;
}

.offeritem:hover {
	box-shadow: 0 0 5px #f5c6a5;
	background-color: #f8ecd6;
}

.offeritem input {
	position: absolute;
	opacity: 0;
}

.offeritem-content {
  max-height: 0;
  overflow: hidden;
}

.offeritem-content p {
	text-align: left;
	padding: 0 20px;
	max-width: 860px;
}

.offeritem input:checked ~ .offeritem-content {
	max-height: 1000px;
}

.accordion {
	overflow: hidden;
}

.offeritem-label,
.offeritem-close {
	display: flex;
	color: #8b5e3c;
	cursor: pointer;
}

.offeritem-label {
	justify-content: space-between;
	padding: 20px;
	font-weight: 700;
}

.offeritem-label::after {
	content: "\276F";
	width: 20px;
	height: 20px;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.offeritem input:checked + .offeritem-label::after {
	transform: rotate(270deg);
}

.error-container {
	padding-top: 100px;
	background: url(../images/tk-welcome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 900px;
	width: 100%;
}

.error-content {
	background-color: #fff;
	max-width: 650px;
	padding: 10px;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 5;
}



											/**** MOBILE ****//**** MOBILE ****//**** MOBILE ****//**** MOBILE ****//**** MOBILE ****//**** MOBILE ****/

@media only screen and (max-width: 600px) {

span {
	font-weight: 800;
}

h2 {
	font-size: 35px;
	font-family: Unna;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
}

h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

.tk-menubar {
	max-width: 100vw;
	height: 60px;
	background-color: #fff;
	padding: 10px 15px;
	position: fixed;
	z-index: 1000;
	list-style: none;
	display: flex;
	justify-content: center;
}

.tk-menubar a:hover {
	background-color: transparent;
	box-shadow: none;
}

.tk-menu {
	justify-content: space-evenly;
}

.tk-hamburger {
	display: flex;
}

.tk-hamburger .socials {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px 0 ;
}

ul#menu-list {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 60px;
	right: 0;
	width: 100%;
	background-color: #fff;
}

ul#menu-list.show {
	display: flex;
}

li {
    text-align: center;
    margin: 15px 0;
}

a {
    font-size: 15px;
}

.tk-menubar ul {
	position: absolute;
	top: 60px;
	right: 0;
	background-color: #fff;
	width: 100%;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

.tk-menubar ul.show {
	visibility: visible;
	opacity: 1;
}

.tk-menubar ul {
	float: right;
	visibility: hidden;
}

.tk-menubar li {
	display: inline-block;
	padding: 0 15px;
}

.tk-menubar li a:hover {
	background-color: #8b5e3c;
	color: #fff;
	box-shadow: 0 0 5px #f5c6a5;
}

.tk-name {
	width: 200px;
	height: auto;
}

.tk-name img {
	width: 100%;
	height: 100%;
	filter: invert(40%) sepia(39%) saturate(569%) hue-rotate(344deg) brightness(89%) contrast(89%);
}

.welcome-container {
	background: url(../images/tk-welcome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 750px;
	width: 100%;
}

.welcome-photo {
	visibility: hidden;
}

.welcome-content {
	background-color: #fff;
	width: 300px;
	max-width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	top: calc(750px - 50%);
	left: auto;
	z-index: 5;
}

.quote {
	border: solid 1px #8b5e3c;
	padding: 25px 40px;
	width: 100%;
}

.quote p.q {
	font-family: Unna;
	font-weight: 500;
	font-style: italic;
	font-size: 25px;
}

.quote p.r {
	font-weight: 700;
	font-size: 13px;
	float: right;
}

.socialmedia {
	background: url(../images/tk-social.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 15px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.socialmedia .sociallinks {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about {
	background: url(../images/tk-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding: 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about p {
	text-align: justify;
	width: 100%;
	max-width: 1170px;
}

.button {
	background: #8b5e3c;
	padding: 10px 45px;
	margin: 15px;
	color: #fff;
	position: relative;
	border-radius: 7px;
}

.button:hover {
	background: #d4a373;
	cursor: pointer;
	box-shadow: 0 0 15px #f5c6a5;
}

.whatwedo {
	background: url(../images/tk-whatwedo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: auto;
	padding: 50px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wedoboxes {
	max-width: 1170px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.weboxrose {
	background-color: #f5c6a5;
	width: 300px;
	height: auto;
	padding: 15px;
	margin: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}

.weboxrose:hover {
	cursor: default;
	box-shadow: 0 0 15px #d4a373;
}

.weboxrose p {
	padding: 0 15px;
	font-weight: 500;
	z-index: 5;
}

.weboxrose:hover .button {
	border: solid 0 white;
}

.weboxrose h3 {
    position: relative;
    padding: 15px;
    transition: all 1s ease;
    z-index: 0;
}

.weboxrose p,
.weboxrose .button {
    opacity: 1;
    transition: all 0.5s ease;
}

.weboxrose:hover h3 {
    padding: 15px;
    color: #f5c6a5;
}

.weboxrose:hover p,
.weboxrose:hover .button {
    opacity: 1;
}

.contact {
	background: url(../images/tk-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact .rows {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.contactpage.content {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px;
}

.contactpage.content p {
	text-align: center;
	line-height: 1.5;
}

.footer {
	background-color: #0f0b08;
	color: #fff;
	padding: 35px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	font-size: 12px;
}

.footer a {
	font-size: 12px;
}

.footer-holder {
	width: 1200px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.contactpage {
	background: url(../images/tk-contactpage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0 50px 0;
	min-height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: normal;
	justify-content: center;
}

.contactpage p {
	text-align: center;
	width: 100%;
}

.contactpage h2 {
	padding: 50px 0;
}

.content {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	padding: 15px;
}

.content.columns {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 15px;
	border-radius: 25px;
}

.aboutpage {
	background: url(../images/tk-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0 50px 0;
	height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content p {
	text-align: justify;
	width: 100%;
}

.content.luiza {
	background: url(../images/tk-luiza.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 50px 0;
	height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.aboutpage img {
	max-width: 100%;
	height: auto;
	border-radius: 25px;
}

.content.luiza img,
.content.aleksandra img {
	width: 350px;
	height: auto;
	border-radius: 25px;
}

.content.aleksandra {
	background: url(../images/tk-aleksandra.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 50px 0;
	height: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.pricespage {
	background: url(../images/tk-prices.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	min-height: calc(100vh - 270px);
	padding: 150px 0 50px 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.policypage {
	background: url(../images/tk-prices.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0 50px 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.item {
	background: #fff;
	width: 90%;
	height: auto;
	padding: 10px 20px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: solid 1px #8b5e3c;
	border-radius: 15px;
	font-weight: 600;
}

.item p {
	text-align: center;
}

.price {
	text-align: center;
	padding: 10px 0 10px 10px;
	min-width: 150px;
	border-left: solid 0;
	border-top: solid 1px #8b5e3c;
	font-weight: 700;
}

.time {
	font-weight: 500;
	font-size: 13px;
}

.item:hover {
	box-shadow: 0 0 5px #f5c6a5;
	background-color: #f8ecd6;
}

.item:active {
	box-shadow: 0 0 5px #f5c6a5;
	background-color: #f8ecd6;
}

.offerpage {
	background: url(../images/tk-offer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: auto;
	padding: 150px 0 50px 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.offeritem {
	max-width: 100%;
	position: relative;
	border: solid 1px #8b5e3c;
	border-radius: 15px;
	margin: 15px 0;
}

.offeritem input {
	position: absolute;
	opacity: 0;
}

.offeritem-content {
  max-height: 0;
  overflow: hidden;
}

.offeritem-content p {
	text-align: left;
	padding: 0 20px;
	max-width: 90%;
	font-size: 13px;
}

.offeritem input:checked ~ .offeritem-content {
	max-height: 1000px;
}

.accordion {
	overflow: hidden;
}

.offeritem-label,
.offeritem-close {
	display: flex;
	color: #8b5e3c;
	cursor: pointer;
}

.offeritem-label {
	justify-content: space-between;
	padding: 20px;
	font-weight: 700;
}

.offeritem-label::after {
	content: "\276F";
	width: 20px;
	height: 20px;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.offeritem input:checked + .offeritem-label::after {
	transform: rotate(270deg);
}
}