@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.cdnfonts.com/css/cocon");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Poppins", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.parallax {
    /* position: relative;
    height: 100vh;
    overflow: hidden; */
}

#video-bg {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: max-content !important;
    width: auto;
    z-index: -100;
    transform: translateX(-50%);
}

#video {
    max-width: 0px !important;
}

.overlay {
    background: linear-gradient(10deg, #161616 1%, #161616, #161616);
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.icon-menu {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px;
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
    transition: ease-in-out all 1s, ease-in all 1s !important;
}

.icon-menu2 {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px;
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
}

.icon-menu3 {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px;
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
}

.icon-menu .img-icon {
    border-radius: 15px;
    width: 65px;
    height: 65px;
    border: 2px solid #c8c7c7;
    cursor: pointer;
}

.icon-menu2 .img-icon {
    border-radius: 15px;
    width: 65px;
    height: 65px;
    border: 2px solid #c8c7c7;
    cursor: pointer;
}

.icon-menu3 .img-icon {
    border-radius: 15px;
    width: 65px;
    height: 65px;
    border: 2px solid #c8c7c7;
    cursor: pointer;
}

.icon-menu .img-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.icon-menu2 .img-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.icon-menu3 .img-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.bottom-menu {
    width: 100%;
    position: fixed;
    bottom: 50px !important;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 30;
}

.bottom-menu .icon-menu {
    background: linear-gradient(to bottom, #ffffffe1, #f0eeeee1);
    backdrop-filter: blur(3px);
}

.bottom-menu .img-icon {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .bottom-menu {
        bottom: 0 !important;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-menu {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .icon-menu {
        grid-template-columns: 33% 33% 33%;
        width: 100%;
    }

    .icon-menu .img-icon {
        width: 65px;
        height: 65px;
        border-radius: 15px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .icon-menu .menu-name {
        color: #fff;
    }

    .icon-menu .bottom {
        margin-bottom: 30px;
    }

    .bottom-menu .icon-menu {
        grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
        width: 100%;
    }
    .bottom-menu .img-icon {
        width: 30px;
        height: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .bottom-menu .menu-name {
        font-size: 0.5rem;
        margin-top: 0px;
        color: #070707;
    }

    .bottom-menu .bottom {
        margin-bottom: 0px;
    }
}

/* Ketika lebar layar lebih kecil dari 600px */
@media only screen and (min-width: 600px) {
    .icon-menu2 {
        grid-template-columns: 120px 120px;
        width: max-content;
    }

    .icon-menu3 {
        grid-template-columns: 120px 120px 120px;
        width: max-content;
    }

    .icon-menu {
        grid-template-columns: 120px 120px 120px 120px 120px 120px;
        width: max-content;
    }

    .bottom-menu .icon-menu {
        grid-template-columns: 100px 100px 100px 100px 100px 100px;
    }

    .icon-menu .menu-name {
        color: #fff;
        margin-top: 0.7rem;
    }

    .bottom-menu .menu-name {
        font-size: 0.58rem;
        margin-top: 0.3rem;
        color: #070707;
    }
}

.menu-container {
    grid-template-columns: 20% 20% 20% 20% 20% !important;
    grid-column-gap: 0px;
}

@media only screen and (max-width: 600px) {
    .menu-container {
        grid-template-columns: 33% 33% 33% !important;
        padding: 0px !important;
    }
    .tools-sc-container-item {
        padding: 20px 5px;
    }
}

.menu-items {
    filter: blur(0) !important;
}

.tool-bottom-wrp-icon {
    margin: auto;
    align-self: center;
    align-items: center;
    border-radius: 15px;
    width: 65px;
    height: 65px;
    background: linear-gradient(
        10deg,
        #87e2e9,
        #c9c9c9,
        #fafafa,
        #fafafa,
        #fafafa
    );
}

.overlay-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in 0.2s;
    backdrop-filter: blur(12px);
    z-index: 50;
}

.modal {
    visibility: visible;
    animation: scaling-in 0.5s alternate;
    transform: translateX(0%);
    z-index: 99;
    padding: 10% 5% 10% 5%;
}

.modal.hidden {
    visibility: hidden;
    transform: translateX(-100%);
    background-blend-mode: screen;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    z-index: 1200;
    overflow-y: hidden;
    overflow-x: hidden;
    animation: scaling-out 0.5s alternate;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.modal-container {
    background: url(),
        linear-gradient(#ffffffe5, #ffffffe5, #ffffffe5, #d8d8d8e5);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-position: bottom left;
    border: 0.5px solid #bdbdbdb9;
    border-radius: 25px;
    padding: 1rem 1rem 1rem 1rem;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    align-self: center;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.search-container-inner {
    padding: 1rem 10% 1rem 10%;
    margin: auto;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .modal-container {
        width: 80% !important;
        height: 85% !important;
        padding: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .modal-canvas {
        width: 100% !important;
        padding-top: 2% !important;
        padding-bottom: 2% !important;
    }
}

/* .typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 0.8s steps(20, end), blink-caret 0.75s step-end infinite;
} */

/* .typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
} */

/* The typing effect */

/* @keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
} */

/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: rgba(255, 166, 0, 0);
    }
}

.bx-shadow {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important;
}
.bg-search {
    background: #979696a1;
}

.border-search {
    border: 0.1rem solid #e0e0e0b2;
}

.modal-menu-icon {
    grid-template-columns: 20% 20% 20% 20% 20% !important;
    grid-column-gap: 0px;
}

.section-content {
    flex: 0 1 52rem;
    align-self: normal;
}
.section-content-right {
    flex: 0 1 22rem;
    align-self: normal;
}

.section-content-other {
    flex: 0 1 52rem;
    align-self: normal;
}

.section-content-blank {
    flex: 0 1 20rem;
    align-self: normal;
}
.card-regent {
    flex: 0 1 21rem;
    align-self: normal;
}

.bg-gradient-3 {
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 60%, 0.1) 50%,
        rgba(0, 0, 0, 0.8)
    );
}

/* Transparent Header */
.transparent-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: background-color 0.3s ease;
}

/* Change background color on scroll */
.transparent-header.scrolled {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
    max-width: 70px;
}

.menu {
    display: none;
}

.transparent-header.scrolled .menu {
    display: block;
}

.transparent-header .logo {
    display: none;
}

.transparent-header.scrolled .logo {
    display: block;
}

.parallax-bg {
    width: 100%;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 0;
    background: url(../images/img.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg::before {
    background: linear-gradient(10deg, #ffffff, #ffffff, #ffffff);
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: -1;
}

.self-normal {
    align-self: normal;
}
.flex-4 {
    flex: 0 0 40%;
}
.bx-shadow {
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15),
        2px 2px 4px rgba(31, 70, 144, 0.15);
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-item img {
    transition: 0.3s;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gallery .gallery-links {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    line-height: 1.2;
    margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
    color: #ffffff;
}

.gallery .gallery-links .details-link {
    font-size: 30px;
    line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
    opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
    margin-top: 0;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.glightbox-clean .gslide-description {
    background: #272727;
}

.glightbox-clean .gslide-title {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.wc-box {
    box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
    margin-bottom: 30px;
}

.category-section {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3rem;
}

@media (max-width: 767px) {
    .category-section {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .category-section {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
    }
}

.bg-black-500 {
    background-color: rgba(8, 8, 8, 0.04);
}

.swiper-button-prevv,
.swiper-button-nextt {
    position: static;
    top: auto;
    bottom: 0;
    display: flex;
    height: 2.2rem;
    width: 2.2rem;
    align-items: center;
    justify-content: center;
    background: #f3f2f2;
    border-radius: 7px;
    border-width: 1px;
    border-color: #dad8d8;
}

.swiper-button-prevv::after,
.swiper-button-nextt::after {
    content: var(--tw-content);
    display: none;
}

.swiper-button-prevv:hover,
.swiper-button-nextt:hover {
    --tw-border-opacity: 1;
    border-color: rgb(112 131 245 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(112 131 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    margin-top: 0px !important;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.shadow-1 {
    --tw-shadow: 0px 1px 2px 0px rgba(166, 175, 195, 0.25);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-title {
    font-family: "Cocon", sans-serif;
    font-size: 6rem;
}

.text-other {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    /* font-size: 1rem; */
}

.font-regency {
    font-family: "Cocon", sans-serif;
    font-size: 1rem;
}

.image-wrapper.bg-overlay:not(.bg-content) * {
    position: relative;
    z-index: 2;
}

.align-center i {
    vertical-align: -3px;
}

@keyframes scaling-out {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}

@keyframes scaling-in {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    opacity: 0;
    transition: opacity 0.4s;
}

#back-to-top-btn.visible {
    opacity: 1;
}

*::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(135, 133, 133);
}
