
@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&family=Righteous&display=swap');

:root {
    
    --primary-font: "Poppins", sans-serif;
    --secondary-font:"Poppins";

    --notion-blue-h: 243;
    --notion-blue-s: 75%;
    --notion-blue-l: 59%;

    --fg-color-h: 221;
    --fg-color-s: 39%;
    --fg-color-l: 11%;
    --brand-color-h: 245;
    --brand-color-s: 58%;
    --brand-color-l: 51%;

    
    --base-font-size: 16px;
    --heading-font-size: 1.7rem;
    --heading1: calc(var(--heading-font-size) * 1.8);
    --heading2: calc(var(--heading-font-size) * 1.5);
    --heading3: calc(var(--heading-font-size) * 1);

  --navbar-height: 88px;
  --navbar-align-links: right;
  --navbar-brand-logo-width: 55px;
  --navbar-btn-fg-color: white;
  --navbar-bg-color:rgba(255, 255, 255);
  --navbar-shadow-opacity: 0.05;
  --navbar-btn-fg-color: #fff;
  --navbar-btn-bg-color: hsla(var(--brand-color-h), var(--brand-color-s), var(--brand-color-l), 1);
  --navbar-shadow:  0 2px 10px rgba(0, 0, 0, var(--navbar-shadow-opacity));
}  



[class*="webeeui"] {
border: unset;
box-shadow: unset;
margin: 0;
border-radius: unset !important;
}

[class*="webeeui"]  .notion-text:has(code) {
display: none;
}
[class*="webeeui"] .notion-empty-icon {
display: none;
}
[class*="webeeui"] .notion-callout-text {
margin-left: 0;
}

[class*="co-webeeui-nco"] .notion-callout{
box-shadow: unset;
border: unset;
padding: 0;
}
[class*="co-webeeui-nco"] .notion-row .notion-spacer{
   width: 0;
   gap: 2rem;
}
[class*="co-webeeui-nco"] .notion-row{
 gap: 1rem;
 margin: 3rem auto;
}
[class*="co-webeeui-nco"] .notion-h{
 text-align: center;
}
[class*="co-webeeui-nco"]>.notion-callout-text>.notion-text{
     text-align: center;
  width: 90%;
  margin:  0 auto;
}

[class*="co-webeeui-nco"] .notion-page-icon{
  font-size: 2.2em;
}

@media(min-width: 1024px){
[class*="co-webeeui-nco"]>.notion-callout-text>.notion-text{
width: 55%;
}
}

.notion-half-width [class*="webeeui"]{
padding: 0;
}

.notion-hash-link {
display: none;
}

.notion-title {
display: none;
}

.notion-h1,
.notion-h2,
.notion-h3 {
width: 100%;
}



.bullet-btn,
.notion-button .notion-button-inner
{
background: var(--navbar-btn-bg-color);
padding: 7px 19px;
color: var(--navbar-btn-fg-color);
/* font-weight: 400; */
line-height: 28px;
opacity: 1;
border-radius: var(--border-radius);
}

.bullet-btn:hover,
.notion-button .notion-button-inner:hover
{
background: var(--navbar-btn-bg-color);
color: var(--navbar-btn-fg-color);
}

.notion-link {
text-decoration: unset;
opacity: 1;
font-weight: 500;
}
.bullet-simple-link a {
font-weight: 500;
font-size: .9rem;
}

.notion-page-no-cover {
margin-top: 0 !important;
}

.notion-quote {
font-size: var(--base-font-size);
}

/* font-size controller */
.notion-app .notion-h1 {
line-height: 4rem;
font-size: calc(var(--heading1) * 1.2);
margin: 2rem 0rem .3rem 0rem;
}

.notion-app .notion-h2 {
/* line-height: 45px; */
margin: 2rem 0rem .3rem 0rem;
font-size: calc(var(--heading2) * .8);
}

/* navbar styles */
.navbar-item img {
max-height: 70%;
}

.navbar-link{
background-color: transparent !important;
}
.navbar-item:hover{
background-color: transparent !important;
color: unset !important;
}
.navbar-dropdown a:hover{
opacity: .8;
}

a.navbar-item:focus-within {
color: unset;
background-color: unset;
}

.nav-cta-btn>* {
font-weight: 500;
font-size: calc(var(--base-font-size) - 2px);
}

.button {
height: 2.3em;
}


.nav-cta-btn {
padding: 6px 24px;
}

.bullet-navbar-links {
gap: 1rem;
}

.nav-drop-title{
filter: contrast(1);
}




.slick-slide {
margin: 14px;
}

/* Brand and logo */
.navbar-brand {
align-items: center;
display: flex;
}

.navbar-brand-logo {
max-height: 2.5rem;
transition: transform 0.2s ease;
}

.navbar-brand-logo:hover {
transform: scale(1.05);
}

/* Main navbar menu */
.navbar-menu {
align-items: center;
}

/* Navbar links styling */
.bullet-navbar-links {
/* align-items: center; */
gap: .5rem;
margin-left: 2rem;
}

.navbar-item {
padding: 0.5rem 0.75rem;
position: relative;
text-decoration: none;
transition: color 0.2s ease;
}


.navbar-burger:hover{
  background: transparent;
}

.navbar-item:hover::after {
width: 100%;
}

/* Dropdown menu styling */
.has-dropdown {
position: relative;
}

.navbar-link {
align-items: center;
cursor: pointer;
display: flex;
font-weight: 400;
padding: 0.5rem 0.75rem;
position: relative;
}

