/**
* template:  VOSK

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Pricing
        + Team
        + Booking
        + Gallery
        + Contacts

*/

@import 'reset.css';
@import 'all.min.css';
@import 'flaticon.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Oswald:wght@400;700&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/

* {
	outline: none;
}

:root {
	/*--color-dark: #292929;
	--color-white: #ffffff;
	--color-brown: #b28e6d;
	--color-gray: #f1eefb;
	--color-black: #000000;*/
	--color-dark: #0d0d0d;
    --color-white: #ffffff;
    --color-brown: #8b8989;
    --color-gray: #f1eefb;
    --color-black: #000000;
}

::-moz-selection {
	background-color: var(--color-brown);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-brown);
	color: var(--color-white);
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: capitalize;
}

h1 {
	font-size: 80px;
	text-transform: uppercase;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 25px;
}

a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	height: auto;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-title {
	margin-bottom: 50px;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn {
	padding: 8px 16px;
	background-color: var(--color-brown);
	color: var(--color-white);
	border: 2px solid var(--color-brown);
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.btn:hover {
	background-color: var(--color-dark);
	border: 2px solid var(--color-brown);
}

p {
	margin-bottom: 30px;
}

.suptitle {
	color: var(--color-brown);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	position: relative;
}

.suptitle:after {
	position: absolute;
	right: -60px;
	top: 50%;
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background-color: var(--color-brown);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}

#openmenu,
#closemenu {
	display: none;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-brown);
	font-weight: 700;
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark);
	z-index: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload i {
	font-size: 50px;
	color: var(--color-brown);
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/**************************************
*
*         HEADER  
*
***************************************/

#header {
	background-color: var(--color-dark);
	padding-top: 25px;
	padding-bottom: 25px;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
}

.wrapper-header {
	max-width: 1400px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-logo-menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#logo img {
	max-width: 100%;
	width: 100%;
}

.menu li {
	float: left;
	margin-left: 30px;
}

