/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face{font-family:"Maragsa-Display";
src:url("../font/Maragsa-Display.otf") 

}

@font-face{font-family:"SweetSansProRegular";
src:url("../font/SweetSansProRegular.otf") 
}

body {
  margin:0;
  padding:0;
}

a {
  color: #009961;
  text-decoration: none;
}

a:hover {
  color: #00cc81;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Maragsa-Display", sans-serif;
}
#footer h2 {
    text-transform: uppercase;
}
section#book {
    background: #000;
    color: #fff;
}
section#book p {
    font-family: 'SweetSansProRegular';
    font-size: 16px;
    line-height: 35px;
}
section#book h2, section#book h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 1px solid #000;
}
.back-to-top i {
    font-size: 28px;
    color: #000;
    line-height: 0;
}
.back-to-top:hover i {
    color: #fff;
}

.back-to-top:hover {
    background:#000000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.portfolio h1 {
    text-align: center;
}
.portfolio img {
    max-width: 100%;
    cursor: pointer;
}
.portfolio .col-sm-2 {
    padding: 5px;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}
section.top-head {
    padding: 0;
    position: relative;
}
.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009961;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}
img.logo {
    max-width: 350px;
}
.header-scrolled.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 7px !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Slide start
--------------------------------------------------------------*/


.slide {
    padding: 300px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    text-align: center;
    min-height: 80vh;
    position: relative;
}

.slide a:hover,.shop-btn a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
}
.slide a,.shop-btn a{
    border: 1px solid #fff;
    padding: 24px 36px;
    color: #fff;
    font-family: Maragsa-Display;
    font-size: 20px;
    letter-spacing: 8px;
    transition: 0.5s;
    min-width: 440px;
    display: inline-block;
}
section.top-head #slide {
    position: absolute;
    top: 0;
    width: 100%;
}
section.top-head #slide {
    position: absolute;
    top:45%;
    width: 100%;
    padding: unset;
    min-height: unset;
}
body .shop-btn a {
    width: 270px;
    min-width: unset;
    padding: 15px;
    text-align: center;
    margin-top: 35px;
    display: inline-block;
}

section.slide a span {
    position: relative;
    top: -10px;
    font-size: 16px;
    letter-spacing: 5px;
}

/*--------------------------------------------------------------
# slide end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# founded start
--------------------------------------------------------------*/
section.founded {
    background: #000;
}

section.founded p {
    color: #fff;
    font-family: 'SweetSansProRegular';
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 24px;
    line-height: 45px;
    max-width:440px;
}
section.founded {
    background: #000;
    padding: 150px 0;
}

/*--------------------------------------------------------------
# founded end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# reservation start
--------------------------------------------------------------*/

section#reservation::after {
    background: url(../img/octo.png) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    content: "";
    left: 0;
}


/*--------------------------------------------------------------
# reservation end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# menu start
--------------------------------------------------------------*/
section#menu {
    background: #000;
    text-align: center;
}
section#menu a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
}
section#menu a {
    border: 1px solid #fff;
    padding: 24px 36px;
    color: #fff;
    font-family: Maragsa-Display;
    font-size: 20px;
    letter-spacing: 8px;
    transition: 0.5s;
    min-width: 440px;
    display: inline-block;
}
section#menu img {
    display: block;
    margin: 50px auto;
}
/*--------------------------------------------------------------
# menu end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# slider start
--------------------------------------------------------------*/
section#slider {
    padding: 0;
}
section#slider .slide {
    padding: 0;
}
section#slider  .carousel-control-next-icon,section#slider  .carousel-control-prev-icon {
    width: 3rem;
    height: 5rem;
}


/*--------------------------------------------------------------
# slider end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# contact start
--------------------------------------------------------------*/


section#contact {
    background: #000;
    display:none;
}
section#contact h2 {
    color: #fff;
    margin-bottom: 30px;
}
section#contact label {
    color: #fff;
    font-family: 'SweetSansProRegular';
    font-size: 16px;
}


