/* Custom font */

@font-face{

  font-family: "AvenirNext-Bold";

  src: url('../fonts/AvenirNext-Bold.ttf');

}

@font-face{

  font-family: "KohinoorBangla-Medium";

  src: url('../fonts/KohinoorBangla-Medium.ttf');

}

*{

  padding: 0;

  margin: 0;

}

html,

body {

  font-family: 'KohinoorBangla-Medium';

  box-sizing: border-box;

   /*overflow-x: hidden !important; */

}

/* Utility */

.bg-brand {

  background: #B1D04F;

  color: #fff;

}



.btn-brand {

  color: #151515;

  border: 2px solid #333;

  border-radius: 2px;

  background: 0 0;

  height: auto;

  padding: 8px 37px;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  text-decoration: none;

  letter-spacing: 2px;

}

.btn-brand:hover {

  color: #fff;

  border-color: transparent;

  background: #b7d435;

  text-decoration: none;

  outline: 0;

}



/* Start Of Navbar Design */

header {

  background: #fff;

  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1), 0 3px 6px rgba(0,0,0,.17);

  box-shadow: 0 3px 6px rgba(0,0,0,.1), 0 3px 6px rgba(0,0,0,.17);

}

.navbar {

    padding: .5rem 0rem !important;

}



.navbar .logo img{

  position: absolute;

  width: 125px;

  top: 10px;

  left: 10px;

}



.navbar-nav .nav-item {

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

}



.navbar-light .navbar-nav .nav-link {

  color: #5a4a42;

}



.navbar-light .navbar-nav .nav-link:hover {

  color: #006838;

}



.active {

  color: #006838 !important;

}





.navbar .search-wrap{

  margin-left: 10px;

  position: relative;

}

.navbar .location-search{

  padding:15px  46px !important;

  font-size: 18px;

  cursor: pointer;

}

.navbar .location-search:hover{

  background: #006838;

  transition: all 0.5s ease-in-out;

}

/* Location Search Box */

.search-box{

  position: absolute;

  width: 300px;

  overflow-y: scroll;

  max-height: calc(100vh - 150px);

  left: 0;

  background: #fff;

  text-align: center;

  padding: 7px 10px;

  border:2px dashed #b8d436;

}

.search-box p{

  font-size: 15px;

  color: #b8d436;

}

.search-box h5{

  margin-top: 10px;

  font-size: 16px;

  color: #333;

}

.search-box a{

  font-weight: bold !important;

}



/* End Of Navbar Design */





/* Top right Leaf image */

#leaf{

  position: relative;

  overflow: hidden;

}

#leaf .leaf-image img{

  position: absolute;

  top: 215px;

  left: -175px;

  max-height: 600px;

  /* -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg); */

  z-index: -1;

}

#leaf .leaf-image2 img{

  position: absolute;

  top: 75px;

  right: -200px;

  max-height: 600px;

  -webkit-transform: rotate(-30deg);

  -ms-transform: rotate(-30deg);

  transform: rotate(-38deg);

  z-index: -1;

}



/* Start Of Home Banner */

#home-banne{

    position: relative !important;

    overflow-x: hidden !important;

}

#home-banner .banner-item {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 12px 0;

}

#home-banner .banner-item a h3 {

    border: 2px solid #00683C;

    padding: 25px 12px;

    border-radius: 5px;

    margin-bottom: 0px;

    font-size: 48px;

}

#home-banner .banner-item a:hover{

  -webkit-filter: drop-shadow(5px 5px 5px #222);

  filter: drop-shadow(5px 5px 5px #222);

  transition: all 0.3s ease-in-out;

}





/* Start of Video Section */

#video .video-content iframe{

    height:630px;

}

/* End of Video Section */

/* Start of lightbox slider */



#Lightbox-Slider .slick-dotted.slick-slider{

    margin-bottom:60px !important;

}

/* Start of Serve Section */

#serve-section {

  background: #1A5C3D;

  padding:120px 0;

}

.slick-prev:before{

    font-size: 40px;

    color: #1A5C3D;

}

.slick-prev {

    left: -50px;

}

.slick-next:before{

    font-size: 40px;

    color: #1A5C3D;

}

.slick-next {

    left: -25px;

}

/* End ot Serve Section */









