 
body {
  font-family: 'Poppins', sans-serif;
  background: #000000;
    color: #fff;
  }

  a, .jumbotron{
    color: #86C232;
  }
  
  a:hover {
    color: #61892f;
    text-decoration: none;
  }

  
  /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
  #topbar {
    height: 30px;
    font-size: 14px;
    transition: all 0.5s;
    /* background-color: #86C232; */
    background: hsla(85, 59%, 48%, 0.342);
    /* border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
    transition: all 0.5s;
    z-index: 997;
    
    
  }
  
  #topbar .topbar-scrolled {
    top: -40px;
  }
  
  #topbar .contact-info {
    color: #fff;
  } 
  
  #topbar .contact-info i {
    color: #1a1814;
    padding-right: 4px;
  }
  
  #topbar .contact-info i + i {
    margin-left: 15px;
  }
  
  #topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #1a1814;
  }
  /* .languages a:hover, .languages .active > a, .languages ul:hover > a{
    color: white;
  } */
  #topbar .languages ul a {
    color: white;
  } 
  
  #topbar .languages ul li + li{
    padding-left: 5px;
  }
  
  #topbar .languages ul li + li::before {
    display: inline-block;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "|";
  }

/*--------------------------------------------------------------
# Nav Bar 
--------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  .navbar-collapse {
  margin: 15px;
  padding: 30px;
  line-height:200%;
}
}
.navbar-toggler{
    width: 57px;
    height: 34px;
    outline: none !important;
    margin-right: 10px;
    border:none;
    
    
  }
  .navbar-toggler .line{
    width: 100%;
    float: left;
    height: 1px;
    background-color: #86C232;
    margin-bottom: 5px;
  }

  








  #header {
    background: rgba(18, 21, 22, 0.863);
    border-bottom: 1px solid rgba(134, 194, 50, 0.4);
    transition: all 0.5s;
    z-index: 997;
    top: 30px;
    
  }
  
  #header .header-scrolled {
    top: 0;
    background: rgba(0, 0, 0, .85);
    border-bottom: 1px solid #37332a;
  }
  
  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo img {
    max-height: 50px;
    
  }
  



  /*--------------------------------------------------------------*/
  .filterDiv {
    display: none; /* Hidden by default */
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 18px;
  margin-right: 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;

}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #86C232;
}

.nav-menu .book-a-table a {
  border: 2px solid #86C232;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn .nav-menu .book-a-table a:hover {
  background: #61892f;
    color: #fff;
}


/* Modal Content/Box */
.modal-content {
  background-color:rgba(0,0,0,0.5);
  margin: 0px auto; /* 0 from the top and centered  */
  padding: 0px;
  border: 0px solid #888; 
  width: 100%;
  /* Could be more or less, depending on screen size */
}
      

/*--------------------------------------------------------------
# Banner  (Added by Daryl 20201215)
--------------------------------------------------------------*/

/* @font-face {
  font-family: 'christmasFont';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Christmas-Bell.otf')  format('opentype');
} */


.banner {
  position: absolute;
  background-size: cover;
  width: 100%;
  color: white;
  text-align: center;
  padding: 0;
  margin: auto;
  display: inline-block;
  letter-spacing: 5px;
  top: 120px;
}

.banner h1{
  font-weight: 900;
  background-color: #1a18147d;
  text-transform: uppercase;
}
/* #promotionBanner01 {
  background: blue;
  color: whilte;
  border-bottom: 1px solid rgba(134, 194, 50, 0.4);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
} */

#promotionBanner02 {
  background-image: url(./img/solil.jpg);
  border-bottom: 1px solid rgba(134, 194, 50, 0.4);
  transition: all 0.5s;
  z-index: 500;
  padding: 15px 0;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position-y: 65%;
}

.banner h1 {
  
  margin: 0;
  font-size: 4vw;
  line-height: 1.5;
}

