html {
    direction: ltr;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #060608;
    color: #ffffff;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
    background-color: #060608;
    color: #ffffff;
}

a {
    text-decoration: none;
}

.appjad-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.appjad-image.re {
    padding-bottom: 60%;
}

.appjad-image.cover {
    padding-bottom: 50%;
}

.appjad-image.to {
    padding-bottom: 140%;
}

.appjad-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.text-justify {
    text-align: justify;
    line-height: 25pt;
}

li::marker {
    font-size: 0;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0a0a0e;
}
::-webkit-scrollbar-thumb {
    background: #2a2b36;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #dfb76c;
}