/* Start Of Middle slider */

#middle-slider{

    /*display:none !important;*/

  position: relative;

  overflow-x: hidden !important;

}

#middle-slider .leaf-image img{

  position: absolute;

  top: 37%;

  left: -150px;

  max-height: 420px;

  /* -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg); */

  z-index: -1;

}

#middle-slider .leaf-image2 img{

  position: absolute;

  top: 10%;

  right: -160px;

  max-height: 420px;

  -webkit-transform: rotate(-21deg);

  -ms-transform: rotate(-21deg);

  transform: rotate(-21deg);

  z-index: -1;

}

#middle-slider .carousel-indicators {

  bottom: -65px !important;

}

#middle-slider .carousel-indicators li {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background-color: #B1D04F;

}

#middle-slider .carousel-control-next-icon {

  background-image: url('../images/middle-slider/icons/next.png');

}

#middle-slider .carousel-control-prev-icon {

  background-image: url('../images/middle-slider/icons/pre.png');

}

#middle-slider #middle-carousel:hover  .carousel-control-next {

  right: 15px;

  opacity: 1 !important;

  transition: all 0.3s ease-in;

}

#middle-slider #middle-carousel:hover  .carousel-control-prev {

  left: 15px;

  opacity: 1 !important;

  transition: all 0.3s ease-in;

}

.carousel-control-next{

  right: -30px;

  opacity: 0 !important;

}

.carousel-control-prev{

  left: -30px;

  opacity: 0 !important;

}

.carousel-control-next,

.carousel-control-prev {

  top: 45%;

  background: #00683C;

  width: 50px;

  height: 70px;

}

.carousel-control-next-icon, 

.carousel-control-prev-icon {

  display: inline-block;

  width: 40px;

  height: 40px;

  background: no-repeat 50%/100% 100%;

}

#middle-slider .carousel-caption {

  position: absolute;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 10;

  padding-top: 10px;

  padding-bottom: 10px;

  color: #fff;

  text-align: center;

  background: rgb(0, 0, 0, 0.7);

}

/* End of Middle Slider Design */















/* Start Of Menu Section Design */

#menu {

  background: url('../images/paper-bg3.png') repeat;

}

#menu .header h2{

  margin-bottom: 15px;

  font-size: 46px;

  font-weight: 700;

  text-transform: uppercase;

  text-align: center;

  font-family: "AvenirNext-Bold";

  line-height: 1.1;

  color: #5a4a42;

  padding: 100px 30px;

}





#menu .menu-img img{

  height: 260px !important;

  margin: 0 auto !important;

}



/* End Of Menu Section Design */





/* Start Review Section Design */

/* End Review Section Design */





/* Start of Bottom slider */

#brand-banner img{

    width:3000px !important;

}

/* Start of Bottom slider */



#bottom-slider-section .location-icon{

  width: 80px;

  margin-top: -40px;

}

#bottom-slider-section h2{

  font-size: 45px;

  font-weight: 700;

  text-align: center;

  line-height: 1.1;

  text-transform: uppercase;

  font-family: "AvenirNext-Bold";

  margin-top: 30px;

  margin-bottom: 100px;

  color: #5a4a42;

}

#bottom-slider-section h2.lightbox-heading{

    font-size: 45px;

    font-weight: 700;

    text-transform:none;

    text-align: center;

    line-height: 1.1;

    font-family: "AvenirNext-Bold";

    margin-top: 30px;

    margin-bottom: 100px;

    color: #5a4a42;

}

/* slider design */

/* the slides */

#bottom-slider-section .bottom-slider .slick-slide {

  margin: 0 10px;

}

/* the parent */

#bottom-slider-section .bottom-slider .slick-list {

  margin: 0 -10px;

}



#bottom-slider-section .bottom-slider img {

  width: 100%;

  height: 240px;

}

#bottom-slider-section .bottom-slider .overlay {

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  background: rgba(0,0,0,.3);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

#bottom-slider-section .bottom-slider .overlay h3, h5{

    color: #fff !important;

}

#bottom-slider-section .bottom-slider .overlay h3{

  width: 360px;

  margin: 0 auto;

  font-size: 24px;

  font-family: "AvenirNext-Bold", sans-serif;

  line-height: 1.4;

  font-weight: 400;

}



