@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

:root,
[data-bs-theme=light] {
    --bs-primary: rgba(46, 125, 50, 1);
    --bs-secondary: #94BC3A;
    --bs-btn-active: rgb(33, 95, 36);
    --bs-nav-bar-bg: rgba(255, 255, 255, 0.9);
    --bs-nav-bar-height: 60px;
}

.btn.btn-primary:hover:not(.btn-active) {
    background-color: var(--bs-btn-active) !important
}

body {
    background: white;
}

.h-100vh {
    height: 100vh !important;
}

.min-h-100vh {
    min-height: 100dvh;
}

.min-h-100vh-navbar {
    min-height: calc(100vh - 60px) !important;
}

.navbar-padding {
    padding-top: var(--bs-nav-bar-height);
}

.navbar-margin {
    margin-top: var(--bs-nav-bar-height);
}

.index-bg-asset {
    z-index: -1 !important;
}

.ls-0 {
    letter-spacing: 0px !important;
}

.ls-1 {
    letter-spacing: 10px !important;
}

.ls-2 {
    letter-spacing: 20px !important;
}

.ls-3 {
    letter-spacing: 30px !important;
}

.ls-4 {
    letter-spacing: 40px !important;
}

.ls-5 {
    letter-spacing: 50px !important;
}

.text-white {
    color: white !important
}

.text-black {
    color: black !important
}

.btn {
    font-size: 16px !important;
    padding: 11px 20px !important;

    border-radius: 7px !important;
}

nav.navbar {
    height: 60px;
    background: var(--bs-nav-bar-bg) !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

nav.navbar .nav-menu {
    /* font-size: 16px; */
    color: #24231D;
    font-weight: 500;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

nav.navbar .nav-item a {
    color: #24231D;
    font-weight: 500;
    font-size: 0.875rem;
    transition: .3s ease;
}

/* nav.navbar .nav-item a span {
    border-bottom: 4px solid #27519200;
    transition: .3s ease;
}

nav.navbar .nav-item::after {
    content: '';
    display: block;
    position: relative;
    width: 80%;
    height: 3px;
    background: transparent;
    margin: auto;
    margin-top: -10px;
    border-radius: 3px;
    transition: .3s ease;
} */

nav.navbar .nav-link:not(.dropdown-item).active,
nav.navbar .nav-link:not(.dropdown-item):hover {
    color: var(--bs-btn-active);
}

nav.navbar .nav-item:not(.dropdown-item).active::after,
nav.navbar .nav-item:not(.dropdown-item):hover::after {
    background: var(--bs-primary);
}

.dropdown-menu::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
}

.dropdown-menu {
    margin-top: 15px !important;
    padding: 1rem 2rem;
}

/* Submenu */
.dropdown-submenu .dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-left: 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: -30px;
    left: 130%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu .dropdown-menu::before {
    top: 20px;
    left: -10px
}

.dropdown-item {
    color: #24231D;
}

.dropdown-item.active,
.dropdown-item:hover {
    padding-left: 2rem;
}

.dropdown-item:hover {
    color: var(--bs-primary) !important;
}

/* Hero Start */
section#hero {
    background-image: url('../images/d4011b05cc5e51e156bb91311f69711171781847.jpg');
    background-size: cover;
    background-position: center;
}

section#hero h1 {
    font-size: 3.5rem;
}

section#hero h2 {
    font-size: 2.25rem;
}

section#hero #dim {
    background: rgba(32, 32, 32, 0.4);
}

section#hero .hero-card {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 2rem;
    transition: .3s ease;
}

section#hero .hero-card:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.01);
}

section#hero .hero-card .arrow-icon svg {
    transition: .3s ease;
}

section#hero .hero-card:hover .arrow-icon svg {
    transform: translateX(0px) scale(1.1);
    animation: arrow-animation 1s ease infinite;
}

section#hero .hero-card .arrow-icon svg path {
    fill: #fff;
    transition: .3s ease;
}

