:root {
    --primary-color: #38C4C1;
    --secondary-color: #138B83;
    --background-color: #FFEECA;
    --background-color-brighter: #fcf1da;
    --font-color: #2F4858;
    --font-inter: "Inter", sans-serif;
    --font-playfair: "Playfair Display", serif;
    --font-cormorant: "Cormorant Garamond", serif;
    --font-imb: "Inria Sans", sans-serif;

    --title-size: 48px;
    --subtitle-size: 28px;
    --title-size-mobile: 42px;

}

body{
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    background: var(--background-color);
}

.btn:active{
    border: none;
    color: none;
}

.subtitle-up{
    position: relative;
    font-size: var(--subtitle-size) !important;
    font-weight: bold !important;
    font-family: "Hind", sans-serif !important;
    top: 10px;
}
.title {
    font-size: var(--title-size);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
p {
    font-family: "Hind", sans-serif;
}

/* navigation */
#navigation-bar-section nav {
    /* position: fixed;
    left: 50%;
    top: 20px;
    border-radius: 50px;
    transform: translateX(-50%); */
    color: black;
    width: 100%;
    background-color:var(--background-color-brighter);
    background-color: #fcf1dae9 !important;
    z-index: 100 !important;
}
#navigation-bar-section nav .container-fluid{
    font-family: var(--font-ibm);
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}
#navigation-bar-section nav .container-fluid .navbar-brand{
    font-size: 42px;
    font-weight: bold;
}

#navbarSupportedContent {
    flex-grow: 0;
}
#navbarSupportedContent .navbar-nav {
}
#navbarSupportedContent .navbar-nav .nav-item .nav-link{
    font-size: 22px;
    margin-left: 20px;
    font-weight: normal;
}

#navbarSupportedContent .navbar-nav .nav-item .nav-link.active {
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.action__button-wrapper {
    font-size: 22px;
}
.action__button-wrapper .btn{
    font-weight: normal;
    font-size: 22px;
    color: white;
    padding: 5px 40px;
    border-radius: 100px;
    background-color: var(--primary-color);
}
.action__button-wrapper .btn:hover{
    border: 1px solid var(--primary-color);
    background-color: none;
    background: none;
    color: var(--primary-color);
}
.action__button-wrapper .phonenumber {
    font-family: var(--font-inter);
    font-size: 18px;
}

#navigation-bar-section .logo-image{
    background-position: center;
    background-size: cover;
    width: 190px;
    height: 80px;
}


/* ORDER BANNER */

.order-banner {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    color: white;
}
.order-banner::before {
    content: ''; 
    display: block;
    position: absolute; 
    width: 100%;
    height: 300px;
    background-color: #2d6974c2;
    pointer-events: none;
    z-index: 1;
}
.order-banner .banner-text__wrapper {
    width: 550px;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.order-banner .banner-text__wrapper .info__wrapper {

}
.order-banner .info__wrapper .subtitle-up{
    color: #FFEECA;
    z-index: 2;
    font-size: 22px !important;
    font-weight: bold !important;
    top: 15px;
}
.order-banner .info__wrapper h1.title {
    color: white;
    font-size: 40px;
    z-index: 2;   
}

.order-banner .buttons__wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
}
.order-banner .buttons__wrapper a{
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    padding: 5px 30px;
    transition: 0.3s all;
}
.order-banner .buttons__wrapper a:hover {
    background: white;
    color: #2d6974;
    
}
.order-banner .buttons__wrapper a:nth-child(2) {
    background: white;
    color: #2d6974;
    margin-left: 40px;
}
.order-banner .buttons__wrapper a:nth-child(2):hover{
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    background: none;
}

/* HEADER SECTION WITH IMAGE */
.image-wrapper {
    height: 70dvh;
    
    background-size: cover;
    width: auto;
}
.text-flex-rows {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
}
.image-wrapper .image-overlay {
    background-color: rgba(255, 255, 255, 0.80);
    background: rgb(19,139,131);
    background: linear-gradient(90deg, rgba(19,139,131, 0.5) 0%, rgba(83,182,224, 0.5) 30%, rgba(19,139,131, 0.5) 60%, rgba(83,182,224, 0.5) 100%); 
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.image-wrapper .image-overlay .header-content-wrapper {
    color: white;
    margin-left: 5%;
    font-family: "Montserrat", sans-serif;
}
.image-wrapper .image-overlay .header-content-wrapper .title {
    font-size: 72px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: rgb(178, 237, 235);
}
.image-wrapper .image-overlay .header-content-wrapper .subtitle-up {
    font-family: "Montserrat", sans-serif;
    color: var(--background-color);

}
.image-wrapper .image-overlay .header-content-wrapper p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    max-width: 1100px
}
.image-wrapper .image-overlay .header-content-wrapper p b {
    font-weight: bold;
}
.image-wrapper .image-overlay .header-content-wrapper a {
    font-family: "Montserrat", sans-serif;
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 50px;
    font-weight: 200;
    color: black;
}

