@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.manis.coffee/assets/fonts/Montserrat.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.manis.coffee/assets/fonts/Montserrat-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  html {
  scroll-behavior: smooth;
}
  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

/*--TYPOGRAPHY--*/

  h1,h2,h3,h4,h5 {
    font-weight: bold;
    line-height: inherit;
  }
  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }
  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  h3,
  h3 a {
    color: #454545;
  }
  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }

/*--GENERAL--*/

  html{
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }
  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }
  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }
  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }
  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section {
    position: relative;
    padding: 30px 0;
  }
  #team,
  #menu,
  #testimonial {
    text-align: center;
  }
  .about-image img,
  .team-thumb img {
    width: 100%;
  }
    #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

  #News video{ margin-left: 20%; border-radius: 20px; position:absolute;top:0;left:0;;height:100%;background:transparent;}

/*--BUTTONS--*/

  .section-btn {
    background: #ce3232;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }
.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: .8rem 3rem;
  background: #bac34e;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
}
.btn:hover {
  background: #222;
}

/*--MENU--*/
        .slider-container {
            width: 100%;
            overflow: hidden;
            background-color: #ffd454;
            color: #fff;
            padding: 10px;
        }

        .marquee-content {
            white-space: nowrap;
            animation: marquee-slide 15s linear infinite;
        }

        @keyframes marquee-slide {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-180%);
            }
        }
  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }
  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }
  .top-nav-collapse {
    background: #ffffff;
  }
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }
  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }
  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0em 0 0 1em;
  }
  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }
  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }
  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }
  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }
  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }
  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }
  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }
  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }
  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }
  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }
  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }
    .top-nav-collapse .navbar-brand {
      color: #454545;
    }
    .top-nav-collapse .nav li a {
      color: #575757;
    }
    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }

/*--HOME--*/

  #home {
    padding: 0;
  }
  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }
  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }
.header {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/slider-image1.jpg') center center no-repeat;
	background-size: cover;
	 height: 500px;
	width: auto;
}
.header .header-content {
	padding-top: 20rem;
	padding-bottom: 20rem;
	text-align: Left;
}
.header .text-container {
	margin-bottom: 3rem;
}
.header h1 {
	margin-bottom: 0.5rem;
	color: #fff;
}
.header .p-large {
	margin-bottom: 2rem;
	color: #dfe5ec;
}
.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}
.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #ce3232;
	border-radius: 0.5rem;
	background-color: #ce3232;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-solid-lg:hover {
	background-color: transparent;
	color: #ce3232;
	text-decoration: none;
}

/*--ABOUT--*/

  #about {
    padding-bottom: 0;
  }
  .about-info {
    padding: 0 6em 5em 0;
  }
  .about-info .section-title {
    padding-bottom: 20px;
  }
  .about-image {
    position: absolute;
  }
/*--MENU--*/

  #menu {
    padding-bottom: 0;
  }
  #menu .container {
    width: 100%;
  }
    #combi .container {
    padding: 0px;
  }
  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

/*--CONTACT--*/

  #contact .section-title {
    padding-bottom: 0;
  }
  #contact .text-success,
  #contact .text-danger {
    display: none;
  }
  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }
  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }
  #contact input {
    height: 55px;
  }
  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }
  #contact button#cf-submit:hover {
    color: #ffffff;
  }

