/* =============================================
 *
 *   CUSTOM CSS
 *
 *   (c) 2020 @c2zSolutions
 *   https://www.c2zsolutions.com
 *   https://www.instagram.com/c2zsolutions
 *
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type:none;
}


a:focus {
  color: #fff;
  /*
  outline: 5px thick ;
  outline-color: #401652;
  outline-style: dotted;*/
}

a:link {
  color: #878787;
  text-decoration: none;
}

a:visited {
  color: #878787;
  text-decoration: none;
}

a:hover {
  border-bottom: 2px solid #e9a107;
  outline: 0;
}

a:link img {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

a:hover img {
  transform: scale(0.98);

}

a:focus img {
  transform: scale(0.98);

}



@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  background: #fff;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

section {
  text-align: center;
  padding: 55px 0 0;
  height: inherit;
  width: 100%;
}


iframe {

  border: 8px solid;
  padding: 16px;
  box-shadow: 7px 12px;
}

h1 {
  color: white;
    font-size: 80px;
    margin-bottom: .5em;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }
  
	h2 {
  font-size:45px;
  text-transform:uppercase;
  letter-spacing: -2px;
  color: #401652;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  color: #fff;
  }
  
  
	h3 {
    font-size:25px;
    padding: 50px 0 0;
    font-weight: 400;
	}
	h4 {
    font-size:17px;
    font-weight: 400;
	}
	h5 {
    font-size:16px;
    font-weight: 400;
    color: #fff;
  }
  h6 {
    font-size: 16px;
    font-weight: 400;
    
  }

  .ch1 { /* -- custom h1 -- */
    font-size: 16px;
    text-transform:uppercase;
    
  }

.c1 {     /* -- Rated title -- */
    color: white;
      font-size: 150px;
      margin-bottom: 5px;
      font-weight: 900;
      letter-spacing: -1px;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

.c2 {     /* -- Rated title -- */
  color: white;
    font-size: 90px;
    margin-bottom: 5px;
    font-weight: 800;
    letter-spacing: -1px;
}

.c3 {     /* -- Ranking titles -- */
  color: white;
  font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.5px;
}

.c4 {     /* -- Ranking location -- */
  color: #aad03a;
  font-size: 18px;
    line-height: 20px;
}

.c5 {     /* -- Ranking description -- */
  color: white;
    line-height: 15px;
    letter-spacing: -0.5px;
    width: 100%;
  margin: 0 auto;
}

.c6 {     /* -- Footer titles -- */
  color: #aad03a;
  font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.c7 {     /* -- menu header image margin -- */
  margin-bottom: -25px;"
}

.c8 {     /* -- story header image margin -- */
  margin-bottom: -30px;"
}

.c9 {     /* -- story header image margin -- */
  padding-bottom: 25px;"
}

.c10 { /* -- image top padding -- */
  padding-top: 25px;
}

.shadow {
  filter: drop-shadow(0 0 0.2rem black);
}


p {
  width: 62%;
  margin: 0 auto;
  line-height: 1;
}

.pcolumn {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.pcolumn2 {
  width: 100%;
  margin: 0 auto;
  color: #401652;
  font-weight: 500;
}

.secondarynav {
  color: white;
}

  .secondarynav li {
    color: white;
    display: inline-block;
    zoom:1;
    *display:inline;
    }

.ggparallax {
  /* The image used */
  background-image: url("../imgs/green-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pgparallax {
  /* The image used */
  background-image: url("../imgs/purple-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reservationsparallax {
  /* The image used */
  background-image: url("../imgs/reservations-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menuparallax {
  /* The image used */
  background-image: url("../imgs/menu-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mediaparallax {
  /* The image used */
  background-image: url("../imgs/media-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.orderonlineparallax {
  /* The image used */
  background-image: url("../imgs/orderonline-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.orderonlinepjparallax {
  /* The image used */
  background-image: url("../imgs/orderonlinepj-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footerparallax {
  /* The image used */
  background-image: url("../imgs/black-bg.jpg");

  /* Set a specific height */
  height: 100%;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  font-family: 'Montserrat', sans-serif;
  background-color: #aad03a; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 2px;
}

.disabledbutton {
  font-family: 'Montserrat', sans-serif;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

.buttonstyle {
  background-color: #000; 
  color: #e9a107; 
  border: 2px solid #011614;
  border-radius: 5px;
}

.buttonstyle:hover {
  background-color: #252525;
  color: #fff;
  border-radius: 5px;
}


.responsive-img {
  width: 95%;
  height: auto;
}

/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  border: white 15px solid;
  padding: 15px;
}

.menucolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  border: #aad03a 15px solid;
  padding: 15px;
  background-color: #f7f7f7;
}

.columns3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  border: white 15px solid;
  background: #aad03a;
  background: -webkit-linear-gradient(45deg, #aad03a, #2b6d0e);
  background: -o-linear-gradient(45deg, #aad03a, #2b6d0e);
  background: -moz-linear-gradient(45deg, #aad03a, #2b6d0e);
  background: linear-gradient(45deg, #aad03a, #2b6d0e);
  padding: 72px 55px 65px 55px;
}

.secondarynavcolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  padding: 15px;
  background-color: #401652;
}


.rankingcolumns {
  display: grid;
  grid-gap: 1.5rem;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  line-height: 0.8;
  text-align: center;
}

.faqcolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  border: white 15px solid;
  padding: 15px;
  background-color: #f7f7f7;
}

@media (min-width: 600px) {
  .rankingcolumns { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .rankingcolumns { grid-template-columns: repeat(3, 1fr); }
}


.footercolumns {
  display: grid;
  grid-gap: 1.5rem;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px;
  line-height: 0.8;
  text-align: center;
  border: white 5px solid;
}


@media (min-width: 600px) {
  .footercolumns { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .footercolumns { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .footercolumns { grid-template-columns: repeat(4, 1fr); }
}

.homecolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  line-height: 0.8;
}

.orderonlinecolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  line-height: 0.8;
  text-align: center;
}

.breakcolumns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  line-height: 0.8;
  text-align: center;
}

.column {
	float: left;
	margin: 2px;
  padding: 15px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}


mark {
  background-color: #aad03a;
  color: #401652;
  padding: 10px;
}

.whitemark {
  background-color: #fff;
  color: #401652;
  font-weight: 600;
  padding: 10px;
}

.headline {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 50px;
}

footer {
  background-color: #000;
  color: #fff;
    line-height: 15px;
    width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
  height: inherit;
}

footer li {
  display: block;
  line-height: 22px;
    letter-spacing: -0.5px;
    width: 100%;
  margin: 0 auto;
}

footer a:link {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  border-bottom: 2px solid #e9a107;
  outline: 0;
}

footer a:visited {
color: #fff;
text-decoration: none;
}


.faqcolumns a:link {
  color: #000;
  text-decoration: none;
}

.faqcolumns a:hover {
  color: #401652;
  border-bottom: 2px solid #401652;
  outline: 0;
}

.faqcolumns a:visited {
color: #000;
text-decoration: none;
}


@media screen and (max-width: 1024px) {
  .columns .column {
		margin-bottom: 5px;
    float: left;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			float: left;
			margin: 0;
		}
	}
}

@media screen and (max-width: 600px) {
	.columns .column {
		float: left;
		margin: 0 0 5px 0;
	}
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) { 
  .ggparallax, .pgparallax .reservationsparallax .menuparallax .mediaparallax .footerparallax {
 background-attachment:scroll !important;
    background-size: cover;
    height: 100%;
    overflow: hidden;
  
}
}

/* ------------------------------------------
  COLOR STYLES
--------------------------------------------- */

.black {
  color: black;
}
.white {
  color: white;
}
.green {
  color: #aad03a;
}
.purple {
  color: #401652;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #ffffff;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
  text-transform:uppercase;
  height: 70px;
  font-size: 15px;
  font-weight: 700;
  border-top: solid 10px #aad03a;
  

}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  padding-top: 18px;
  padding-left: 30px;
  color: #401652;
  float: left;
  font-style: normal;
  width: 200px;
  height: 32px;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 61px;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  
}

@media screen and (min-width: 1024px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #fff;
  padding: 0.3em 1.0em;
  color: #401652;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #aad03a;
}

@media screen and (min-width: 1024px) {
  .nav-collapse a {
    border-left: 1px solid white;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #aad03a;
  padding-left: 2em;
}

@media screen and (min-width: 1024px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 70px;
  float: right;
}

.nav-toggle:before {
  color: #401652; /* Edit this to change the icon color */
  font: normal 28px/55px "Montserrat"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


.outer{
  position:relative;
}

.inner{
  border:0px solid #ddd;
  height:40px;
  line-height:40px;
  font-size: 40px;
  text-transform:uppercase;
  overflow:hidden;
  display:inline-block;
  font-family: 'Montserrat', sans-serif;
}
.inner span{
  animation:animate 10s ease infinite;
  position:relative;
  color:#aad03a;
}
@keyframes animate{
  0%,100%{
    top:0;
  }
  20%{
    top:0px;
  }  
  25%{
    top:-40px;
  }
  45%{
    top:-40px;
  }
  50%{
    top:-80px;
  }
  70%{
    top:-80px;
  }
  75%{
    top:-120px;
  }
  95%{
    top:-120px;
  }
}




/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}


input::-webkit-input-placeholder { color: rgba(255,255,255,0.8);}
input:-moz-placeholder { color: rgba(255,255,255,0.8);}
input::-moz-placeholder { color: rgba(255,255,255,0.8);}
input:-ms-input-placeholder { color: rgba(255,255,255,0.8);}

textarea::-webkit-input-placeholder { color: rgba(255,255,255,0.8);}
textarea:-moz-placeholder { color: rgba(255,255,255,0.8);}
textarea::-moz-placeholder { color: rgba(255,255,255,0.8);}
textarea:-ms-input-placeholder { color: rgba(255,255,255,0.8);}



/*------------------------------------------------------------------
[  ]*/

.contact3-form {
  width: 100%;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input3 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 27px;
}

.input3 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px;
  font-family: proxima-nova, sans-serif;
}

.focus-input3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}


/*---------------------------------------------*/
input.input3 {
  height: 45px;
}


textarea.input3 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}


.input3:focus + .focus-input3::before {
  width: 100%;
}

.has-val.input3 + .focus-input3::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact3 {
    padding: 72px 15px 65px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: Montserrat;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Input3 select ]*/

.input3-select {
  display: none;
}






