.herobg {
    background-image: url(../assets/media/illustrations/herobg.jpg);
    background-size: cover;
    background-position: 0 0%;
    height: 100vh;
}

.landing-header[data-kt-sticky-enabled="true"] .menu-item .menu-link {
    color: #516022 !important;
    font-size: 15px !important;
}

.landing-header:not([data-kt-sticky-enabled="true"]) .menu-item .menu-link {
    color: #fff !important;
    font-size: 15px !important;
}

.header {
    position: absolute;
    width: 100%;
}

.header-fixed[data-kt-sticky-header="on"] .header {
    position: fixed;
}

/* transition duration to control the speed of fade effect */

.hero-image {
    height: 100vh;
}

.carousel-item {
    transition: transform 2.6s ease-in-out;
    height: 100%;
}
.carousel-item img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    left: 0%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff !important;
}

.carousel-indicators [data-bs-target]:not(button.btnnav) {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 7px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 5px !important;
}

.carousel-indicators .btnnav {
    width: 35px;
    height: 35px;
    margin: 0px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-indent: unset;
    opacity: 1;
}

.carousel-indicators .btnnav i {
    color: #fff;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
}

.btnsearchtop {
    height: 30px !important;
    width: 30px !important;
}

.searchbar {
    background: transparent !important;
    border-radius: 30px;
    color: #fff !important;
    height: 30px !important;
}

.header {
    border-bottom: none;
    width: 100%;
}

.header-fixed[data-kt-sticky-header="on"] .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    height: 65px;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0;
    margin: 0 auto;
}

.header-fixed[data-kt-sticky-header="on"] .header .menu-container {
    background-color: #fff;
    margin: 7px 30px;
    border-radius: 12px;
}

.header-fixed[data-kt-sticky-header="on"]
    .header
    .menu-container
    .menu-item
    .menu-link
    .menu-title {
    color: #2f4622 !important;
}

.menu-state-bg .menu-item.here > .menu-link,
.menu-state-bg .menu-item.show > .menu-link,
.menu-state-bg .menu-item.here > .menu-link,
.menu-state-bg .menu-item.show > .menu-link:hover:not(.disabled):not(.active) {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: rgba(216, 233, 210, 0.7);
}

.menu-state-bg .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active) {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: rgba(216, 233, 210, 0.7);
}
.header-fixed:not([data-kt-sticky-header="on"])
    .header
    .header-menu
    .menu
    > .menu-item
    > a
    > .menu-link {
    color: #fff !important;
}

.header-fixed[data-kt-sticky-header="on"] .header .searchbar {
    color: #000 !important;
    border: 1px solid #d4d4d4 !important;
}

.scrolltop {
    background-color: #09ad0e !important;
}

.carousel-caption {
    text-align: left;
    width: 50%;
    bottom: 15%;
    left: 10% !important;
}

