
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sacramento&display=swap');

body{
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,li,a,span,td,th{
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body{
    background-image: url(../images/bg2.jpg);
    background-size: cover;
}

header{
    width:100%;
    margin:0;
    background: #1D1B20;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #17ebbd;
}

header .logo{
    color: #17ebbd;
    margin: auto;
    font-size: 30px;
}
header svg{
    position: absolute;
    right: -100px; 
    height: 20px;
    font-size: 24px;
}
.hero, .hero_search{
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.5)), url(../images/bg1.jpg);
    background-size: cover;
    padding: 30px;
    height: 40vh;
    border-radius: 20px;
    margin: auto;
    margin: 3%;
}
.hero_search{
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/search1.webp);
    background-size: cover;
   background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.genre1{
   background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/search2.webp); 
   background-size: cover;
   background-position: center;
}
.genre2{
   background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../images/search3.webp); 
   background-size: cover;
   background-position: center;
}

.hero h3{
    color: #fff;
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    font-size: 20px;
}
.hero_search h3{
    color: #fff;
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.hero h4{
    color: #fff;
    margin-bottom: 16px;
    font-size: 20px;
}

.hero a{
    background-color: #17EBBD;
    border: 1px solid transparent;
    color: #FFFFFF;
    border-radius: 1000em;
    padding: 9px 80px;
    width: 100%;
    font-size: 25px;
    text-decoration: none;
}
.trucks{
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
}
.truck{
    padding: 15px 0;
}
.truck img{
    width:100%;
    border-radius: 10px;
    height: 120px;
}
.truck .head{
    font-size: 18px;
    color: #1d1b20;
    margin:0;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 9px;
    text-decoration: none;
    display: block;
}
.truck .link{
    font-size: 14px;
    color: #17EBBD;
    font-weight: 700;
    text-decoration: none;
}

.trucks .truck:not(:first-child){
    border-top: 1px solid #17EBBD;
}
.tandc{
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin-top: 60px;
}
.tandc hr{
    height: 1px;
    background: #17EBBD;
}
.tandc a{
    text-decoration: none;
    color:#1d1b20;
}
.cta{
   border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin-top: 60px; 
    margin-bottom: 80px;
}
.cta h2{
    font-family: "Sacramento", cursive;
    color: #17EBBD;
    font-size: 36px;
    font-weight: 700;
}
.cta p{
    font-size: 12px;
    color: #17EBBD;
    font-weight: 700;
}

.cta a{
    background-color: #17EBBD;
    border: 1px solid transparent;
    color: #FFFFFF;
    border-radius: 1000em;
    padding: 12px 60px;
    width: 100%;
    font-size: 25px;
    text-decoration: none;
}
nav{
    background-color: #1d1b20;
    padding: 18px 12px;
    width: 94%;
    margin: auto;
    border-radius: 150px;
    position: fixed;
    bottom: 3%;
    left: 3%;
    z-index: 99999;
}
nav .col-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
}
nav span, nav a{
    color:#fff;
    font-size: 12px;
    text-decoration: none;
}
nav span{
    font-family: "Karla", sans-serif;
}
.block_header{
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 17px;
    font-family: "Sacramento", cursive;
    margin: 20px 0;
}
.detail_header{
    width:100%;
    margin:0;
    background: #111;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #17ebbd;
    justify-content: space-between;
}
.detail_header a{
    color:#17EBBD;
    text-decoration: none;
}
.detail_body{
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.detail_lnk{
    color:#17EBBD;
    font-weight: 700;
    text-decoration: none;
}
.detail_btn{
    background-color: #17EBBD;
    border: 1px solid transparent;
    color: #FFFFFF;
    border-radius: 1000em;
    padding: 12px 40px;
    width: 100%;
    font-size: 25px;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}
.map{
    width:100%;
    height:70vh;
}
.desktop-nav{
    display:none;
}

.section_title h3, .section_title a{
    color:#17EBBD;
    font-weight: 700;
    margin: 30px 0 10px 5px;
    font-size: 16px;
}
.searchbox a{
    text-decoration: none;
}

.categories{
    background: #fff;
    padding: 7px 10px;
    overflow-x: auto; 
    overflow-y: hidden;
}
.categories ul{
    margin-top: 10px;
    white-space: nowrap;
    padding: 0;
}
.categories li{
    display: inline;
    display: inline-block;
    white-space: nowrap;
}
.categories li a{
    background: #1D1B20;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    transition: .4s all;
}
.categories li a.active, .categories li a:hover{
    background: #fff;
    border:1px solid #1D1B20;
    padding: 11px 21px;
    color:#1D1B20;
}
.categories::-webkit-scrollbar {
  height: 4px;  
}

.categories::-webkit-scrollbar-track {
  background: transparent;
}

.categories::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

.map-area{
    height: 100vh;
    padding: 15px 30px;
    padding-top: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.map-area::-webkit-scrollbar {
  width: 4px;  
}

.map-area::-webkit-scrollbar-track {
  background: #ccc;
}

.map-area::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}
.map-boxes{
    background: #fff;
    padding: 16px 15px;
    border-radius: 15px;
    position: relative;
}
.bm-icon{
    position: absolute;
    top: 5%;
    right: 5%;
    background: rgba(0,0,0,0.5);
    width: 60px;
    height: 60px;
    line-height: 0px;
    text-align: center;
    border-radius: 10px;
}
.image-cont{
    aspect-ratio: 55 / 45; 
    overflow: hidden;
}
.image-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 15px;
}
.map-boxes h6{
    font-weight: 700;
    margin: 15px 0;
    color: #111;
}
.map-boxes a, .map-boxes i{
    text-decoration: none;
    color:#17EBBD;
    font-weight: 700;
    font-size: 13px;
}
.bm-icon a{
    color: #fff;
    font-size: 28px;
}
.top-area a{
    background:#17EBBD;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #111;
    text-align: center;
}
.showmaparea{
    position: fixed;
    bottom: 5%;
}
.showmaparea a{
    background-color: #17EBBD;
    padding: 13px 45px;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
}

