/**
* template:  LEGALPRO

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Offer
		+ Team
		+ Pricing
        + FAQ
		+ Testimonials
        + Booking
        + Contacts

*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Roboto&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-brown: #CA9A67;
	--color-light-brown:#ccbd99; 
	--color-light-bg:#212529; 
	--color-dark: #f5f5f5;
	--color-gray: #dedede;
	--color-white: #ffffff;
	--color-dark-bg: #151719;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	background-color: var(--color-light-bg);
	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 img {
	display: block;
	width: 32px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

::-moz-selection {
	background-color: var(--color-brown);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-brown);
	color: var(--color-white);
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-light-bg);
}

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 {
	display: block;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	color: var(--color-light-bg);
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: none;
}

h1 {
	font-size: 85px;
	color: var(--color-white);
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 25px;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.align-center {
	text-align: center;
}

.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: 20px 35px;
	font-size: 14px;
	color: var(--color-white);
	text-transform: uppercase;
	background-color: var(--color-brown);
	letter-spacing: 3px;
}

.btn:hover {
	background-color: var(--color-light-brown);
}

.selection {
	color: var(--color-brown);
}

.suptitle {
	display: inline-block;
	color: var(--color-brown);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--color-brown);
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapper-title {
	margin-bottom: 50px;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
}

.fixedmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#closemenu,
#openmenu {
	display: none;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-brown);
}


/**************************************
*
*         HEADER   
*
***************************************/


.wrapper-top-header,
.wrapper-bottom-header {
	background-color: var(--color-dark-bg);
}

.header-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-top a, 
.header-top p {
	color: var(--color-gray);
}

.header-top a:hover {
	color: var(--color-light-brown);
}

.header-contact p {
	margin-right: 20px;
}

.header-contact i {
	margin-right: 5px;
}

ul.social-link {
	list-style: none;
}

.social-link li {
	float: left;
	margin-left: 20px;
}

.bottom-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#logo {
	max-width: 100%;
}

.menu li {
	float: left;
	margin-left: 20px;
}

.menu li a {
	color: var(--color-white);
	text-transform: uppercase;
}

.menu li a:hover {
	color: var(--color-light-brown);
}


/**************************************
*
*         HEADER CONTENT   
*
***************************************/


.wrapper-header-img {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
	min-height: 750px;
}

.wrapper-header-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-content {
	width: 100%;
}


/**************************************
*
*         ABOUT US   
*
***************************************/

#aboutus {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 512px;
}

.aboutus-content {
	width: 55%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aboutus-img img {
	width: 100%;
}

.aboutus-img {
	width: 45%;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-aboutus-progress {
	margin-top: 50px;
}

.single-progress {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.progress-img {
	width: 50px;
}

.progress-img img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.progress-content {
	width: calc(100% - 50px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.progress-content h3 {
	margin-bottom: 5px;
}

.wrapper-singnature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.wrapper-singnature>img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	border-radius: 50%;
}

.signature-content h3 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 5px;
}

.signature-content>img {
	max-width: 100px;
	height: auto;
}


/**************************************
*
*         SERVICES   
*
***************************************/


#services {
	background-color: var(--color-light-bg);
}

.wrapper-service article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	background-color: var(--color-dark-bg);
	color: var(--color-white);
}

.wrapper-service article h3, 
.wrapper-service article, 
#services h2,
#services {
	color: var(--color-gray);
}

.wrapper-service article img {
	max-width: 64px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

/**************************************
*
*         OFFER  
*
***************************************/

#offer {
	background-color: var(--color-light-gray);
}

