/* Import Bootstrap LESS files */
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css";

/* Fonts */
@font-face {
  font-family: 'din_condensedbold';
  src: url('./../fonts/din_condensed_bold-webfont.eot');
  src: url('./../fonts/din_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/din_condensed_bold-webfont.woff2') format('woff2'),
       url('./../fonts/din_condensed_bold-webfont.woff') format('woff'),
       url('./../fonts/din_condensed_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* General */
body {
  margin: 0;
  padding: 0;
  background: url('./../img/bg-body.png') #000 no-repeat center;
  background-size: cover;
  min-height: 100vh;
  font-family: 'din_condensedbold', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul{
  list-style: none;
}
.wrapper {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.42);
}

.container { 
  background-size: cover;
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;

    h1{
    font-size: 86px;
        &.service-title{
            font-size: 60px;
            span{
              border-bottom: 1px solid #ff0000;
            }
        }
    }
} 


.logo{
  background: url(./../img/logo.png) no-repeat;
  background-size: cover;
  width: 123px;
  height: 67px;
  display: block;
  z-index: 2;
}
.navbar-toggler{
  display: none;
}
/* Navbar */
.navbar-expand-lg .navbar-collapse {
  flex-grow: 1;
  display: flex;
}

.nav-item{
  padding: 0 10px;
}
.nav-link{ 
  border: 2px solid #ff0000; 
  color: #ff0000;
  border-radius: 8px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  padding: 2px 24px !important; 
}
.navbar-expand-lg .navbar-collapse{
  flex-grow: unset;
}
.navbar-nav{
  flex-direction: row;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff; 
  border: 2px solid #fff; 
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffffcd;
  border: 2px solid #fff; 
}

.nav-get-start a {
  background: #ff0000;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  padding: 4px 16px;
}

/* Buttons */
.btn {
  font-size: 38px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 4px 70px;
  min-width: 160px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd0d0d;
  --bs-btn-border-color: #fd0d0d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d70b0b;
  --bs-btn-hover-border-color: #ca0a0a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ca0a0a;
  --bs-btn-active-border-color: #be0a0a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd0d0d;
  --bs-btn-disabled-border-color: #fd0d0d;
  &:disabled{
    background-color: #434343;
    border-color: #434343; 
  }
}

.btn-secondary {
  border-width: 2px;
  --bs-btn-color: #ff0000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fd0d0d;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #ca0a0a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ff0000;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #be0a0a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff0000;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #fd0d0d;
  padding: 4px 24px;
}

/* Containers */
.container-landing{       
  align-items: start;
  margin-left: 0;
  padding: 80px 60px 0; 
  display: flex; 
  .get-start-section{
    padding: 0 40px;
    p{ 
      width: 450px; 
      padding: 0 0 80px 0;
      font-size: 37px; 
      line-height: 1.2;
    }
  } 
}

.container-landing .get-start-section .logo-landing{ 
  width: 575px;
  min-height: 290px;
  background: url(./../img/logo-tag.png) no-repeat 0px 0px;
  background-size: 515px;
  margin-left: -40px;
  margin-bottom: 48px;
}
.container-sypnosis,
.container-hawker {
  p {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 28px;
    line-height: 1.2;
  }
}

.container-sypnosis{
  display: flex;
  justify-content: end;
  & > div{
    width: 50%;
    padding: 20px 40px; 
  }
  a{
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px solid #ff0000;
    &:hover{
      color: #fff;
      border-bottom: 1px solid #fff;
    }
  }
}
.container-hawker{
  .title-2{
    color: #ff0000;
    display: flex;
    align-items: center;
    &:after {
      height: 1px;
      content: '';
      background: red;
      /* width: 121px; */
      flex-grow: 1;
      margin: 0 0 0 20px;
  }
  }
  ul{
    padding: 0;
    margin: 0;
    li{
      list-style: none;
      display: flex;
      flex-direction: row;
      font-size: 24px;
      padding: 0 0 20px;
      & > div {
        width: 50%;
        padding: 20px;
        &.info-holder{
          display: flex;
          flex-direction: column;
          justify-content: space-between;   
        }
        &.img-holder{    
          overflow: hidden;
          display: flex;
          justify-content: center;
          img{ 
            min-height: 100%;
          }
        }
      }
      &:nth-child(2){ 
        .info-holder{ 
          order: 2;
        }
      }
    }
  }
}
.hawker-info{  
  .hawker-brand{
    max-height: 240px; 
    max-width: 50%;
    margin-bottom: 28px;
    img{
      max-width: 100%;
      max-height: 240px;
    } 
  }
}

.hawker-contacts{
  span{
    display: block;
  } 
  p{
    letter-spacing: -1px;
  }
}
.powered-by-section{
  margin: 100px 0 0 0;
  .title-3 {
    font-size: 16px; 
    color: #ff0000;
    }
    ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
    li{
        list-style: none;
        padding: 0 10px 10px 0;
        img{
        height: auto;
        width: auto;
        }
    }
    }
}


.container-download{ 
  align-items: center;
  justify-content: start;
  .powered-by-section{
    margin-top: 66px;
    text-align: center;
    ul{
      justify-content: center;
    }
  }
}

.flex-body-wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  min-height: 40vh;
}