.banner a {
  display: inline-block;
  padding: 10px 22px;
  background: white;
  color: #333;
  font-size: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.banner a:hover{
  background: none;
  color: white;
}

.bannerAnimations {
  animation-name: fadeInLeft, fadeOut;
  -webkit-animation-name: fadeInLeft, fadeOut;
  
  /*
  you can set different proporties to different animations too:
  1s to bounce
  2s to flash
  3s to pulse
  */
  animation-duration: 3s, 20s;
  -webkit-animation-duration: 3s, 20s;
}

  #bannerBookButton {
    background:url('./img/bookNow01.png');
    background-size: contain;
    width: 20vw; 
    height: 50vw; 
    max-height: 100px;
    max-width: 500px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    margin-left: auto;
    margin-right: auto;
  }

  #closeBannerButton {
    background:url('./img/Cross-button.png');
    /* background-color: Transparent; */
    background-repeat:no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 0%;
    padding: 13px;
    transform: translate(0%, -50%);
  }
  


    /*--------------------------------------------------------------
    # Hero Section
    --------------------------------------------------------------*/
    
    #hero {
      width: 100%;
      height: 100vh; 
      background: #eee;
      background: url("./img/acrobats2.jpg") no-repeat 50% 50%;
      background-size: cover;
  
      -webkit-animation: fadein 15s; /* Safari, Chrome and Opera > 12.1 */
          -moz-animation: fadein 15s; /* Firefox < 16 */
          -ms-animation: fadein 15s; /* Internet Explorer */
            -o-animation: fadein 15s; /* Opera < 12.1 */
              animation: fadein 15s;
    }
    
    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

      /* #hero {
        width: 100%;
        height: 100vh; 
        background: #eee;
        background: url("img/hero-bg.jpg") no-repeat 50% 50%;
        background-size: cover;
      } */
      
      #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      #hero .container {
        padding-top: 110px;
      }
      
      @media (max-width: 992px) {
        #hero .container {
          padding-top: 98px;
        }
      }
      
      #hero h1 {
        margin: 0;
        /* font-size: 54px; */
        font-size: 50px;
        font-weight: 550;
        line-height: 56px;
        color: #fff;
        font-family: "Poppins", sans-serif;
      }
      
      #hero h1 span {
        color: #86C232;
      }
      
      #hero h2 {
        color: #eee;
        margin-bottom: 10px 0 0 0;
        font-size: 22px;
      }
      

      
      #hero .btn-menu, #hero .btn-book {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.3s;
        line-height: 1;
        color: white;
        border: 2px solid #86C232;
        margin-top: 30px;
      }
      
      #hero .btn-menu:hover, #hero .btn-book:hover {
        background: #61892f;
        color: #fff;
      }
      
      #hero .btn-book {
        margin-left: 15px;
      }
      
      #hero .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#61892f 50%, rgb(19, 22, 16, 22) 52%);
        border-radius: 50%;
        display: block;
        position: relative;
        overflow: hidden;
      }
      
      #hero .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }
      
      #hero .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid#86c232;
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
      }
      
      #hero .play-btn:hover::after {
        border-left: 15px solid #61892f;
        transform: scale(20);
      }
      
      #hero .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
      }
      
      @media (min-width: 1024px) {
        #hero {
          background-attachment: fixed;
        }
      }
      
      @media (max-width: 992px) {
        #hero .play-btn {
          margin-top: 30px;
        }
      }
      
      @media (max-height: 500px) {
        #hero {
          height: auto;
        }
        #hero .container {
          padding-top: 130px;
          padding-bottom: 60px;
        }
      }
      
      @media (max-width: 768px) {
        #hero h1 {
          font-size: 28px;
          line-height: 36px;
        }
        #hero h2 {
          font-size: 18px;
          line-height: 24px;
        }
      }
      
      @-webkit-keyframes pulsate-btn {
        0% {
          transform: scale(0.6, 0.6);
          opacity: 1;
        }
        100% {
          transform: scale(1, 1);
          opacity: 0;
        }
      }
      
      @keyframes pulsate-btn {
        0% {
          transform: scale(0.6, 0.6);
          opacity: 1;
        }
        100% {
          transform: scale(1, 1);
          opacity: 0;
        }
      }
      /*--------------------------------------------------------------
      # About
      --------------------------------------------------------------*/
      .breadcrumbs {
        padding: 15px 0;
        background: #1d1b16;
        margin-top: 110px;
      }
      
      @media (max-width: 992px) {
        .breadcrumbs {
          margin-top: 98px;
        }
      }
      
      .breadcrumbs h2 {
        font-size: 26px;
        font-weight: 300;
      }
      
      .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
      }
      
      .breadcrumbs ol li + li {
        padding-left: 10px;
      }
      
      .breadcrumbs ol li + li::before {
        display: inline-block;
        padding-right: 10px;
        color: #222629;
        content: "/";
      }
      
      @media (max-width: 768px) {
        .breadcrumbs .d-flex {
          display: block !important;
        }
        .breadcrumbs ol {
          display: block;
        }
        .breadcrumbs ol li {
          display: inline-block;
        }
      }
      
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}
.section-title {
  padding-bottom: 40px;
}


