.elementor-kit-5{--e-global-color-primary:#FAF9F5;--e-global-color-secondary:#712B13;--e-global-color-text:#5C5A54;--e-global-color-accent:#CDD6E3;--e-global-color-d2724b3:#F1EFE8;--e-global-color-ddde86a:#1C1C1A;--e-global-color-6591ea5:#74726B;--e-global-color-1f2c912:#E7C9BB;--e-global-color-7db8126:#2C2C2A;--e-global-color-b8bf2b4:#C98A6B;--e-global-color-7d4adc7:#A3A199;--e-global-color-ead3854:#DCDAD2;--e-global-color-c565e36:#080B10;--e-global-color-04c4ded:#7E93B0;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"JetBrains Mono";--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-letter-spacing:0.25rem;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.25rem;--e-global-typography-322751b-font-family:"Gowun Batang";--e-global-typography-322751b-font-weight:500;--e-global-typography-322751b-letter-spacing:0.175rem;background-color:var( --e-global-color-primary );overscroll-behavior:contain;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;--container-default-padding-top:0vw;--container-default-padding-right:0vw;--container-default-padding-bottom:0vw;--container-default-padding-left:0vw;}.elementor-widget:not(:last-child){margin-block-end:0vw;}.elementor-element{--widgets-spacing:0vw 0vw;--widgets-spacing-row:0vw;--widgets-spacing-column:0vw;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */::selection {
    background-color: #712b13;
    color: #f1efe8;
}
::-moz-selection {
    background-color: #712b13;
    color: #f1efe8;
}


.highlighted-words {
      color: #FEBE98; 
      font-family:Pacifico;
    }
    
.entry-title {
    display: none;
}

html {font-size: 1vw;}

.header-2 {
 opacity: 0;
 -moz-transition: opacity 1s ease-out!important;
  -webkit-transition: opacity 1s ease-out!important;
  transition: opacity 1s ease-out!important;
}

body {
    background-color: #010003;
    transition: background-color 1s ease;
}

.elementor-sticky--effects.header-2  {
 opacity: 1!important;
}




.color-hero {
    background-color: #010003 !important;
}

.color-dark {
    background-color: #010003 !important;
}

.color-light {
    background-color: #e2e2e2 !important;
}

.color-light2 {
    background-color: #e2e2e2 !important;
}

.color-light3 {
    background-color: #e2e2e2 !important;
}

.color-dark2 {
    background-color: #e2e2e2 !important;
}

p:last-child {
margin: 0;
padding: 0; 
}

.mini-button{
    position: relative;
}

.mini-button:before {
    content: "";
    position: absolute;
    width: 3.15rem;
    height: 3.15rem;
    background-color:  #5e71fb;
    border-radius: 1.75rem;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s ease;
}

.mini-button:hover:before {
    width: 100%;
}

.mini-button-2{
    position: relative;
}

.mini-button-2:before {
    content: "";
    position: absolute;
    width: 7rem;
    height: 7rem;
    background-color: #5e71fb;
    border-radius: 3.75rem;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s ease;
}

.mini-button-2:hover:before {
    width: 100%;
}/* End custom CSS */