:root{
    --primary-color: #0B1026;
    --secondary-color:#00E5FF;
    --additional-color: #F7C948;
    --button-font-size: 0.6265rem;
    --xsmall-font-size: 0.5rem;
    --small-font-size: 0.625rem;
    --medium-font-size: 2rem;
    --big-font-size:6rem;
    --hero-scale: 1.9;
    --featured-project-size:28rem;
}

html {
  font-size:16px;
}

body {
  margin: 0 1rem 0 1rem;
  background: #fff;

  font-family: 'Arial', Helvetica, sans-serif;;
}

.btn{
    cursor: pointer;
}

.featured-projects .featured-projects-showcases{
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--featured-project-size));  
    gap: 1rem;
    width: 100%;
    justify-content: center;

}

.featured-projects .featured-projects-showcases .featured-projects-showcase {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
  
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2); 
}


.featured-projects .featured-projects-showcases .featured-projects-showcase .image {
  position: relative; 
  background-color: black;

}

.featured-projects .featured-projects-showcases .featured-projects-showcase .image img{

    width: var(--featured-project-size);
    height: var(--featured-project-size);
    object-fit: contain;  
 
}

.featured-projects .featured-projects-showcases .featured-projects-showcase .image img:hover{
  opacity: 0.5;
 
}

.featured-projects .featured-projects-showcases .featured-projects-showcase .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: 100%; 
    text-align: left;
    gap: 0.5rem 0;
    padding: 1rem;
    box-sizing: border-box; 
}

.featured-projects .featured-projects-showcases .featured-projects-showcase .title{
    font-size: 1.5rem;
    font-weight: bold;
}

.featured-projects .featured-projects-showcases .featured-projects-showcase .location{

    font-size: 1rem;

}

.featured-projects .featured-projects-showcases .featured-projects-showcase .description{
    text-align: left;
    font-size: 0.95rem;

}

.featured-projects .featured-projects-showcases .featured-projects-showcase .play .btn img{
    width: 7rem;  
    height: auto;
}

.featured-projects .featured-projects-showcases .featured-projects-showcase  .play .btn:hover{
    opacity: 0.5;
}

.featured-projects .featured-projects-showcases .featured-projects-showcase .tags{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;

}

.featured-projects .featured-projects-showcases .featured-projects-showcase .tags .tag{
    background: rgba(11, 16, 38, 0.05); 
    color: var(--primary-color);       
    font-size: 0.95rem;
    padding: 0.35rem 0.9rem;
    border-radius: 0.4rem;            
    border: 1px solid rgba(11, 16, 38, 0.3); 
    font-weight: 500;

}

.header{
  position:fixed;
  opacity:0;
}


.hero {
  height: 200rem;
}


.hero .scene {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}


.hero .scene .vr-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-image: url('../images_videos/herosectionbackground.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5000px;
  height: 1300px;
}

.hero .scene .vr-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255, 0.7);
  z-index: 0;
}

.hero .scene .vr-container .vr-world{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Headset overlay on top of content */
.hero .scene .vr-container .headset {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  width:5000px;
  pointer-events: none;
}

.hero .scene .vr-container .vr-world .hero-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:2rem;
  position: relative;
  width: auto;
  height: auto;
  transform: scale(var(--hero-scale));
  transform-origin: center;
}



.hero .scene .vr-container .vr-world .hero-section .hero-content{

  flex-wrap:wrap;
  display:flex;
  flex-direction: row;
  gap: 1rem;

  
}

.hero .scene .vr-container .vr-world .hero-section .scroll-down{
   font-size: var(--xsmall-font-size);

}

.hero .scene .vr-container .vr-world .hero-section .hero-content .left-side{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-header{
  font-size: var(--big-font-size);
  font-family: 'Courier New', Courier, monospace;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -0.035em; /*due to large font size causes an indent, so removing indent*/
}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-subheader{
    font-size:var(--medium-font-size);
}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-description{
    font-size:var(--small-font-size);
    color:#494949;
    max-width: 15rem;
}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-details{
    font-size:var(--xsmall-font-size);
    color:#808080
}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-platforms{
    display:flex;
    flex-direction: column;

}


.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-platforms .hero-platform-icon{
    display:flex;
    justify-content: left;
    gap:1rem;
}

.hero .scene .vr-container .vr-world .hero-section .hero-content .hero-platforms .hero-platform-icon .platform-icon{
    width: 3rem;
    height: auto;
    object-fit: contain;
}



.call-to-action{
  background-color: var(--primary-color);
  text-align: center;

  border:none;
  padding: 0.5rem 0.5rem;
  font-size: var(--button-font-size);

  color: white;
}

 .call-to-action:hover{

 background-color:var(--additional-color);
 color:var(--primary-color);

}

.hero .scene .vr-container .vr-world .hero-section .hero-image{
  max-width: 10rem;
  width: auto;
  height: auto;
  object-fit:contain;
}

 .work-experiences .experiences{
   display: flex;
    justify-content: start;
    flex-direction: column;

      gap: 2rem;

  }

   .work-experiences .experiences a{
   text-decoration: none;
   color: inherit;
 
  }

.work-experiences .experiences .experience {
    display: flex;
    gap: 2rem;
    padding: 1rem 1rem;
    align-items: flex-start; 
    flex-wrap: wrap; 
    
    border-radius: 0.5rem;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2); 
}

.work-experiences .experiences .experience .left-side {
    flex: 0 0 12rem; 
}

.work-experiences .experiences .experience .right-side {
    flex: 1 1 20rem; 
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0; 
}

  .work-experiences .experiences .experience .right-side .title{
    font-size: 2rem;
  }

 
  
  .work-experiences .experiences .experience .right-side .company{
    font-size: 1.5rem;
  }

  .work-experiences .experiences .experience .right-side .company:hover{
    opacity:0.5;
   
  }

  .work-experiences .experiences .experience .right-side .description{
    font-size: 1rem;
  }

  .work-experiences .experiences .experience .right-side .apps{
    display:flex;
    gap:1rem;
  }

  .work-experiences .experiences .experience .right-side .apps a{
    font-size: 1rem; 
    
  }
  .work-experiences .experiences .experience .right-side .apps a:hover{
    opacity:0.5;
  }

 .work-experiences .experiences .experience .right-side  .skills{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;

}

.work-experiences .experiences .experience .right-side .skills .skill {
    background: rgba(11, 16, 38, 0.05); 
    color: var(--primary-color);       
    font-size: 0.95rem;
    padding: 0.35rem 0.9rem;
    border-radius: 0.4rem;            
    border: 1px solid rgba(11, 16, 38, 0.3); 
    font-weight: 500;

}


@media screen and (max-width: 1280px) {
  :root {
    --medium-font-size: 2rem;
    --big-font-size:4rem;
    --hero-scale: 1.2;
    --featured-project-size:18rem;
  }

  .hero .scene .vr-container {
    width: 2500px;
    height: 650px;
  }

  .hero .scene .vr-container .headset {
    width: 2500px;
  }
}

@media screen and (max-width: 666px) {
  :root{
    --xsmall-font-size: 0.5rem;
    --small-font-size: 0.625rem;
    --medium-font-size: 1rem;
    --big-font-size:2rem;
    --featured-project-size:15rem;
    
  }


  .hero .scene .vr-container .vr-world .hero-section .hero-content {
    flex-direction: column;
    align-items: center;

  }
  .hero .scene .vr-container .vr-world .hero-section .hero-content .left-side{
    text-align: center;
  }

  .hero .scene .vr-container .vr-world .hero-section .hero-content .hero-platforms .hero-platform-icon{

    justify-content: center;

 }


}












