@import url('https://fonts.googleapis.com/css2?family=Basic&family=Boogaloo&family=Fugaz+One&family=Kosugi+Maru&family=Lora:wght@500&family=Montserrat:wght@600&family=Roboto+Mono:wght@400;500;600;700&family=Yellowtail&display=swap');

/**
* Template Name: Flattern
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  /*color: #f03c02;*/
  color: #1B4242;
  text-decoration: none;
}

a:hover {
  /*color: #f03c02;*/
  color: #1B4242;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

/* FONT */
.top-words-content h2 {
  font-family: 'Lora', serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 17px;
  bottom: 75px;
  z-index: 996;
  background: #1B4242;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1B4242;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px; /* Menggeser posisi ke atas agar berada di atas ikon "Back to Top" */
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(15, 228, 15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  text-decoration: none;
}

.whatsapp-button i {
  font-size: 2.5rem;
  color: white;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

.header-1{
  height: 80px;
  transition: all 0.5s;
  /*
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  */
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-1-scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}
*/

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100%;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  margin: 0 5px 0 5px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
  background-color: #1B4242;
  border-radius: 15px;
}

.navbar-scrolled a,
.navbar-scrolled a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar-scrolled a i,
.navbar-scrolled a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-scrolled a:hover,
.navbar-scrolled .active,
.navbar-scrolled .active:focus,
.navbar-scrolled li:hover>a {
  color: #fff;
}

/*
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #f03c02;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}


.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd490f;
}
*/

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  font-size: 22px;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
  margin-bottom: 40px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #1B4242;
}



@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*HEADER HALAMAN SELAIN HOME*/

.page-header {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.page-header::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}


/*GELOMBANG ATAU WAVE*/

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}




/*STATS ITEM PURE COUNTER*/
.stats-item {
  padding: 0 20px 25px 20px;
  width: 100%;
}

.stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  /*background: orangered;*/
  background: #1B4242;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #65534c;
  position: relative; /* Menambahkan posisi relatif untuk pengaturan garis bawah */
}

.section-title h2::after {
  content: ""; /* Menambahkan elemen pseudo ::after */
  position: absolute;
  display: block;
  width: 50px;
  height: 2px; /* Ketebalan garis bawah */
  background-color: #1B4242; /* Warna oranye */
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}


/* Subscribe Section
--------------------------------*/
/*
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/slide/slide-1.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-content {
  color: #fff;
}

#subscribe .subscribe-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

#subscribe .subscribe-btn-container {
  display: flex
  align-items: center;
  justify-content: flex-start;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}
*/




/* Call to Action Section
--------------------------------*/

/* Style for Call to Action section */
.call-to-action {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 75px 0;
}

/* Small Logo Style */
.small-logo {
  max-width: 100px;
  height: auto;
}

.ayo-gabung {
  color: white; /* Ganti kode warna sesuai keinginan Anda */
}

/* Align items horizontally */
.d-flex {
  display: flex;
  align-items: center;
}

.d-flex p {
  font-size: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .text-lg-end {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* Style for the 'Join Us' button */
.btn-primary {
  border-radius: 19px;
  padding: 12px 30px;
  font-size: 18px;
  transition: all 0.3s ease;
  background-color: #1B4242;
  border: none;
}

/* Hover effect for the 'Join Us' button */
.btn-primary:hover {
  background-color: #5C8374; /* Ganti warna latar belakang saat hover sesuai keinginan */
  /* Anda juga dapat menyesuaikan perubahan warna teks atau properti lainnya saat hover di sini */
}









/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 15px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1B4242;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #9EC8B9;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #9EC8B9;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1B4242;
  border-color: #1B4242;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1B4242;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}




#abouts h1 {
  font-weight: 700;
  font-size: 32px; /* Sesuaikan dengan ukuran yang diinginkan */
  font-family: "Muli", sans-serif;
}


/*--------------------------------------------------------------
# Visi Misi 1
--------------------------------------------------------------*/
.hidden {
  display: none;
}


.visi-misi .content {
  padding: 30px 0;
}

.visi-misi .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.visi-misi .content p {
  margin-bottom: 0;
  text-align: justify;
}

.visi-misi .content .icon-box {
  margin-top: 25px;
}

.visi-misi .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.visi-misi .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #1B4242;
}

