@import url("https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Lato:wght@400;700&display=swap");

html {
  box-sizing: border-box;
}

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

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}

img {
  max-width: 100%;
  margin: 8px 0;
}

body {
  color: rgb(255, 255, 255);
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

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

a {
  color: #337ab7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(255, 255, 255);
  font-family: "Bungee Shade", sans-serif;
  font-style: normal;
  font-weight: 700;
}

dd {
  margin-left: 25px;
}


/** round image */
img.img-round {
  border-radius: 100%;
}

/** list css */
ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.linear-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

ul.linear-list li {
  display: inline-block;
}

/** Centered elements */
.center {
  margin: 0 auto;
  float: none;
}

/** Text style */
.text-center {
  text-align: center !important;
}

/** Text align **/
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-light {
  font-weight: light;
}

.text-bold {
  font-weight: bold;
}

/* --------------------- 2.1 Header --------------------- */
.hero-area {
  background: linear-gradient(dodgerblue, #0070DF);
  text-align: center;
  padding: 15px;
  min-height: 100vh;
  display: flex;
  margin-bottom: 8em;
}

@media all and (max-width: 650px) {
  .hero-area {
    transition: 0.5s;
    min-height: 40vh;
  }
}

.hero-area h1,
.hero-area p {
  color: #FFFFFF;
}

.hero-area .hero-content {
  margin: auto;
  text-transform: uppercase;
}

.hero-area .hero-content span {
  background-color: #fff;
  color: dodgerblue;
  padding: 0 2px;
  border-radius: 3px;
}

.hero-area .hero-content h1 {
  font-size: 6em;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


/* --------------------- 2.2 Footer --------------------- */

/* Glass Footer */
.glass-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

/* Glass Background */
.glass-background {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.glass-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
}

/* Enhanced Glass Effect */
.glass-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px 32px 0 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Additional glass layer for depth */
.glass-depth {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 50%, transparent);
  opacity: 0.6;
  border-radius: 32px 32px 0 0;
}

/* Subtle glow effect */
.glass-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.1));
  border-radius: 32px 32px 0 0;
}

/* Border highlight */
.glass-border {
  position: absolute;
  inset: 0;
  border-radius: 32px 32px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
}

/* Footer Content */
.footer-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Desktop Layout */
.desktop-layout {
  /* display: none; */
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media (min-width: 768px) {
  .desktop-layout {
    display: flex;
    gap: 8.375rem;
  }
}



/* Brand Section */
.brand-section,
.brand-section-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
  justify-content: center;
}

.brand-section-mobile {
  align-items: center;
}

.brand-header {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: flex-start;
}

.hype-icon {
  height: 16.644px;
  width: 15.753px;
  flex-shrink: 0;
}

.icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-name {
  font-family: 'Bungee Shade', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
  white-space: nowrap;
}

.brand-tagline {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

/* Central Message */
.central-message,
.central-message-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  justify-content: flex-start;
}

.message-text {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  white-space: nowrap;
}

/* Links Section */
.links-section,
.links-section-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-end;
  justify-content: flex-start;
}

.links-section-mobile {
  align-items: center;
  gap: 0.75rem;
}

.copyright {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-align: right;
  max-width: 120px;
  width: 100%;
}

.footer-links,
.footer-links-mobile {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-links-mobile {
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-underline-position: from-font;
  white-space: nowrap;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.8);
}


/* Smooth Animations */
.glass-effect {
  transition: all 0.3s ease;
}

.footer-link {
  transition: all 0.3s ease;
}

/* Enhanced Glass Effect on Hover */
.glass-footer:hover .glass-effect {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.3);
}

/* --------------------- 4.1 Home page --------------------- */
body {
  color: #fff;
  background-color: #000;
  position: relative;
}

body {
  height: 100vh;
  background-image: url("../img/background_image.png");
  background-size: 12% 120%;
  background-position: center center;
  animation: shrink 45s infinite alternate;
}

@keyframes shrink {
  0% {
    background-size: 120% 120%;
  }

  100% {
    background-size: 100% 100%;
  }
}

.container {
  padding: 0;
}

.display-none {
  display: none !important;
}

.map_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05), -1px 1px 1px -2px rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(4px);
}

.grid_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  background: url("../img/grid.png") no-repeat center center fixed;
}

.header {
  position: relative;
  z-index: 1;
  padding-top: 0;
  /* margin: auto; */
  padding-left: 24px;
  width: 100%;
  /* background-color: rgb(107, 26, 26); */
  padding-right: 40px;
}

.logo_block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo_block .logo {
  height: 50px;
}

.logo_block .logo-text {
  font-size: 32px;
  margin: 0;
  line-height: 30px;
  font-weight: 500;
  opacity: 0.8;
  font-family: "Bungee Shade", cursive;
}