/* Video */
.overlay-video{
    display: flex;
    justify-content: center;
}
.video-landing{
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  z-index: -1;
}

.video-container {
  position: relative;
  display: inline-block;
}
.video-size{
  width: 100%;
  max-width: 1600px;
} 
.play-icon,
.pause-icon {
  position: absolute;
  width: 100%;
  height: calc(100% - 110px);
  top: 43px;
  left: 0;
}
.play-icon,
.pause-icon {
span{
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: 48px; 
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px; 
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;}
}

.pause-icon {
  display: none; 
  color: #fff;  
  &:hover{
    display: block !important;
  }
}
.play-icon{
  color: #ff0000;
  letter-spacing: -17px;
  line-height: 1.2;
}
  

/* Dropdown */

.custom-select select{
  height: 64px;
  font-size: 27px;
  text-transform: uppercase;
}
#custom-dropdown {
  padding: 10px;
  font-size: 16px;
}
.custom-select{
  width: 854px;
}

.multi-select-container {
  display: inline-block;
  position: relative;
  color: red;
  width: 100%;
  max-width: 840px;
  height: 66px;
  font-size: 27px;
  line-height: 1.5;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.multi-select-menuitems{
  max-height: 200px;
  overflow: auto;
  display: block;
}

.single-select {
  .multi-select-container {
  .multi-select-menuitem{
    padding-left: 20px;
    &:first-child, input{
      display: none;
    }
  }
}
}
.multi-select-menuitem.active{
  background-color: red;
  color: #000;
  &:hover{
  background-color: red;
  color: #000;
  }
}
.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 2px 20px 2px 40px;
  white-space: nowrap;
  position: relative;
  &:hover{
    background-color: rgba(255, 0, 0, 0.375);
    color: #000;
  }
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 10px;
  margin-left: -25px;
}

.multi-select-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  height: 66px; 
  padding: 0.2em 0.6em;
  min-width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #ff0000 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #ff0000 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
} 

option.placeholder {
  display: none;
}
  