.visi-misi .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.visi-misi .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .visi-misi .image {
    text-align: center;
  }

  .visi-misi .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .visi-misi .image img {
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 16px;
  color: #000000;
  margin-left: 60px;
  text-align: justify;
}

.features .icon-box .urutan {
  font-size: 16px;
  color: #000000;
  margin-left: 45px;
  text-align: justify;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}






/*--------------------------------------------------------------
# About Home
--------------------------------------------------------------*/
#about .about-home .about-text h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: "Muli", sans-serif;
}

/*
#about .about-home .about-text p {
  text-align: justify;
}
*/

.purecounter-wrap {
  text-align: center;
}

.profile-card {
  max-width: 300px;
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.profile-card img {
  transition: all linear 0.25s;
}

.profile-card .profile-name {
  position: absolute;
  left: 30px;
  bottom: 35px;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  transition: all linear 0.25s;
  text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
  text-align: left !important;
}


.profile-card .profile-username {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #FFF;
  font-size: 13px;
  transition: all linear 0.25s;
  text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
}

.profile-card:hover img {
  filter: grayscale(50%);
}

.profile-card:hover .profile-name {
  bottom: 55px;
  text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
}

.profile-card:hover .profile-username {
  bottom: 40px;
  text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
}

/* Untuk ukuran layar di bawah 575px */
@media (max-width: 575px) {
    .struktur{
        height: 100%;
        width: 100%;
    }
    .profile-card .profile-name {
      position: absolute;
      left: 30px;
      bottom: 35px;
      font-size: 12px;
      color: #FFF;
      font-weight: bold;
      transition: all linear 0.25s;
      text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
      text-align: left !important;
    }


    .profile-card .profile-username {
      position: absolute;
      bottom: 20px;
      left: 30px;
      color: #FFF;
      font-size: 10px;
      transition: all linear 0.25s;
      text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
    }
    .w-md-50 {
        width: 50% !important;
    }
}

/* Untuk ukuran layar antara 575px dan 991px */
@media (min-width: 575px) and (max-width: 992px) {
    .struktur{
        height: 500px;
        width: 700px;
    }
    .profile-card .profile-name {
      position: absolute;
      left: 30px;
      bottom: 35px;
      font-size: 12px;
      color: #FFF;
      font-weight: bold;
      transition: all linear 0.25s;
      text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
      text-align: left !important;
    }


    .profile-card .profile-username {
      position: absolute;
      bottom: 20px;
      left: 30px;
      color: #FFF;
      font-size: 10px;
      transition: all linear 0.25s;
      text-shadow: 2px 2px 3px black; /* Mengatur efek text shadow */
    }
    
    .w-md-50 {
        width: 50% !important;
    }
}

/* Menghapus border bottom pada modal header */
.modal-header {
  border-bottom: none;
  padding: 10px 10px 0 0;
}

/* Menyesuaikan ukuran modal */
.modal-lg {
  max-width: 90%; /* Sesuaikan lebar modal */
}

/* Menambahkan tinggi modal */
.modal-content {
  height: fit-content; /* Sesuaikan tinggi modal */
  padding: 15px;
}

/* Memastikan konten modal dapat discroll */
.modal-body {
  max-height: 70vh; /* Sesuaikan tinggi konten yang bisa di-scroll */
  overflow-y: auto;
}

/* Style for social media icons */
.social a i {
  font-size: 24px; /* Ubah ukuran ikon sesuai keinginanmu */
  border-radius: 50%; /* Membuat latar belakang ikon menjadi bulat */
  background: #1B4242; /* Ganti dengan warna latar belakang yang diinginkan */
  color: #fff;
  padding: 10px; /* Tambahkan padding sesuai kebutuhan */
  display: inline-flex; /* Untuk memastikan ikon tetap berada di tengah */
  justify-content: center; /* Menyusun ikon secara horizontal */
  align-items: center; /* Menyusun ikon secara vertikal */
  transition: background-color 0.3s ease; /* Efek transisi saat hover */
}

/* Efek saat mengarahkan kursor ke ikon */
.social a i:hover {
  background: #5C8374; /* Ubah warna latar belakang saat hover sesuai preferensi Anda */
  /* Anda juga dapat menyesuaikan properti lainnya pada efek hover di sini */
  color: #fff;
}




/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.blog-card {
  width: 350px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.blog-card .blog-img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.blog-card .color-overlay {
  /* Rectangle 11: */
  background: rgba(84, 104, 110, 0.4);
  width: 350px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.blog-card .gradient-overlay {
  /* bg-gradient: */
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 350px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.blog-card:hover .card-info {
  opacity: 1;
  bottom: 120px;
}
.blog-card:hover .color-overlay {
  background: rgba(84, 104, 110, 0.8);
}

.title-content {
  text-align: center;
  margin: 70px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
}

.title-content h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.title-content hr {
  width: 50px;
  height: 3px;
  margin: 5px auto;
  border: 0;
  background: #1B4242;
}

.intro {
  width: 170px;
  margin: 0 auto;
  color: #DCE3E7;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
}

.card-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-info {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  color: #DCE3E7;
  font-family: 'Droid Serif', serif;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.utility-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 20;
}

.utility-list {
  list-style-type: none;
  margin: 0 0 30px 20px;
  padding: 0;
  width: 100%;
}
.utility-list li {
  margin: 0 15px 0 0;
  padding: 0 0 0 22px;
  display: inline-block;
  color: #DCE3E7;
  font-family: 'Roboto', sans-serif;
}


/* Services Tentang Kami */
.our-services .container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.our-services .container .services {
  width: 350px;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
}

.our-services .container .services .front {
  background: #fff;
  height: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px #1b424217;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-align: center;
}

.services .front .icon {
  height: 80px;
}

.services .front .icon i {
  font-size: 65px;
}

.services .front span,
.services .back span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}


.services .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 220px;
  width: 100%;
  padding: 30px;
  color: #fff;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: #1B4242;
  transform: translateY(110px) rotateX(-90deg);
  box-shadow: 0px 5px 20px 0px #1b424217;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.services .back p {
  margin-top: 10px;
  text-align: justify;
}

.services:hover .back {
  opacity: 1;
  transform: rotateX(0deg);
}

.services:hover .front {
  opacity: 0;
  transform: translateY(-110px) rotateX(90deg);
}






.image-gallery {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.image-item {
  position: relative;
  overflow: hidden;
  width: 30%; /* Lebar gambar dalam galeri */
}
.image-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.image-item:hover img {
  transform: scale(1.1);
}
.modal-dialog {
  max-width: 800px;
}


.partners-section {
  /* Gaya khusus untuk bagian section dengan mitra */
  /* Misalnya: */
  padding: 50px; /* Menambahkan padding di bagian atas dan bawah */
  /* background-color: #5C8374; */
}

.slick-slide{
  margin: 0 20px;
}
.slick-slide img{
  width: 75%;
}
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img{
  display: block;
}
.slick-initialized .slick-slide{
  display: block;
}


/* Logo Partner Halaman Kemitraan */

.logo-list {
  padding: 20px 0;
  text-align: center;
  background-color: #1B4242;
}
.logo-list img {
  display: inline-block;
  max-width: 100px;
  height: 150px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  filter: grayscale(100);
}
.logo-list img:hover {
  filter: none;
  transform: scale(1.2);
  -webkit-filter: none;
  -moz-filter: none;
}

/* Styling for Top Words section */
.top-words {
  background-color: #ffffff; /* Ubah warna latar belakang sesuai keinginan Anda */
}

/* Style for the image */
.img-fluid {
  width: 100%;
  height: auto;
}

/* Style for the content */
.top-words-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.top-words-content p {
  font-size: 1.1rem;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: #1B4242;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #5C8374;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1B4242;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1B4242;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1B4242;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5C8374;
}

.contact .php-email-form button[type=button] {
  background: #1B4242;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=button]:hover {
  background: #5C8374;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;
  background: #14100f;
}

#footer .footer-top {
  padding: 30px 0 20px 0;
  background: black;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1B4242;
  color: #fff;
  line-height: 1;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

#footer .footer-top .social-links a:hover {
  background: #5C8374;
  color: #fff;
  text-decoration: none;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.contact-text span {
  font-size: 12px;
  margin-bottom: 5px;
}

/* Additional styles to align icons and text */

#footer .footer-top .social-links .row {
  margin-bottom: 15px;
}

#footer .footer-top .social-links .row .col-auto {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

/* Additional styles for contact text */

#footer .footer-top .social-links .contact-text {
  margin-left: 5px;
  color: #fff;
}

.copyright {
  background-color: black;
  color: white;
  padding: 10px;
}


#team-carousel .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1B4242;
  color: #fff;
  line-height: 1;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

#team-carousel .social-links a:hover {
  background: #1b424288;
  color: #fff;
  text-decoration: none;
}


