@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap');
html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Red Hat Text', sans-serif;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none;
}
/*NavBar*/
.bg-nav{
  background-color: white;
}
.navbar-brand{
  margin-right:25px;
  margin-left:25px;
}
.nav-link{
  font-size: 20px;
  font-weight:600;
}
#filter-brand{
    margin-left:2rem;
}
@media screen and (max-width: 575px){
  .navbar-brand{
    margin-right:5px;
    margin-left:-10px;
  }
  #filter-brand{
    margin-left:-10px;
  }
}

#hamburger {
  cursor: pointer;
  width:24px;
  height:24px;
}

.bar {
  display: block;
  border-radius:5rem;
  width:100%;
  height:18%;
  margin-top:22%;
  
  background: #f5821f;
  
  transition:0.25s;
  -webkit-transition:0.25s;
  
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bar:nth-child(1) {
  position:relative;
  left:25%;
  width:75%;
}

.bar:nth-child(2) {
}

.bar:nth-child(3) {
  width:75%;
}

.animate .bar{
  margin-top:23%;
}
.animate .bar:nth-child(1) {
  width:100%;
  left:0;
  transform:translateY(9.6px) rotate(135deg);
}

.animate .bar:nth-child(2) {
  opacity: 0;
}

.animate .bar:nth-child(3) {
  width:100%;
  transform:translateY(-9.6px) rotate(-135deg);
}
.navbar-toggler{
  border: none;
}
.navbar-light .navbar-toggler {
  border: none;
}
button {
  border: none;
}
button:focus {
    outline: none;
}
/*green*/
.greenPara{
  margin-left:0.5rem;
  margin-bottom: 3rem;
  font-size: 1.1rem;
  text-align: left;
}
.greenUl{
  padding-left: 0;
  list-style: none;
  font-size: 1.2rem;
  text-align: center;
}
#greencarousel{
  padding-top:1rem;
  padding-right: 1.6rem;
  margin-bottom: 1rem;
}
.Sectiontitle{
  text-align: center;
  color: #283645;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2rem;
}
.Icon-Img{
  width: 50px;
}
@media screen and (max-width: 625px){
  #greenPara{
    text-align: center;
    margin: 8px;
    margin-bottom: 3rem;
  }
  #greencarousel{
    margin: 2rem;
    margin-top: 5rem;
    padding: 0rem;
  }
  .Sectiontitle{
    font-size: 2.4rem;
  }
}
/*filter nav*/
#filterbtn1 {
  cursor: pointer;
  width:18px;
  height:18px;
}

.fbar {
  display: block;
  width:100%;
  height:20%;
  border-radius:2px;
  margin-top:20%;
  background: #202020;
  transition:0.25s;
  -webkit-transition:0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;          
}

.fbar:nth-child(1) {
  transform: translateY(3px) translateX(5px) rotate(-45deg);
}

.fbar:nth-child(2) {
  transform: translateY(-4px) translateX(-5px) rotate(45deg); 
}

.fanimate .fbar:nth-child(1) {
  transform: translateY(3px) translateX(5px) rotate(45deg);
}

.fanimate .fbar:nth-child(2) {
  transform: translateY(-4px) translateX(-5px) rotate(-45deg); 
}
/*carousel*/
.carousel-inner img {
    width: 100%;
    /*height: 600px;*/
}

.Cat-Title{
  margin-top: 12px;
  text-align: center;
}

/* blog card*/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 85%;
  margin: auto;
  background: #fff;
  /*box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);*/
  padding: 25px;
  border-radius: 25px;
  height: 600px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 815px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 0px auto;
    margin-top: 180px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
  .spc_info{
      display:none;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 815px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 470px;
  flex-shrink: 0;
  height: 470px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
   box-shadow: 4px 13px 30px 1px rgba(24, 2, 3, 0.05);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .blog-slider__img {
    width: 300px;
    height: 300px;
  }
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 815px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 815px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
    }
  }
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.blog-slider__button:hover {
  color: white;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 815px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 815px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 815px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*Card*/
.content-wrapper {
  margin: 0 auto;
  max-width: 1800px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.news-card {
  border-radius: 25px;
  margin: 1rem;
  position: relative;
  height: 20rem;
  overflow: hidden;
  flex: 1;
  min-width: 350px;
  box-shadow: 4px 13px 30px 1px rgba(24, 2, 3, 0.05);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
  }

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    padding-bottom: 0px;
    width: 100%;
    padding: 1rem;
    color: black;
    background: rgb(255,255,255);
/*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
    transition: background-color 1.5s ease;
  }

.news-card__title {
    transition: color 1s ease;
    margin-top: .5rem;
    display: inline;
    font-size: 1.5rem;
  }

.news-card__post-date {
    /*font-size: .7rem;*/
    display: inline;
    font-style: bold;
    margin-bottom: .5rem;
    color: black;
  }

.news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
    transition: max-height 1.5s ease, opacity 1s ease;
  }

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 20rem;
    }
   /* .news-card:hover .news-card__text-wrapper {
      background-color: rgba(255, 255, 255, 0.0);
    }*/
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }

.news-card__read-more {
    color: #f5821f;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 2rem;
    margin-left: auto;
    position: relative;
    float: right;
    z-index: 5;
  }

/*Footer*/
.footer {
  /*padding: 10px 0 0 0;*/
  background-color: #192531;
  color: #ffffff; 
}
.footer > .container {
  padding-bottom: 3rem;
  padding-top: 1rem;
  max-width: 90%;
}
.footer .footer-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .footer-item .footer-title {
  font-size: 24px;
  font-weight: 600;
  padding: 5px 0; 
}
.footer .footer-item .footer-title:after {
  content: '';
  display: block;
  width: 35px;
  /*border-bottom: 1px solid #f5821f;*/
  margin-top: 10px;
}
.footer .footer-item .footer-sosmed {
  margin-top: 10px;
  display: inline-block;
}
.footer .footer-item .footer-sosmed a .item {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  margin: 0 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #1C222A; }
.footer .footer-item .footer-sosmed a .item:hover {
  /*background-color: #f5821f;*/
  background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
}
.footer .footer-item .footer-sosmed a .item .fa {
  font-size: 16px;
}
.footer .footer-item .list {
  margin: 0;
  padding: 0;
}
.footer .footer-item .list li {
  list-style: none;
  margin: 14px 0;
}
.footer .footer-item .list li a {
  color: #ced8e3;
}
.footer .footer-item .list li a:hover {
   color: #fff;
}
.footer .fcopy {
  padding: 10px 0;
  color: #999999;
  font-size: 14px;
  background-color: #1C222A;
}
@media screen and (max-width: 767px){
    .svg-wave{
      display:none;
  }
}
.ftex{
  text-align: center;
}