* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:after,
*:before {
box-sizing: border-box;
}

body, html {
  background: hsl(298, 74%, 8%);
  
  h1 {
    font-family: Lora;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
  }
  
  h3 {
    font-family: Dosis;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 600;
  }
  
  span {
    font-family: Dosis;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
  }
  
  p, li {
    font-family: Dosis;
    font-size: 1.2em;
    line-height: 1.8em;
    letter-spacing: 3px;
    color: rgb(209, 209, 209);
    text-align: left;
  }

  
  a:link, a:visited, a:hover, a:active {
    color: #09f;
    text-decoration: none;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 5px;
	position: relative;
	height: 50px;
	background-color: hsla(298, 77%, 18%, 0.35);
	border-radius: 8px;
	font-size: 0;
  a {
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #09f;
    cursor: pointer;
  }
  a:nth-child(1) {
	  width: var(--nav-child1);
  }
  a:nth-child(2) {
	  width: var(--nav-child2);
  }
  .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all .5s ease 0s;
    border-radius: 8px;
  }
  .start-hide {
    width: 0;
    left: 0;
    background-color: #f6f;
  }
  .start-home, a:nth-child(1):hover~.animation {
    width: var(--nav-child1);
    left: 0;
    background-color: #f93;
  }
  .start-secret, a:nth-child(2):hover~.animation {
    width: var(--nav-child2);
    left: var(--nav-child1);
    background-color: #ff6;
  }
  button {
    border-radius: 8px;
    border: 2px solid #09f;
    position: relative;
    height: inherit;
  }
}
.nav-left {
  display: flex;
}


.hr {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: white;
  width: 60vw;
  
  p {
    font-size: 1.2em;
    text-align: start;
    margin-bottom: 12px;
  }
  
  img {
    width: 100%;
  }
}

main {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: calc(120vw - 2rem);
  position: relative;
}

.context {
display: block;
place-items: center;
overflow: hidden;
  .secret_text {
    text-align: start;
    margin-bottom: 12px;
    font-family: Dosis;
    font-size: 1.2em;
    line-height: 1.8em;
    letter-spacing: 3px;
    color: rgb(209, 209, 209);
    
    h3 {
      text-align: center;
    }
  }
  .fill-available {
    width: -webkit-fill-available;
  }
}

.header {
  justify-content: top;
  align-items: top;
  position: inherit;
  padding-top: 40px;
  padding-bottom: 40px;
  
  img {
      top: 20vh;
      max-width: 80vw;
      z-index: 0;
      justify-self: center;
  }
  
  articles {
      display: grid;
  }
}

.footer{
text-align: left;
font-family: Dosis;
font-size: 0.8em;

p { 
  width: 100%;
}

color: rgb(209, 209, 209);

.links{
  ul {
    list-style-type: none;
  }
  
  li a{
    color: white;
    letter-spacing: 1px;
    transition: color .2s;
    
    &:hover{
      text-decoration:none;
      color:#4180CB;
    }
  }
}  

.about-company{
  p{
    font-size: 10px; 
    letter-spacing: 1px;
  }
} 

.location{
  i{
    font-size: 18px;
  }
  
  a{
    color: rgb(209, 209, 209);
    transition: color .2s;
    
    &:hover{
      text-decoration:none;
      color:#4180CB;
    }
  }
}

.copyright {
  p{
    border-top:1px solid rgba(255,255,255,.1);
  }
  
  a{
    color: rgb(209, 209, 209);
    transition: color .2s;
    
    &:hover{
      text-decoration:none;
      color:#4180CB;
    }
  } 
}
}

:root {
  --backdrop: hsl(0 0% 60% / 0.12);
  --radius: 14;
  --backup-border: var(--backdrop);
  --size: 200;
  --nav-child1: 68px;
  --nav-child2: 150px;
}

article:first-of-type {
--base: 80;
--spread: 500;
--outer: 1;
}

