#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-scrolled .logo a,
#header.header-inner-pages .logo a {
  color: #493c3e;
  background-color: red;
}

@media (max-width: 992px) {
  #header .logo {
      font-size: 28px;
  }
}

.navigasi
{
    background-color: white;
}
.feyra-teks
{
    font-weight: 800;
    letter-spacing: normal;
}
.logo 
{
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logo img
{
    max-height: 50px;
    max-width: 50px;
}
a
{
    color: #63a91f;
}
a:hover
{
    color: inherit;
    text-decoration: none;
}
.jumbotron
{
    background-image: url(../img/banner-produk-1.jpg);
    background-size: 100%;
    background-position: center center;
    margin-bottom: 75px;
    margin-top: 50px;
    height: 250px;
}
@media only screen and (max-width: 600px) {
  .jumbotron
  {
    background-size: cover;
    background-position: right center;
  }
}
.owl-prev
{
  left: -30px;
}
.owl-next
{
  right: -30px;
}
.owl-prev, .owl-next
{
  position: absolute;
  top: 40%;
}
.owl-prev span, .owl-next span
{
  font-size: 60px;
  color: #787878;
}
.owl-theme .owl-nav [class*="owl-"]:hover
{
  background-color: transparent;
}
.produk
{
    margin-top: 100px;
}
.kartu
{
    margin-bottom: 25px;
    margin-top: 25px;
}
.tombol
{
    margin-top: 10px;
    margin-left: -10px;
}
.produk
{
    background-color: #f1f7fd;
    padding-top: 10px;
}

.section-title
{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2
{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after 
{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #444444;
    bottom: 0;
    left: calc(50% - 25px);
}
.section-title p
{
  text-align: center;
  font-weight: 600;
}

.card
{
  border: none;
  outline: none;
  background-color: #63A91F;
  border-radius: 20px;
  transition: transform .3s;
}
.card:hover
{
  transform: translateY(-15px);
  transition: transform .3s;
}
.btn-produk
{
  background-color: #2a5b0e;
}
.btn-produk:hover
{
  opacity: .5;
}
.cursor
{
  cursor: pointer;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* footer */

#footer {
    color: #444444;
    font-size: 14px;
    background: #f6f4f4;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
    color: #777777;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ea6981;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #63a91f;
  }
  
  #footer .footer-newsletter {
    font-size: 15px;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #f7c2cc;
  }
  
  #footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 15px;
    padding: 0 22px;
    background: #63a91f;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type="submit"]:hover {
    background: #d01d3f;
  }
  
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #63a91f;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .social-links a:hover {
    background: #d01d3f;
    color: #fff;
    text-decoration: none;
  }

.text-responsive
{
  font-size: 30px; 
  color: #fff; 
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  .text-responsive
  {
    font-size: 20px;
  }
  
}
@media (max-width: 480px) {
  
  .text-responsive
  {
    font-size: 16px;
  }
  
}