/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: #0e1618;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'CormorantInfant';
   
    letter-spacing: 5px;
}

p{
    font-family: 'Outfit';
}



/*main-button*/
.main-btn {
    padding: 10px 35px;
    border: 1px solid #c6ac83;
    border-radius: 0px;
    color: white;
    z-index: 1;
    background: #c6ac83;
    position: relative;
    font-weight:500;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Cinzel';
    
   }
   
   .main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: white;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .main-btn:hover {
    color: black;
   }
   
 

   .main-btn:hover::before {
    width: 100%;
   }


/*sec-button*/
.sec-btn {
    padding: 10px 35px;
    border: 1px solid #c6ac83;
    border-radius: 0px;
    color: white;
    z-index: 1;
    background: transparent;
    position: relative;
    font-weight:500;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Poppins';
    
   }
   
   .sec-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #c6ac83;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .sec-btn:hover {
    color: black;
   }
   
 

   .sec-btn:hover::before {
    width: 100%;
   }


.navbar{
    background-color: #0e1618!important;
    padding: 20px 0px;
}

.navbar li a,.dropdown-toggle{
    color: rgb(241, 241, 241)!important;
    font-family: 'CormorantInfant';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.navbar li{
    margin: 0px 20px;
}

.container-fluid{
    max-width: 90%;
}

.top-bar{
    background-color: #0e1618;
    padding: 20px 0px;
}

.phone-icon{
    border: 1px solid #c6ac838a;
    border-radius: 50px;
    padding: 8px 14px;
}


.carousel-1{
    background: url('../img/lekursi-car-4.jpg')rgba(0,0,0,0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-2{
    background: url('../img/lekursi-car-3.png')rgba(0,0,0,0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-3{
    background: url('../img/lekursi-car-1.png')rgba(0,0,0,0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-caption{
    margin-bottom: 8%;
}

.caption{
  margin-bottom: 0%!important;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }


  #bg-stats{
    background: url('../img/bg-box_icon.jpg')rgba(0,0,0,0.65);
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  .stat-box{
    background-color: #1e3035;
    border-radius: 60px;
    width: 120px;
    height: 120px;
  }

  #banner{
    background: url('../img/banner-lekursi.png')rgba(0,0,0,0.57);
    height: 50vh;
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

  .snare-left{
    background: url('../img/snare.png');
    background-repeat: no-repeat;
  }

  .snare-right{
    background: url('../img/snare-right.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }

  .meeting-service{
    background: url('../img/meeting.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .meeting-1{
    background: url('../img/meeting.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .wedding-1{
    background: url('../img/event-item-2.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .private-1{
    background: url('../img/private.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .birthday-1{
    background: url('../img/event-item-4.jpg')rgba(0,0,0,0.27);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
   justify-content: center;
  }

  .service-p{
    display: none;
    color: white;
    padding: 10px 25px;
  }

  .meeting-service:hover{
    filter: opacity(85%);
    background-size: 105%;
   
    
  }

  .content-service{
    transition-duration: 0.4s;
   
  }

  .meeting-service:hover .content-service{
    transform: translateY(-100px);
    transition-duration: 0.4s;
  }

  .meeting-service:hover .service-p{
    display: block;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


  @media only screen and (max-width: 600px) {
    .about-img{
      width: 100%!important;
      margin: 30px 0px;
    }
    #bg-stats{

      height: auto;
    }
    .carousel-review{
      height: 700px!important;
      margin-bottom: 0%;
      padding: 10px 0px;
    }
    .buton-wrapper{
      width: 180px;
    }
  }


  #about-head{

    background: url('../img/about-head-lekursi.png')rgba(0,0,0,0.57);
    background-size: cover;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('../img/lekursi-gallery.png')rgba(0,0,0,0.57);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('../img/event-item-4.jpg')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    
  }

  #menu-head{
    background: url('../img/lekursi-car-4.jpg')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #pizza-menu-head{
background: url('../img/pizza-head.webp')rgba(0,0,0,0.47);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  form{
   background-color: rgb(236, 210, 169);
    padding: 4em 2em;
} 

.form-container {
    max-width: 800px;
    margin: 0 auto;
   
}

.fcf-form-group {
   width: 100%;
   padding: 0.2em;
   
}

.fcf-label {
    position: absolute;
    left: -9999px;
    color: white;
    overflow: hidden;
    border: none;
}

.fcf-form-control {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    
}

.fcf-form-control::placeholder {
    color: #666;
}

select.fcf-form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 10px;
    border: none!important;
}

textarea.fcf-form-control {
   
    resize: vertical;
    min-height: 60px;

    max-height: 80px;
}

.fcf-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Quicksand';
    
}

.fcf-btn-primary {
    color: #ffffff;
    background-color: #dbb78d;
}

.fcf-btn-primary:hover {
    background-color: #c88c00;
}

.fcf-btn-block {
    display: block;
    width: 200px;
}

.fcf-btn-lg {
    padding: 15px 30px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .fcf-form-group {
        flex: 1 1 100%;
    }
}