section#hero .hero-card:hover .arrow-icon svg path {
    fill: #000;
}

@keyframes arrow-animation {

    0%,
    100% {
        transform: translateX(0px) scale(1.1);
    }

    50% {
        transform: translateX(-5px) scale(1.1);
    }
}

section#hero .hero-card .hero-card-img {
    height: 70px;
    width: auto;
}

/* Hero End */

section#about {
    padding: 100px 0;
}

section#about .about-card {
    background-color: var(--bs-primary);
    padding: 25px 75px;
    border-radius: 10px;
}

section#about .about-card img {
    height: 25px;
    width: 25px;
}

section#about .about-card h2 {
    font-size: 2.25rem;
}

section#about-2 {}

section#about-2 h2 {
    font-size: 2.25rem;
}

section#about-2 img.img-logo {
    height: 25px;
    width: 25px;
}

section#about-2 img.bg-img-1,
section#about-2 img.bg-img-2 {
    height: 500px;
    width: 500px;
}

section#news {
    background-image: url('../images/vertical-shot-thick-forest-river.png');
    background-size: cover;
    background-position: center;
}

section#news img.img-logo {
    height: 25px;
    width: 25px;
}

section#news h2 {
    font-size: 2.25rem;
}

section#social-media h2 {
    font-size: 2.25rem;
}

section#news #dim {
    background: rgba(46, 125, 50, .8);
}

section#news .card img.card-img-top {
    height: 250px;
}

section#news .card .card-body .card-title {
    font-size: 1rem !important;
}

section#news .card .card-body .card-text {
    font-size: 14px !important;
}

section#news .card .card-body .card-info-text {
    font-size: 14px !important;
    color: var(--bs-primary);
}

footer {
    background-image: url('../images/vertical-shot-thick-forest-river.png');
    background-size: cover;
    background-position: center;

    padding: 50px 0;
}

footer img.img-logo {
    height: 25px;
    width: 25px;
}

footer h2 {
    font-size: 2.25rem;
}

footer .dim {
    background: rgba(46, 125, 50, .8);
}

footer a {
    color: white;
}

footer i {
    width: 25px;
    height: 25px;
}

footer img.footer-logo {
    width: 75%;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links li:hover {
    text-decoration: underline;
}

.copy-right-text {
    background-color: #5D4037;
    color: white;
    width: 100%;
    padding: 10px 0;
}

@media (max-width: 576px) {
    * {
        font-size: 12px;
    }

    section#hero h1 {
        font-size: 24px;
    }

    section#hero h2 {
        font-size: 20px;
    }


    section#about-2 img.bg-img-1,
    section#about-2 img.bg-img-2 {
        display: none;
    }
}

.carousel-container {
    position: relative;
}

.carousel-indicators {
    position: relative;
    z-index: 1;
    top: -12rem;
    background: #ffffff40;
    width: fit-content;
    margin: auto;
    padding: 1rem;
    border-radius: 1rem;
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--bs-secondary);
    transition: .3s ease;
    cursor: pointer;
}

.carousel-indicator.active {
    background: var(--bs-primary)
}

.scroll-down {
    position: relative;
    margin: auto;
    height: 50px;
    width: 50px;
    margin-top: -10rem;
    margin-bottom: 50px;
    border-radius: 50px;
    color: white;
    background: var(--bs-primary);

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    transition: .3s ease;
    z-index: 1;
}

.scroll-down:hover {
    transform: scale(1.05);
}

section .section-title {
    font-weight: 600;
    color: var(--bs-secondary);
    font-size: 18px;

    letter-spacing: 10px;
}

section .section-subtitle {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 44px;

    letter-spacing: 3px;
}

indo-consultant-list li::marker {
    color: var(--bs-primary);
    font-size: 16px;
}

.card-custom {
    background: white;
    padding: 2rem;
    box-shadow: 0px 4px 10px #27519233;
    border-radius: 10px;
}

.ornament {
    width: 100%;
    height: 0;
}

