/*
Items Name : Mehu
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 65px;
  line-height: 72px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  font-size: 18px;
  color: #ff6a6a;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ff6a6a;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #fff;
  color: #d8bc41;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #d8bc41;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 22px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #ff8f68;
  color: #ffffff;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #d8bc41;
  color: #fff;
}

.button2:hover {
  background: #ff8f68;
  color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #fff;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #2a2a2a;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #2a2a2a;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
  color: #ff6a6a;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 92px;
}
.intro .content-image {
  background: url(../img/bg-intro.png) center no-repeat;
  background-size: auto;
  background-size: 100%;
  text-align: center;
}
.intro .button {
  margin-top: 20px;
}

/* ------------------------------
  product
---------------------------------*/
.product {
  padding-top: 200px;
}
.product .content {
  background: #d8bc41;
  padding: 0 100px;
  border-radius: 50px;
  text-align: center;
}
.product .entry {
  background: #fff;
  border-radius: 0 0 22px 22px;
  padding-bottom: 20px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}
.product .entry .content-img {
  background: #ff8f68;
  top: -80px;
  position: relative;
  border-radius: 22px 22px 0 0;
  margin-bottom: -63px;
}
.product .entry .content-img img {
  top: -100px;
  position: relative;
  margin-bottom: -80px;
}
.product .entry h3 {
  font-size: 32px;
  margin-top: 10px;
  color: #ff6a6a;
}
.product .entry h3 span {
  font-size: 14px;
  position: relative;
  top: -14px;
  color: #2a2a2a;
}
.product .entry-second {
  margin-top: 138px;
  position: relative;
  top: 65px;
}

/* ------------------------------
  why-us
---------------------------------*/
.why-us {
  padding-top: 200px;
}
.why-us ul li {
  padding: 5px 0;
  font-weight: 500;
  color: #2a2a2a;
}
.why-us ul li i {
  color: #ff6a6a;
  margin-right: 10px;
}
.why-us img {
  border-radius: 50px;
}
.why-us .img2 {
  border-radius: 22px;
}
.why-us .row .row {
  text-align: justify;
  text-justify: inter-word;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding-top: 160px;
}
.testimonial h5 {
  margin-bottom: 3px;
}
.testimonial span {
  font-weight: 500;
}
.testimonial .content-image {
  display: inline-block;
  width: 35%;
  background: #d8bc41;
  border-radius: 22px;
}
.testimonial .content-image img {
  position: relative;
  bottom: 60px;
  right: 60px;
  border-radius: 22px;
}
.testimonial .content {
  padding-right: 20%;
  color: #2a2a2a;
}
.testimonial .content i {
  font-size: 65px;
  color: #ff6a6a;
}
.testimonial .content h5 {
  margin-top: 40px;
}
.testimonial .swiper {
  float: left;
  width: 65%;
  margin-top: 40px;
  cursor: pointer;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 120px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  clear: both;
}
.contact h5 {
  margin-bottom: 15px;
}
.contact .content-image {
  background: url(../img/bg-intro.png) center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  text-align: center;
}
.contact .content {
  position: relative;
  margin: 30px 0;
}
.contact .content .icon {
  float: left;
}
.contact .content .icon i {
  background: #ff8f68;
  font-size: 25px;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 22px;
  border-radius: 10px;
}
.contact .content .text {
  overflow: hidden;
}
.contact .content .text span {
  position: relative;
  top: -10px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  text-align: right;
}
footer .row {
  border-top: 1px solid #eef3f7;
  padding: 30px 0;
}

footer ul {
  text-align: left;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  font-size: 20px;
  margin-right: 10px;
}

footer ul li i:hover {
  color: #ff6a6a;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .intro {
    margin-top: 128px;
  }
  .intro h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .product .content {
    padding: 0 30px;
  }

  .product .entry-second {
    margin-top: 140px;
  }

  .testimonial .swiper {
    margin-top: -85px;
  }

  .contact .col-md-3 {
    width: 50%;
  }
  .contact .col-md-4 {
    width: 50%;
  }
  .contact .col-md-5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .product .entry-second-sm {
    margin-bottom: 80px;
  }

  .product .entry-sm {
    margin-top: 204px;
  }

  .product .why-us h6 {
    margin-top: 35px;
  }

  .intro .content-image {
    margin: 50px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .product .entry-first {
    margin-bottom: 195px;
  }

  .product .entry-five {
    margin-bottom: 80px;
  }

  .testimonial .swiper {
    width: 100%;
  }

  .testimonial .content {
    padding-right: 0px;
  }

  .testimonial .content-image {
    width: 100%;
    margin-top: 30px;
  }

  .testimonial .content-image img {
    bottom: 0;
    right: 0;
  }

  .contact .col-md-3 {
    width: 100%;
  }
  .contact .col-md-4 {
    display: none;
  }
  .contact .col-md-5 {
    display: none;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }
}

