body{
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    background: #000;
}
header{
    margin-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
.toggle-bar{
    display: none;
}
.navigation-bar{
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin-top: 20px;
    margin: 0 auto;
}
.navigation-bar .element{
    display: flex;
}
.navigation-bar .element .logo{
    width: 100%;
}
.navigation-bar .element .logo img{
    width: 200px;
    height: 100px;
    position: absolute;
    margin-top: -20px;
    margin-left: 20px;
}
.navigation-bar .menu{
    width: 100%;
    margin-left: 350px;
}
.navigation-bar .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 5px 0;
}
.navigation-bar .menu ul li{
    float: left;
}
.navigation-bar .menu ul li a{
    display: block;
    font-size: 15px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 5px;
}
.navigation-bar .menu ul li a:hover{
    text-decoration: none;
    background: black;
    color: #fff;
    transition: .4s;
}
.navigation-bar .menu ul li .active{
    background: black;
    color: #fff;
}


/* Slider all css.....................................*/
header .owl-carousel{
    margin-top: 30px;
}
header .item {
  height: 65vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 35px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
      position: relative;
    padding: 20px 24px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    margin-top: 25vh;
    text-align: right;
    margin-left: 275px;
    margin-left: 303px;
}

header .item .cover .header-content h2 {
  font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin: 7px 0;
    text-shadow: 1px 2px 3px #273746;
}
header .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 5px 0 5px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 3px #273746;
}
header .item .cover .header-content h4 {
  font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0;
    padding: 0;
    text-shadow: 1px 2px 3px #273746;
    margin-bottom: 30px;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* Footer all css.....................................*/
.footer{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.footer .element{
    display: flex;
    margin-top: 20px;
}
.footer .element .group{
    width: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: 1px 3px 7px #808B96;
}
.footer .element .group .heading h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.footer .element .group .content p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    
}
.footer .element .group .content .social{
    margin-top: 30px;
}
.footer .element .group .content .social a{
    background: #fff;
    border-radius: 50%;
    margin: 5px;
}
.footer .element .group .content .social .social-icon{
    color: #000;
}
.footer .element .group .content .social .tw{
    padding: 10px 11px;
}
.footer .element .group .content .social .fb{
    padding: 10px 13px;
}


/*main content.......*/
.main-content{
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}
.main-content .container{
    max-width: 1000px !important;
    margin: 0 auto;
}

/* About page all css...............*/
.about-content .heading h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.about-content .section{
    width: 100%;
    height: 100%;
}
.about-content .section .element{
    display: flex;
}
.about-content .section .element .group{
    width: 100%;
}
.about-content .section .element .group img{
    width: 100%;
}
.about-content .section .element .group p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
}
.about-content .section .element .second-group{
    padding-left:15px;
}
.about-content .second-section{
    width: 100%;
    padding: 20px 0;
}
.about-content .second-section p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
}
.about-content .park-images{
    width: 100%;
    margin-top: 20px;
}
.about-content .park-images .element{
    display: flex;
}
.about-content .park-images .element .group{
    width: 100%;
    margin-right: 20px;
}
.about-content .park-images .element .group img{
    width: 100%;
}




/*contact page all css...................*/
.contact-content{
    height: 100%;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
}
.contact-content .element{
    display: flex;
}
.contact-content .element .group{
    width: 100%;
    padding: 10px 20px;
}
.contact-content .element .group img{
    width: 100%;
    padding-top: 20px;
}
.contact-content .element .first-group{
    border-right: 1px solid #566573;
}
.contact-content .element .second-group{
    padding-left: 20px;
}
.contact-content .group .contact-details p:first-child{
    margin-top: 0;
}
.contact-content .group .contact-details p{
    color: #fff;
    font-size: 16px;
}
.contact-content .group .contact-form .form-group{
    padding: 5px 0;
}
.contact-content .group .contact-form input{
    width: 80%;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
}
.contact-content .group .contact-form textarea{
    width: 80%;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
}
.contact-content .group .contact-form .submit input{
    width: 85%;
    padding: 10px;
    border: none;
    background: #B31B2E;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
/* menu pages all css........................................*/
.menu-content .heading h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.gallery .row{
    display: flex;
    margin-bottom: 20px;
}
.gallery .row > .column {
  padding: 0 8px;
}

.gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery .column {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.gallery .column .caption{
    position: absolute;
}
.gallery .column .caption h3{
    color: white;
    text-shadow: 1px 3px 10px black;
    position: absolute;
    font-size: 20px;
    z-index: 100;
    left: 130px;
    top: 120px;
    opacity: 0;
}
.gallery .column:hover h3{
    opacity: 1;
    top: 80px;
    transition: .8s;
}

.gallery .column img{
    height: 100%;
    width: 100%;
}
.gallery .column img:hover {
  transform: scale(1.3);
  transition: .8s;
}

/* The Modal (background) */
.gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery .close:hover,
.gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery .mySlides {
  display: none;
}
.gallery .mySlides img{
    width: 100%;
    height: 80vh;
}

.gallery .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.gallery img {
  margin-bottom: -4px;
}

.gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  display: none;
}

.gallery .demo {
  opacity: 0.6;
  display: none;
}

.gallery .active,
.demo:hover {
  opacity: 1;
}

.gallery img.hover-shadow {
  transition: 0.3s;
}

.gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}









