html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import 'all.min.css';
@import 'magnific-popup.css';
@import 'jquery.bxslider.min.css';
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/

:root {
	--color-yellow: #c0392b;
	--color-gray: #999999;
	--color-green: #c0392b;
	--color-dark-gray: #212121;
	--color-white: #ffffff;

	--primary: #c0392b;
	--primary-dark: #c0392b;
	--primary-light: #c0392b;
	--secondary: #ff6584;
	--dark: #1a1a2e;
	--darker: #0f0f1b;
	--light: #f8f9fa;
	--lighter: #ffffff;
	--gray: #adb5bd;
	--dark-gray: #495057;
	--success: #28a745;
	--warning: #ffc107;
	--danger: #dc3545;
	--info: #17a2b8;
}

a {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-dark-gray);
}
html{
    font-size: 62.6%;
    overflow-x: hidden;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: var(--color-dark-gray);
	margin-bottom: 30px;
	text-transform: capitalize;
}

h1 {
	font-size: 90px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

#logo{
	text-decoration: none;
}

#logo img, #logo span{
	vertical-align: middle;
}

#logo span {
    font-size: 30px;
    font-weight: 600;
    padding-left: 6px;
    color: #c0392b;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
}

.subtitle {
	display: inline-block;
	text-transform: uppercase;
	color: var(--color-green);
	margin-bottom: 20px;
	font-size: 12px;
	position: relative;
}

.subtitle:after {
	position: absolute;
	top: 50%;
	right: -70px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	display: block;
	content: "";
	background-color: var(--color-green);
}

.btn {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 16px 32px;
	background-color: var(--color-yellow);
	margin-top: 30px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 3px;
}

.btn:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	color: var(--color-white);
}

.ptb-100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 16px 20px;
	z-index: 200;
}

header{
	transition: all .5s;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-white);
	z-index: 300;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-bottom: 5px;
}

.fixed .wrapper-header-top{
	margin-top: -46px;
}

#openmenu,
#closemenu {
	text-decoration: none;
	color: var(--color-dark-gray);
	font-weight: 700;
	display: inline-block;
	font-size: 30px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-yellow);
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-white);
	z-index: 100000;
	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 {
	width: 60px;
	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;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-booking .error {
	color: #ff0000;
	font-weight: 700;
}

.res-booking .send {
	color: var(--color-green);
	font-weight: 700;
}


/**************************************
*
*         HEADER   
*
***************************************/


.wrapper-header-top,
.wrapper-header-bottom {
	-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: 10px;
	padding-bottom: 10px;
}

.wrapper-header-top {
	padding-top: 20px;
}

.wrapper-header-top i {
	margin-right: 10px;
	color: var(--color-green);
}

.header-phone {
	color: var(--color-green);
}

.header-phone a {
	text-decoration: none;
	display: inline-block;
	color: var(--color-green);
	font-weight: 700;
}

.menu li {
	float: left;
	margin-left: 40px;
}

.menu li a {
	text-decoration: none;
	color: var(--color-dark-gray);
	font-weight: 700;
	display: inline-block;
	font-size: 20px;
	text-transform: capitalize;
}

.menu li a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*         HEADER CONTENT
*
***************************************/


.wrapper-header-content {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	min-height: 800px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-content>div {
	width: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 30px 30px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-content>div p {
	line-height: 1.5;
}


/**************************************
*
*         ABOUT US
*
***************************************/


#aboutus {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.wrapper-aboutus {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutaus-img {
	width: 40%;
	position: relative;
}

.aboutaus-img img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

.experiense {
	position: absolute;
	bottom: 20px;
	left: -20px;
	background-color: var(--color-white);
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	border-radius: 3px;
	text-transform: capitalize;
}

.experiense span {
	font-size: 40px;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--color-green);
}

.aboutus-content {
	width: 60%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aboutus-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}


/**************************************
*
*         SERVICES
*
***************************************/


#services {
	background-repeat: no-repeat;
	background-position: bottom left;
}


.services-header {
	text-align: center;
}

.services-header p {
	line-height: 1.5;
}

.wrapper-services {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px;
}

