
@font-face {
  font-family: 'Gotham';
 src:  url('../font/Gotham-Black.otf'),
 url('../font/Gotham-Black.ttf'),
 url('../font/Gotham-BlackItalic.otf'),
 url('../font/Gotham-BoldItalic.ttf'),
 url('../font/Gotham-Book.otf'),
 url('../font/Gotham-Light.ttf'),
 url('../font/Gotham-Thin.ttf'),
 url('../font/Gotham-Ultra.otf'),
 url('../font/Gotham-XLight.otf'),
 url('../font/Gotham\ Narrow\ Book.otf');
}

@font-face {
  font-family: 'Gotham-Bold';
 src:  
 url('../font/Gotham-Bold.otf'),
 url('../font/Gotham-Bold.ttf');
}

@font-face {
  font-family: 'Meatloaf';
 src:  url('../font/Meatloaf\ Solid.ttf');
}

@font-face {
  font-family: 'medium';
 src:  url('../font/Gotham-Medium.otf');
}

@font-face {
  font-family: 'poppins';
 src:  url('../font/Poppins-Medium.ttf'),
       url('../font/Poppins-Regular.ttf'),
       url('../font/ProductSans-Bold.ttf'),
      url('../font/ProductSans-BoldItalic.ttf'),
      url('../font/ProductSans-Regular.ttf'),
      url('../font/Poppins-Medium.ttf'),
}

@font-face {
  font-family: 'productsans';
 src:
       url('../font/ProductSans-Bold.ttf'),
      url('../font/ProductSans-BoldItalic.ttf'),
      url('../font/ProductSans-Regular.ttf'),
      url('../font/Poppins-Medium.ttf'),
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;

}
li.nav-item a {
  font-family: Gotham-Bold;
}

.navbar-brand img {
    width: 100px;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
  }

  ul.navbar-nav a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}

.bate a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #528917;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 500;
}

li.nav-item img {
  width: 100%;
  position: relative;
  top: 70px;
  z-index:999;
  scale: 1.2;
}

ul.navbar-nav {
  height: 95px;
}
nav.navbar {
  padding: 0;
}
a.nav-link {
  padding-top: 0 !important;
}

.hero {
  position: relative;
}


#best{
  background-image: url('')
}

#main {
  padding: 0 10px;
}

#bubble {
  margin-top: -22px;
}

.deliver-txt h2 {
  color: #515151;
  font-size: 83px;
  font-weight: 700;
  font-family: 'Meatloaf';
  letter-spacing: 3px;
  line-height: 27px;
}

.deliver-txt h4 {
  color: #528917;
  font-size: 83px;
  font-weight: 700;
  font-family: 'Meatloaf';
  letter-spacing: 3px;
}

#deliver{
  background-image: url('../images/delivery.png');
  background-size: contain;
  width: 100%;
  
}



.popin h2 {
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  font-family: 'Meatloaf';
  font-weight: 400;
}

.carousel-wrap {
 
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 45%;
}

.owl-dot {
  background:#fff;
  width: 10px;
  height: 10px;
  /* padding: 10px; */
  margin: 10px;
  border-radius: 50px;
}
.shop a {
  text-decoration: none;
  background: #528917;
  width: fit-content;
  display: block;
  margin: auto;
  padding: 0px 61px;
  text-align: center;
  font-size: 47px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: 'Meatloaf';
  border-radius: 10px;
}

#icon img {
  width: auto;
  height: 150px;
}

#icon h3 {
  padding-top: 20px;
  font-size: 20px;
  font-family: 'Gotham';
}


span.sape {
  color: #528917;
}

.back {
  background-color: #D8E9C6;
  padding: 30px;
  margin: 10px;
  border-radius: 15px;
}
.custum {
  display: flex;
 
  align-items: center;
}

.straw img {
  width: auto;
  height: 75px !important;
}

.star {
  padding-left: 40px;
}
.star p {
  font-size: 24px;
  font-weight: 600;
  color: #676767;
}

/*.hack .col-md-6 {*/
/*  width: 48.6%;*/
/*}*/


.create h2 {
  font-size: 176px;
  font-family: Meatloaf;
  line-height: 120px;
}
.create p {
  font-size: 37px;
  font-family: Meatloaf;
  font-weight: 400;
  color: #676767;
 
}
.you{
  color: #515151;
}


.create img {
  /*margin-top: -110px;*/
  padding: 0;
 
}
.line {
  width: 230px;
  height: 8px;
  background: #528917;
  display: block;
  position: relative;
  left: 59px;
  /* margin: auto; */
  border-radius: 5px;
}

/* #drink{
  background-image: url('../images/drink-sec.png');
  background-size: cover;
} */

#back-image {
  background-image: url(../images/deliver.png);
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: 20px -20px;
  /* background-position: center; */
}

#tea{
  background-image: url('../images/tea.png');
  background-size: cover;
  width: 100%;
  padding: 100px;

}

.bubble-tea h2 {
  font-size: 76px;
  font-family: Meatloaf;
  color: #fff;
  line-height: 50px;
}

.bubble-tea p{
  font-size: 19px;
  font-family: medium;
 color: #fff;
}

a.gree {
  text-decoration: none;
  background: #0D6826;
  color: #fff;
}

a.gre {
  background: #fff;
  color: #528917;
}

.buton a {
  text-decoration: none;
  font-size: 33px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: 'Meatloaf';
  border-radius: 10px;
  margin-top: 30px;
}

.buton {
  margin-top: 40px;
}

#everyone{
  padding: 80px;
}

.onee h2 {
  font-size: 70px;
  font-family: 'Meatloaf';
}
.onee p {
  font-size: 19px;
  font-family: medium;
  color: #676767;
}

