@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.red {border: 1px solid red;}
.yellow {border: 1px solid yellow;}
.blue {border: 1px solid blue;}
.green {border: 1px solid green;}

/* Fonts */

.font-barlow-reg {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.font-barlow-sem {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
 }

.font-kaushan {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
}
  

/* CSS */

body {
    background: url(images/bg.webp);
}

header{
    padding: 25px 0;
}


h4 {
    font-family: "Kaushan Script", cursive;
    color: #745f2e;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.welcome h2 {
    font-family: "Barlow", sans-serif;
    color: #604a18;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;    
}

.welcome h3 {
    font-family: "Kaushan Script", cursive;
    color: #578a3d;
    font-size: 48px;
    padding: 0;
    margin: 0;
}

.welcome p {
    font-family: "Barlow", sans-serif;
    color: #604a18;
    font-size: 18px;
}

/* Navigation */

.navbar-nav {
    font-size: 18px;
    text-transform: uppercase;
}

nav ul li {
    padding: 0 30px;
}

nav ul li .nav-link {
    color: #604a18;
}

.navbar-nav .nav-link.active {
    color: #578a3d;
}

.navbar-nav .nav-link.disable {
    color: #c8b283;
}

.navbar-nav li:last-child {
    padding-right: 0;
}

.btn-order {
    color: #fff;
    background: #578a3d;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0 !important;
}

.btn.btn-order:hover {
    color: #604a18;
    background-color: #fff;
}

/* Carousel */

.carousel-inner h1 {
    font-family: "Kaushan Script", cursive;
    font-size: 120px;
    margin: 0;
    padding: 0;
    line-height: 90px;
}

.carousel-inner h1 span {
    font-family: "Kaushan Script", cursive;
    font-size: 55px;
    color: #ef811d;
}

.carousel-inner p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    padding: 30px 0;
}

.carousel-inner .btn {
    background: #ef811d;
    text-transform: uppercase;
}

.carousel-indicators {
    /*
    top: 5%;
    right: 1%;
    justify-content: right;
    margin-right: 2%;
    */
    position: absolute;
    top: 50px;
    right: 50px;
    left: auto;
    bottom: auto;
    margin: 0;
    justify-content: flex-end;
}

.carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    opacity: 1;
    background-color: #578a3d;
    margin: 0 7px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    top: 150px;
    left: 100px;
    /*
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    */
}


/* Home */

.home h2 {
    font-family: "Barlow", sans-serif;
    color: #604a18;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 0;
}

.home h3 {
    font-family: "Kaushan Script", cursive;
    color: #578a3d;
    font-size: 48px;
    line-height: 50px;
}

.home p {
    font-family: "Barlow", sans-serif;
    color: #604a18;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

.lanterns {
    margin-top: 600px;
    background:url(images/lanterns.png) no-repeat top center;
    height: 460px;
    position: absolute;
    width: 100%;
}

.lanterns-contact {
    margin-top: -150px;
    background:url(images/lanterns.png) no-repeat top center;
    height: 460px;
    position: absolute;
    width: 100%;
}



/* Menu */

.menu-heading {
    position: relative;
}

.menu-heading::before {
    content:url(images/left-title.webp);
    position: absolute;
    right: 90%;
    top: 0;
}

.menu-heading::after {
    content:url(images/right-title.webp);
    position: absolute;
    left: 90%;
    top: 0;
}

.price {
    font-family: "Barlow", sans-serif;
    color: #604a18;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

.price a:link {
    color: #ef811d;
    text-decoration: none;
}

.price a:visited {
    color: #ef811d;
}

.price h2 {
    font-family: 'Dancing Script';
    font-weight: 900;
    font-size: 40px;
    color: #ef811d;
    font-style: italic;
    margin: 10px 0;
}

.price h3 {
    color: #578a3d;
    font-weight: 600;
    font-size: 22px;
}

.price p {
    font-weight: normal;
    font-size:20px;
}

/* Tabs */

#pills-tab{
    min-height: 65px;
}

#pills-tab .nav-item  {
    /* padding: 15px 0; */
    background-color: #a09071;
    /* border-right: solid 1px #fff4db; */
}

/*
#pills-tab .nav-item:last-child {
     padding-right: 104px; 
}
*/