.single-service {
	width: calc(25% - 40px);
	margin: 20px;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-service:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.single-service p {
	line-height: 1.5;
}

.single-service img {
	width: 60px;
	height: auto;
	margin-bottom: 20px;
}

.bx-wrapper {
	position: relative;
	margin-bottom: 0px;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: var(--color-green);
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: var(--color-green);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: var(--color-yellow);
}


/**************************************
*
*         OFFER
*
***************************************/


.wrapper-offer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.offer-content {
	width: 50%;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.offer-content p {
	line-height: 1.5;
	margin-bottom: 16px;
}

.offer-img {
	width: 50%;
}

.offer-img img {
	display: block;
	width: 100%;
}


/**************************************
*
*         MENU
*
***************************************/


#menu {
	background-repeat: no-repeat;
	background-position: -150px top;
}

.wrapper-title-menu {
	text-align: center;
}

.link-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link-menu li {
	padding: 20px;
}

.link-menu li a {
	text-decoration: none;
	color: var(--color-dark-gray);
	font-weight: 700;
	display: inline-block;
	font-size: 20px;
	text-transform: capitalize;
}

.link-menu li a:hover,
.link-menu li a.active {
	color: var(--color-yellow);
}

.wrapper-content-menu .single-price-content:not(:first-child) {
	display: none;
}

.single-price-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.single-product {
	width: calc(33.333333% - 20px);
	margin: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-product a {
	text-decoration: none;
	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-product a .overlay-price {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-product a .overlay-price i {
	color: var(--color-green);
	font-size: 20px;
	display: none;
}

.single-product a:hover .overlay-price {
	background-color: rgba(255, 255, 255, 0.7);
}

.single-product a:hover .overlay-price i {
	display: block;
}

.price-product {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-green);
	font-size: 18px;
	font-weight: 700;
	padding: 8px 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-white);
	border-radius: 4px;
}

.single-product img {
	display: block;
	width: 100%;
}

.product-content {
	padding-top: 30px;
}

.product-content p {
	line-height: 1.5;
}


/**************************************
*
*         VIDEO
*
***************************************/


#video {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-video {
	min-height: 400px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-video a {
	text-decoration: none;
}

.wrapper-video a i {
	font-size: 60px;
	color: var(--color-green);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-video a i:hover {
	color: var(--color-yellow);
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
}

.wrapper-testimonials .item {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-testimonials .item p {
	line-height: 1.5;
}

.wrapper-customer-info {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-customer-info img {
	display: block;
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	margin-right: 30px;
}

.wrapper-customer-info h3 {
	margin-bottom: 0px;
}

.wrapper-customer-info i {
	color: var(--color-yellow);
	font-size: 12px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.owl-theme .owl-nav {
	margin-top: 40px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: var(--color-yellow);
	text-decoration: none;
	border-color: var(--color-yellow);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 10px !important;
	font: inherit;
	color: var(--color-green);
	border: 1px solid var(--color-green);
	border-radius: none !important;
}

/**************************************
*
*         BOOKING / CONTACT
*
***************************************/

footer {
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.wrapper-booking-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.booking-content {
	width: 60%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-content {
	width: 40%;
}

.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-white);
	width: calc(50% - 20px);
	margin-bottom: 40px;
	border-radius: 3px;
	color: var(--color-dark-gray);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid var(--color-white);
	-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:focus {
	border-bottom: 1px solid var(--color-green);
}

.wrapper-input input::-webkit-input-placeholder {
	font-weight: 700;
	color: var(--color-dark-gray);
	font-size: 14px;
}

.wrapper-input input::-moz-placeholder {
	font-weight: 700;
	color: var(--color-dark-gray);
	font-size: 14px;
}

.wrapper-input input:-ms-input-placeholder {
	font-weight: 700;
	color: var(--color-dark-gray);
	font-size: 14px;
}

.wrapper-input input::-ms-input-placeholder {
	font-weight: 700;
	color: var(--color-dark-gray);
	font-size: 14px;
}

.wrapper-input input::placeholder {
	font-weight: 700;
	color: var(--color-dark-gray);
	font-size: 14px;
}

button.btn {
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 0px;
}

.single-contact {
	margin-bottom: 30px;
}

.single-contact h3 {
	margin-bottom: 10px;
}

.single-contact p {
	line-height: 1.5;
}

.single-contact a {
	text-decoration: none;
	display: inline-block;
	color: var(--color-dark-gray);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.social-link li {
	margin-right: 10px;
}

.single-contact a:hover {
	color: var(--color-yellow);
}

.wrapper-copyright {
	background-color: var(--color-dark-gray);
	color: var(--color-white);
	text-align: center;
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