/* Custom slider navigation dots */

.bottom-slider .slick-dots li.slick-active button:before {

  opacity: 1;

  color: #00683C;

}



.bottom-slider .slick-dots li button:before {

  font-size: 10px;

  line-height: 20px;

  width: 20px;

  height: 20px;

  opacity: .25;

  color: #00683C;

}



/* End of Bottom slider */





#myModal .modal-content {

  background: url('../images/paper-bg3.png');

}

#myModal .modal-content .modal-header{

  border: 0;

}

#myModal .modal-content img{

  /*max-width: 350px !important;*/

  margin: 0 auto;

}

#myModal .modal-content .fb:hover{

  background: transparent;

  color: #000;

}

#myModal .modal-content .google:hover{

  background: transparent;

  color: #000;

}

#myModal .modal-content .fb{

  display: block;

  background: #385A94;

  border: 1px solid #00683C;

  border-radius: 0 !important;

  color: #fff;

}

#myModal .modal-content .google{

  display: block;

  background: #00A85B;

  border: 1px solid #00683C;

  border-radius: 0 !important;

  color: #fff;  

}

#myModal p.free-items{

    font-size:20px;

}

div#cid_3 #input_3 {

    width: 100% !important;

    max-width: 100% !important;

}

.form-line-error{

background-color: none !important;

}

#myModal .modal-content h5.eGIFT {

    margin-top: 40px !important;

    color: #000 !important;

}

/* Modal / popup */





/* Footer Design */

footer {

  background: #00683C;

}

footer .copy {

  max-width: 350px;

}

footer .copy p,

footer .copy a{

  font-size: 12px;

  color: #fff;

  margin-bottom: 0;

}









































/* ============================================================= */

/* ============================================================= */

/* ============================================================= */



/*--------------------- About Page Style --------------------*/



/* About Banner Style */

#about-banner-top {

  background: url('../images/about-img/about.jpg') no-repeat center center/cover;

  height: 100vh;

  position: relative;

}



#about-banner-top::before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  background: rgba(34,34,34,.3);

}

#about-banner-top .about-content {

  height: 100vh;

}



#about-banner-top .real-image {

  width: 350px;

  z-index: 1 !important;

}

#about-banner-top .about-banner-text {

  max-width: 750px;

  z-index: 1;

}



/* About Title Style */

#about-title {

  background: url('../images/about-img/title-bg.jpg') no-repeat center center/cover;

}



/* about image Section Style */

#about-img-section img{

    width: 100vw;

}

/* about Section Style */

#about-section {

  background: url('../images/about-img/paper-bg3.png');

}

#about-section .text {

  color: #5a4a42;

  /* text-align: justify; */

}



.section-title {

  font-family: "AvenirNext-Bold";

  line-height: 1.4;

  font-weight: 400;

  color: #5a4a42;

}

.section-title .title-des {

  font-size: 28px;

  margin-bottom: 6px;

  position: relative;

}



.title-des span::before {

  right: 80%;

  margin-right: 0;

}



.title-des span::after {

  left: 80%;

  margin-left: 0;

}



.title-des span:after,

.title-des span:before {

  content: '';

  position: absolute;

  height: 5px;

  border-bottom: 1px dashed rgba(90,74,66,.5);

  top: 30px;

  width: 50%;

}



.section-title h4 {

  font-size: 18px;

  text-transform: uppercase;

}



/* Common misconceptions about Bubble Tea */

#common-misco .row h5 {

  font-size: 17px;

  color: #006838;

  font-weight: bold;

}



#common-misco .row p {

  font-size: 14px;

  text-align: justify;

  font-style: italic;

}



#common-misco .row img {

  height: 80px;

  margin-bottom: 20px;

}



/* Who We Are And Our City Style */

#who-we-are h1,

#our-city h1,

#our-Partners h1,

#story-history h1 {

  font-family: "AvenirNext-Bold";

  font-size: 30px;

  font-weight: 700;

  text-align: center;

  line-height: 1.1;

  color: #5a4a42;

  text-transform: uppercase;

}



#who-we-are p,

#our-city p {

  font-size: 19px;

  margin-bottom: 5px;

  font-style: italic;

  color: #555451;

}



/* Our Story And History Style */