.menu li a {
	color: var(--color-white);
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.menu li a:hover {
	color: var(--color-brown);
}

.social-link li {
	float: left;
	margin-left: 20px;
}

.social-link li a {
	color: var(--color-white);
	font-size: 18px;
}

.social-link li a:hover {
	color: var(--color-brown);
}

/**************************************
*
*        HEADER CONTENT  
*
***************************************/

.wrapper-header-content {
	background-color: var(--color-dark);
	padding-top:165px;
}

.header-content {
	color: #fff;
	max-width: 1600px;
	margin: 0 auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-content-img {
	width: 50%;
}

.header-content-img img {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.header-content-link {
	width: 50%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**************************************
*
*        ABOUT US  
*
***************************************/

#aboutus {
	background-color: var(--color-dark);
}

.wrapper-aboutus {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.aboutus-content {
	width: 50%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aboutus-img {
	width: 50%;
	position: relative;
}

.popup-youtube,
.popup-vimeo,
.popup-gmaps {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aboutus-img img {
	width: 100%;
	display: block;
	-webkit-box-shadow: 15px 15px 0px -10px var(--color-brown),
		0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 15px 15px 0px -10px var(--color-brown),
		0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.aboutus-img a i {
	font-size: 60px;
	color: var(--color-brown);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.aboutus-img a i:hover {
	color: var(--color-dark);
}

.wrapper-signature {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-signature img {
	max-width: 100%;
	margin-right: 10px;
}

.wrapper-signature>div h3,
.wrapper-signature>div p {
	margin-bottom: 0px;
}

.wrapper-signature>div h3 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.wrapper-signature>div p {
	color: var(--color-brown);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/**************************************
*
*        SERVICES 
*
***************************************/

#services {
	background-color: var(--color-dark);
}

.wrapper-services {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-services article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.wrapper-services article i {
	font-size: 70px;
	color: var(--color-brown);
}

/**************************************
*
*        PRICING
*
***************************************/

#pricing {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.8)), to(rgba(41, 41, 41, 0.8))), url('../images/bg-services.png');
	background-image: -o-linear-gradient(rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8)), url('../images/bg-services.png');
	background-image: linear-gradient(rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8)), url('../images/bg-services.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-attachment: fixed;
	min-height: 500px;
}

#pricing .wrapper-title {
	text-align: center;
}

.wrapper-pricing {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-single-pricing {
	width: calc(50% - 20px);
	margin: 10px 10px 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper-single-pricing p {
	margin-bottom: 0px;
}

.wrapper-title-pricing {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.wrapper-title-pricing h3 {
	margin-bottom: 0px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-title-pricing span {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: 25px;
	color: var(--color-brown);
}

/**************************************
*
*        TEAM
*
***************************************/

#team {
	background-color: var(--color-dark);
}

.single-team {
	overflow: hidden;
	position: relative;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-team-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(41, 41, 41, 0.8);
	opacity: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-team:hover .single-team-content {
	opacity: 1;
}

.single-team h3 {
	margin-bottom: 10px;
}

.single-team p {
	color: var(--color-brown);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
}

.single-team-content .social-link li {
	margin-left: 0px;
	margin: 0px 10px 20px 10px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-brown);
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	margin: 5px 7px;
	background: var(--color-white);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 0px;
}

/**************************************
*
*        BOOKING
*
***************************************/

#booking {
	background-color: var(--color-dark);
}

.wrapper-booking {
	max-width: 1600px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.booking-img {
	width: 50%;
}

.booking-img img {
	width: 100%;
	display: block;
}

.booking-content {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: none;
	outline: none;
	background-color: var(--color-dark);
	width: calc(50% - 20px);
	margin-bottom: 40px;
	color: var(--color-dark-gray);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid var(--color-brown);
	border-left: 1px solid var(--color-brown);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-input input::-webkit-input-placeholder {
	color: var(--color-gray);
}

.wrapper-input input::-moz-placeholder {
	color: var(--color-gray);
}

.wrapper-input input:-ms-input-placeholder {
	color: var(--color-gray);
}

.wrapper-input input::-ms-input-placeholder {
	color: var(--color-gray);
}

.wrapper-input input::placeholder {
	color: var(--color-gray);
}

.wrapper-input input:focus {
	border-bottom: 1px solid var(--color-gray);
	border-left: 1px solid var(--color-gray);
}

button {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/**************************************
*
*        GALLERY
*
***************************************/

#gallery {
	background-color: var(--color-dark);

}

#gallery .wrapper-title {
	text-align: center;
}

.wrapper-gallery {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 1600px;
}

.wrapper-gallery a {
	position: relative;
	display: block;
	width: 33.333333%;
	text-decoration: none;
	color: var(--color-brown);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-gallery a img {
	display: block;
	width: 100%;
}

.wrapper-gallery .gallery-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(41, 41, 41, 0.8);
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-gallery .gallery-link i {
	font-size: 40px;
	color: var(--color-brown);
}

.wrapper-gallery a:hover .gallery-link {
	opacity: 1;
}

/**************************************
*
*        CONTACTS
*
***************************************/

#contacts {
	background-color: var(--color-dark);
}

.wrapper-contacts {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.contacts-content {
	width: 50%;
}

.contacts-work-time {
	width: 50%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.table-hours {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-gray);
	margin-bottom: 20px;
}

.table-hours p {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.wrapper-single-contact {
	margin-bottom: 20px;
}

.wrapper-single-contact h3 {
	margin-bottom: 20px;
}

.wrapper-single-contact p {
	margin-bottom: 0px;
}

.wrapper-single-contact ul li {
	margin-left: 0px;
	margin-right: 20px;
}

.wrapper-single-contact a {
	color: var(--color-white);
}

.wrapper-single-contact a:hover {
	color: var(--color-brown);
}

.copyright {
	margin-top: 100px;
	background-color: var(--color-black);
}

.copyright .container {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: var(--color-gray);
	font-size: 12px;
}