html, body {
    width: 100%; 
    height: 100vh;
    margin: 0px; 
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: white;
}

/* Fonts */
@font-face {
    font-family: 'Geist Ultra Black', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-UltraBlack.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Regular', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Thin', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Thin.otf') format('otf');
}

@font-face {
    font-family: 'Geist Medium', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Italic';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Light';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Coconat-Regular';
    src: url('/Type/CLT-Coconat/desktop/Coconat-Regular.otf') format('woff2');
}

@font-face {
    font-family: 'GT America', Helvetica, sans-serif;
    src: url('/Type/GTAMERICA/GT-America-Standard-Bold.otf') format('otf');
}


@font-face {
    font-family: 'VG5000';
    src: url('/Type/vg5000-master/fonts/webfonts/VG5000-Regular_web.woff2') format('woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}
/*  */


p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 16px;
    line-height: 1.4em;
    color: black;
    padding-left: 160px;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 35px;
    line-height: 1.2em;
    text-decoration: none;
    color:  #002eff;
    padding-top: 30px;
    padding-left: 160px;
    text-shadow: 0px 0px 1px  #002eff,0px 0px 0px  #002eff,0px 0px 0px black,0px 0px 1px ,0px 0px 3px  #002eff;
}

a {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 19px;
    line-height: 1.4em;
    text-decoration: none;
    color: #1C2C89;
    text-shadow: 0px 0px 3px white, 0px 0px 3px white,0px 0px 0px white,0px 0px 2px #002eff,0px 0px 5px #002eff;
}

.divider {
  height: 1px;
    background-color: #dae2d7; /* base color of the line */
  box-shadow: 0 0 10px , 0 0 20px salmon; /* glowing effect */
  margin: 20px 20px 0 0;
  width: 100%;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

/* Also control the active state if needed */
a:active, button:active {
  background: none;
}



/* Navbar Section */
.navbar {
    background-color: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 1000;
}

.navbar a {
    display: block;
    color: #002eff;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .navbar-text {
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
    font-size: 23px;
    text-shadow: 0px 0px 3px #002eff, 0px 0px 10px white,0px 0px 0px white,0px 0px 5px #002eff,0px 0px 5px #002eff;
}

/* Navbar mobile */
.navbar-mobile {
    text-align: center;
}

.navbar-mobile a {
    display: block;
    color: gray;
    text-align: center;
    text-decoration: none;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.navbar-text-mobile{
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
     font-size: 1.2em;
    text-shadow: none;
    text-align: center;
     text-shadow: 0px 0px 5px white,0px 0px 30px limegreen,0px 0px 0px white,0px 0px 5px wheat,0px 0px 5px #1C2C89;
    
}


/* Mobile Styles */
@media (min-width: 950px) {
    .navbar-mobile  {
    display: none;
}
}

@media (max-width: 950px) {
    .navbar  {
    display: none;
}
p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 14px;
    line-height: 1.5em;
    color: black;
    margin-top: 1px;
    padding-left: 40px;
    padding-right: 40px;
}
a {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 22px;
    line-height: 1.4em;
    text-decoration: none;
    color: #1C2C89;
    text-shadow: 0px 0px 1px white, 0px 0px 3px white,0px 0px 0px white,0px 0px 1px #002eff,0px 0px 1px #002eff;
}
}

/* Shop section */
.product-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right:200px;
    margin-left: 200px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.product {
    width: 50%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 50px;
    border: none;
}

.gallery-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.gallery {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.gallery-image {
    min-width: 100%;
    height: auto;
    user-select: none;
}

.arrow {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    font-size: 1.4rem;
    color:  #002eff;
    cursor: pointer;
    user-select: none;
    filter: blur(2px);
}

.arrow::before {
    display: none;
}

.left-arrow {
    font-family: Arial, Helvetica, sans-serif;
    left: 5px;
}

.right-arrow {
    font-family: Arial, Helvetica, sans-serif;
    right: 5px;
}

.arrow:hover {
    color: yellowgreen;
}

.email-button {
    display: inline-block;
    margin-top: 2px;
    padding: 0px 0px;
    color:  #002eff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: left;
    align-items: left;
    margin-left: 160px;
}

/* .email-button:hover {
    background-color:  #002eff;
    color: #fff;
} */

@media (max-width: 950px) {
.product-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.product {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.gallery-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.gallery {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.gallery-image {
    min-width: 100%;
    user-select: none;
}

.arrow {
   display: none;
}

.arrow::before {
    content: "\2192"; /* Right Arrow */
    font-family: Arial, Helvetica, sans-serif;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.email-button {
    font-size: 19px;
    display: flex;
    margin-top: 10px;
    padding: 10px 10px;
    color: gray;
    text-decoration: none;
    transition: background-color 0.3s ease;
     text-shadow: 0px 0px 1px  gray,0px 0px 0px  limegreen,0px 0px 0px limegreen,0px 0px 1px ,0px 0px 3px  limegreen;
}

.email-button:hover {
    background-color: none;
    color: none;
}

p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 1.7em;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    color:  gray;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-shadow: 0px 0px 1px  gray,0px 0px 0px  limegreen,0px 0px 0px limegreen,0px 0px 1px ,0px 0px 3px  limegreen;
}
}