.section-title h2 { 
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
} 

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
 
  margin: 0;
  font-size: 36px;
  font-weight: 100;
  color: #61892f;
} 

/*--------------------------------------------------------------
      # Jumbotron data policy
      --------------------------------------------------------------*/
      .jumbotron{
        background-color: transparent;
        margin: 100px;

      }


      .btn .btn-2{
        
      }
      .btn{
        font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #86C232;
    
      }
      a:link {
        text-decoration: none;
    }
    
    .btn:hover {
        background: #61892f;
        color: #fff;
    }

/*--------------------------------------------------------------
      # About Us
      --------------------------------------------------------------*/

  #events, .AboutUs .box{
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  border: 1px solid #222629;
}

.AboutUs .box span {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #61892f;
}
.AboutUs .box h4 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}
.AboutUs .box p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.AboutUs .box:hover {
  background: #61892f;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
#events, .AboutUs .box:hover span, .AboutUs .box:hover h4, .AboutUs .box:hover p {
  color: #fff;
}

      /*--------------------------------------------------------------
      # Meet the chef 
      --------------------------------------------------------------*/

      .chef {
        background: url("./img/clown.jpg") center center;
        background-size: cover;
        position: relative;
        padding: 80px 0;
        
}
      .chef:before {
        content: "";
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }
      
      .chef .chef-img {
        position: relative;
        transition: .5s;
        
      }
      
      
      .chef .chef-img img {
        max-width: 100%;
        border: 4px solid #222629;
        position: relative;
      }
      
      .chef .chef-img::before {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
        z-index: 1;
        content: '';
        border-left: 5px solid #61892f;
        border-top: 5px solid #61892f;
        transition: .5s;
      }
      
      .chef .chef-img::after {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        z-index: 2;
        content: '';
        border-right: 5px solid #61892f;
        border-bottom: 5px solid #61892f;
        transition: .5s;
        
}
      
      .chef .chef-img:hover {
        transform: scale(1.03);
      }
      
      .chef .chef-img:hover::before {
        left: 10px;
        top: 10px;
      }
      
      .chef .chef-img:hover::after {
        right: 10px;
        bottom: 10px;
      }
      
      .chef .content h3 {
        font-weight: 300;
        font-size: 20px;
        padding-bottom: 22px;
        margin-top: -30px;
        
      }
      
      .chef .content ul {
        list-style: none;
        padding: 0;
      }
      
      /* .chef .content ul li {
        padding-bottom: px;
        
      } */
      
      .chef .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #61892f;
      }
      
      .chef .content p:last-child {
        margin-bottom: 0;
      }
      
      @media (min-width: 1024px) {
        .chef {
          background-attachment: fixed;
          
        }
      }
  
      @media (min-width: 992px){
       .order-lg-2 {
         -ms-flex-order: 2;
          order: 2;
         padding-top: 80px;
}
      }

  /*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/
  .gallery .gallery-item {
    overflow: hidden;
    border: 1px solid #61892f;;
}
  
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }
  
/*--------------------------------------------------------------
  # Menu
  --------------------------------------------------------------*/
  .food-menu-card {
    padding: 30px 20px;
    background-color: #121516;
    border-radius: 8px;
}
.food-menu-card .media {
  margin-bottom: 20px;
}

.food-menu-card .media .img-fluid {
  border-radius: 3px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.food-menu-card .media .d-flex {
position: relative;
}

.food-menu-card .media .d-flex:before {
content: "";
position: absolute;
align-items: center;
right: 90px;
width: 50%;
height: 1px;
background-color: rgba(255, 255, 255, 0.2);
top: 50%;
}

.food-menu-card .media h3 {
position: relative;
display: inline-block;
margin-bottom: 0;
padding-right: 1.07143rem;
z-index: 2;

}



.tabs-menu-nav > li > a {
color: #86C232;
display: block;
margin-bottom: 40px;
font-size: 16px;
border-bottom: 3px solid transparent;
opacity: 0.5;
}

.tabs-menu-nav > li > a.active {
opacity: 1;

}
.media-body, p {
color: #999;
} 


/* --------------------------
event slider 
-----------------------------*/

.carouselIndicators i{
  margin-left: 30%;
  padding: 30px;
  
}


.card {
  background-color: black; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  
}


.card p {
  color:#fff;
  background: rgba(0, 0, 0, 0.5);
  
  
}


 





.chef-bio{
font-size: 10px;
}


  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: black;
    border-top: 1px solid #222629;
    border-bottom: 1px solid #222629;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  .social-links{
    margin-left: 30%;
    
  }