.video-grid .pb-video-container {
  padding-top: 20px;
  font-family: Lato;
}

.video-grid .pb-video-frame {
  transition: width 2s, height 2s;
}

.video-grid .pb-video-frame:hover {
  height: 300px;
}

.video-grid .pb-row {
  margin-bottom: 10px;
}

/* CSS untuk menyesuaikan tinggi iframe dan membuatnya responsif */
.video-gallery .carousel-inner .row .col-lg-4 {
  padding: 30px;
}

.video-gallery .carousel-inner .row .col-lg-4 iframe {
  width: 100%;
  height: 300px; /* Sesuaikan tinggi sesuai kebutuhan Anda */
  border-radius: 15px; /* Radius sudut border */
  border: 1px solid #ccc; /* Tambahkan border */
  margin: 10px; /* Jarak antara video */
}

.video-gallery .carousel-control-next,
.video-gallery .carousel-control-prev {
  font-size: 30px;
  /* background-color: black; /* Ganti dengan warna latar belakang yang diinginkan */
  /* border-radius: 100%; /* Membuat sudut menjadi bulat */
}

/* Contoh styling untuk ikon di dalam tombol */
.video-gallery .carousel-control-next i,
.video-gallery .carousel-control-prev i {
  color: #fff; /* Ganti dengan warna ikon yang diinginkan */
}