.made h2 {
  font-size: 85px;
  line-height: 70px;
  font-family: 'Meatloaf';
  color: #515151;
}

.made p {
  font-size: 19px;
  font-family: 'medium';
  padding-right: 100px;
  color: #676767;
}
.made {
  padding-top: 60px;
}

.jack{
  padding: 70px 0;
}

.why-txt h2 {
  font-size: 70px;
  font-family: 'Meatloaf';
}

.txte h2 {
  font-size: 55px;
  font-family: 'Meatloaf';
}

.txte p {
  font-size: 19px;
  font-family: 'medium';
  color: #676767;
}

#footer h3 {
  color: #fff;
  font-size: 20px;
  font-family: poppins;
}

#footer {
  background: #528917;
  color: #fff;
}

#footer ul{
  padding: 0;
}
#footer ul li {
  list-style: none;
  
}

#footer a {
  text-decoration: none;
  color: #fff;
  font-family: 'poppins';
  font-size: 16px;
}

#footer{
  background: #528917;
}
a.mail {
  display: block;
  margin-bottom: 10px;
}

.copy p {
  font-size: 16px;
  font-family: 'poppins';
}
.create{
  position: relative;

}

.create:before {
  content: "";
  background-image: url(../images/Vector.png);
  width: 100%;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
}
.create:before {
  content: "";
  background-image: url(../images/Vector.png);
  width: 100%;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 186px;
  left: 283px;
}


.week{
  position: relative;

}

img.vect {
  width: 32%;
  height: auto;
  position: absolute;
  right: -70px;
  top: 15px;
  z-index: -1;
}
p.bote {
  margin-bottom: 50px;
}

.input-container {
  position: relative;
}
.input-container input {
  padding-right: 30px;
}
.input-container .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
button .icon {
  margin-left: 5px;
}
.email-box{
  position: relative;
}
button.sabe {
  position: absolute;
  right: 15px;
  top: 23px;
  background: none;
  color: #fff
  
}

.input-container input {
  padding-right: 30px;
  height: 40px;
  padding: 20px;
  border-radius: 3px;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #fff;
}

::placeholder {
  color: #fff;
}

.d-blo{
  display: none;
}

.popin{
    margin:30px;
}

.log-foot img{
    width:100px;
}


.heading-img {
        height: auto;
        width: 120px;
        margin-bottom: 20px;
        animation: rotation 15s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


  @media screen and (max-width: 1280px) {
    ul.navbar-nav a{
        font-size:14px !important;
        padding:8px 12px !important;
    }
    .bate a {
    font-size: 14px;
    padding: 7px 12px;
}
  }


  @media screen and (max-width: 1120px) {
      img.vect{
          display:none;
      }
    ul.navbar-nav a {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    .bate a {
        font-size: 12px;
    }
}


  @media screen and (max-width: 855px) {
li.nav-item img {
     width:100px;
}
}



  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 100px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }

  @media only screen and (max-width: 767px){

    .d-non{
      display: none;
    }
    .d-blo{
      display: block;
    }
    
    button.sabe {
    left: 150px !important;
}
    
.mob-mar{
    margin:30px 0;
}


    img.vect{
      display: none;
    }

    .create:before {
      display: none;
  }

  
  button.navbar-toggler {
    background: #528917;
}

.bate a {
  font-size: 14px;
  padding: 10px 10px;
 
}

div#navbarNav {
  position: absolute;
  top: 93px;

  background: white;
  width: 100%;

  margin: 0 auto;
  z-index: 999;
}

a.navbar-brand {
  order: 2;
}

.bate {
  order: 3;
}
ul.navbar-nav {
  height: auto;
}
   
.mx-auto {
  padding-left: 0px;
}

.navbar-nav {
  align-items: unset;
}
}
  

@media only screen and (max-width: 600px){

  #deliver{
    background:transparent;
  }
  .deliver-txt{
    margin-top: 60px;
  }
  .deliver-txt h2 {
    font-size: 45px;
}
.deliver-txt h4 {
  font-size: 40px;
}
.star {
    padding-left: 20px;
}
.straw img {
    height: 50px !important;
}
.star p {
    font-size: 14px;
}
.popin h2 {
    font-size: 30px;
}
.shop a {
    padding: 0px 31px;
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.offset-1 {
    margin-left: 0;
}
.create h2 {
        font-size: 55px;
        line-height: 47px;
}
.onee h2 {
    font-size: 45px;
    line-height: 45px;
    text-align:left;
}
.onee p {
    text-align:left;
    font-size: 16px;
}

.made {
    padding-top: 30px;
}
.jack {
    padding: 40px 0;
}
.why-txt h2 {
    font-size: 45px;
}
.txte h2 {
    font-size: 45px;
}
.txte p {
    font-size: 16px;
}
section#icon {
    margin-top:50px;
}

#icon h3{
    font-size: 16px;
}

#icon img {
    width: auto;
    height: 80px;
}

.col-md-2.deep {
    padding-top: 0px;
}


.create img {
  margin-top: -30px;

}
#back-image{
    background-image:transparent;
    height:auto;
}
#everyone {
    padding: 40px 0 0 0;
}

  #tea {
    height: 489px;
    padding: 20px;
    text-align: center;
    background-image: url(../images/mob-tea.png);
    background-size: cover;
    width: 100%;
} 
.bubble-tea h2{
  font-size: 40px;
}
.bubble-tea p{
  font-size: 16px;
}
.buton{
  display: none;
}
.made h2{
  font-size: 45px;
  line-height: 45px;
}
.made p{
  padding: 0;
  font-size:16px;
}
}