.wrapper-offer {
	background-color: var(--color-light-bg);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.offer-content {
	width: 60%;
	padding: 50px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.offer-content p {
	margin-bottom: 20px;
	color:var(--color-gray);
}

.offer-content h2 {
	color: var(--color-gray);
}

.offer-img {
	width: 40%;
	padding: 50px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.offer-img img {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}


/**************************************
*
*         TEAM   
*
***************************************/


.wrapper-team {
	max-width: 1400px;
}

.team-content {
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.wrapper-team-icon {
	position: absolute;
	top: -30px;
	left: 30px;
	background-color: var(--color-brown);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapper-team-icon img {
	width: 30px !important;
	height: auto !important;
}

.team-content h3 {
	margin-bottom: 10px;
	text-transform: none;
}

.team-content .social-link {
	margin-top: 20px;
}

.team-content .social-link li {
	margin-left: 0px;
	margin: 0 5px;
}

.team-content .social-link li a {
	color: var(--color-gray);
}

.team-content .social-link li a:hover {
	color: var(--color-light-brown);
}

.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-light-brown);
}

/**************************************
*
*         CATEGORIES  
*
***************************************/
.wrapper-category {
	max-width: 1400px;
}

.category-content {
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.single-category{
	width: calc(25% - 20px);
	margin: 10px;
}
.wrapper-category-icon {
	margin-bottom: 20px;
	background-color: var(--color-brown);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapper-category-icon img {
	width: 30px !important;
	height: auto !important;
}

.category-content h3 {
	margin-bottom: 10px;
	text-transform: none;
}

.category-content .social-link {
	margin-top: 20px;
}

.category-content .social-link li {
	margin-left: 0px;
	margin: 0 5px;
}

.category-content .social-link li a {
	color: var(--color-gray);
}

.category-content .social-link li a:hover {
	color: var(--color-light-brown);
}

/**************************************
*
*         PRICING  
*
***************************************/


#pricing {
	background-color: var(--color-light-bg);
}

.wrapper-pricing {
    max-width: 1400px;
	
}

.single-pricing {
	width: calc(33% - 20px);
	padding: 40px;
	margin: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	background-color: var(--color-dark-bg);
}

.pricing-title img {
	max-width: 64px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.pricing-content {
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid var(--color-brown);
	border-top: 1px solid var(--color-brown);
}

.single-price {
	padding-top: 30px;
}

.single-price p {
	font-size: 30px;
}

#pricing h2, 
#pricing,
.single-price, 
.pricing-content, 
.pricing-title h3 {
	color: var(--color-gray);
}


/**************************************
*
*         FAQ 
*
***************************************/


#faq {
	background-color: var(--color-light-gray);
}

.wrapper-faq.container {
	width: 100%;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-content {
	width: 40%;
	background-color: var(--color-light-bg);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.faq-content h2 {
	color:var(--color-gray);
}

.faq-img {
	width: 60%;
}

.faq-img img {
	width: 100%;
}

.wrapper-accordion .content-accordion {
	display: none;
}

.wrapper-accordion h3 {
	margin-bottom: 20px;
	text-transform: none;
	cursor: pointer;
	color:var(--color-gray);
}

.wrapper-accordion h3 i {
	margin-right: 10px;
	font-size: 16px;
	color:var(--color-gray);
}

.content-accordion {
	padding-bottom: 10px;
	color:var(--color-gray);
}

.content-accordion p {
	margin-bottom: 10px;
	color:var(--color-gray);
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	background-attachment: fixed;
}

#testimonials .suptitle,
#testimonials h2 {
	color: var(--color-gray);
}

#testimonials .suptitle::before {
	background-color: var(--color-gray);
}

.wrapper-testimonials {
	color: var(--color-gray);
	max-width: 1000px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	color: var(--color-gray);
}

.wrapper-author {
	margin-top: 30px;
}

.wrapper-author p {
	color: var(--color-gray);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


/**************************************
*
*         BOOKING
*
***************************************/


.wrapper-booking {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookong-form {
	width: 60%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.booking-working-hours {
	width: 40%;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
align-items: center;
}

.booking-working-hours img{
	width: 100%;
	padding-bottom: 20px;
}

.booking-working-hours h3 {
	font-size: 25px;
}

.wrapper-hours {
	margin-top: 30px;
}

.table-hours {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-light-gray);
	margin-bottom: 20px;
}

.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;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	color: var(--color-light-bg);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-bottom: 1px solid var(--color-brown);
}

.wrapper-input input::-webkit-input-placeholder {
	color: var(--color-light-bg);
}

.wrapper-input input::-moz-placeholder {
	color: var(--color-light-bg);
}

.wrapper-input input:-ms-input-placeholder {
	color: var(--color-light-bg);
}

.wrapper-input input::-ms-input-placeholder {
	color: var(--color-light-bg);
}

.wrapper-input input::placeholder {
	color: vvar(--color-gray);
}

.wrapper-input input:focus {
	border-bottom: 1px solid var(--color-brown);
	background-color: var(--color-gray);
}

.bookong-form button {
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


/**************************************
*
*         CONTACTS
*
***************************************/


#contacts {
	background-color: var(--color-light-bg);
}

#contacts .social-link li {
	margin-left: 0px;
	margin-right: 20px;
}

#contacts .suptitle,
#contacts h2 {
	color: var(--color-gray);
}

#contacts .suptitle:before {
	background-color: var(--color-gray);
}

.wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contact>div {
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-gray);
}

.wrapper-contact>div p {
	margin-bottom: 10px;
}

.wrapper-contact>div a {
	color: var(--color-gray);
}

.wrapper-contact>div a:hover {
	color: var(--color-light-brown);
}

.wrapper-contact>div h3 {
	color: var(--color-gray);
	font-size: 20px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}

.copyright {
	background-color: var(--color-light-bg);
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: var(--color-gray);
}

/*SW Accordion*/
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
.collapsible-content ul{
  padding-left:20px;
}

.collapsible-content.expanded {
  max-height: 500px;
  opacity: 1;
}

.toggle-button {
  margin-bottom: 10px; 
  padding: 8px 15px;
  background-color: #c0c0c0;
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
}

.toggle-button:hover {
  background-color: #323232;
}

a.teltxt {
	color: var(--color-dark-bg);
}

a.teltxtwhite {
	color: var(--color-white);
}

a.teltxt:hover, a.teltxtwhite:hover{
	color: var(--color-brown);
}