.navbar-link:after {
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.625em;
margin-top: -0.4375em;
pointer-events: none;
position: absolute;
top: 50%;
transform: rotate(-45deg);
transform-origin: center;
width: 0.625em;
border-color: var(--navbar--btn-bg-color);
right: -0.5em;
transition: transform 0.2s ease;
}

.bullet-navbar-cta {
margin-left: auto;
/* margin-right: 1rem; */
}

.nav-cta-btn {
border: none;
/* border-radius: 4px; */
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: background-color 0.2s ease, transform 0.2s ease;
}

.dark-mode-toggle {
align-items: center;
background: none;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
padding: .5rem;
transition: color 0.2s ease;
}

.bullet-toggle-container{
  padding: 0;
}
.globe-icon{
  margin: 0;
  padding-top: .1rem;
}

.dark-mode-toggle:hover {
color: var(--navbar-btn-bg-color);
}

.dark-mode-toggle-icon {
height: 1.25rem;
width: 1.25rem;
}

.bullet-search {
cursor: pointer;
transition: color 0.2s ease;
}

.buttons .button:not(:last-child):not(.is-fullwidth){
  margin-right: 1rem;
}


/* blog-css */

.hero_section h1,
.blog-head-detail h1
{
font-size: 2.8rem;
}
.header{
font-size: 1.7rem !important;
}
.blog_page_content .notion-h1{
font-size: 2rem;
margin: 0;
line-height: normal;
}
.blog_page_content .notion-h2{
margin: 0;
line-height: normal;
font-size: 1.6rem;
}
.blog_page_content .notion{
font-size: 1rem;
}
.blog-nav-container{
margin-top: 2.3rem;
}
.active-toc{
font-size: unset;
color: var(--navbar-btn-bg-color);
font-weight: normal;
letter-spacing: initial;
}
.toc>a{
font-size: .9rem;
} 
.blog_navigator .blog_navigator_inner_container{
padding: 10px 0px 20px 20px;
}
.blog_navigator{
    /* background: whitesmoke; */
    padding: 12px;
    border-radius: 10px;
    width: 90%;
}
.blog_main{
gap: 1rem;
grid-template-columns: 1fr 2fr;
}
.blog-author-details .author-name{
font-weight: 600;
}

.nav-drop-desc{
color: var(--navbar-fg-color);
font-size: calc(var(--base-font-size) - 3px);
}
.nav-drop-title{
font-size: calc(var(--base-font-size) - 2px);
margin: 0;
}
.lang-icon{
color: var(--navbar-fg-color);
}



@media(min-width: 1024px){
.navbar-dropdown {
  border-radius: 8px;
  display: none;
  left: 0;
  min-width: 350px;
  position: absolute;
  top: 100%;
  z-index: 20;
  padding-left: 0;
  padding-right: 0;
  border: unset;
  border-radius: 10px;
}

.is-hoverable:hover .navbar-dropdown {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.nav-drop-item-container {
  align-items: center;
  display: flex;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-radius: unset;
  background: transparent;
}

.nav-drop-icon {
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 8px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 1rem;
  width: 40px;
}

.nav-drop-img {
  height: 20px;
  width: 20px;
}

.nav-drop-detail {
  flex: 1;
}

.nav-drop-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.nav-drop-desc{
    color: var(--navbar-fg-color);
    font-size: calc(var(--base-font-size) - 3px);
}
.nav-drop-title{
    margin: 0;
    font-size: calc(var(--base-font-size) - 2px);
}

}


@media (min-width: 768px) {
.blog-header .blog-thumbnail {
    width: 93%;
}
}




@media(max-width: 1024px){
:root {
    --navbar-padding: 2.6rem;
}
.bullet-navbar-links{
    margin: 0;
}
.button{
    margin-right: 1rem;
}
.buttons>:first-child {
    display: none !important;
}

}
@media(max-width: 1024px){

.mobile-btn {
position: fixed;
top: 0;
left: 0;
width: 350px;
height: 100vh;
background-color: var(--navbar-bg-color);
transition: transform 0.3s ease-in-out;
padding: 2rem;
}
.mobile-btn .nav-cta-btn {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 1rem;
}
.mobile-btn .bullet-navbar-links {
gap: 0.4rem;
display: flex;
flex-direction: column;
}
.mobile-btn a {
font-size: 1rem;
}

.mobile-btn .bullet-navbar-cta {
width: 100%;
}
.mobile-btn {
height: 100vh;
width: 20rem;
}
.mobile-btn .desktop-nav-lang{
    display: none;
  }
  .mobile-btn .has-dropdown {
    width: 100%;
  }
  .mobile-btn .bullet-navbar-links .navbar-link{
     font-size:1rem;
  }
  .mobile-btn .nav-drop-title{
    font-size: .8rem;
  }
  .mobile-btn .nav-drop-item-container{
   align-items: center;
  }

}


@media(max-width: 784px) {

.notion-app .notion-h1 {
    font-size: calc(var(--heading1) * 1);
    line-height: 3.5rem;
}
}

@media(max-width: 600px) {
:root {
    --navbar-height: 68px;
    /* --navbar-brand-logo-width: 55px; */
}
/* .notion-app .notion-h2 {
  line-height: 40px;
} */
.button{
    height: 2.3em;
}
.mobile-btn {
    width: 100%;
    top: var(--navbar-height);
    box-shadow: unset;
    padding: 1rem;
}
.notion-app .notion-h1 {
    font-size: calc(var(--heading1) * .9);
    line-height: 3rem;
}
.notion-app .notion-h2 {
    font-size: calc(var(--heading2) * .7);
}

}