/* Label Sosial Media di Footer */
/*
.social-links a {
  font-size: 1.7rem;
  background: #D2D7D3;
  color: #222;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  padding-top: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.social-links a span {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  position:  absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border-radius: 5px;
}

/*
.social-links a span:before {
  content: '';
/*   width: 0; */
/*  height: 0; */
/*  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 40px;
}
*/

/*
.social-links a:hover span {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}
*/


/* Hover through the icons */
/*
.social-links a.twitter:hover {
  background-color: #1B4242; 
  color: #bfbfbf;
}

.social-links a.twitter span {
  color: #1B4242;
}
*/


/* HALAMAN ANGGOTA*/
.drive {
  position: relative; /* Menetapkan posisi relatif untuk elemen */
  background: url("../img/slide/gambar5.jpg") center center no-repeat;
  background-size: cover;
}

.drive .container .row {
  margin-top: 75px;
}

.drive .container h1 {
  font-weight: bold;
  color: #fff;
}

.drive .container h2 {
  font-size: 25px;
  color: #fff;
}

.drive::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.drive .container {
  position: relative; /* Menetapkan posisi relatif untuk konten di dalam .drive */
  z-index: 2; /* Menempatkan konten di atas lapisan semi-transparan */
}



/* TIM KAMI */
/* CSS styling for team section */
/* Existing CSS */
#team-carousel .carousel-item {
  transition: opacity 0.5s ease;
}

#team-carousel .carousel-item img {
  transition: transform 0.5s ease;
  background-color: #1B4242;
  border-radius: 15px;
}