.slogan {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.sub-slogan {
    font-size: 24px;
    color: #fff;
}

.btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.btn-get-started:hover {
    color: #516022;
    background: rgba(255, 255, 255, 1);
}

.play-btn {
    width: 55px;
    height: 55px;
    background: radial-gradient(#fff 50%, rgba(255, 255, 255, 0.4) 52%);
    border-radius: 50%;
    border: none;
    display: block;
    position: absolute;
    left: calc(35% - 27px);
    /* margin-top: 2px; */
    overflow: hidden;
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(255, 255, 255, 0);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #516022;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.social-media a i {
    font-size: 23px;
    color: #fff;
}

#program {
    background-color: #fff;
}

.program-title {
    font-size: 50px;
    margin: 60px 0;
    font-family: "Times New Roman", Times, serif;
    color: #2f4622;
}

.program-container {
    background-image: url(../assets_landing/media/patterns/programbg.png);
    background-size: 100% 300px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.program-item {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 40px auto 50px auto;
}

.breadcrumb-item {
    color: #204511 !important;
}

.card-img-program {
    border-radius: 15px;
    width: 100%;
    /* min-height: 300px; */
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-img-program img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-desc-program {
    border-radius: 15px;
    width: 100%;
    /* height: 300px; */
    background-color: #f7f7f7;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.green-text {
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.title-page {
    font-size: 35px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.text-bold-page {
    font-size: 24px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: black;
    word-wrap: break-word;
    word-break: break-word;
}

.text-light-page {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: black;
    word-wrap: break-word;
    word-break: break-word;
}

.breadcrumb-base {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: #646862;
}

.breadcrumb-active {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #373d36;
}

.subtitle-page {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.program-item-sub-detail {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: white;
    word-wrap: break-word;
    word-break: break-word;
}

.program-item-title {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.program-item-sub-title {
    font-size: 35px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.program-item-detail {
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #204511;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
}

/* .program-item-sub-detail{
    font-size:20px;
    color:white;
    font-family: 'Be Vietnam Pro' !important;
} */

.btn-program {
    border-radius: 50px;
    background-color: #418c26;
    color: #fff;
    font-weight: bold;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 15px;
}

.btn-program:hover {
    background-color: #2e5f1c;
    color: white !important;
}

.btn-program span {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #fff;
    padding: 8px 7px 5px 7px;
}

.btn-program span i {
    font-size: 16px;
    color: #2e5f1c;
}

.btn-loadmore {
    background-color: #fff;
    border-radius: 50px;
    font-weight: 700;
}

#penjualan {
    background-color: #fff;
}

.penjualan-container {
    background-image: url(../assets_landing/media/patterns/penjualanbg.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.penjualan-title {
    font-size: 30px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #2f4622;
    word-wrap: break-word;
}

.penjualan-sub-title {
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #2f4622;
    word-wrap: break-word;
}

.card-penjualan {
    border-radius: 10px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-img-penjualan {
    border-radius: 10px;
    width: 100%;
    height: 180px;
}

.card-img-penjualan img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.aset-title {
    color: #000;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
}

.aset-detail {
    color: #000;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
}

.btn-penjualan {
    background-color: #fff;
    color: #2f4622;
    outline: none;
    border: 1px solid #418c26;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
}

.btn-penjualan:hover {
    background-color: #418c26;
    color: #fff;
}

.anper-container {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    bottom: -80px;
    left: 0;
    width: 95%;
    margin: 10px auto;
    padding: 0 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#berita {
    background-color: #fff;
}

.berita-container {
    width: 90%;
    margin: 40px auto;
}

.berita-wrapper {
    background-color: #f5f5f5;
    border-radius: 13px;
    padding: 20px;
}

.berita-tagline {
    color: #000;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 60px 0 60px 0;
    word-wrap: break-word;
    word-break: break-word;
}

.card-berita {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    /* height: 450px; */
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-img-berita {
    border-radius: 10px;
    width: 100%;
    height: 250px;
}

.card-img-berita img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-edukasi {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    /* height: 450px; */
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-img-edukasi {
    border-radius: 10px;
    width: 100%;
    height: 250px;
}

.card-img-edukasi img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.back-text {
    font-size: 16px;
    font-weight: 500;
}

.img-custom {
}

.berita-title {
    color: #000;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
}

.btn-berita {
    background-color: #f5f5f5;
    color: #2f4622;
    outline: none;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-berita:hover {
    background-color: #418c26;
    color: #fff;
}

#aktivitas {
    background-color: #fff;
    background-image: url(../assets_landing/media/patterns/aktivitasbg.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.aktivitas-container {
    width: 90%;
    margin: 40px auto;
}

.aktivitas-wrapper {
    border-radius: 13px;
    padding: 20px;
    background: rgba(232, 241, 194, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.aktivitas-tagline {
    color: #000;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 60px 0 60px 0;
    word-wrap: break-word;
    word-break: break-word;
}

.card-aktivitas {
    border-radius: 10px;
    /* width: 300px;
    height: 400px; */
    margin: auto 15px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-img-aktivitas img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.card-img-aktivitas img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aktivitas-title {
    color: #000;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
}

.tns-item.tns-slide-active:nth-child(2) > .card-aktivitas {
    width: 350px !important;
    height: 450px !important;
}

.img-gallery {
    width: 100%;
    height: 500px;
}

.img-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#contact {
    background-color: #fff;
}

.contact-container {
    width: 90%;
    margin: 80px auto 50px auto;
    background: url(../assets_landing/media/images/contact.jpg);
    background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
    background-blend-mode: darken;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card-img-contact {
    width: 100%;
    /* height: 250px; */
    border-radius: 13px;
}

.card-img-contact img {
    border-radius: 13px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-tagline {
    /* position: absolute; */
    color: #fff;
}

.contact-tagline .h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

#footer-page {
    background-color: #edf2e6 !important;
    min-height: 300px;
    padding-top: 50px;
}

.footer-container {
    width: 90%;
    margin: 0 auto;
    background-image: url(../assets_landing/media/patterns/footerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
}

#white-page {
    background-color: white;
}

.white-page-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#lightgreen-page {
    background-color: #eef4ec;
}

.lightgreen-page-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#detail-page {
    background-color: #efffe9 !important;
    background-image: url(../assets_landing/media/patterns/detailpagebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 1000px;
}

#berita-page {
    width: 100%;
    background: url(../assets_landing/media/images/berita.jpg);
    background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#edukasi-page {
    width: 100%;
    background: url(../assets_landing/media/images/edukasi.jpg);
    background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.detail-page-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail-page-title {
    font-size: 50px;
    font-family: "Times New Roman", Times, serif;
    color: #2f4622;
    font-weight: 500;
}

.detail-page-desc {
    font-size: 13px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #204511;
    word-wrap: break-word;
    word-break: break-word;
}

.card-green {
    background-color: #265218 !important;
    color: #fff;
}

.card-dark-green {
    background-color: #204511 !important;
    color: #fff;
}

ol.list-misi {
    counter-reset: misi-counter;
    list-style: none;
    padding-left: 40px;
}
ol.list-misi li {
    margin: 0 0 1rem 0;
    counter-increment: misi-counter;
    position: relative;
}
ol.list-misi li::before {
    content: counter(misi-counter);
    color: #204511;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #ecffd5;
    border-radius: 50%;
    text-align: center;
}

.img-anper {
    width: 120px !important;
    height: auto !important;
    transition: transform 0.2s;
    cursor: pointer;
}

.bg-light-green {
    background-color: #3b7326;
}

.bg-dark-green {
    background-color: #214513;
}

.bg-white-brown {
    background-color: #fffde7;
}

.bg-whites {
    background-color: #ffffff;
}

a {
    color: inherit; /* Inherits the color from the parent element */
    text-decoration: none; /* Removes the underline */
}

.img-anper:hover {
    transform: scale(1.5) !important;
    /* -webkit-filter: drop-shadow(0px 0px 4px rgba(144, 237, 125, 0.8));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.2s linear; */
}

/* .profile-person-wrapper{
    width: 25%;
    height: 300px;
}

.profile-person-item {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
  }
  
  .profile-person-item.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
  }
  
  .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    backface-visibility: hidden !important;
  }
  
  .card-face-front {
    background: #204511;
  }
  
  .card-face-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .card-face-back {
    background: white !important;
    transform: rotateY(180deg);
  }
  
  .profile-person-name {
    font-size: 15px;
    color: #204511;
  }
  
  .profile-person-position {
    font-size: 13px;
    color: #09ad0e;
  }
  
  .profile-person-description {
    font-size: 12px;
    color: #000;
  } */

.profile-person {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
}

.profile-person.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

.profile-person img {
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    height: 100%;
    width: 100%;
}

.profile-person .overlay {
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.profile-person-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 10;
    padding: 15px;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.profile-person-caption i {
    font-size: 24px;
}

.profile-person-caption-title {
    margin-top: 0px;
}
.profile-person-caption-content {
    margin: 0;
}

.profile-person-caption-link {
    color: #fff;
    text-decoration: underline;
    opacity: 0.8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.profile-person-Slide-up:hover .overlay {
    background: rgb(64, 10, 111);
    background: -moz-linear-gradient(
        0deg,
        rgb(10, 111, 50) 0%,
        rgba(59, 116, 70, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgb(10, 111, 59) 0%,
        rgba(59, 116, 70, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgb(10, 111, 54) 0%,
        rgba(59, 116, 65, 0) 100%
    );
}

.profile-person-Slide-up:hover .profile-person-caption {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.btn-white {
    background-color: #f5f5f5;
    color: #2f4622;
    outline: none;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-white:hover {
    background-color: #418c26;
    color: #fff;
}

@media (max-width: 767.98px) {
    .header {
        width: 100%;
    }

    .hero-image {
        height: 60vh;
    }

    .carousel-item img {
        height: 100%;
        width: fit-content;
        position: relative;
        left: -20%;
    }

    .carousel-indicators [data-bs-target]:not(button.btnnav) {
        width: 20px;
        height: 5px;
    }

    .carousel-indicators .btnnav {
        width: 30px;
        height: 30px;
    }

    .searchbar {
        color: #000 !important;
    }

    .header-fixed[data-kt-sticky-header="on"] .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 97;
        background-color: #ffffff;
        box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
        height: 65px;
        border-bottom: 0;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        padding: 0;
    }

    .header-fixed[data-kt-sticky-header="on"] .header .menu-container {
        margin: 0 0;
    }

    .img-anper {
        width: 200px !important;
        height: auto !important;
    }
}
