@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Raleway:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Teko:wght@500&display=swap');
@import url('https://db.onlinewebfonts.com/c/15c8a3b298f5a1c33c33cb07b08b9996?family=Gotham+Pro+Light');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+KR:wght@300&family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@500&family=Azeret+Mono:wght@300&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran&display=swap");

.kucing1 {
  border-radius: 12px;
  border-color: white;
  width: 10%;
  float: right;
  margin-bottom: 5px;
  margin-top: 10px;
  opacity: 1;
  background-color: rgb(255, 255, 255);
}

.modal-body {
  margin-top: -50px;
}

.kucing3 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 500px;
}

.kucing4 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: absolute;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

.navbar {
  background-color: rgb(255, 255, 255);
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.brand-img {
  width: 100%;
}

svg text {
  stroke: rgb(2, 0, 0);
  font-size: 40px;
  font-weight: 20;

  stroke-width: 2;
  animation: textAnimate 5s infinite;
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
  }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset: -20%;
  }
}

.col1 {
  margin-top: 160px;
}

.col2 {
  margin-top: 150px;
}

.col3 {
  margin-top: 50px;
  text-align: center;
  color: black;
  margin-top: -20px;
}

.col4 {
  text-align: center;
  margin-top: 40px;
  color: black;
}

.container {
  color: black;
}

.col10 {
  font-size: 10px;
  margin-top: 100px;
}

.col5 {
  margin-top: 400px;
}
.container .title {
  width: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  text-transform: uppercase;
  font-size: 22px;
  color: #222;
  letter-spacing: 1.5px;
  padding: 50px 0px;
}
.content {
  width: 100%;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-gap: 100%;
  margin: auto;
}
.content .article {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px 25px;
}
.image-section {
  width: 50%;
  margin: auto;
  position: 0px;
}
.image-section img {
  width: 100%;
  margin-bottom: 30px;
  height: 260px;
}
.content .article h2 {
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #222;
  letter-spacing: 1.5px;
  padding: 50px 0px;
  width: 100%;
  display: flex;
}

#title {
  padding-top: 60px;
  font-size: 50px;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
}

/* Image Card Center */
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* footer */
.txtfooter {
  font-family: "Open sans", sans-serif;
}

/* grey */
#brand,
#mission {
  background-color: #f9f9f9;
  padding-bottom: 90px;
}

.columns {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.rows::after {
  content: "";
  display: table;
  clear: both;
}

.superformnihbos {
  width: 100%;
  margin: auto;
  position: 0px;
}
/* from */
#fcf-form {
  display: block;
}

.fcf-body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: "Open sans", sans-serif;

  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.fcf-credit {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #545b62;
}

.fcf-credit a {
  color: #545b62;
  text-decoration: underline;
}

.fcf-credit a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg,
.fcf-btn-group-lg > .fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block + .fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
  width: 100%;
}

.container .fcf-body .fcf-from .fcf-h3 h3 {
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #222;
  letter-spacing: 1.5px;
  padding: 20px 0px;
  width: 100%;
}
.container1 {
  margin-top: 100px;
  padding-left: 400px;
  padding-right: 400px;
}
/* /from */
@media screen and (max-width: 900px) {
  .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .article {
    text-align: center;
  }
  .container .title {
    text-align: center;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */
/* body{
    font-family: 'Poppins', sans-serif;
} */
.wrapper {
  width: 1200px;
  margin: 100px auto;
}
.blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-blog {
  flex-basis: 390px;
  border: 1px solid #eee;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  transition: 0.3s;
}
.single-blog:hover .blog-img img {
  transform: scale(1.1);
}
.blog-img a {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #ff7720;
  padding: 10px 30px;
}
.blog-info {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
}
.blog-info a {
  color: #333;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
}
.blog-content {
  padding: 20px;
}
.blog-content h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.blog-content a {
  background-color: #ff7720;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-content a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #333;
  content: "";
  transition: 0.3s;
  z-index: -1;
}
.blog-content a:hover:before {
  left: 0;
}

.col-md-6 a {
  text-decoration: none;
}
.col-md-6 a:hover {
  color: black;
  text-decoration: underline white;
}

.containerv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/*baru akandibuat skrg */
/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  background: #121518;
}

/* Background pertama */
.service .service-icon {
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("about.jpg");
}

/*Background kedua*/

.cobaja {
  width: 80%;
  position: absolute;
  height: 225px;
}

.service .service-icon i {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 60px;
  color: #aa9166;
  background-image: url("about.jpg");
  transition: 0.5s;
}

.service .service-item:hover .service-icon i {
  margin-top: -15px;
}

.service .service-item h3 {
  margin: 0;
  padding: 25px 15px 15px 15px;
  font-size: 30px;
  font-weight: 600;
  color: #aa9166;
}

.service .service-item p {
  margin: 0;
  color: #999999;
  padding: 0 25px 25px 25px;
  font-size: 18px;
}

/*button LEARN MORE*/
.service .service-item a.btn {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 1px;
  color: #434355;
  width: 100%;
  height: auto;
}

/* video popup */

/* CSS Document */
#headerPopup {
  width: 75%;
  margin: 0 auto;
}

