/*
Theme Name: Demit
Theme URI: https://example.com/demit
Description: WordPress Theme custom buatan Nozaracy Studio.
Author: Nozaracy Studio
Author URI: https://example.com/nozaracy-studio
Version: 0.1
Text Domain: Demit
Tags: responsive, fancy
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Ultralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-UltralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SFProText';
    src: url('assets/font/SF-Pro-Text-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

:root {
    --black: black;
    --red: #E60012;
    --yellow: #E5FF00;
    --blue: #1e90ff;
    --cyan: #E4EDF4;
    --white: #ffffff;

    --primegreen: #CCFE97;
    --primepurple: #C69CE2;
    --primegray: #A3A3A3;
    --primegraydarker: #525252;
}

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

input::placeholder {
    color: #737373; /* Change the color to your desired value */
    opacity: 1;
}

input:-moz-placeholder {
    color: #737373; /* Change this to the desired color */
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #737373; /* Change this to the desired color */
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    font-family: 'SFProText';
}

body{
    font-family: 'SFProText';
    background-color: var(--primepurple);
    margin: 0px;
    padding: 0px;
}

.body-shadow {
    margin-left: auto;
    margin-right: auto;

    min-height: 100vh;
    max-width: 1920px;

    -webkit-box-shadow: 8px 4px 51px 13px rgba(167,198,204,1);
    -moz-box-shadow: 8px 4px 51px 13px rgba(167,198,204,1);
    box-shadow: 8px 4px 51px 13px rgba(167,198,204,1);

    box-sizing: border-box;
}

.nz-main{
    margin-left: auto;
    margin-right: auto;

    min-height: 100vh;
    max-width: 1920px;
}

.nz-homepage {
    display: grid; 
    align-content: start; 
    padding: 16px; 
    background: white; 
    box-sizing: border-box;
}

.nz-header-container {
    position: absolute; 
    top: 64px; 
    
    display: grid;
    width: 100%;
}

.nz-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    
    color: var(--white);
    
    width: 100%;
    padding: 16px;
    padding-left: 75px;
    padding-right: 75px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 32px;
    z-index: 40;

    max-width: 1920px;
    box-sizing: border-box;
}

.custom-logo {
    max-width: 64px;
    max-height: 64px;
}

.nz-title {
    display: flex;
    align-items: start;
    
    color: var(--primegreen);
    font-size: 32px;
    font-weight: bold;

    column-gap: 12px;
}

.nz-title-footer {
    display: flex;
    align-items: start;
    
    color: var(--black);
    font-size: 32px;
    font-weight: bold;

    column-gap: 12px;
}

.nz-nav {
    list-style: none;
}

.nav-header {
    display: grid;
    align-items: center;
    padding-left: 0px;
    row-gap: 16px;
}

.nav-footer {
    display: flex;
    align-items: center;
    padding-left: 0px;
    column-gap: 56px;
}

.nz-footer-nav li {
    list-style: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nz-footer-nav li:hover {
    color: var(--black);
}

.nz-nav li {
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nz-nav li:hover {
    color: var(--primegreen);
}

.current-menu-item {
    font-weight: bold;
}

.nz-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--primegraydarker);
    background-color: var(--white);

    padding: 16px;
    padding-left: 75px;
    padding-right: 75px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 32px;

    max-width: 1920px;
    box-sizing: border-box;
}

.copyright-text {
    font-size: 18px;
    color: var(--primegray);
}