/*--FOOTER--*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
  }
  footer .section-title {
    padding-bottom: 10px;
  }
  footer h2 {
    font-size: 20px;
  }
  footer a,
  footer p {
    color: #909090;
  }
  footer strong {
    color: #d9d9d9;
  }
  footer address p {
    margin-bottom: 0;
  }
  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }
  .footer-open-hour {
    background: #ce3232;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 0px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }
  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }
  .footer-open-hour h2 {
    color: #ffffff;
  }
  .footer-open-hour p {
    color: #d9d9d9;
  }
  .footer-open-hour strong {
    color: #f9f9f9;
  }

/*--SOCIAL ICON--*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }
  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }
  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }

/*--RESPONSIVE STYLE--*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }
  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }
    .about-image {
      position: relative;
    }
  }
  @media only screen and (max-width: 992px) {
    section {
      padding: 25px 10px;
    }
        section #combi {
      padding:5px;
    }
    .custom-navbar .section-btn {
      margin-left: 1em;
    }
    .slider .item {
      background-position: center;
    }
    .about-info {
      padding: 0;
    }
    .team-info {
      margin-bottom: 50px;
    }
    #menu .menu-thumb {
      width: 103%;
    }
    #testimonial {
      background-position: 50% 0 !important;
    }
    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }
    h1,h2,h3 {
      line-height: normal;
    }
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }
    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }
    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }
    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }
    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }
    .slider .caption {
      padding: 0;
    }
    .menu-thumb .menu-info {
      top: 80%;
    }
    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }
    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }

  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }
    h2 {
      font-size: 1.8em;
    }
    .menu-thumb .menu-info {
      top: 60%;
 }
  }

/*--STYLE--*/

  * {
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.banner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.banner-container .banner {
  position: relative;
  overflow: hidden;
}
.banner-container .banner:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.banner-container .banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-container .banner .content1 {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-container .banner .content1 span {
  color: #666;
  font-size: 1.5rem;
}
.banner-container .banner .content1 h3 {
  font-size: 2rem;
  padding-top: .5rem;
  color: #222;
}
.banner-container .banner .content1 .btn {
  padding: .8rem 2.5rem;
}
/*--NEWSLETTER--*/

 .home-newsletter {
padding: 30px 0;
background: skyblue;
}
.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: #ffffff;
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px;
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}

/*--FAQs--*/

.faq-heading{
    border-bottom: #777;
    padding: 20px 30px 0;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
padding: 20px 0;
}
.hr-line{
  width: 60%;
  margin: auto;
}
.faq-page {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
   width: 50%;
   padding: auto;
}
.active,
.faq-page:hover {
    background-color: #F9F9F9;
}
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
}

/*--COOKIE--*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    font-size: 14px;
    color: #ccc;
	z-index: 999;
	width: 350px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	left: 30px;
	display: none;
	border-radius: 9px;

}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #4b0082;
	box-sizing: border-box;
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
	border-radius: 5px;
}
#cookieConsent a.cookieConsentOK:hover {
	cursor: pointer;
	background: #340849;
}
@media (max-width: 500px) {

	#cookieConsent {
		bottom: 0px !important;
		right: 0px !important;
		left: 0px !important;
		width: 100%  !important;
		border-radius:0px !important;
	}

	    /*--SERVICES--*/
}.service-section {
  text-align: center;
  padding: 4em 0;
}
.service-grid h4 {
  font-size: 1.5em;
  margin: 0.9em 0;
}
.service-grid p {
  font-size: 1em;
  font-weight: 400;
  color: #9CA69D;
    line-height: 1.8em;
}
span.fa.fa-coffee {
  font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: .5em;
}
span.fa.fa-truck{
font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: .5em;
}
span.fa.fa-handshake-o{
font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: .5em;
}
span.fa.fa-lock{
font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: .5em;
}

 /*-----PRODUCT----*/
 .gallery{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    align-content: center;
        overflow-x: scroll;
  }
  .content{
  width: 21%;
  margin: 15px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius:10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: .4s;
  }
  .content:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transform: translate(0px, -8px);
  transition: .6s;
  }
  .a{
  font-size: 26px;
  text-align: center;
  color: #222f3e;
  margin: 0;
  }
  .button{
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 15px;
  border:0px;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  }
  .buy-1{
  background-color: #2183a2;
  }
  .buy-2{
  background-color: #3b3e6e;
  }
  .buy-3{
  background-color: #0b0b0b;
  }
  .buy-4{
  background-color: #851b46;
  }
  @media(max-width: 1000px){
  .content{
  width: 46%;
  }
  }
  @media(max-width: 750px){
  .content{
   width: 100%;
  }
   @media(max-width: 480px){
  #combi h3{font-size: 1em;}
  #combi p{display: none;}
  .content{
   width: 50%;
   margin: 5px;
   height:25%;
  }
  .image{width: 120px;}
    .button{
  font-size: 15px;
  height: 50%;
  }
    .a{
  font-size: 17px;
  }
  #News video{margin-left: 20px; width:89%;}
 }