#headerPopup iframe {
  width: 100%;
  margin: 0 auto;
}

.hero-full-container {
  height: 100vh;
}
.hero-full-container .hero-full-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}
.hero-full-container .hero-full-wrapper .text-content {
  vertical-align: middle;
  display: table-cell;
}
.white-text-container h1,
.white-text-container h2,
.white-text-container h3,
.white-text-container h4,
.white-text-container h5,
.white-text-container p {
  text-shadow: 0 1px 3px #000;
  color: #fff;
}
.white-text-container a {
  color: #fff;
}
.section-container-spacer {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-container-spacer {
    margin-bottom: 40px;
  }
}
.section-container {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section-container {
    padding: 80px 0;
  }
}
.section-container.only-container {
  min-height: 84vh;
}
@media (max-width: 768px) {
  .section-container:first-of-type {
    padding-top: 30px;
  }
}
.background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: helticabold;
  src: url(/Free-Sans/FreeSansBold.ttf);
}
.dropdown-item {
  font-family: helticabold, sans-serif;
}

/* CSS BAWAH UNTUK NEWS */

@import url("https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700");

:root {
  --transition-time: 0.5s;
}

a {
  color: inherit;
}

.cards-wrapper1 {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  padding: 2rem;
  margin: 0 auto;
  width: max-content;
}

.card1 {
  font-family: "Heebo";
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0, 0, 0, var(--bg-filter-opacity)), rgba(0, 0, 0, var(--bg-filter-opacity))), var(--bg-img);
  height: 15em;
  width: 15em;
  font-size: 1.5em;
  color: black;
  /* border-radius: 2em; */
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0.2em 0em black;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 5px solid rgb(204, 204, 204);
  text-decoration: none;
}

.card1:hover {
  transform: rotate(0);
}

.card1 h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.card1 p {
  font-size: 0.75em;
  font-family: "Open Sans";
  margin-top: 0.5em;
  line-height: 2em;
}

.card1 .tags {
  display: flex;
}

.card1 .tags1 .tag1 {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.card1:hover .tags1 .tag1 {
  background: var(--color);
  color: white;
}

.card1 .date1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: 0.8;
}

.card1:before,
.card1:after {
  content: "";
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card1:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

.card1:after {
  background: white;
  width: 200%;
  height: 200%;
}

.card1:hover {
  color: var(--color);
}

.card1:hover:before,
.card1:hover:after {
  transform: scale(1);
}

.card-grid-space1 .num1 {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}

.info1 {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.info1 img {
  height: 3em;
  margin-right: 0.5em;
}

.info1 h1 {
  font-size: 1em;
  font-weight: normal;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .cards-wrapper1 {
    grid-template-columns: 1fr;
  }
  .info1 {
    justify-content: center;
  }
  .card-grid-space1 .num1 {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .cards-wrapper1 {
    padding: 4rem 2rem;
  }
  .card1 {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  .info1 {
    display: block;
    text-align: center;
  }
  .info1 h1 {
    margin: 0;
  }
}

/* Products */
a{
  text-decoration: none;
}
a:hover{
  color: #448ef6;
}
.product-item{
  border: 1px solid rgb(219, 219, 219);
  border-radius: 8px;
  height: 350px;
}
.product-img{
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 188px; */

}
.btns{
  position: absolute;
  left: 0;
  bottom: -100%;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.btns button{
  border: none;
  background-color: rgb(39, 39, 39);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btns button:hover{
  color: #448ef6;
}
.product-img:hover .btns{
  bottom: 0;
}

.heart-icon{
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 18px;
}

.product-type{
  font-size: 13px;
  opacity: 0.8;
}
.product-name{
  transition: all 0.3s ease-in-out;
}
.product-name:hover{
  color: #448ef6!important;
}
.product-price{
  color: #448ef6;
}
.rating{
  font-size: 13px;
}
.product-item{
  width: 200px;
}
/* End of Products */