#social-footer{
  padding-top: 20px;
}
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background-color: #86C232;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 14px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
  
  #footer .footer-top .social-links a:hover {
    background: #61892f;
    text-decoration: none;
    
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
  }
  
  #form-contact-icons, #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61892f;
    font-size: 18px;
    line-height: 1;
    
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #61892f;
    
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #222629;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #222629;
  }
  
  #footer .footer-top .footer-newsletter input[type="email"] {
    border-radius: 30px;
    padding: 8px;
    width: calc(80% - 110px);
    background: #222629;
    color: white;
    
}
  
  #footer .footer-top .footer-newsletter input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #61892f;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    z-index: 999;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #61892f;
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  

/* Language icon rotation */
  .lang {
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
    
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/* Contact Form */

#contact-form{
  padding: 50px 30px;
  box-shadow: 7px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  border: 4px solid #222629;
  background-color:#0f1113;
}



#form-email,#form-name, #form-message, #form-subject{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color:transparent;
  margin: 10px;
  
}

/* -------------Booking form css ------------*/
.booking-form {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 40px;
  overflow: hidden;
  background-image: linear-gradient(to right, #eee, #61892f);
  background-size: cover;
  z-index:20;
}

#Contact-form::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000000;
  z-index: -1;
}


.booking-form::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.booking-form .form-header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.booking-form .form-header h1 {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 42px;
  margin: 0px;
  color: #fff;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.booking-form .form-control {
 background-color: rgba(255, 255, 255, 0.2);
 height: 60px;
 padding: 0px 25px;
 border: none;
 border-radius: 35px;
 color: #fff;
 -webkit-box-shadow: 0px 0px 0px 2px transparent;
 box-shadow: 0px 0px 0px 2px transparent;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 -ms-border-radius: 35px;
 -o-border-radius: 35px;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #61892f;
  box-shadow: 0px 0px 0px 2px #61892f;
}

.booking-form input[type="date"].form-control {
  padding-top: 16px
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(255, 255, 255, 0.5)
}

.booking-form input[type="date"].form-control+.form-label {
  opacity: 1;
  top: 10px
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.booking-form select.form-control:invalid {
  color: rgba(255, 255, 255, 0.5);
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.booking-form select.form-control option {
  color: #000
}

.booking-form .form-label {
  position: absolute;
  top: -10px;
  left: 25px;
  opacity: 0;
  color: #61892f;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  height: 15px;
  line-height: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all
}

.booking-form .form-group.input-not-empty .form-control {
  padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
  opacity: 1;
  top: 10px
}

.booking-form .submit-btn {
  background: #86C232;
  color: #fff;
  border: 2px solid #86C232;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    height: 60px;
  padding: 10px 30px;
  width: 100%;
    letter-spacing: 1.3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}


.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  opacity: 0.9;
  background: #61892f;
  
}

#message{
  padding-top: 16px;
}



/*----- social_icon -------- */

.social_icon span{
  font-size: 60px;
  margin-left: 10px;
  color: #61892f;
  }
  
  .social_icon span:hover{
  color: #86C232;
  cursor: pointer;
  }
  
  .card-header h3{
  color: white;
  }
  
  .social_icon{
  position: absolute;
  right: 20px;
  top: -2px;
  }
  
  .input-group-prepend span{
  width: 50px;
  background-color: #61892f;
  color: black;
  border:0 !important;
  }
  
  input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
  
  }
  






/* About page */

  #about {
    background: url(./img/circus.jpg) center center no-repeat;
    background-size: cover;
    
    
}

.about-text {
    background: rgba(0,0,0,0.8);
    padding: 1.875rem;
    margin-top: 10%;
}
.fa {
  margin: 2px;
  
}