#team-carousel .deskripsi {
  background-color: #5C8374;
  border-radius: 15px;
  color: #ffff;
}

/* Swiper Styles */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Padding */
@media screen and (max-width: 992px) {
  .p-lg-5 {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-5 {
    padding: 3.2rem !important;
  }
}





/* =========VALUE HALAMAN TENTANG========== */
.value-content {
  max-width: 1024px;
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .value-content {
    padding-top: 300px;
    flex-direction: column;
  }
}
.value-card {
  width: 100%;
  height: 250px;
  /*margin: 10px;*/
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.value-card .icon {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(90deg, #5C8374 0%, #1B4242 40%, rgba(0, 0, 0, 0.28) 60%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.value-card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #1B4242;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.value-card .text {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: #1B4242;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}

.value-card .icon {
  font-size: 40px;
}

.value-card:hover {
  height: 320px;
}

.value-card:hover .info {
  height: 100%;
}

.value-card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 40px;
}

.value-card:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}

.value-card:hover .icon i {
  background: linear-gradient(90deg, #5C8374, #1B4242);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}
/*=================== END VALUE ===================*/

/*@import url(https://fonts.googleapis.com/css?family=Poppins:300,700);*/
.snip1581 {
  font-family: 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  /*background-color: #000000;*/
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #ffffff;
}

/* CSS untuk date-icon */
.date-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px;
}

/* CSS untuk date-icon, menggunakan FontAwesome sebagai contoh */
.date-icon i {
  color: #ffffff; /* Sesuaikan dengan warna ikon */
  font-weight: 500;
}

/* CSS untuk date-text */
.date-text {
  position: absolute;
  top: 20px; /* Sesuaikan posisi vertikal sesuai kebutuhan */
  right: 30px; /* Sesuaikan posisi horizontal sesuai kebutuhan */
}

/* Contoh styling untuk teks tanggal */
.date-text p {
  margin: 0;
  font-size: 14px; /* Sesuaikan ukuran font sesuai kebutuhan */
  color: #ffffff; /* Sesuaikan warna teks sesuai kebutuhan */
  font-weight: 500;
}

@media (min-width: 460px) and (max-width: 992px){
    .snip1581 {
      font-family: 'Poppins:400,700', Arial, sans-serif;
      position: relative;
      display: inline-block;
      overflow: hidden;
      margin: 5px;
      min-width: 170px;
      max-width: 210px;
      width: 100%;
      height: 320px;
      color: #ffffff;
      text-align: left;
      font-size: 11px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
    }
    .snip1581 h3 {
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 10px 0;
      color: #ffffff;
    }
    .date-text p {
      margin: 0;
      font-size: 10px;
      color: #ffffff;
      font-weight: 300;
    }    
}

@media (min-width: 200px) and (max-width: 416px) {
    .snip1581 {
      font-family: 'Poppins:400,700', Arial, sans-serif;
      position: relative;
      display: inline-block;
      overflow: hidden;
      margin: 5px;
      min-width: 170px;
      max-width: 210px;
      width: 100%;
      height: 320px;
      color: #ffffff;
      text-align: left;
      font-size: 10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
    }
    .snip1581 h3 {
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 10px 0;
      color: #ffffff;
    }
    .date-text p {
      margin: 0;
      font-size: 9px;
      color: #ffffff;
      font-weight: 300;
    }  
}


/*
.snip1581 .title1 {
  font-weight: 700;
}

.snip1581 .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.snip1581 .title3 {
  font-weight: 700;
  font-size: 25px;
}
*/

.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}



/* HALAMAN PRODUK DAN JASA */
.product-wrapper,
.product-img {
  overflow: hidden;
  position: relative;
}

.mb-45 {
  margin-bottom: 45px;
}

.product-action {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.6s ease 0s;
}

.product-wrapper {
  border-radius: 10px;
}

.product-img > span {
  background-color: #fff;
  box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 1px;
  padding: 3px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
}

.product-action-style {
  background-color: #fff;
  box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 12px 12px 12px;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.product-wrapper:hover .product-action {
  bottom: 20px;
  opacity: 1;
}