.mapview {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
#mapcol8{
    display: none;
}

.menu-overlay{
    position: fixed;
    height:100vh;
    width:100vw;
    z-index: 999;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    top:0;
    display:none;
}
.closeicon a{
    margin: 20px 0 0 20px;
    color: #111;
    font-size: 30px;
    text-decoration: none;
}
.moremenu{
    margin:0;
    padding: 0;
    margin-top: 30px;
    padding: 0 20px;
    list-style-type: none;
}
.moremenu li{
    margin: 13px 0;
    width: 100%;
}
.moremenu li a{
    text-decoration: none;
    background: #fff;
    box-shadow: 1px 2px 50px #aaa;
    padding: 10px 40px;
    color: #111;
    border-radius: 40px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 15px;
}
.moremenu i{
    margin-right: 10px;
}
.menu-sub{
    width: 100%;
    margin: auto;
    margin: 10px 0 10px;
    border: 1px dotted #111;
    padding: 20px;
}
.menu-sub a{
    background-color: #17EBBD;
    padding: 13px 45px;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
}
.settings-body{
    height: auto;
    padding: 30px 20px;
    padding-bottom: 100px;
}
.settings-body .img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.settings-body p{
    margin: 0;
}
.settings-body i{
    color:#17EBBD;
    font-weight: 800;
}
.settings-body hr{
    background: #17EBBD;
    margin: 10px 0;
}
.settings-body h5{
    color:#17EBBD;
    font-weight:700;
}
.settings-body input, .settings-body textarea, .settings-body select{
    height: 50px;
    border-radius: 0;
    border: 1px solid #555;
    margin-top: 10px;
    color:#111;
}
.settings-body .btn{
    background:#17EBBD;
    padding: 9px 30px;
    border-radius: 20px;
    border: none;
    outline: none;
}
.settings_foodtruckimage img{
    display: block;
    width: 80%;
    margin: auto;
    border: 4px solid #999;
    border-radius: 20px;
}
.uploadnewimage{
    background: skyblue;
    border: none;
    outline: none;
    color: #111;
    border-radius: 14px;
    padding:9px 10px;
    margin: 10px 0;
    font-size:10px;
} 

.trucklocations input{
    height: 40px;
    margin-top: 0;
}

.trucklocation{
    border: 1px dotted #444;
    padding: 10px 10px;
}
.contact-box{
    padding: 12px;
    background: #fff;
    box-shadow: 1px 1px 40px #ddd;
}
.contact-box span{
    background: #17EBBD;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.contact-box i{
    color: #fff;
}
.contact-box p{
    font-size: 11px;
}
.login-body{
    background: #d8e9e5;
    height:auto;
    padding-bottom: 100px;
}
.login-body img{
    border-radius: 16px;
    width: 140px;
}
.login-body input{
    height: 50px;
    border-radius: 0;
    border: 1px solid #555;
    margin-top: 10px;
    color:#111;
    background: none;
}
.login-body .btn{
    background:#17EBBD;
    padding: 13px 50px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-weight: 800;
    font-size: 20px;
}
.detail_ctas a{
    padding: 12px 14px;
    border: 1px solid #17EBBD;
    color: #17EBBD;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    margin: 0 2px;
}
.fb,.fb:hover, .xx, .xx:hover{
    padding: 10px 18px;
    color: #fff;
    font-size: 17px;
    border-radius: 20px;
    text-decoration: none;
}
.detail_sharebtn .fb{
    background-color: #3b5999;
}
.detail_sharebtn .xx{
    background-color: #000;
}
.detail_seeroute a{
    padding: 10px 14px;
    background: #17EBBD;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
}

.detail_divider{
    margin: 20px 0;
    background-color: #17EBBD;
    color: #17EBBD;
    height:3px;
}
.ft-nav a{
    color: #000;
    font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #17EBBD;
}
.mft-categories{
    display: flex;
    align-items: center;
}

.event{
    border-radius:16px;
    box-shadow: 2px 4px 50px #ddd;
    background:#fff;
    padding: 30px 18px;
    width:95%;
    margin: auto;
}
.event_left{
    aspect-ratio: 21 / 12; 
    overflow: hidden;
}
.event_left img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 12px;
}
.event_head, .event_head:hover{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight:700;
}
.event_author{
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
}
.event_addr, .event_addr:hover {
    color:#17EBBD;
    font-size: 13px;
    text-decoration: none;
}
.event_btn, .event_btn:hover{
    background: #17EBBD;
    font-size: 13px;
    color: #fff;
    padding: 5px 14px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
}