#story-history {

  background: url('../images/about-img/paper-bg3.png');

}

#story-history .story-content{

  padding: 100px 0;

}

#story-history .story-content .story-img{

  display: block;

}

#story-history .story-content .story-mobile{

  display: none;

}

/* Partner Logo Style */

.partner-logo {

  max-width: 250px;

}



/* ************** End Of About Pase Style ******************* */















/*--------------------- Contact Page Style --------------------*/



/* Contact Banner */

#contact-banner {

  background: url('../images/contact.jpg') no-repeat center center/cover;

  height: 100vh;

  position: relative;

}



#contact-banner::before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(34,34,34,.3);

}



.banner-content {

  height: 100vh;

}



.banner-content h1 {

  z-index: 1;

  font-size: 60px;

  letter-spacing: 5px;

  font-family: "AvenirNext-Bold";

}









/* Contact Form */

input,

textarea:focus {

  outline: none !important;

  box-shadow: none !important;

  border: 1px solid#006838 !important;

}

.contact-form input,

.contact-form textarea {

  font-size: 13px;

  border: 1px solid #006838;

  font-weight: 500;

}



.contact-form small {

  font-size: 11px;

  color: #5a4a42;

}



.contact-form h2 {

  color: #5a4a42;

}



.contact-form .submit-btn {

  background: #006838;

  color: #fff;

  border: 2px solid#006838;

}



.contact-form .submit-btn:hover {

  background: none;

  color: #006838;

  font-weight: bold;

  border: 2px solid#006838;

}



.contact-form a {

 color: #006838;

 text-decoration: none;

}



.contact-form a:hover {

  color: #60720e;

  text-decoration: underline;

}





/* ************** End Of Contact Pase Style ******************* */











/*--------------------- Careers Page Style --------------------*/



/* Careers Banner */

#careers-banner {

  background: url('../images/career.jpg') no-repeat center center/cover;

  height: 100vh;

  position: relative;

}



#careers-banner::before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(34,34,34,.3);

}



/* Careers Apply Here */

#apply-here {

  background: url('../images/paper-bg3.png');

}

#apply-here .card{

  

  border-radius: 25px;

  box-shadow: 15px 15px 60px rgba(0, 0, 0, 0.4);

}

.career-apply h1 {

  color: #5a4a42;

  font-family: "AvenirNext-Bold";

  font-size: 45px;

}



/* ************** End Of Careers Pase Style ******************* */













/*--------------------- Menu Page Style --------------------*/



/* Menu Top Section Style */

#show-menu {

  background: url('../images/menu-img/bg.jpg');

  background-position: center;

  background-attachment: scroll;

  background-size: cover;

}



#show-menu .House-Special {

  width: 350px;

}



.menu-item-title {

  font-family: "AvenirNext-Bold";

  font-size: 15px;

  color: #5a4a42;

}





/* Start Menu Item List Styel */

.menu-item-list p {

  margin-bottom: 10px;

  font-family: 'AvenirNext-Bold';

  font-size: 16px;

  color: #5a4a42;

}



.menu-item-list p span {

  font-family: 'KohinoorBangla-Medium';

}



.menu-col-border {

  border-left: 2px dashed #5a4a42;

  padding-left: 50px;

}





.border-white {

  border-left: 2px dashed#fff;

}



/* Menu Section Background */

#fruit-smoothie,

#ice-crush,

#milk-tea {

  background: url('../images/paper-bg3.png') no-repeat center center/cover;

}



#tapioca-pearl {

  background: #443a36;

}



#tapioca-pearl p,

#tapioca-pearl h3{

  color: #fff;

}

























