/*
Theme Name: Base Theme
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellobase
*/


* {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  select,
  input,
  option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
  }
  
  html {
    -webkit-text-size-adjust: none;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  video {
    display: inline-block;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
  }
  
  q {
    quotes: none
  }
  
  q:before,
  q:after {
    content: '';
    content: none
  }
  
  small {
    font-size: 80%
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em
  }
  
  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
  }
  
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
    vertical-align: top
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
  }
  
  /* remember to define focus styles! */
  :focus {
    outline: 0;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  /* tables still need 'cellspacing="0"' in the markup */
  table {
    border-collapse: separate;
    border-spacing: 0;
  }
  
  caption,
  th,
  td {
    text-align: left;
    font-weight: normal;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
  }
  
  blockquote,
  q {
    quotes: """";
  }
  
  table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td {
    vertical-align: top;
  }
  
  img {
    border: 0 none;
    max-width: 100%;
  }
  
  /* End hide from IE Mac */
  .none {
    display: none;
  }
  
  /* End Clearfix */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block
  }
  
  .clear {
    clear: both;
  }
  
  img {
    max-width: 100%;
  }
  
  .cf:before,
  .cf:after {
    content: "";
    display: table
  }
  
  .cf:after {
    clear: both;
  }
  
  .cf {
    *zoom: 1;
  }


  @font-face {
    font-family: 'Sauvage';
    src: url('fonts/Sauvage-Regular.eot');
    src: url('fonts/Sauvage-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sauvage-Regular.woff2') format('woff2'),
        url('fonts/Sauvage-Regular.woff') format('woff'),
        url('fonts/Sauvage-Regular.ttf') format('truetype'),
        url('fonts/Sauvage-Regular.svg#Sauvage-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


  
  
  
  
  a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    font-family: 'Sauvage';
    font-weight: 400;
    color: #000;
  }
  
  
  body {
    margin: 0;
    padding: 0;
    font-family: 'Baskervville';
    font-size: 14px;
    font-weight: 400;
    color: #000;    
    padding-top: 100px;
  }
  
  p {
    margin-bottom: 25px;
  }
  
  .btn{
    line-height: 1.8;    
    font-size: 14px;    
    font-family: 'Baskervville';
    font-weight: 400;    
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    padding: 12px 12px;
    min-width: 270px;
    display: inline-block;
    text-align: center;
  }

  .btn:hover , .btn:focus{
    background: #fff;
    color: #000;
    border-color: #000;

  }
  
  .main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }


  .menu-sec{
    padding: 32px 0;
    text-align: center;
  }

  .menu-list > ul > li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }

  .menu-list > ul > li > a{
    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Sauvage';
    font-weight: 400;    
    font-size: 30px;
  }

  .menu-list > ul > li > a:hover{
    text-decoration: underline;
  }

  .menu-close-wrap{
    display: none;
  }

  /*-- home banner area --*/

  .home-banner-sec{
   text-align: center;
   padding: 50px 0; 
  }


  .home-banner-sec h2{    
    text-transform: uppercase;
    line-height: 1.2;        
    text-align: center;
    font-family: 'Sauvage';
    font-weight: 400;    
    color: rgba(237,71,36,1);
    font-size: 60px;
    margin-bottom: 60px;
  }

  .home-banner-sec h1{        
    text-transform: uppercase;
    line-height: 1.2;    
    font-family: 'Sauvage';
    font-weight: 400;
    color: rgba(210,164,42,1);
    font-size: 140px;
  }

  .repeat-img-sec{
    padding: 0 0 50px;
  }

  .repeat-img img{
    display: block;
    margin: 0 auto;
  }

  .two-col-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .two-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-bottom: 50px;
    justify-content: center;
  }

  .two-col-img-col{
    width: 65%;
  }

  .two-col-content-col{
    width: 35%;
  }

  .two-col-content p{

    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.8;
    font-family: 'Baskervville';
    font-weight: 400;    
    font-size: 16px;
  }

  .foo-sec{
    position: relative;
  }

  .foo-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between;
    align-items: center;
    
  }

  .foo-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 15px;   
    width: 33.333%;
    margin-bottom: 50px;
  }
  
  .foo-nav-col-1 , .foo-nav-col-2{
    width: 20%;
  }

  .foo-logo{
    display: inline-block;
    max-width: 306px;
    width: 100%;
    margin: 0 auto;
  }

  .foo-logo img{
    display: block;
    margin: 0 auto;
  }

  .foo-nav > ul{
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .foo-nav > ul > li{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .foo-nav > ul > li > a{
    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-align: center;
    font-family: 'Baskervville';
    font-weight: 400;    
    font-size: 14px;
    text-align: left;
  }


  .foo-nav > ul > li > a:hover{
    text-decoration: underline;
  }


  .foo-disc{
    text-align: center;
  }

  .foo-social{
    margin-bottom: 25px;
  }

  .foo-social p{
    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;        
    font-family: 'Baskervville';
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .foo-social-icn ul{
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .foo-social-icn ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .foo-social-icn ul li a{
    color: #000;
    font-size: 28px;
  }

  .foo-social-icn ul li a:hover , .foo-social-icn ul li a:focus{
    opacity: 0.4;
    color: #000;
    
  }

  .foo-disc-links p{
    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;        
    font-family: 'Baskervville';
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .foo-disc-links p a{
    color: rgba(25,25,26,1); 
  }

  .foo-disc-links p a:hover , .foo-disc-links p a:focus{
    color: rgba(25,25,26,1); 
    text-decoration: underline;
  }

  .border-radius-img{
    margin-bottom: 15px;
  }
  .border-radius-img img{
    display: block;
    margin: 0 auto;
    max-width: 520px;
    border-radius: 304px 304px 0px 0px;
    width: 100%;
  }

  .menu-logo{
    display: none;
  }

  .delite-menu-ic{
    display: none;
  }

  .header-main{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }


  /*-- how it work page --*/

  .how-it-work-sec{
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .how-it-work-content h1{
    color: rgba(237,71,36,1);
    font-size: 135px;
    font-family: 'Sauvage';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .how-it-work-content h2{
    color: rgba(237,71,36,1);
    font-size: 60px;
    font-family: 'Sauvage';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .how-it-work-content p{
    font-family: 'Baskervville';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: rgba(237,71,36,1);
    font-size: 23px;
  }

  .how-it-work-content ol{
    list-style: none;
    counter-reset: custom-order;
    margin-top: 150px;
  }

  .how-it-work-content ol li {
    counter-increment: custom-order;
    font-size: 35px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family: 'Baskervville';
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-left: 150px;
    margin-bottom: 100px;
    width: 65%;

  }

  .how-it-work-content ol li:nth-child(even){
    
    margin-left: auto;

  }

  .how-it-work-content ol li::before {
    content: counter(custom-order) ". ";    
    position: absolute;
    left: 0;
    top: 0;
    font-size: 200px;
    color: #fff;
    font-family: 'Sauvage';
    font-weight: 400;;
    line-height: 1;
  }

  .whats-on-tap-sec{
  text-align: center;
  }

  .whats-on-tap-list ul{
    padding: 0;
    margin: 0;
    list-style: none;

  }

  .whats-on-tap-list{
    padding-bottom: 50px;
  }
  .whats-on-tap-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    margin-bottom: 20px;
  }


  .whats-on-tap-list ul li a{
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 300;
    color: rgba(25,25,26,1);
    line-height: 1.2;
    border-bottom: 1px solid rgba(25,25,26,1);
    padding-bottom: 5px;
  }

  .whats-on-tap-list ul li a:hover{
    color: rgba(237,71,36,1);
    border-color: rgba(237,71,36,1);;
  }

  .whats-on-tap-content{
    padding: 0 0 50px;
  }

  .whats-on-tap-content h2{
    color: rgba(237,71,36,1);
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Sauvage';
    font-weight: 400;
  }

  .default-sec{
    padding: 50px 0;
  }

  .default-content{
    font-size: 14px;
    color: rgba(25,25,26,1);
    line-height: 1.8;
    text-align: justify;
    font-family: 'Baskervville';
    font-weight: 400;
  }

  .default-content p{

  }

  .default-content h6{
    font-size: 14px;
    color: rgba(25,25,26,1);
    line-height: 1.8;
    text-align: justify;
    font-family: 'Baskervville';
    font-weight: 400;
    margin-bottom: 5px;
  }

  .default-content ul{
    list-style: disc;
    padding: 0 0 0 18px;
    margin: 0 0 20px;
  }

  .default-content ul li{
    list-style: disc;
  }


  /*-- contact page --*/

  .contact-carousel-sec{
    padding: 0 0 50px;
  }

  .contact-carousel-img{

  }

  .contact-carousel-img img{
    display: block;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    border-radius: 0px 0px 315px 315px;
  }

  .contact-review-sec{
    padding: 0 0 50px;
    text-align: center;
  }

  .contact-review-top{
    padding: 0 0 30px;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
  }
  .contact-review-top h3{
    color: rgba(25,25,26,1);
    text-transform: uppercase;
    line-height: 1.2;    
    font-size: 34px;
    text-align: center;
    font-family: 'Sauvage';
    font-weight: 400;    
  }


  .contact-social-list{
    padding: 0 0 40px;
  }

  .contact-social-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .contact-social-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 10px;
  }

  .contact-social-list ul li a{
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 300;
    color: rgba(25,25,26,1);
    line-height: 1.8;
    border-bottom: 1px solid rgba(25,25,26,1);
    padding-bottom: 5px;
  }
  
  .contact-social-list ul li a:hover{
    border-color:  rgba(237,71,36,1);
    color:  rgba(237,71,36,1);
  } 

  .contact-address ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .contact-address ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    color: rgba(25,25,26,1);
    line-height: 1.8;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
  }

  

  .contact-address ul li:after{
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 14px;
  }

  .contact-address ul li:last-child:after{
    display: none;
  }

  .contact-address ul li a{
  
    color: rgba(25,25,26,1);
   
  }
  
  .contact-address ul li a:hover{
   
    color:  rgba(237,71,36,1);
  } 

  .menu-scroll-links{
    text-align: center;
  }

  .menu-item-main h2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
  }



.menu-table th,
.menu-table td {
  text-align: left;
  font-weight: normal;
}

.menu-table table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Lato';
  width: 100%;
}

.menu-table td {
  vertical-align: top;
  padding: 15px;
}

.menu-table td td{
  padding: 15px 30px 0;
}

.menu-table h4{
  font-family: 'Lato';
  font-size: 18px; 
  text-transform: uppercase;
}

.menu-table i{
  font-style: normal;
  font-size: 18px; 
}

.menu-table em{
  font-style: normal;
  font-size: 18px; 
}

.menu-table h5{
  font-family: 'Lato';
  font-size: 18px; 
}

.menu-table h6{
  font-family: 'Lato';
  font-size: 18px; 
  display: inline-block;
  z-index: 1;
  position: relative;
  background: #fff;
  padding-left: 30px;
  padding-right: 10px;
}



.menu-table td td td:first-child h6:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-top: -2px;
}

.menu-table td td:nth-child(2) {
  text-align: right;
}


.menu-table tr tr tr{
  position: relative;
}

.menu-table tr tr tr:before{
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    /* height: 1px; */
    width: 96%;
    border: 1px dotted #000;
    top: 50%;
    margin-top: -1px;
}

.menu-table td td td{
  padding: 10px 0;
}


.menu-table h5{
  position: relative;
}

.menu-table td td:first-child h5:before{
  content: "";
  position: absolute;
  left: -15px;  
  width: 5px;
  height: 5px;
  background: #000;
  top: 50%;
  margin-top: -1px;
  border-radius: 50%;
}

.menu-table table , .menu-table tbody{
  display: block;
}

.menu-table tr{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-table td{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.menu-table > table > tbody > tr{
  position: relative;
}

.menu-table > table > tbody > tr:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  
  width: 96%;
  border: 1px dotted #000;
  top: 28px;
}

.menu-table > table > tbody > tr > td{
  
  background: #fff;
  z-index: 1;
}

.menu-table .nested-menu td{
  width: 100%;
  padding-right: 0;
}

.menu-table .nested-menu td td td{
  width: 50%;
  align-items: flex-start;
}

.menu-table .nested-menu td td td:nth-child(2){
  align-items: flex-end;
}

.menu-item-main{
  padding-bottom: 60px;
}