@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&family=Trispace:wght@100..800&family=Yomogi&display=swap');

body{
    background-color: #001924;
    padding:0px;
    margin:0px;
}

.btn{
  display: flex;
    justify-content: space-around;
    align-items: center;
    /* max-width: 70%; */
    width: 100%;
    margin: auto;
    margin-top: 4vw !important;
    /* border: 1px solid #F29D35; */
}
.bg-dotted::before{ 
 content:''; 
background:linear-gradient(#001924,transparent);
width: 100%;
height: 100%;
  z-index: -1;
position: absolute;
}
.bg-dotted{ 
  position: relative;
  background-color: #001924;
    opacity: 1;
    background-image:radial-gradient(#ffb833 0.75px, #001924 0.75px);
    background-size: 15px 15px;
    background-attachment: fixed;
  
    min-height: 600px;
  }

.btn a{
    background: #262626;
    border-radius: 1em;
    padding: .4em;
}

.bitcount{

    font-family: 'Bitcount Grid Double';
}
.main-pic{
    background:url('media/gustavobayeux.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    width: 30vw;
z-index: -1;
position: relative;
    height: 60vw;
}     /* Google chrome */
      @-webkit-keyframes svg-text-anim {
       40% {
          stroke-dashoffset: 0;
          fill: transparent;
        }
        60% {
          stroke-dashoffset: 0;
          fill: #F2DEC4;
        }
        100% {
          stroke-dashoffset: 0;
          fill: #F2DEC4;
        }
        
    }
    /* Most browsers */
    @keyframes svg-text-anim {
       40% {
          stroke-dashoffset: 0;
          fill: transparent;
        }
        60% {
          stroke-dashoffset: 0;
          fill: #F2DEC4;
        }
        100% {
          stroke-dashoffset: 0;
          fill: #F2DEC4;
        }
        
    }
.text-lg{
    font-family:'trispace';
    font-size: 8vw;
    color:#F2B035;
   
}
.text-stroke{
 font-weight: 700;
 
    color:#6d545400;
    -webkit-text-stroke: 1.1px #F2B035;
}
.text-md{
    font-family:'trispace';
    font-size: 6vw;
    font-weight: 300;
}

.text-sm{
    font-family:'trispace';
    font-size: 3vw;
    font-weight: 300;
}


.text-prefix{
    font-family:'trispace';
    font-size: 1.9vw !important;
    font-weight: 300;
}

button{
    display: flex;
    gap:1vw;
    justify-content: space-between;
    width: fit-content;
    border-radius: 100px;
    font-size:1.5vw;
    color:#F2DEC4;
    margin-top:15px;
     font-family:'trispace';
    padding: 1.3vw 2.2vw !important;
    border:1px solid  rgba(255,255,255,0.25) !important;
  background: #262626 !important;
    transition: all 0.25s ease;
    cursor:pointer !important;
        position:relative;

}

button:hover{
  background: #F2DEC4 !important;
  color: #262626;
    transition: all 0.25s ease;
    cursor:pointer !important;
        position:relative;

}
button:hover > svg{
        fill:#262626 !important;
}

.portfolio-card{
  width: 100%;
      overflow: hidden;
    color: #fff !important;
    border: 1px solid #01202d;
    border-radius: 10px;
    z-index: 9999;
    position: relative;
  min-height: 76vw;
}

    .swiper {
width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -10px;
    z-index: 0;
    position: relative;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 70%;
height:90%;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    

 

.portfolio-card .badge{
  justify-content: space-center;
  gap:2vw;  text-align: center;
  height: fit-content;
    border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.02);
  width: fit-content;
  margin-top: 4vw;
}
.portfolio-card .badge:hover{
    border-color: rgba(255,255,255,0.25) !important;
  background: rgba(255,255,255,0.02) !important;

}
.animation-appear{
 animation:appear forwards 1s;
 opacity: 0;
}

@keyframes type-line {
  from { width: 0; }
  to   { width: 100%; }
}

.animation-typing {
  animation: type-line 1.6s steps(22) 0.4s both;
  /*                           ↑ one step per character */
  white-space: nowrap;
  overflow: hidden;
}

.animation-delay-1s{
 animation-delay: 1s;
}

.animation-delay-2s{
 animation-delay: 2s;
}

.animation-delay-3s{
 animation-delay: 3s;
}

.animation-delay-4s{
 animation-delay: 4s;
}


.animation-delay-5s{
 animation-delay: 5s;
}

.animation-delay-6s{
 animation-delay: 6s;
}

@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.cards-tray{
  background:url("portfolio/covers/1.png");
  display: flex;
  justify-content: space-around;
  padding: 4vw;
  flex-wrap: wrap;
}
.badge {
 display: flex;
    align-items: center;
    gap: 0.5vw;
     padding: 1vw 2vw !important;
    font-size: 2.4vw;
    white-space: nowrap;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);

  background: rgba(255,255,255,0.02);
   
    color: #f2dec4;
    transition: all 0.25s ease;
    position:relative;
}
.bg-glass{
  
    background: rgba(0, 0, 0, 0.2);
 backdrop-filter: blur(12px);
}

.bg-glass-2{
    background: rgba(0, 0, 0, 0.2);
 backdrop-filter: blur(42px);
}
.badge:hover, .selected {
  border-color: rgba(255,255,255,0.25) !important;
  background: #262626 !important;
    transition: all 0.25s ease;
    cursor:pointer !important;
        position:relative;
}
.icon {
  width: 0.9vw;
  height: 0.9vw;
  min-width: 0.9vw;
  fill: #f2dec4;
  opacity: 0.75;
}

/* infinite loop magic */
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* font hook */
.bitcount {
  font-family: 'Bitcount', sans-serif;
}

.ticker-wrapper::after,
.ticker-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6vw;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ticker-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #001924, transparent);
}

.ticker-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #001924, transparent);
}