@font-face { font-family: Akira Expanded; src: url('../fonts/Akira-Expanded.otf'); }
@font-face { font-family: League Spartan; src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf'); }
@font-face { font-family: Lexend Exa; src: url('../fonts/Lexend-VariableFont_wght.ttf'); } 


body{
    background-color: #0A0808;
    height: 1440px;
    margin: 0;
    padding: 0;
}

.redirect-link{
    background-color: black;
    color: white;
    border: none;
    border-radius: 30px;
    width: 200px;
    transition: 0.3s
  }
  
.redirect-link:hover{
    background-color: rgb(198, 198, 198);
    opacity: 0.5;
    color: black;
  }

header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(5, 5, 5);
    color: white;
    height: 80px;
}

header {
    position: fixed;
    z-index: 1;
    display: flex;
    width: 100%;
    margin-top: 0px;
}

.header-text {
    font-family: "League Spartan";
    font-optical-sizing: auto;
    font-size: 20px;
    text-align: center;
  }

header ul{
    display: flex;
    list-style: none;
    gap: 50px;
} 

a {
    color:white;
    font-family: Lexend Exa;
    font-size: 16px;
    text-decoration: none;
}

.menu-items {
    display: flex;
    align-items: center;
}

.menu-items a {
    margin-right: 20px;
}

.hamburger-lines {
    display: none;
}

.checkbox {
    display: none;
}

#logo{
    height:60%;
}

#logo-inner {
    height: 70px;
}

p{
    color:white;
}

.body{
    font-family: League Spartan;
    font-size: 20px;
}

.body#dev{
    padding-left: 50px;
}

.body#description{
    width: 600px;
    word-spacing: 3px;
    line-height: 30px;
    padding-top: 70px;
    padding-left: 375px;
}

.heading{
    font-family: Akira Expanded;
    font-size: 40px;
}

.heading#vision{
    margin-top: 100px;
    margin-left: 500px;
    width: 500px;
    text-shadow: 0 0 10px #5a5a5a;
}

#about{
    margin-top: 100px;
    text-shadow: 0 0 10px #5a5a5a;
}

#vm-card{
    padding-top: 50px;
    padding-left: 100px;
    display: flex;
    text-align: center;
}

.body#vm{
    padding-top: 10px;
    padding: 20px;
    width: 400px;
    line-height: 30px;
    border: 5px solid #E5BA03;
    border-radius: 20px;
}

.heading, .body{
    margin-left: 150px;
}

#content{
    background-image: url("../assets/about-bg.png");
    height: auto;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

#divider{
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 361px){

body{
    background-color: #0A0808;
    height: 1440px;
    margin: 0px;
    padding: 0px;
}

header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(5, 5, 5);
    color: white;
    height: 100px;
}

header {
    position: fixed;
    z-index: 1;
    display: flex;
    width: 100%;
    margin-top: 0px;
}

header ul{
    display: flex;
    list-style: none;
    gap: 50px;
} 

a {
    color:white;
    font-family: League Spartan;
    font-size: 16px;
    text-decoration: none;
}

.menu-items {
    display: none;
}

.hamburger-lines {
    display: block;
}

.checkbox:checked ~ .menu-items {
    display: block;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p{
    color:rgb(255, 255, 255);
}

.body{
    font-family: League Spartan;
    font-size: 14px;
}

.body#dev{
    padding-left: 12px;
}

.body#description{
    width: 300px;
    word-spacing: 3px;
    line-height: 30px;
    padding-top: 50px;
    padding-left: 10px;
}

.heading{
    font-family: Akira Expanded;
    font-size: 24px;
}

#logo{
    margin: 20px;
}

.heading#vision{
    margin-left: 25px;
    width: 300px;
    margin-bottom: -30px;
    text-shadow: 0 0 10px #5a5a5a;
}

#about{
    margin-top: 100px;
    text-shadow: 0 0 10px #5a5a5a;
}

#vm-card{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.body#vm{
    padding: 30px;
    width: 200px;
    line-height: 30px;
    border: 5px solid #E5BA03;
    border-radius: 20px;
}

.heading, .body{
    margin-left: 25px;
}

#content{
    background-image:url("../assets/about-bg-mobile.png") ;
    height: auto;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

#divider{
    margin: 0;
    padding: 0;
    width: 100%;
}

/*      Hamburger Menu      */

.container {
    width: 100%;
    margin: 0;
    padding: 0; 
}
.navbar {
    width: 100%;
    background-color: black;
    opacity: 100;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}
  
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}
  
.navbar .menu-items {
    display: flex;
    gap: 20px
  }
  
.navbar .nav-container a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }
  
.navbar .nav-container a:hover{
    font-weight: bolder;
  }
  
.nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
.nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
  }
  
.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
.navbar .menu-items {
    padding-top: 120px;
    background-color: black;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
}
  
.navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}
 
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
   transform: rotate(45deg);
}
  
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}
  
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}
  
.nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
}
    
}