.dots-halfdonut {
    display: block;
    position: relative;
    width: 300px;
    height: 650px;
    min-height: 650px;
    background: url('/assets/images/dots-halfdonut.png') center no-repeat;
    z-index: -1;
}

.dots-square {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    min-height: 200px;
    background: url('/assets/images/dots-square.png') center no-repeat;
    z-index: -1;
}

img.visi-misi-img {
    object-view-box: inset(0% 0% 0% 0%);
    filter: saturate(0.5);
    transition: .3s ease;
}

img.visi-misi-img:hover {
    filter: saturate(1.2);
    object-view-box: inset(10% 10% 10% 10%);
}

.service-card {
    position: relative;

    width: 400px;
    max-width: 400px;
    height: 300px;
    border-radius: 10px;
    cursor: pointer;
    max-height: 300px;
    background: url('/assets/images/service.png') center no-repeat;
    background-size: cover;
    transform: scale(1.0);
    transition: .3s ease;
    overflow: hidden;
    box-shadow: 0 0 20px #24231D88;
}

.service-card:hover {
    transform: scale(1.1);
}

.service-card .overlay {
    background: #275192bf;
    width: 100%;
    height: 100%;
    padding: 3rem;
    padding-right: calc(3rem + 80px);
    position: relative;
    cursor: pointer;
}

.service-card .overlay * {
    color: white;
}

.service-card .circle-quarter-top {
    position: absolute;
    right: 0;
    top: calc(50% - 80px);
    width: 80px;
    height: 80px;
    border-top-left-radius: 80px;
    background: var(--bs-primary);
    transition: .3s ease;
}

.service-card .circle-quarter-bottom {
    position: absolute;
    right: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 80px;
    background: var(--bs-secondary);
    transition: .3s ease;
}

.service-card:hover .circle-quarter-top {
    background: var(--bs-white);
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: white;

    display: flex;
    justify-content: center;
    align-items: center;
}

.service-details li::marker {
    color: var(--bs-white);
    font-size: 16px;
}

.custom-section-background {
    background: url('/assets/images/integrated.png') center no-repeat;
    background-size: cover;
}

.custom-section-background .overlay {
    background: #275192bf;
    position: relative;
}

.custom-section-background .integrated-item:nth-child(odd) {
    display: flex;
    flex-direction: column;
}

.custom-section-background .integrated-item:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 120px;
}

.custom-section-background .integrated-item .integrated-name {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 28px;
    color: var(--bs-primary);
    text-align: center;
}

.custom-section-background .integrated-item:nth-child(odd) .integrated-name {
    margin-bottom: 4rem;
}

.custom-section-background .integrated-item:nth-child(even) .integrated-name {
    margin-top: 4rem;
}

.custom-section-background .integrated-item .outline-number {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 208px;
    height: 208px;
    border-radius: 208px;
}

.custom-section-background .integrated-item:nth-child(odd) .outline-number {
    border: 53px solid white;
    border-bottom: 53px solid transparent;
    border-right: 53px solid transparent;
    transform: rotate(45deg);
    transition: .3s ease;
}

.custom-section-background .integrated-item:nth-child(odd):hover .outline-number {
    transform: rotate(405deg);
}

.custom-section-background .integrated-item:nth-child(even) .outline-number {
    border: 53px solid var(--bs-secondary);
    border-top: 53px solid transparent;
    border-left: 53px solid transparent;
    transform: rotate(45deg);
    transition: .3s ease;
}

.custom-section-background .integrated-item:nth-child(even):hover .outline-number {
    transform: rotate(405deg);
}

.custom-section-background .integrated-item .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;

    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-weight: 600;
    transform: rotate(-45deg);
}

.custom-section-background .integrated-item:nth-child(odd) .number {
    color: var(--bs-white);
    background: var(--bs-secondary);
}