article:last-of-type {
--outer: 1;
--base: 220;
--spread: 200;
}

.wrapper {
position: relative;
}

article {
aspect-ratio: 1 / 1;
border-radius: calc(var(--radius) * 1px);
width: 260px;
position: relative;
grid-template-rows: 1fr auto;
box-shadow: 0 1rem 2rem -1rem black;
display: grid;
backdrop-filter: blur(calc(var(--cardblur, 5) * 1px));
}

minter {
border-radius: calc(var(--radius) * 1px);
min-width: 360px;
padding-top: 3em;
position: relative;
grid-template-rows: 1fr auto;
box-shadow: 0 1rem 2rem -1rem black;
display: grid;
backdrop-filter: blur(calc(var(--cardblur, 5) * 1px));
.form-control {
  box-sizing: border-box;
  width: 100%;
}
}

token {
border-radius: calc(var(--radius) * 1px);
padding: 0.5em;
padding-top: 0.5em;
position: relative;
grid-template-rows: 1fr auto;
box-shadow: 0 1rem 2rem -1rem black;
display: grid;
backdrop-filter: blur(calc(var(--cardblur, 5) * 1px));
}

[header-glow] {
  position: relative;
}

[header-glow] [header-glow] {
position: absolute;
inset: 0;
will-change: filter;
opacity: 0.8;
justify-self: center;
}

[header-glow] > [header-glow] {
filter: blur(20px); 
}

[data-glow] {
--border-size: calc(var(--border, 2) * 1px);
--spotlight-size: calc(var(--size, 150) * 1px);
--hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 0)));

background-image: radial-gradient(
  var(--spotlight-size) var(--spotlight-size) at
  calc(var(--x, 0) * 1px)
  calc(var(--y, 0) * 1px),
  hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--bg-spot-opacity, 0.1)), 
  transparent
);

background-color: var(--backdrop, transparent);
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-position: 50% 50%;
background-attachment: fixed;
border: var(--border-size) solid var(--backup-border);
position: relative;
touch-action: none;
}

[data-glow]::before,
[data-glow]::after {
pointer-events: none;
content: "";
position: absolute;
inset: calc(var(--border-size) * -1);
border: var(--border-size) solid transparent;
border-radius: calc(var(--radius) * 1px);
background-attachment: fixed;
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-repeat: no-repeat;
background-position: 50% 50%;

mask:
  linear-gradient(transparent, transparent),
  linear-gradient(white, white);
  
mask-clip: padding-box, border-box;
mask-composite: intersect;
}

[data-glow]::before {
background-image: radial-gradient(
  calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
  calc(var(--x, 0) * 1px)
  calc(var(--y, 0) * 1px),
  hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) / var(--border-spot-opacity, 1)), 
  transparent 100%
);
filter: brightness(2);
}

[data-glow]::after {
background-image: radial-gradient(
  calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
  calc(var(--x, 0) * 1px)
  calc(var(--y, 0) * 1px),
  hsl(0 100% 100% / var(--border-light-opacity, 1)), 
  transparent 100%
);
}

[data-glow] [data-glow] {
position: absolute;
inset: 0;
will-change: filter;
opacity: var(--outer, 1);
}

[data-glow] > [data-glow] {
border-radius: calc(var(--radius) * 1px);
border-width: calc(var(--border-size) * 20);
filter: blur(calc(var(--border-size) * 10));
background: none;
pointer-events: none;
}

[data-glow] > [data-glow]::before {
inset: -10px;
border-width: 10px;
}

[data-glow] [data-glow] {
border: none;
}

[data-glow] :is(a, button) {
border-radius: calc(var(--radius) * 1px);
border: var(--border-size) solid transparent;
}

[data-glow] :is(a, button) [data-glow] {
background: none;
}

[data-glow] :is(a, button) [data-glow]::before {
inset: calc(var(--border-size) * -1);
border-width: calc(var(--border-size) * 1);
}