/* Service */ 
  .service-list ul{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .service-list ul li{
    background-color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 10px 0;
    line-height: 1.5;
    list-style: none;
    color: #000;
    border: 1px solid #ff0000;
    border-radius: 4px; 
    max-width: 640px;
    text-align: center;
    padding: 0 12px;
  } 



/* Backgrounds */

.bg-food-01{
  background-image: url('./../img/food/bakchormee.png');
}
.bg-food-02{
  background-image: url('./../img/food/bakkuteh.png');
}
.bg-food-03{
  background-image: url('./../img/food/carrotcake.png');
}
.bg-food-04{
  background-image: url('./../img/food/charkwayteo.png');
}
.bg-food-05{
  background-image: url('./../img/food/chickenrice.png');
}
.bg-food-06{
  background-image: url('./../img/food/chillcrab.png');
}
.bg-food-07{
  background-image: url('./../img/food/kayatoast.png');
}
.bg-food-08{
  background-image: url('./../img/food/kueh.png');
}
.bg-food-09{
  background-image: url('./../img/food/laksa.png');
}
.bg-food-10{
  background-image: url('./../img/food/meepok.png');
}
.bg-food-11{
  background-image: url('./../img/food/nasilemak.png');
}
.bg-food-12{
  background-image: url('./../img/food/prawnnoodle.png');
}


.bg-service-01{
  background-image: url('./../img/service/branding.png');
}
.bg-service-02{
  background-image: url('./../img/service/advertise.jpeg');
}
.bg-service-03{
  background-image: url('./../img/service/grant.png');
}
.bg-service-04{
  background-image: url('./../img/service/grant.png');
}
.bg-service-05{
  background-image: url('./../img/service/instagram.png');
}
.bg-service-06{
  background-image: url('./../img/service/newcustomers.png');
}
.bg-service-07{
  background-image: url('./../img/service/successor.png');
}
.download-bg{    
  width: 466px;
  min-height: 313px;
  background: url(./../img/download.png) no-repeat;
  background-size: 100%;
  margin: 120px 0 66px;
  max-width: 80%;
}
.bg-dark{
  background: #000 !important;
}
.no-bg{
  background:transparent !important;
}
.mr-0{
  margin-right: 0 !important;
}
.title-2{
  font-size: 48px;
  padding-bottom: 20px;
}

 
 
@media (min-width: 260px) and (max-width: 2400px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1700px !important;
    width: 100% !important;
}  
}
@media(max-width:991px){
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
  }  
  .log{
    margin-right: 0;
  }
  .navbar .container-fluid > div:first-child{ 
    display: flex;
    justify-content: space-between;
  }
  .navbar-collapse{ 
    flex-basis: auto; 
  }
  .nav-item{
    padding-right: 0;
    &:first-child{
      padding-left: 0;
    }
  }
  .nav-link{
    font-size: 20px;
    padding: 0 12px !important;
  }
  .container-landing{
    padding: 40px 20px 0 !important;
  }
  .container-landing .get-start-section {
    max-width: 100%;
    background-size: 100%;
    padding: 0 0 0 0;
    font-size: 24px;
    p{
      padding-bottom: 40px;
      font-size: 32px;
      width: 100%;
    }
  }
  .container-landing .get-start-section .logo-landing{
    width: 280px;
    min-height: 160px;
    background-size: 280px;
    margin-left: 0;
  }
  .container-landing .btn {
    margin: 20px 0 0;
  }
  .powered-by-section {
    margin: 80px 0 0 0px;
  } 
    .powered-by-section ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      margin-left: 0;
  }
  .powered-by-section ul li{
    padding-right: 10px;
  }
  .btn {
    font-size: 24px;
    padding: 4px 24px;
  }
  .container{
  padding: 20px;
  h1, .service-title {
    font-size: 32px !important;
  }  
  }
  .title-2{
    font-size: 32px;
    padding-bottom: 10px;
  }
  .container-sypnosis p, .container-hawker p{
    font-size: 18px;
  } 
  .hawker-brand  img{
      max-height: 80px; 
      max-width: 200px;
  } 
  .flex-body-wrapper{
    min-height: 300px;
  }
  .service-list{
    width: 100%;
    ul li{
      font-size: 32px;
    }
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .container-sypnosis > div{
    width: 100%;
    padding: 0;
  } 
  .title-2{
    font-size: 32px;
    padding-bottom: 10px;
  }
  .container-sypnosis p, .container-hawker p{
    font-size: 18px;
  }
  .container-sypnosis{
    padding-bottom: 20px;
  }
 
    .container-hawker ul{
      padding-left: 0;
      margin-left: 0;
    } 
    .container-hawker ul li{
      display: block;
        padding: 0 0 40px 0;
        & > div{
          padding: 0;
          width: 100%;
        }
    }
  .img-holder{
    display: block !important; 
  }

  .img-holder img{
    max-width: 300px;
    width: 100%;
  }
  .download-bg{
    min-height: 200px !important;
    max-width: 300px;
  }
}