.custom-section-background .integrated-item:nth-child(even) .number {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.integrated-item-responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.integrated-item-responsive:nth-child(odd) {
    align-self: flex-start;
    flex-direction: row-reverse;
}

.integrated-item-responsive:nth-child(even) {
    align-self: flex-end;
    flex-direction: row;
}

.integrated-item-responsive .outline-number {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 128px;
    height: 128px;
    border-radius: 128px;
    transform: rotate(-45deg);
    transition: .3s ease;
}

.integrated-item-responsive:hover .outline-number {
    transform: rotate(-405deg);
}

.integrated-item-responsive:nth-child(odd) .outline-number {
    border: 23px solid var(--bs-white);
    border-top: 23px solid transparent;
    border-left: 23px solid transparent;
}

.integrated-item-responsive:nth-child(even) .outline-number {
    border: 23px solid var(--bs-secondary);
    border-bottom: 23px solid transparent;
    border-right: 23px solid transparent;
}

.integrated-item-responsive .outline-number .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;

    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-weight: 600;
    transform: rotate(45deg);
}

.integrated-item-responsive:nth-child(odd) .outline-number .number {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.integrated-item-responsive:nth-child(even) .outline-number .number {
    background: var(--bs-white);
    color: var(--bs-primary);

}

.integrated-item-responsive .integrated-name {
    padding: 1rem 3rem;
    background: white;
    color: var(--bs-primary);
    font-weight: 700;
    border-radius: 10px;
    font-size: 28px;
}

.integrated-item-responsive:nth-child(odd) .integrated-name {
    margin-left: 8rem;
    margin-right: 4rem;
    transition: .3s ease;
}

.integrated-item-responsive:nth-child(even) .integrated-name {
    margin-left: 4rem;
    margin-right: 8rem;
    transition: .3s ease;
}

.integrated-item-responsive:nth-child(odd):hover .integrated-name {
    margin-left: 10rem;
    margin-right: 6rem;
}

.integrated-item-responsive:nth-child(even):hover .integrated-name {
    margin-left: 6rem;
    margin-right: 10rem;
}

.card-team {
    position: relative;
    width: 440px;
    height: 300px;
    background: #F4F6F9;
    border-radius: 10px;
    padding: 2rem 3rem;
    position: relative;
    transform: scale(1);
    transition: .3s ease-in-out;
    overflow: hidden;
}

.card-team .team-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 2.5rem;
    width: max-content;
    color: var(--bs-primary);
    transition: .3s ease-in-out;
}

.card-team .team-grade {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-primary);
    transition: .3s ease-in-out;
}

.card-team .team-photo {
    position: absolute;
    bottom: 0;
    right: -4rem;
    transform: scale(1);
    transform-origin: center right;
    transition: .3s ease-in-out;
}

.card-team:hover {
    transform: scale(1.1);
}

.card-team:hover .team-name {
    line-height: 2.5rem;
    font-size: 38px;
    opacity: 0;
}

.card-team:hover .team-photo {
    right: 5%;
    transform: scale(1.4);
}

.card-team:hover .team-grade {
    font-size: 20px;
    opacity: 0;
}

.card-team .card-team-ornament {
    gap: 0px;
    bottom: 0;
    right: 1rem;
    transition: .3s ease;
}

.card-team:hover .card-team-ornament {
    gap: 25px;
    bottom: calc(100% - calc(0.7 * 130px));
    right: 60%;
    transform: rotate(calc(360deg + 180deg)) scale(.7);
}

.card-team .overlay {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: -40%;
    left: 0;
    padding: 2rem;
    z-index: 1;
    transition: .3s ease;
    color: white;
    background: #275192;
    background: linear-gradient(0deg, rgba(39, 81, 146, 1) 0%, rgba(39, 81, 146, 0) 100%);
}

.card-team:hover .overlay {
    bottom: 0%;
}

.card-team .overlay .overlay-team-name {
    font-size: 28px;
    font-weight: 700;
}

.card-team .overlay .overlay-team-grade {
    font-size: 16px;
    font-weight: 600;
}