#pills-tab .nav-item .nav-link {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #f6e6c3;
    text-transform: uppercase;
    min-height: 65px;
}

#pills-tab .nav-link.active {
    color: #a09071;
    background-color: #fff;
    min-height: 65px;
}

.tab-content {
    font-family: "Barlow", sans-serif;
}

.tab-content h2 {
    font-weight: 600;
    font-size: 22px;
    color: #f56a03;
    text-transform: uppercase;
}

.tab-content h3 {
    font-weight: 600;
    font-size: 16px;
    color: #604a18;
    text-transform: uppercase;
}

.tab-content p {
    font-weight: 400;
    font-size: 18px;
    color: #604a18;
}

.tab-content a {
    font-weight: 600;
    font-size: 18px;
    color: #dc7f26;
    text-decoration: none;
    text-transform: uppercase;
}



footer {
    background: url('images/bg-footer.webp') no-repeat top center;
    background-size: cover;
    font-family: "Barlow", sans-serif;
}

footer .container {
    padding-top: 90px;
    padding-bottom: 20px;
}

footer h3 {
    color: #ef811d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 20px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

footer p {
    color: #fff;
    font-size: 18px;
}

.footer-text {
    background: url('images/footer-txt.png') no-repeat top center;
    /* background-size: 100% auto; */
    padding: 180px 0;
}


/* Blog */


.blog h1{
    font-family: "Barlow", sans-serif;
    color:#745f2e;
    font-weight: 600;
    font-size: 28px;
}

.blog p{
    font-family: "Barlow", sans-serif;
    color:#745f2e;
    font-size: 20px;
    padding: 16px 0;
}

.blog .date {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #ef811d;
}

.btn-read {
    font-family: "Barlow", sans-serif;
    color: #fff;
    background: #ef811d;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.btn.btn-read:hover {
    color: #604a18;
    background-color: #fff;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6e6c3;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
  }
  
  #status {
      width: 200px;
      height: 200px;
      position: absolute;
      left: 50%;
      /* centers the loading animation horizontally one the screen */
      top: 50%;
      /* centers the loading animation vertically one the screen */
      background-image: url(images/status.jpg);
      /* path to your loading animation */
      background-repeat: no-repeat;
      background-position: center;
      margin: -100px 0 0 -100px;
      /* is width and height divided by two */
      
      
      -webkit-animation: bounce 1s infinite ease-in-out;
      -o-animation: bounce 1s infinite ease-in-out;
      -ms-animation: bounce 1s infinite ease-in-out; 
      -moz-animation: bounce 1s infinite ease-in-out; 
      animation: bounce 1s infinite ease-in-out;
  }
  
  
  @-webkit-keyframes bounce {
      0% { transform: translateY(-5px)  }
      50% { transform: translateY(10px) }
      100% { transform: translateY(-5px) }
  }
  
  @keyframes bounce {
      0% { transform: translateY(-5px)  }
      50% { transform: translateY(10px) }
      100% { transform: translateY(-5px) }
  }


/* CSS Media Queries */

@media screen 
  and (min-width: 1200px) 
  and (max-width: 1400px) {
    nav ul li {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1200px) {
    nav ul li {
        padding: 0 10px;
    }
    .lanterns {
        margin-top: 500px;
    }

    .carousel-caption {
        top: 50px;
        left: 50px;
    }
    .carousel-inner h1 {
        font-size: 80px;
        line-height: 70px;
    }
    .carousel-inner h1 span {
        font-size: 35px;
        line-height: 0px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        margin-top: 20px;
    }
    nav ul {
        padding: 20px 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
    }
    nav ul li {
        padding: 5px 0;
    }
    .lanterns {
        margin-top: 300px;
    }

    .carousel-caption {
        top: 20px;
        left: 20px;
    }
    .carousel-inner h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .carousel-inner h1 span {
        font-size: 30px;
        line-height: 0px;
    }
    .carousel-inner p {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
    }
    .btn-order {
        padding: 7px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .lanterns {
        margin-top: 200px;
    }
    .lanterns-contact {
        visibility: hidden;
    }
    .carousel-caption {
        top: -20px;
        left: 10px;
    }
    .carousel-inner p {
        font-size: 13px;
        line-height: 15px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 575px) {
    .lanterns {
        visibility: hidden;
    }
    .menu-heading::before,
    .menu-heading::after {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    
}