/* Airbalang playful green and yellow theme */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800&display=swap');
:root{--green:#087443;--deep:#064d32;--yellow:#ffd329;--cream:#fffbea;--ink:#15352a}
html{scroll-behavior:smooth}body{font-family:'Nunito',sans-serif;background-color:var(--cream);background-image:radial-gradient(rgba(8,116,67,.18) 1.4px,transparent 1.4px);background-size:18px 18px;color:var(--ink)}h1,h2,h3,h4,h5,h6{font-family:'Baloo 2',sans-serif;color:var(--deep);font-weight:800}h2{font-size:48px;letter-spacing:-1px}.navbar{background:var(--green);padding:14px 0;box-shadow:0 5px 0 rgba(6,77,50,.15)}.navbar .navbar-nav li a{color:#fff;font-weight:800}.navbar .navbar-nav li a:hover{color:var(--yellow)}.button{background:var(--yellow);color:var(--deep);border:3px solid var(--deep);border-radius:999px;font-weight:800;box-shadow:4px 4px 0 var(--deep)}.button:hover{background:#fff;color:var(--deep);transform:translate(-1px,-1px)}.intro{padding-top:150px;background:var(--yellow);border-bottom:6px solid var(--deep)}.intro h2{font-size:58px;line-height:1}.intro h6{color:var(--green);font-weight:800}.product,.gallery{padding:80px 0}.product .content>h2,#gallery h2{text-align:center;color:var(--green)}.entry{background:#fff;border:3px solid #000;border-radius:12px;box-shadow:4px 4px 0 #000;overflow:hidden;display:flex;flex-direction:column;padding:0;min-height:0;margin-bottom:30px}.entry .content-img{height:200px;background:#fff6cc;border-radius:0;border-bottom:3px solid #000;margin:0;padding:0;overflow:hidden}.entry .content-img img{width:100%;height:100%;object-fit:cover}.entry .body,.entry>div:not(.content-img){padding:15px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;text-align:center}.entry .content-img{height:160px;border-radius:16px;overflow:hidden;background:#eef5d7;margin-bottom:15px}.entry .content-img img{height:100%;object-fit:cover}.entry h5{font-size:25px}.entry h3{color:var(--green)}.entry h3 span{font-size:16px;margin-right:5px}.why-us,.testimonial,.contact{background:#fff;padding:80px 0}.why-us h2,.testimonial h2,.contact h2{color:var(--green)}#gallery{background:var(--green);border-top:6px solid var(--deep);border-bottom:6px solid var(--deep)}#gallery h2,#gallery p{color:#fff}#gallery img{border:4px solid var(--yellow);border-radius:18px}.footer{background:var(--deep);color:#fff}
/* Keep uploaded product photos fully contained inside their card frame. */
.entry .content-img{height:190px;display:flex;align-items:center;justify-content:center;padding:8px;background:#eef5d7}
.entry .content-img img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
/* High-contrast dotted paper texture */
body{background-color:#fffbea!important;background-image:radial-gradient(circle,#087443 1.6px,transparent 1.7px)!important;background-size:16px 16px!important;background-attachment:fixed!important}
.entry .content-img{height:210px!important;min-height:210px!important;overflow:hidden!important}
.entry .content-img img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}
/* Let the paper texture continue through the page. */
.intro,.why-us,.testimonial,.contact{background:transparent!important}
.product{background:rgba(255,251,234,.72)}

/* Match fradoo.my typography */
@font-face{font-family:'Poppins';font-style:normal;font-weight:400 800;font-display:swap;src:url('../fonts/poppins.woff2') format('woff2')}
@font-face{font-family:'Bangers';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/bangers.woff2') format('woff2')}
body{font-family:'Poppins',sans-serif}
h1,h2,h3,h4,h5,h6{font-family:'Bangers',cursive,sans-serif;font-weight:400}
/* Match fradoo.my product card treatment */
.product .entry{background:#fff!important;border:3px solid #000!important;border-radius:12px!important;box-shadow:4px 4px 0 #000!important;overflow:hidden!important;padding:0!important}
.product .entry .content-img{height:200px!important;background:#fff6cc!important;border-bottom:3px solid #000!important;border-radius:0!important;margin:0!important;padding:0!important}
.product .entry .content-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.product .entry h5,.product .entry h3{ text-align:center }
.product-pay-button{display:block;width:fit-content;margin:12px auto 0;padding:8px 18px;font-family:'Poppins',sans-serif;font-size:.9rem;text-decoration:none}
/* Keep every product image inside the fixed 200px card image area. */
.product .entry .content-img{height:200px!important;min-height:200px!important;display:flex!important;align-items:center;justify-content:center;overflow:hidden!important}
.product .entry .content-img img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
/* Reset legacy image offsets so product photos render inside the card frame. */
.product .entry .content-img{position:static!important;top:auto!important;margin-bottom:0!important}
.product .entry .content-img img{position:static!important;top:auto!important;margin:0!important}
