@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900&display=swap');
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,a:visited {
    color:#DE5E60;}
a:hover,a:focus,a:active {
    color:#fff;}
a:focus {
    outline: thin dotted;}
a:hover,a:active {
    outline: 0;
    list-style: none;}
/*--------------------------------------------------------------
# Helper Utilities
--------------------------------------------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;}
.stop-scrolling {
    overflow: hidden;}
@media screen and (min-width: 992px) {
    .container-fluid {
        width: calc(100% - 80px);}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    padding:6px 0;}
@media screen and (min-width: 992px) {
    .site-header {
        padding: 16px 0;}
}
.fixed-nav {
	position:fixed;
	top:0;
	right:55px;
	z-index:101;}
/*
# Site Branding
--------------------------------*/
.site-title {
    margin: 0;}
/*
# Main Menu
--------------------------------*/
.site-navigation ul {
	background: #2F3238;
	float: left;
	padding:0;
	margin:0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index:101;}
.site-navigation li {
	float: left;
	position: relative;
	width: 170px;
	list-style: none;
	-webkit-transition: .5s;
	transition: .5s;}
.site-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #fff;}
.site-navigation > ul > li > a {
	text-transform: uppercase;}
.site-navigation ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	display:none;}
.site-navigation ul ul ul {
	left: 100%;
	top: 0;}
.site-navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
	display:block;}
.site-navigation li li:hover,.site-navigation li li li:hover {
	background: #999;}
.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    color:#DE5E60;}
/*
  Hamburger Menu
----------------------------------------*/
.slicknav_menu {display:none;}
.slicknav_menu a {color:#fff;}
.slicknav_menu .current-menu-item a {color:#DE5E60;}
@media screen and (max-width: 991px) {
	#mainnav {display:none;}
	.site-title {display:none;}
	.slicknav_menu {display:block;}
}
/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
.content-area {
    width: 100%;
    height: auto;}
body {
	color:#7F8289;
	background:#2F3238;
	font-family:'Titillium Web', sans-serif;}
h1,h2,h3,h4,h5,h6 {color:#fff;}
#About-me {text-align:center;}
#About-me img {margin-top:1.8em;}
#Contact h1 {height: 1.9em;}
.booknow {margin:1em;}
p.booknow a {
	border-style:double;
	border-color:#DE5E60;
	padding:0.3em;}
.altback {background: #26292E;}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
#contact-form {
	margin-bottom: 0;}
#contact-form p {
	margin-bottom: 1px;}
#contact-form input,#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #26292E;
    color: #FFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
    resize: none;}
#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;}
#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFF;}
#response {
	margin-top: 20px;
	color: #FFF;}
#contact-form #toggleImg {
	display:inline-block;
	z-index:5;
	cursor:pointer;
	margin:auto;
	margin-left:-36px;}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
	height:100vh;}
.hero-content {
    height: auto;
    padding: 150px 0;
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;}
.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;}
.hero-content a {
    margin-top: 6px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px;
    color: #fff;}
.swiper-button-next,.swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: rgba(25,25,25,.3);
    transition: all .35s;}
.swiper-button-next {
    right: 12px;}
.swiper-button-prev {
    left: 12px;}
.swiper-button-next:hover,.swiper-button-prev:hover {
    background: rgba(25,25,25,.75);}
.swiper-button-next span,.swiper-button-prev span {
    display: block;
    width: 12px;
    padding-top: 6px;}
.swiper-button-next path,.swiper-button-prev path {
    fill: #fff;}
@media screen and (min-width: 576px ){
    .hero-content h1 {
        font-size: 5rem;}
    .swiper-button-next,.swiper-button-prev {
        width: 72px;
        height: 72px;
        margin-top: -36px;}
    .swiper-button-next span,.swiper-button-prev span {
        width: 20px;}
    .swiper-button-next {
        right: 32px;}
    .swiper-button-prev {
        left: 32px;}
}
@media screen and (min-width: 768px ){
    .hero-content h1 {
        font-size: 7.5rem;}
}
@media screen and (min-width: 992px ){
    .hero-content {
        height: calc(100vh - 160px);
        padding: 0;}
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;}
.portfolio-item {
    width: 100%;
    height: auto;
    margin: 0 0 15px ;}
.portfolio-item img {
    display: block;
    width: 100%;
    height: auto;}
@media screen and (min-width: 576px) {
    .portfolio-item {
        width: auto;
        margin: 5px;}
    .portfolio-item img {
        width: auto;
        max-width: 200%;
        min-height: 100%;}
}
@media screen and (min-width: 992px) {
    .content-area {
        width: 100%;
        /*max-height: calc(100vh - 160px);*/
        overflow-y: auto;}
}
#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
#slotCounter {
	position:fixed;
	top:200px;
	right:30px;
	z-index:99;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 18px 0;}
/*
# Font Awesome Free 6.5.1
--------------------------------*/
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;}
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.ttf") format("truetype"); }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-x-twitter:before {
  content: "\e61b"; }
/*
# Footer Copyright
--------------------------------*/
.footer-copyright figure {
    margin: 0;}
.footer-copyright p {
    margin: 10px 0;
    color: #a6a6a6;
    font-size: 0.875rem;
    text-align: center;}
@media screen and (min-width: 992px) {
    .footer-copyright p {
        margin: 0;
        text-align: left;}
}
/*
# Footer Social
--------------------------------*/
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 10px 0;}
.footer-social ul li {
    display: block;
    margin: 5px 10px;}
.footer-social ul li:nth-last-of-type(1) {
    margin-right: 0;}
.footer-social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
    color: #a6a6a6;
    text-decoration: none;
    transition: all 0.35s;}
.footer-social ul li a:hover {
    color: #DE5E60;}
@media screen and (min-width: 1200px) {
    .footer-social ul {
        justify-content: flex-end;
        margin-top: 0;}
}
@media screen and (min-width: 992px) {
    .footer-social ul {
        margin: 0;}
}