.tagline {
  font-size: 48px;
  color: #fff;
  margin-top: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 16px 0 16px 0;
  line-height: 60px;
}

.description {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
}

.app_store_links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.app_store_link {
  display: block;
  max-width: 100%;
  padding: 0;
  align-items: center;
}

.app_store_link img {
  margin: 0;
  height: 50px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* background-color: rgb(53, 53, 21); */
}

.card {
  display: flex;
  padding: 4px 4px 0px 4px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), rgba(255, 255, 255, 0.1);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.09), 0px 40px 80px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  width: 280px;
}

.card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  display: flex;
  padding: 16px 12px;
  align-items: flex-start;
  gap: 8.602px;
  align-self: stretch;
}

.card .content h2 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  margin: 0;
  font-family: "Exo 2", sans-serif !important;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.card .content p {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  margin: 0;
  font-family: "Lato", sans-serif !important;
  line-height: 20px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.card_container {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 16px;
  margin: 24px auto;
}

.canvas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px 20px 12px 12px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75) inset;
  overflow: hidden;
  /* height: 430px; */
}

.canvas img {
  margin: 0;
  border-radius: 20px 20px 12px 12px;
}

.canvas video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px 20px 12px 12px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ========================================
   MOBILE RESPONSIVE STYLES (BELOW 768px)
   ======================================== */

/* Mobile and small tablet styles (below 768px) */
@media (max-width: 1024px) {

  .wrapper {
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    min-height: 100vh;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .header {
    width: 100%;
    max-width: 100%;
    padding: 50px 0 0 0;
    text-align: center;
    order: 1;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .logo_block {
    justify-content: center;
    margin-bottom: 15px;
  }

  .logo_block .logo {
    height: 50px;
    width: auto;
  }

  .logo_block .logo-text {
    font-size: 28px;
    line-height: 50px;
  }

  .tagline {
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    line-height: normal;
  }

  .description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
  }

  .app_store_links {
    justify-content: center;
    margin-top: 20px;
  }

  .app_store_link img {
    height: 40px;
    width: auto;
  }

  /* Carousel adjustments for mobile */
  .carousel {
    order: 2;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: -120px 0 0 0;
  }

  .card {
    width: 100%;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .canvas {
    /* height: 250px; */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .canvas img,
  .canvas video {
    object-fit: cover;
    border-radius: 20px 20px 12px 12px;
    box-sizing: border-box;
    height: auto;
    max-height: 500px;

  }

  .card .content {
    padding: 15px;
  }

  .card .content h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .card .content p {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }

  /* Controls for mobile */
  .controls {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
  }

  .controls a {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: white;
    text-decoration: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
  }

  .controls a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }
}


/* Landscape orientation for mobile */
@media (max-height: 600px) and (orientation: landscape) and (max-width: 767px) {
  .wrapper {
    flex-direction: column;
    padding: 20px;
    min-height: auto;
  }

  .header {
    width: 100%;
    max-width: 100%;
    order: 1;
    padding: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .logo_block .logo {
    height: 40px;
  }

  .logo_block .logo-text {
    font-size: 24px;
    line-height: 40px;
  }

  .tagline {
    font-size: 20px;
    margin: 8px 0;
  }

  .description {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .app_store_link img {
    height: 30px;
  }

  .carousel {
    order: 2;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .canvas {
    height: 250px;
  }

  .controls {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 20px;
  }
}


/* Responsive Adjustments */
@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .desktop-layout {
    display: none;
  }

  .links-section,
  .links-section-mobile {
    align-items: center;
    justify-content: center;
  }

  .footer-inner {
    justify-content: center;
  }

  /* .glass-footer {
        min-height: 200px;
    }

    .glass-container {
        height: 200px;
    } */

  .footer-links-mobile {
    flex-direction: column;
    gap: 0.5rem;
  }

  .canvas img,
  .canvas video {
    object-fit: cover;
    border-radius: 20px 20px 12px 12px;
    box-sizing: border-box;
    height: auto;
    max-height: 220px;

  }
}

/* ========================================
   MODAL STYLES
   ======================================== */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  margin: 5% auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
  margin: 1% auto;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-content-area {
  color: white;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  min-height: 100px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  max-height: 90vh;
  overflow: auto;
  padding: 5px;
}

.modal-content-area object,
.modal-content-area img,
.modal-content-area video {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}

.close {
  color: rgba(255, 255, 255, 0.7);
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
}

/* Modal responsive design */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .modal-body {
    padding: 1px;
  }

  .modal-body h2 {
    font-size: 24px;
  }

  .modal-body p {
    font-size: 14px;
  }

  .central-message {
    display: none;
  }
}
