/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}
body {
    margin: 0;
    font-family: "Heebo",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424240;
    background-color: #F1F8FF;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


.back-to-left li{
   position: fixed;
    top: 30%;
    list-style: none;
    z-index: 1000;
    left: 0px;
}

.back-to-left li img{
   width: 250px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.back-to-left li:hover img{
    width: 300px;
    height:auto;
    }

@media (max-width: 768px) {
    .back-to-left li{
   position: fixed;
    top: 55%;
    list-style: none;
    z-index: 1000;
    left: -34px;
}
.back-to-left li img {
    width:150px;
    height:50px;
}
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    font-size:22px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


@media (max-width: 768px) {
/*** Button ***/
.btn {
 font-size:12px;
}
    }


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 5px 20px;
    font-size: 15px;
    color:#b8bcae;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
    background-color:#424240;
    border-radius:30px;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 5px 20px;
    border-radius:30px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color:#fff;
}

.navbar-dark .navbar-brand img {
    max-height: 120px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 80px;
    position:relative;
    top:-12px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding:;
        margin:5px 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
       background: #0000002b !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background:#424240c9 !important;
        height:110px;
    }
}

@media (max-width: 768px) {
    
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: -33px;
        left: 0;
        z-index: 999;
       background: #0000002b !important;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgb(4 4 4 / 90%), rgb(4 4 3 / 86%)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background:#424240 !important;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background:#424240 !important;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    height: 1000px;
}
.carousel-item h1{
   margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  color: #2a2627;
  font-family: "Poppins", sans-serif;
  margin-top:60px;
    }
.carousel-item h1 span {
  color:#424240;
}
.carousel-item h3{
  font-size:30px;
    }


.carousel {
    position: relative;
    height: 1000px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    background-color:#ffffff9c;
    text-align: center;
    top: 30%;
    height:208px;
   box-shadow: 5px 10px 8px #00000078;
}

@media (max-width: 768px) {
    .carousel {
    position: relative;
    height: 235px;
}
.carousel-item {
    height: 235px;
}
 
.carousel-caption {
    top: 0%;
    height: 100px;
}
.carousel-item h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #2a2627;
    font-family: "Poppins", sans-serif;
}
}
/*** banner-section ***/
.banner{
height:400px;
width:100%;
background-repeat:no-repeat;
}


.banner h1{   
 font-size: 4.5rem;
color: #fff;
 font-weight: 300;
  font-style: italic;
}

@media (max-width: 768px) {
/*** banner-section ***/
.banner{
height:180px;
width:100%;
background-repeat:no-repeat;
}

.banner h1{   
 font-size: 1.5rem;
 font-weight:180px;

}
}



.section-title {
    position: relative;
    display: inline-block;
}
.ff-secondary {
    font-family: 'Pacifico', cursive;
}
.text-primary {
    color: #424240 !important;
}

.btn-primary {
    color: #000;
    background-color: #424240;
    border-color: #424240;
}
.bg-dark {
    background-color:#70550485 !important;
}
.btn-msg{
    background-color:#424240;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}




/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background-color:#424240;
    border-color:#424240!important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #fff !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #424240;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background:#424240;
    border-color: var(--primary);
}

a {
    color: #b8bcae;
    text-decoration: none;
}
.testimonial .border{
 border:1px solid #424240 !important;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}
/*.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}  */

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    margin-bottom:-20px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
} 
.footer .sub-heading{
    text-align:left;
    margin-left:20px;
}
.footer .table>:not(caption)>*>* {
    padding: 0.2rem 0.5rem;
    background-color: var(--bs-table-bg);
}

.specials .nav-link:hover {
  border-color: #cda45e;
}
.specials .nav-link.active {
    color: #b8bcae;
    background: #424240;
    border-color: #424240;
}

.specials .nav-link {
  border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  padding: 12px 15px;
  transition: 0.3s;
  color: #000;
  border-radius: 0;
  border-top: 1px solid #000;
   border-bottom: 1px solid #000;
    border-right-color: rgb(205, 164, 94);
  font-weight: 600;
  font-size: 15px;
  background-color:#b8bcae;
}