section#contact .form-control {
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
    min-height: 42px;
    color: #fff;
    font-family: 'SweetSansProRegular';
	outline:none;
}
.contact button.btn.btn-primary {
    background: #fff;
    color: #000;
    font-family: 'SweetSansProRegular';
    border: 0;
    width: 270px;
    border-radius: 0;
    height: 60px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
section.map {
    padding:0 !important;
}
section.map iframe {
    filter: grayscale(1);
}
/*--------------------------------------------------------------
# contact end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    padding:400px 0 0;
    background-position: top center !important;
    background-size: cover !important;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #0f0f0f;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    background: #cba4ff;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    background: #fff;
    padding: 10px;
    margin-top: 100px !important;
}
#footer p,#footer a {
    font-family: 'SweetSansProRegular';
    font-size: 16px;
    line-height: 35px;
	color:#fff;
}

.copyright ul li {
    display: inline-block;
}

#footer .copyright ul li a {
    color: #000;
}
#footer .copyright ul {
    margin: 0;
}
.copyright ul li {
    display: inline-block;
    margin-left: 35px;
    margin-top: 15px;
}
.copyright ul li.social a {
    display: inline-block;
    position: relative;
    top: 7px;
    margin: 0 4px;
}
.copyright ul li.social {
    margin-left: 5px;
}
#footer .copyright ul li a:hover {
    font-weight: bold;
}

#footer .copyright .container-fluid {
    padding-left: 40px;
    padding-right: 70px;
}

@media (max-width:1050px) {
section#slider .slide {
    padding: 0;
    min-height: unset;
}	
section.founded p {
    max-width: 100%;
    margin-bottom: 100px;
}	
.slide {
 min-height: 30vh;

}	
}





@media (max-width:767px) {
#footer .copyright .container-fluid {
    padding-left: 0;
    padding-right: 0;
}	
.shop-btn {
    text-align: center;
}
section.top-head #slide a {
    padding: 10px;
    width: 200px;
    min-width: unset;
    letter-spacing: 2px;
    font-size: 12px;
}
section.top-head #slide {
    top:25%;
}
section.founded {
    padding: 60px 0;
}
.slide {
    background-attachment: scroll !important;
}	
section.map iframe {
    height: 400px;
}
header#header {
    padding: 0px 0;
}
section.slide a {
    padding: 17px 20px;
    font-size: 16px;
    letter-spacing: 5px;
    transition: 0.5s;
    min-width: 270px;
}
section#reservation::after {
    width: 120px;
    height: 150px;
    background-size: contain;
    bottom: 80px;
}
section#menu a {
    padding: 14px 36px;
    font-size: 20px;
    letter-spacing: 8px;
    transition: 0.5s;
    min-width: 270px;
    display: inline-block;
}

#footer .copyright img {
    width: 150px;
    margin: 0 auto;
}
#footer .copyright ul {
    margin: 0;
    padding: 0;
}
.copyright ul li {
    margin-left: 5px;
    margin-top: 15px;
    margin-right: 5px;
}
#footer .copyright ul li a {
    color: #000;
    font-size: 14px;
}
.navbar {
    padding: 10px;
    height: unset;
}
img.logo {
    max-width: 190px;
}
section.founded p {
    letter-spacing: 2px;
    font-size: 16px;
}

#footer {
    padding: 70px 0 0;
    background: #000 !important;
}
header#header .navbar-buttons img {
    width: 30px;
}
.copyright ul li.social {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.copyright ul li.social img {
    width: 20px !important;
}
.copyright .col-sm-9.text-end {
    text-align: center !important;
}
body img.close-menu {
    right: 30px;
    top: 40px;
}
body .overlay nav {
    transform: translateY(-60%);
}
section#booking {
    padding: 75px 0 0;
}

}



img.close-menu {
    position: absolute;
    right:65px;
    top:40px;
}