@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root {
    --font-1: "Oxygen", sans-serif;
    --color-white: #FFFFFF;
    --color-white-light: #FFFFFFCC;
    --color-primary:#431c76FF;
    --color-primary-light:#431c76DD;
    --color-secondary:#8A2AEBDD;
    --color-secondary-light:#8A2AEBFF;    
    --color-accent: #81bef0CC;
    --color-accent-light: #81bef0FF;
}

* {
    font-family: "Oxygen", sans-serif;
}

h1, h2, h3, h4, h5, textarea {
    font-family: var(--font-1);
    color: var(--color-primary)
}

a{
    color: var(--color-accent) !important;  
}

a:hover {
    color: var(--color-accent-light) !important;
}

html {
    scroll-behavior: smooth;
    background: var(--color-primary)
}

body {
    font-family: var(--font-1);
    margin: 0;
    padding: 0;
    background: transparent;
}

#pageWrapper{
    min-height: 100dvh;
    background-color: var(--color-primary);
}

section{
    padding: 120px 0;
    min-height: 70vh;
}

footer{
    background: var(--color-primary) !important;
    -webkit-box-shadow: inset 0px 6px 8px 2px rgba(0,0,0,0.1) !important; 
    box-shadow: inset 0px 6px 8px 2px rgba(0,0,0,0.1) !important;    
}

.notarix.menu{
    height: 78px;
    background: transparent;
    border:0;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1)  0%, rgba(255, 255, 255, 0) 60%) !important;
}

.notarix.menu .toc.item {
    display: none;
}

.notarix.menu a.item.si{
    color: #FFF !important;
}

.glass{
    background: transparent !important;
    backdrop-filter: blur(10px) !important;
    /*border: 1px solid rgba(255, 255, 255, 0.2) !important;*/
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}

.notarix_label.light{
    font-weight: 700;
    color: var(--color-accent);
}

.background.forward{
    background: linear-gradient(0deg, #8A2AEB, #44048B);    
}

.background.backward{
    background: linear-gradient(0deg, #44048B, #8A2AEB);    
}

.thin{
    font-weight: 300 !important;
}

.thick{
    font-weight: 700 !important;
}

p.instructions{
    color:#FFF;
    text-align: left;
    padding-top:8px ;   
}

#hero {
  padding: 320px 0 0px;
  min-height: 80vh;
  background: linear-gradient(0deg, #8A2AEB, #44048B);
} 

#hero .header, #hero h2, #hero h3, #hero h5,#hero p, #hero li, #hero .description{
    color: #FFF !important;
}

#hero .ui.ordered.list>.item::before{
    color: #FFF !important;
}

#what .description{
    text-align: justify;
    text-justify: inter-word;
}

#pricing .ui.card{
    background: transparent !important;
}

#pricing .glass.selected{
    backdrop-filter: brightness(120%) !important;
}

#pricing .ui.card .content{
    padding:1px !important;
}

#pricing .label{
    margin:0 !important;
}

.ui.accordion .content{
    color:#FFF !important;
}

  .flow-wrapper {
    width: clamp(280px, 80vw, 480px);
    aspect-ratio: 1 / 1;
    margin: 3rem auto;
    position: relative;

    /* Typography scales with container */
    font-size: clamp(0.8rem, 1.8vw, 1rem);
  }

  .flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
  }

  .ui.segment.flow-box {
    margin: 0;
    padding: 1.2em;
    border-radius: 8px;
    box-shadow: none;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ui.segment.flow-box:first-child {
    border-radius: 16px 0 0 0 !important;
  }
  
  .ui.segment.flow-box:nth-child(2) {
    border-radius: 0 16px 0 0 !important;
  }  
  
  .ui.segment.flow-box:nth-child(3) {
    border-radius: 0 0 0 16px !important;
  } 
  
  .ui.segment.flow-box:last-child {
    border-radius: 0 0 16px 0 !important;
  }    

  /* Seam labels */
  .flow-step {
    position: absolute;
    background: var(--color-accent);
    color:#FFF;
    padding: 0.4em 0.75em;
    font-size: 0.85em;
    border-radius: 16px;
    align-items: center;
    z-index: 10;
  }

  .flow-step i.icon {
    font-size: 0.9em;
    margin: 0;
  }

  /* Seam positions */
  .step-top {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-right {
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
  }

  .step-bottom {
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .step-left {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
  
  #map {
    height: 100%;
    width: 100%;
    background: #CCC;
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;
}

.ui.buttons.action{
    width: 186px;
}

/* Burger animation */
#burger-icon {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* When sidebar is open */
.sidebar-visible #burger-icon {
  transform: rotate(90deg);
}

/* Mobile header slide behavior */
.ui.top.fixed.notarix.menu.tablet.mobile.only {
  transition: transform 1s ease, opacity 0.2s ease;
}

/* When sidebar is open */
.sidebar-visible .ui.top.fixed.notarix.menu.tablet.mobile.only {
  transform: translatey(-100%);
  opacity: 0;
}

/* Base state */
#bar_menu.menu .item {
  opacity: 0;
  transform: translatey(6px);
  transition:
    opacity 1s ease,
    transform 0.25s ease;
}

/* Visible state */
#bar_menu.menu.visible .item {
  opacity: 1;
  transform: translatey(0);
}

/* Stagger delays */
#bar_menu.menu.visible .item:nth-child(1) { transition-delay: 0.05s; }
#bar_menu.menu.visible .item:nth-child(2) { transition-delay: 0.10s; }
#bar_menu.menu.visible .item:nth-child(3) { transition-delay: 0.15s; }
#bar_menu.menu.visible .item:nth-child(4) { transition-delay: 0.20s; }
#bar_menu.menu.visible .item:nth-child(5) { transition-delay: 0.25s; }

/* Hide desktop menu on mobile */
@media (max-width: 991px) {
  .ui.menu.computer.only {
    display: none !important;
  }
}

/* Hide mobile menu on desktop */
@media (min-width: 992px) {
  .ui.menu.tablet.mobile.only {
    display: none !important;
  }
}