.image-wrapper .image-overlay .header-content-wrapper .action__btns--wrapper {
    margin-top: 40px;
    width: 380px;
    display: flex;
    justify-content: space-between;
}
.image-wrapper .image-overlay .header-content-wrapper .action__btns--wrapper .button{
    text-decoration: none;
    background: var(--background-color);
    font-weight: 400;
    border:  1px solid var(--background-color);
    border-radius: 5px;
    color: black;
    transition: 0.3s all;
}
.image-wrapper .image-overlay .header-content-wrapper .action__btns--wrapper .button:hover {
    background: none;
    border: 2px solid var(--background-color);
    color: var(--background-color);

}

.image-wrapper .image-overlay .header-content-wrapper .action__btns--wrapper .button.stroke{
    background: none;
    border: 2px solid var(--background-color);
    color: var(--background-color);
}
.image-wrapper .image-overlay .header-content-wrapper .action__btns--wrapper .button.stroke:hover {
    background: var(--background-color);
    font-weight: 400;
    border:  2px solid var(--background-color);
    border-radius: 5px;
    color: black;
}

.image-wrapper .options__wrapper {
    position: relative;
    left: 50%;
    top: -120px;
    width: 750px ;
    height: 50px ;
    background: white;   
    transform: translateX(-50%);
    border-radius: 50px;
}
.image-wrapper .options__wrapper .items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.image-wrapper .options__wrapper .items .item { 
    display: flex;
    align-items: center;
}
.image-wrapper .options__wrapper .items .item.divider{
    margin: 0 10px;
}
.image-wrapper .options__wrapper .items .item a {
    text-decoration: none;
    color: black;
}
.image-wrapper .options__wrapper .items .item a:hover span{
    font-weight: bold;
}
.image-wrapper .options__wrapper .items .item a img {
    margin-right: 10px;
}


/* Footer Styles */

footer {
    background-color: #3A4A5A;
    color: #FFFFFF;
    padding-top: 40px;
  }
  
  footer .footer {
    background-color: none;
    background: none;
    padding-bottom: 20px;
  }
  

  footer .footer h3 {
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  
  footer .footer a {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  footer .footer a:hover {
    text-decoration: underline;
  }
  
  footer .navigation-links a,
  footer .services-links a {
    display: block;
    margin: 5px 0;
  }
  
  footer .contact p {
    margin: 5px 0;
  }
  
  footer .contact .email-link {
    text-decoration: underline;
  }
  
  footer .contact .social {
    margin-top: 20px;
  }
  
  footer .contact .social .fb-link i {
    font-size: 38px;
    color: #FFFFFF;
  }
  
  footer .contact-map .map__wrapper {
    margin: 0;
    padding: 0;
  }
  
  footer .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #5A6A7A;
  }
  
  footer .footer-bottom p {
    text-align: center;
    font-size: 12px;
    margin: 0;
  }
  
  /* Responsive Adjustments */
  
  /* Medium Devices (Tablets) */
  @media (max-width: 991.98px) {
    footer .footer {
      text-align: center;
    }
    footer .footer .row .col-12 {
        margin-bottom: 20px;
      }
    footer .footer h3 {
      text-align: center;
    }
    footer .navigation-links a,
    footer .services-links a {
      text-align: center;
    }
    footer .contact,
    footer .contact-map {
      text-align: center;
    }
  }
  
  /* Small Devices (Phones) */
  @media (max-width: 575.98px) {
    footer .contact .social .fb-link i {
      font-size: 30px;
    }
    footer .contact-map iframe {
      height: 200px;
    }
  }
  

#credentials {
    color: #162a35;
}

@media (max-width: 1400px) {
    .nav-link {font-size: 18px !important;}
    .action__button-wrapper .btn {
        font-size: 18px;
        padding: 5px 20px;
    }
}

@media (max-width: 1200px) {
    .nav-link {font-size: 16px !important;}
    .action__button-wrapper .btn {
        font-size: 16px;
        padding: 5px 10px;
    }
    .image-wrapper .image-overlay .header-content-wrapper .title {
        font-size: 32px;
    }
    .image-wrapper .image-overlay .header-content-wrapper .subtitle-up {
    }
}

@media (max-width: 1100px) {
    .nav-link {font-size: 14px !important;}
    .action__button-wrapper .btn {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 876px) {
   
    #app {
        overflow: hidden;
    }
    .header-content-wrapper {
        margin-left: 0 !important;
        padding: 10px;
    }
    .title {
        font-size: calc(var(--title-size)/1.5) !important;
    }
    .subtitle-up{
        font-size: calc(var(--subtitle-size)/1.5) !important;
    }

    #navigation-bar-section nav .container-fluid {
    }
    .action__button-wrapper .btn{
        font-size: 18px;
    }
    #navigation-bar-section .logo-image{
        width: 120px;
        height: 55px;
    }
    .order-banner { 
        padding: 20px;

    }
    .order-banner .info__wrapper .subtitle-up{
        font-size: calc(var(--subtitle-size)/1.5) !important;
        top: 20px;
    }
    .order-banner .info__wrapper .title {
        font-size: calc(var(--title-size)/2) !important;
        margin-bottom: 20px;
    }
}


@media (max-height: 700px) {
    .image-wrapper {
        height: 100vh;
    }

}