@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE3U3f4c.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3U3f4c.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE3U3f4c.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FV0Uw.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Rubik';
}
html {
  scroll-behavior: smooth;
}
body {
  background-size: cover;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-color: #050f23;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}
#content {
  margin-top: calc(12em + 60px); /* To clear nav height */
  text-align: center;
  color: #ffffff;
  z-index: 5;
  animation: floating 3s ease-in-out infinite alternate;
}
@keframes floating {
  0% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(-16px);
  }
}
#content h1 {
  font-size: clamp(2em, 6vw, 4em);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.05em;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 0 0px 15px rgba(255, 255, 255, 0.25), 0 0px 32px rgba(255, 255, 255, 0.1);
}
#content h3 {
  color: aqua;
  font-weight: 100;
  font-size: clamp(1em, 3vw, 1.5em);
  text-shadow: 0 6px 15px rgba(255, 255, 255, 0.25), 0 8px 32px rgba(255, 255, 255, 0.1);
}
#content h3.red {
  color: #fa3c3c;
  text-shadow: 0 6px 15px rgba(250, 60, 60, 0.25), 0 8px 32px rgba(250, 60, 60, 0.1);
}
#cv {
  position: fixed;
  background-color: #050f23;
  top: 0;
  left: 0;
  z-index: -5;
  height: 100%;
  width: 100%;
  will-change: transform;
  transform: translateZ(0); /* Trigger GPU compositing */
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  opacity: 30%;
}
.floater {
  animation-name: floating;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 15px);
  }
}
.btn.btn-hero {
  font-family: 'Rubik';
  background-color: #050f23;
  font-size: 1.5em;
  font-weight: 600;
  color: #e93d49;
  text-transform: uppercase;
  text-align: center;
  border: solid 3px #e93d49;
  margin: 4px;
  padding: 6px 16px 4px 16px;
  transition: transform 0.2s ease;
  display: inline-block;
}
.btn.btn-hero:hover {
  cursor: pointer;
  color: white;
  border-color: white;
  transform: scale(0.95);
}
.btn.btn-hero2 {
  font-family: 'Rubik';
  background-color: #050f23;
  font-size: 1.5em;
  font-weight: 600;
  color: #0a66c2;
  text-transform: uppercase;
  text-align: center;
  border: solid 3px #0a66c2;
  margin: 4px;
  padding: 6px 16px 4px 16px;
  transition: transform 0.2s ease;
  display: inline-block;
}
.btn.btn-hero2:hover {
  cursor: pointer;
  color: white;
  border-color: white;
  transform: scale(0.95);
}

img {
  width: 25px;
  height: 25px;
  vertical-align:-3px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(5, 15, 35, 0.75);
  padding: 0.5rem;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(5, 15, 35, 0.75);
  padding: 0.8rem 1rem;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.navbar-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 60px;
  position: relative;
}

.navbar-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.navbar-right {
  /* Keep empty for now, can be used for future items */
}

.navbar-center {
  position: fixed;
  z-index: 1;
  justify-self: anchor-center;
}

.navbar-brand {
  font-family: 'Space Grotesk', Rubik;
  color: white;
  font-size: 2.25rem;
  letter-spacing: 0.10em;
  text-align: center;
  white-space: nowrap;
}

.navbar-links {
  z-index: 2;
}

.navbar-links a {
  color: #3de9dd;
  margin-left: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-links a:hover {
  color: white;
}

@media (max-width: 768px) {
  .navbar-content {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .navbar-links {
    margin-top: 0.5rem;
  }

  .navbar-links a {
    margin: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  #content {
    margin-top: 10em;
    padding: 0 1rem;
	padding-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  #content {
    margin-top: 6em;
    padding: 0 1rem;
  }
}

@tailwind base;
@tailwind components;
@tailwind utilities;