/* Mobile Device responsive all css..................*/

@media only screen and (max-width: 767px) { 
    header{
    margin-top: 0;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
.navigation-bar{
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-top: 20px;
    margin: 0 auto;
}
.navigation-bar .element{
    display: flex;
    padding: 7px 0;
}
.navigation-bar .element .logo{
    width: 100%;
    padding-left: 5px;
}
.navigation-bar .element .logo img{
    width: 117px;
    height: 60px;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
}
.navigation-bar .toggle-bar{
    padding: 13px;
    display: block;
}

.navigation-bar .toggle-bar .toggle-icon{
    font-size: 30px;
    color: #000;
}
.navigation-bar .menu{
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 100;
    margin-top: 55px;
}
.navigation-bar-show{
    display: block;
}
.navigation-bar .menu ul{
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 5px 0;
    background: #fff;
}
.navigation-bar .menu ul li{
    float: none;
    width: 100%;
}
.navigation-bar .menu ul li a{
    display: block;
    font-size: 15px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    padding: 12px 12px;
    border-radius: 0;
    text-decoration: none;
    margin: 0 5px;
}
.navigation-bar .menu ul li a:hover{
    text-decoration: none;
    background: black;
    color: #fff;
    transition: .4s;
}
.navigation-bar .menu ul li .active{
    background: black;
    color: #fff;
}


/* Slider all css.....................................*/
header .owl-carousel{
    margin-top: 0;
}
header .item {
  height: 50vh;
  position: relative;
  width: 100%;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 35px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
      position: relative;
    padding: 20px 24px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    margin-top: 30px;
    text-align: right;
    margin-left: 30px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

header .item .cover .header-content h2 {
  font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 7px 0;
    text-shadow: 1px 2px 3px #273746;
}
header .item .cover .header-content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 5px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 3px #273746;
}
header .item .cover .header-content h4 {
  font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0;
    padding: 0;
    text-shadow: 1px 2px 3px #273746;
    margin-bottom: 30px;
    display: none;
}

header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* Footer all css.....................................*/
.footer{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.footer .element{
    display: block;
    margin-top: 20px;
}
.footer .element .fourth-group{
    display: none;
}
.footer .element .group{
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 1px 3px 7px #808B96;
}
.footer .element .group .heading h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.footer .element .group .content p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    
}
.footer .element .group .content .social{
    margin-top: 30px;
}
.footer .element .group .content .social a{
    background: #fff;
    border-radius: 50%;
    margin: 5px;
}
.footer .element .group .content .social .social-icon{
    color: #000;
}
.footer .element .group .content .social .tw{
    padding: 10px 11px;
}
.footer .element .group .content .social .fb{
    padding: 10px 13px;
}


/*main content.......*/
.main-content{
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}
.main-content .container{
    max-width: 1000px !important;
    margin: 0 auto;
}

/* About page all css...............*/
.about-content .heading h1{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.about-content .section .element{
    display: block;
    padding: 0 10px;
}
.about-content .section .element .group{
    width: 100%;
    padding-bottom: 20px;
}
.about-content .section .element .group img{
    width: 100%;
}
.about-content .section .element .group p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}
.about-content .section .element .second-group{
    padding-left:0;
}
.about-content .second-section{
    width: 100%;
    padding: 20px 0;
}
.about-content .second-section p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: center;
}

.about-content .park-images{
    width: 100%;
    margin-top: 20px;
}
.about-content .park-images .element{
    display: block;
}
.about-content .park-images .element .group{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.about-content .park-images .element .group img{
    width: 100%;
}

/*contact page all css...................*/
.contact-content{
    height: 100%;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
}
.contact-content .element{
    display: flex;
    justify-content: center;
}
.contact-content .element .group{
    width: 100%;
    padding: 10px 20px;
}
.contact-content .element .group img{
    width: 100%;
    padding-top: 20px;
}
.contact-content .element .first-group{
    border-right: 1px solid #566573;
    display: none;
}
.contact-content .element .second-group{
    padding-left: 20px;
}
.contact-content .group .contact-details p:first-child{
    margin-top: 0;
}
.contact-content .group .contact-details p{
    color: #fff;
    font-size: 16px;
}
.contact-content .group .contact-form .form-group{
    padding: 5px 0;
}
.contact-content .group .contact-form input{
    width: 95%;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
}
.contact-content .group .contact-form textarea{
    width: 95%;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
}
.contact-content .group .contact-form .submit input{
    width: 96%;
    padding: 10px;
    border: none;
    background: #B31B2E;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


/* menu pages all css........................................*/
.menu-content .heading h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.gallery .row{
    display: block;
    margin-bottom: 0;
}
.gallery .row > .column {
  padding: 0 8px;
}

.gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery .column {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.gallery .column .caption{
    display: none;
}
.gallery .column img:hover {
  transform: none;
  transition: .8s;
}

/* The Modal (background) */
.gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.gallery .modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 100%;
}

/* The Close Button */
.gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery .close:hover,
.gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery .mySlides {
  display: none;
}
.gallery .mySlides img{
    width: 100%;
    height: 60vh;
    margin-top: 10vh;
}
.gallery img {
  margin-bottom: -4px;
  width: 95% !important;
}


}