.nz-button {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 12px;
    
    font-family: 'SFProText';
    font-weight: 500;

    border: 0px;
    border-radius: 24px;

    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.nz-button-primary {
    color: var(--black);
    background-color: var(--primegreen);
    border: 1px solid var(--primegreen);
}

.nz-button-transparent {
    color: var(--primegreen);
    background-color: rgba(23, 23, 23, 0.08);
    border: 1px solid var(--primegreen);

    backdrop-filter: blur(10px);
}

.nz-button-dark {
    color: #737373;
    background-color: #262626;
    border: 1px solid #262626;
}

.nz-button-primary::after {
    content: ''; /* Required for the pseudo-element to appear */
    display: flex;
    width: 8px; /* Adjust the size of the circle as needed */
    height: 8px;
    border-radius: 50%; /* Makes it a circle */
    background-color: var(--primepurple); /* Adjust the color as needed */
    margin-left: 5px; /* Adjust the spacing between text and circle */
}

.nz-button-transparent::after {
    content: ''; /* Required for the pseudo-element to appear */
    display: flex;
    width: 8px; /* Adjust the size of the circle as needed */
    height: 8px;
    border-radius: 50%; /* Makes it a circle */
    background-color: var(--primegreen); /* Adjust the color as needed */
    margin-left: 5px; /* Adjust the spacing between text and circle */
}

.nz-button-dark::after {
    content: ''; /* Required for the pseudo-element to appear */
    display: flex;
    width: 8px; /* Adjust the size of the circle as needed */
    height: 8px;
    border-radius: 50%; /* Makes it a circle */
    background-color: var(--primepurple); /* Adjust the color as needed */
    margin-left: 5px; /* Adjust the spacing between text and circle */
}

.nz-button:hover {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid white;
}

.nz-tags {
    display: flex;
    align-items: center;
    column-gap: 8px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;

    color: var(--neutral1);
    background-color: var(--neutral3);
    border: 0px;
    border-radius: 24px;

    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.nz-tags:hover {
    color: var(--neutral4);
    background-color: var(--neutral2);
}

.nz-icon {
    display: grid;
    align-items: center;

    width: 100%;
    height: 100%;

    max-height: 16px;
    max-width: 16px;
}

.nz-post-main{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    column-gap: 16px;

    background-color: white;

    width: 100%;
    min-height: 100vh;
    max-width: 1920px;
    box-sizing: border-box;
}

.nz-post-container {
    display: grid;
    align-content: start;
    padding-top: 24px;
    padding-bottom: 24px;

    width: 100%;
}

.nz-post-headercontainer {
    display: grid;
    padding-left: 24px;
    padding-right: 24px;
    row-gap: 12px;
}

.nz-post-header {
    margin: 0px;
    font-size: 42px;
}

.nz-post-metacontainer {
    display: flex;
    column-gap: 24px;
}

.nz-post-date {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.nz-post-date p {
    margin: 0px;
}

.nz-post-author {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.nz-post-author p {
    margin: 0px;
}

.nz-post-content {
    display: grid;
    padding-left: 24px;
    padding-right: 24px;

    width: 100%;
    box-sizing: border-box;
}

.nz-post-aside {
    display: grid;
    align-content: start;
    padding: 16px;
    
    width: 100%;
    max-width: 20%;

    background: var(--neutral3);
    color: var(--neutral1);

    border: 2px solid;
    border-color: var(--neutral3);
    box-sizing: border-box;
}

.nz-post-aside-sticky {
    position: sticky;
    top: 0px;
    left: 0px;

    width: 100%;
    height: fit-content;
}

.nz-archive-container {
    display: flex;
    align-content: start;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    column-gap: 24px;

    width: 100%;
    box-sizing: border-box;
}

.nz-archive-post {
    display: grid; 
    align-content: space-between;
}

.nz-archive-headercontainer {
    display: grid;
    row-gap: 12px;
}

.text-primegreen {
    color: var(--primegreen);
}

.text-primepurple {
    color: var(--primepurple);
}

.bg-primegreen {
    background-color: var(--primegreen);
}

.bg-primepurple {
    background-color: var(--primepurple);
}

.nz-circle {
    width: 215px; 
    height: 215px; 
    border: 0px solid; 
    border-radius: 50%;
}

.nz-half-circle {
    position: relative;
    width: 215px;
    height: 215px;
    border: 0px solid; 
    border-radius: 50%;
    clip-path: inset(0 0 0 50%);
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.wp-block-embed.aligncenter {
    text-align: center;
}
  
.wp-block-embed .wp-block-embed__wrapper {
    display: inline-block;
    max-width: 100%;
}