/**
* CSS ORIGINAL WRITE CODEKOP.COM
*
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap");

@-ms-viewport {
  width: device-width;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  color: #333;
  width: 100%;
}

body {
  color: #333;
  background: #fff !important;
  font-size: 14px;
  width: 100%;
  overflow-x: hidden;
}

.img-responsive {
  max-width: 100%;
  border-radius: 10px !important;
  border: 1px solid #ddd;
  height: auto;
}

/* skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #bf1722;
  color: white;
  padding: 10px;
  font-size: 22px;
  z-index: 99999;
  text-decoration: none;
}

.skip-link:focus {
  top: 40px;
  left: 10px;
}

.btn-success {
  background: #006c24 !important;
  color: #fff;
}

.btn-success:hover {
  background: #008c2f !important;
  color: #fff;
}

/* skip link */

.table-responsive::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* change the background color */
.brand {
  width: auto;
  height: 30px;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.image-navbar {
  height: 60px !important;
}

.navbar-custom {
  background-color: #fffbe9ec;
  opacity: 1;
  backdrop-filter: blur(5px);
  color: #006c24;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #006c24;
  font-weight: 500;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: #006c24;
  font-weight: 500;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12pt;
  font-weight: 600;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  background-color: #006c24;
  backdrop-filter: blur(5px);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px;
  font-weight: 600;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  margin-top: 0.5pc;
  background-color: #fffbe9ec;
  border-radius: 10px;
  right: 0 !important;
  left: auto !important;
}

.navbar-custom .dropdown-item {
  color: #006c24;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 600;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #fff;
  background-color: #006c24;
  backdrop-filter: blur(5px);
  font-weight: 600;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100% !important;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.hero-index {
  background: url("../images/background_orang.webp");
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: 117% 100%;
  margin: 0px !important;
  object-fit: cover;
  /* height: 750px; */
}

.hero {
  background: url("../images/heroback.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
  /* height: 750px; */
  padding-top: 650px !important;
  padding-bottom: 50px !important;
}

.hero-mobile {
  background: url("../images/heroback.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
  height: 350px;
  padding-top: 180px !important;
  margin-top: -3.8pc !important;
}

.hero-pome {
  background: url("../images/pome_pond.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  object-fit: cover;
  /* height: 750px; */
  padding-top: 650px !important;
  padding-bottom: 50px !important;
}

.hero-mobile-pome {
  background: url("../images/pome_pond.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
  height: 350px;
  padding-top: 180px !important;
  margin-top: -3.8pc !important;
}

.pome-bg{
  background-color: #FBEEC1;
}

#partner{
  background: url("../images/bg-pome-partner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: 0px !important;
  object-fit: cover;
}

#profile-bg{
  background-image: url("../images/bgfoot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
}

.container-overlay {
  position: relative;
}

.image-overlay {
  display: block;
  height: auto;
}

.overlay {
  margin-top: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #c4a21a8d;
  width: 100%;
  text-align: center;
  border-radius: 40px;
}

.container-overlay:hover .overlay {
  opacity: 1;
}

.text-overlay {
  position: absolute;
  color: #000;
  font-size: 11pt !important;
  font-weight: 500;
  padding:10px;
  text-align: center;
}

.btn-left-radius {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn-right-radius {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.border-custom-right {
  border-right: 3.5px solid #fff;
}

.border-custom-left {
  border-left: 2.5px solid #fff;
}

.profile-content {
  padding-top: 3pc;
  padding-bottom: 3pc;
  font-size: 14pt !important;
  font-weight: 600;
  text-align: justify;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
}

.carousel-indicators li.active {
  background-color: green;
}

.image-slider {
  width: 100% !important;
  height: 450px !important;
}

#video-player {
  width: 100% !important;
  height: 450px !important;
}

.text-news {
  color: #333;
  text-decoration: none;
}

.text-news:hover {
  color: #046859;
}

.content {
  font-family: sans-serif !important;
  margin-bottom: 3pc !important;
}

.main-button button {
  position: fixed;
  height: 52px;
  width: 52px;
  bottom: 25px;
  right: 25px;
  font-size: 14px;
  border-radius: 50%;
}

.registerId {
  height: 170px !important;
}

.font-icon {
  font-size: 65pt !important;
}

.foot {
  background: #fffbe9ec;
}

.footer {
  background-image: url("../images/bgfoot.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  /* background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.card-footer {
  background-color: #ffffffad;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 15px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-2nd {
  background: #2a302e;
  padding-top: 50px;
  font-family: sans-serif !important;
}

.footer-2nd .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer-2nd .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-2nd .list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}

.footer-2nd .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer-2nd .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.footer-2nd .copyrights p,
.footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer-2nd .copyrights p a,
.footer .copyrights .credits a {
  letter-spacing: 0;
  color: #71c55d;
}

/* .main-button:hover .fa-plus {
    transform: rotate(45deg);
    transition: 0.5s;
} */

.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 150px;
  /* height: 130px; */
  z-index: 1000;
}

.whatsapp-button a {
  display: block;
  width: 100%;
  height: 100%;
}

.whatsapp-button img {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}

/* back to top */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 25px;
  z-index: 996;
  background: green !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  text-decoration: none;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(1, 161, 1) !important;
  color: #fff;
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.social-btn {
  opacity: 0;
  position: fixed;
  bottom: 70px;
  right: 23px;
  transition: opacity 0.7s;
}

.main-button > .social-btn {
  opacity: 1;
  display: block;
  z-index: 99999;
}

.social-btn li i {
  float: center;
  font-size: 17px;
  margin-top: 10px;
}

.main-button ul li {
  height: 52px;
  width: 52px;
  bottom: 80px;
  right: 25px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
}

.main-button ul li:hover i {
  font-size: 16px;
}

.social-btn .Facebook,
.social-btn .Instagram,
.social-btn .Tiktok,
.social-btn .Youtube {
  background-color: #4267b2;
  color: #fff;
  margin-bottom: 0.5pc;
}

.social-btn .Twitter {
  background-color: #1da1f2;
}

.social-btn .Tiktok {
  background-color: #3f3f3f;
}

.social-btn .Youtube {
  background-color: #d0463b;
}

.social-btn .Instagram {
  background-color: #777777;
}

.main-button ul li i {
  position: absolute;
  right: 19px;
}

.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 650px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.gallery-item {
  width: 388px;
  height: 460px;
  opacity: 0;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  opacity: 1;
  width: 440px;
  height: 536px;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-filter: blur(2px);
  transform: translateX(-50%);
}

.gallery-item-3 {
  /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer !important;
  width: 490px;
  height: 608px;
  object-fit: cover;
  border-radius: 25px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-filter: blur(2px);
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  font-size: 40px;
  margin: 0 260px;
  padding: 0 20px;
  text-transform: capitalize;
  top: -25pc !important;
  z-index: 4;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous:hover {
  position: relative;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next:hover {
  position: relative;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}