.dashcard{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 50px rgba(46, 35, 94, 0.07);
    border-bottom: 3px solid #006666 !important;
    padding: 20px 30px;
    text-decoration: none;
}
.dashcard p{
    font-size: 22px;
}
.dashcard_bottom{
    display: flex;
    justify-content: space-between;
}
.dashcard_bottom h3{
    font-size: 40px;
    font-weight: 700;
}
.dashcard_bottom .icon-box{
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 6px;
    background-color: rgba(0, 102, 102, 0.3);
    text-align: center;
    font-size: 18px;
}
.dashcard_bottom .icon-box i{
    height: 24px;
    cursor: pointer;
    width: 24px;
    color: #006666;
    text-align: center;
}
.mytables{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 50px rgba(46, 35, 94, 0.07);
    padding: 20px 30px;
    text-decoration: none;
}



/* ================================================================================================================================
================================================================================================================================
=================================================================  media queries =========================     
================================================================================================================================
================================================================================================================================
 */

@media (min-width: 768px) {
    .hero{
        height: 80vh;
        background-size: cover;
        background-position: center;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header{
        background: #1D1B20;
        padding: 5px 16px;
    }
    header .logo{
        font-size: 45px;
    }
    .desktop-nav{
        display: block;
        background:#1D1B20;
        padding: 5px 20px;
    }
    .desktop-nav ul{
        padding: none;
        margin-top: 10px;
    }
    .desktop-nav ul li{
        display: inline;
        margin: 0 3%;
        padding: none;
    }
    .desktop-nav li a{
        padding: none;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
    }
    .hero-holder{
        margin: auto;
    }
    .hero h3{
        color: #fff;
        font-family: "Sacramento", cursive;
        font-weight: 500;
        margin-top: 0;
        font-size: 36px;
    }
    .hero h4{
        margin: 20px 0;
    }
    .section_title h3, .section_title a{
        font-size: 24px;
    }
    .mobile-nav{
        display: none;
    }
    .truck{
        border-right: 1px solid #17EBBD;
        border-bottom: 1px solid #17EBBD;
    }
    .truck:nth-child(2n) {
        border-right: none;
    }
    .truck .image{
        aspect-ratio: 21 / 12; 
        overflow: hidden;
    }
    .truck img{
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }
    .truck .head{
        font-size: 25px;
        line-height: 30px;
    }
    .hero_search{
        margin: 0;
        margin-bottom: 30px;
    }
    .hero_search h3{
        font-size: 40px;
    }
    .map-area{
        background:#17EBBD;
    }
    #mapcol8{
        display: block;
    }
    .detail_image{
        height: 40vh;
        overflow: hidden;
    }
    .detail_body{
        margin: 0;
        border-radius: 0;
        min-height: 60vh;
    }
    .map{
        height:100%;
    }
    .detail_btn, .detail_btn:hover{
        padding: 7px 40px;
        width: 35%;
        font-size: 19px;
        text-decoration: none;
        color: #fff;
    }
    .detail_body_desc{
        font-size: 20px;
    }
    .detail_ctas a{
        padding: 12px 20px;
        border: 1px solid #17EBBD;
        color: #17EBBD;
        font-size: 19px;
        border-radius: 20px;
        text-decoration: none;
    }
    .detail_seeroute a{
        padding: 12px 20px;
        background: #17EBBD;
        color: #fff;
        font-size: 19px;
        border-radius: 20px;
        text-decoration: none;
    }
    .login-body{
        width: 40%;
        margin-top: 40px;
    }
    .moremenu{
        width:50%;
        margin: auto;
    }
    .ft-nav a{
        font-size: 23px;
    }
    .event{
        width:80%;
    }
    .event_btn, .event_btn:hover{
        font-size: 16px;
        padding: 8px 18px;
    }
    
}
























/* Preloader Styles */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    #preloader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .loader-container {
      position: relative;
      width: 150px;
      height: 150px;
    }

    .loader-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      animation: pulse 1.5s ease-in-out infinite;
      z-index: 2;
    }

    /* Ripple Effects */
    .ripple {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 3px solid #4a90e2;
      opacity: 0;
    }

    .ripple:nth-child(1) {
      animation: ripple 2s ease-out infinite;
    }

    .ripple:nth-child(2) {
      animation: ripple 2s ease-out 0.5s infinite;
    }

    .ripple:nth-child(3) {
      animation: ripple 2s ease-out 1s infinite;
    }

    @keyframes pulse {
      0%, 100% {
        transform: translate(-50%, -50%) scale(1);
      }
      50% {
        transform: translate(-50%, -50%) scale(1.1);
      }
    }

    @keyframes ripple {
      0% {
        width: 80px;
        height: 80px;
        opacity: 1;
      }
      100% {
        width: 200px;
        height: 200px;
        opacity: 0;
      }
    }