@media only screen and (max-width: 768px) {
.container {
  width: 90vw;
}
main {
  max-width: 100vw;
  padding: 1.5rem;
  gap: 1rem;
}
article {
  width: 80vw;
  max-width: 500px;
}
minter {
  min-width: unset;
  padding: 1em;
  padding-top: 2em;
  .form-control {
    box-sizing: border-box;
    width: 100%;
  }
}
body, html {
  h1 {
    font-size: 2.5em;
  }
  
  h3 {
    font-size: 1.6em;
    line-height: 1.6em;
  }
  
  span, p {
    font-size: 1em;
    line-height: 1.6em;
  }
}
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  
  img {
    max-width: 100vw;
    top: 10vh;
  }
  
  articles {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.footer {
  font-size: 0.9em;
  
  .about-company {
    p {
      font-size: 9px;
    }
  }
  
  .location {
    i {
      font-size: 16px;
    }
  }
}
}

@media only screen and (max-width: 480px) {
.container {
  width: 95vw;
}

article {
  width: 95vw;
  max-width: none;
}

minter {
  .form-control {
    box-sizing: border-box;
    width: 100%;
  }
}

body, html {
  h1 {
    font-size: 2em;
  }
  
  h3 {
    font-size: 1.4em;
  }
  
  span, p {
    font-size: 0.95em;
  }
}

.header img {
  top: 5vh;
}

.footer {
  font-size: 0.85em;
  
  .about-company {
    p {
      font-size: 8px;
    }
  }
  
  .location {
    i {
      font-size: 14px;
    }
  }
}
}


/* timeline */
.main-timeline { 
  font-family: Dosis;
  margin-left: 15px; 
  p {color: rgb(50, 50, 50);}
  li {color: rgb(50, 50, 50);}
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    margin: 0 0 20px;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    color: #fff;
    margin-bottom: 1.8em;
    padding: 20px 75px 0 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: var(--main-color);
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255,255,255,0.5) inset;
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    bottom: 20px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    right: 12px;
}
.main-timeline .timeline-year{
    font-size: 1.8em;
    font-weight: 200;
    line-height: 28px;
    text-shadow: 2px 2px rgba(255,255,255,0.3);
    position: absolute;
    top: 10px;
    right: 12px;
}
.main-timeline .timeline-year span{ display: block; }
.main-timeline .title{
    font-size: 1.8em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 30px 35px;
}
.main-timeline .description{
    color: #555;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255,255,255,0.8),0 0 0 15px hsl(298, 74%, 8%);
}
.main-timeline .timeline:nth-child(1){ --main-color: #c30; }    
.main-timeline .timeline:nth-child(2){ --main-color: #f93; }
.main-timeline .timeline:nth-child(3){ --main-color: #093; }
.main-timeline .timeline:nth-child(4){ --main-color: #09f; }
.main-timeline .timeline:nth-child(5){ --main-color: #33c; }
.main-timeline .timeline:nth-child(6){ --main-color: #8000ff; }
.main-timeline .timeline:nth-child(7){ --main-color: #f6f; }

@media screen and (max-width:767px){
    .main-timeline { 
      margin-left: 0px;
    }
    .main-timeline .timeline {
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:576px){
    .main-timeline { 
      margin-left: 0px;
    }
    .main-timeline .timeline-content {
        padding: 20px 0 75px;
    }
    .main-timeline .timeline-content:before {
        left: 0;
        right: 0;
        bottom: 0;
    }
    .main-timeline .timeline-icon {
        left: auto;
        right: 15px;
        bottom: 5px;
    }
    .main-timeline .timeline-year {
        right: auto;
        left: 15px;
        bottom: 17px;
        top: auto;
    }
    .main-timeline .timeline-year span{ display: inline-block; }
    .main-timeline .title {
        margin-left: 15px;
    }
}