/* 

**************************************************

**************************************************

                Media Query

**************************************************

**************************************************

 */

 @media(max-width:1199px) {

  /* home page */

  #home-banner .banner-item a h3{

      font-size: 36px !important;

      padding: 20px 40px;

  }

 }



 @media(max-width:1100px) {

  /* home page */

  #bottom-slider-section .bottom-slider .overlay h3{

    width: 250px;

  }

 }







 @media(max-width:800px) {

  /* home page */

  .home-nav {

    margin-top: 36px;

  }



  .navbar {

    padding-top:0 !important;

    padding-bottom:0 !important;

  }

  .navbar .logo img{

    position: static;

    top: 0px;

  }

  /* Location search */



  .navbar .search-wrap{

    margin-left: 0;

    position: fixed !important;

    top: 0;

    left: 0;

    right: 0;

  }

  .navbar .location-search {

    padding: 6px 45px !important;

    font-size: 16px;

}

  /* Location Search Box */

  .search-box{

    left: 0;

    right: 0;

    margin: auto;

  }

/*Video*/

    #video .video-content iframe {

    height: 393px;

    }

  /* bottom Slider */

  #bottom-slider-section h2 {

    font-size: 35px;

  }

  #bottom-slider-section .bottom-slider img {

    height: 160px;

  }

  #bottom-slider-section .bottom-slider .overlay h3{

    width: initial;

    font-size: 17px;

  }

  #bottom-slider-section .bottom-slider .overlay h5{

    font-size: 12px;

  }



  /* Be Real / About  */

  /* Title Des deshed none */



  .title-des span:after,

  .title-des span:before {

    display: none;

  }



 }







 

 @media(max-width:500px) {

   /* utility */

  .w-sm-100 {

    width: 100% !important;

  }



  #store-map{

    height: 100vh !important;

  }





  /* home page */

  /* top leaf image */

  .leaf-image{

    display: none;

  }

  /*Video*/

  #video .video-content iframe {

    height: 227px;

  }

  /* home Banner */

  #home-banner .banner-item {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px 0;

  }



 /* Serve Section */

  #serve-section {

    padding: 60px 0;

  }



  /* order Content */

  .order-content {

    width: 100% !important;

  }



  /* bottom Slider */

  #bottom-slider-section ul li {

    display: none !important;

  }



  #bottom-slider-section h2 {

    margin-bottom: 50px;

  }



  #bottom-slider-section .bottom-slider img {

    height: 240px;

  }

  #bottom-slider-section .bottom-slider .overlay h3{

    width: initial;

    font-size: 28px;

  }

  #bottom-slider-section .bottom-slider .overlay h5{

    font-size: inherit;

  }





/* Menu Page */

/* Menu Item Section Border */



  .menu-col-border {

    border-left: 2px dashed hsl(20, 15%, 31%, 0) !important;

    border-top: 2px dashed #5a4a42 !important;

    margin-top: 10px;

    padding-top: 10px;

    padding-left: 10px;

  }

  

  .border-white {

    border-left: hsl(0, 0%, 0%, 0) !important;

    border-top: 2px dashed #fff !important;

    margin-top: 10px;

    padding-top: 10px;

    padding-left: 10px;

  }



  /*  Contact & Career Headding */

  .banner-content h1 {

    font-size: 45px;

    text-align: center;

  }





  /* Modal */

  



  /* Footer */

  footer img{

    margin: 0 auto !important;

  }

  .modal form button {

    width: 100%;

    margin-top: 15px;

    margin-left: 0 !important;

  }







  /* 

  **********************************

          about page / be real

  **********************************

  */



  #story-history .story-content .story-img{

    display: none;

  }

  #story-history .story-content .story-mobile{

    display: block;

  }

  .story-mobile p{

    font-size: 20px;

    font-weight: 400;

    color: #5a4a42;

    line-height: 1.6;

  }



 }

 

 @media(max-width:375px) {

     #video .video-content iframe {

        height: 199px;

    }

 }

 @media(max-width:320px) {

     #video .video-content iframe {

        height: 168px;

    }

 }

 

 

 

 /* The CSS that matters */



.lb {

	display: none;

	position: fixed!important;

	z-index: 999;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0,0,0,0.8);

  text-align:center;

}



.lb img {

	max-width: 90%;

	max-height: 80%;

	margin-top: 2%;

}



.lb:target {

	outline: none;

	display: block;

}



a.lb:hover {cursor:default;}

img:hover {cursor:pointer;}



.navbar-brand {

  display: inline-block;

  padding-top: .3125rem;

  padding-bottom: .3125rem;

  margin-right: 1rem;

  font-size: 16px;

  line-height: inherit;

  white-space: nowrap;

  font-weight: bold;

  padding-left: 10px;

  text-transform: uppercase;

}



.navbar-light .navbar-brand {

  color: #5a4a42;

}