/* Global settings 
.root {
  --color-main: orange;
  --color-secondary: orange;
  --color-font: purple;
}
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html,
body {
  background-color: #333;
  /* Or any dark color */
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;

}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */


input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  overflow-y: auto;
  font-size: 16px;

  pre,
  code {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
  }

}

/* {
    outline: 2px solid red;
}
*/
body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #090408, rgb(57, 3, 9), #ad3907);
  color: white;
  position: relative;
  z-index: 0;
  margin: 0;
  overflow-x: hidden;
}

main {
  margin-top: 100px
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 35.998em) {
  /* 576px */
  /* Your CSS rules here */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 36em) and (max-width: 47.998em) {

  /* 576px - 767px */
  #about {
    font-size: 20px;
    margin-bottom: 10px;
    /* Adjust this value */
  }

  .about-text-section {
    width: 100%;
    margin: 0 auto;
    /* top and bottom margins set to 0 */
    padding: 10px 0;
    /* vertical padding set to 10px */
  }

  p {
    margin-bottom: 10px;
    /* Adjust this value */
  }

  /* Add similar rules for other elements where you notice too much spacing */
}

/* Media query for mobile */
@media only screen and (max-width: 48em) {
  /* equivalent to 768px */


  .about-overlay {
    width: 75%;
  }

  .faqs-centered-container {
    max-width: 100%;
    padding: 0 10px;
    /* You can adjust padding if needed */
  }

  .about-centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;

  }


  footer-text-wrapper {
    text-align: left;
    padding-left: 20px;
    padding-right: 50px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 48em) and (max-width: 61.998em) {

  /* 768px - 991px */
  /* Your CSS rules here */
  .about-centered-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .about-overlay {
    width: 75%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 62em) and (max-width: 74.998em) {
  /* 992px - 1199px */
  /* Your CSS rules here */
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 75em) {
  /* 1200px */
  /* Your CSS rules here */
}

/* High Resolution Devices */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  /* Your CSS rules for high-res screens here */
}

/* Orientation: Landscape */
@media (orientation: landscape) {
  /* Your landscape-specific CSS rules */
}

/* Aspect-Ratio: 16/9 */
@media (aspect-ratio: 16/9) {
  /* Your aspect ratio-specific CSS rules */

}

.solarlite,
.threaded {
  margin-top: 0;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: relative;
  z-index: 2;
  display: block;
  flex-direction: row;
  align-items: center;

}

.menu ul {
  margin-top: 1px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  list-style: none !important;
}

.menu li:not(:last-child) {
  margin-right: 20px;
}

.menu a,
.menu-list a {
  text-decoration: none;
  color: var(--color-main);
  color: orange;
  font-size: 15px;
}

.content {
  margin: 50px auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.center-eclipse-logo-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -75px;
}

h1 {
  text-align: center;
  font-size: 31px;
  color: #ffa500;

}

.faqs-centered-container {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.centered-text {
  text-align: center;
}

footer {
  padding: 10px;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  position: relative;
  color: white;
  z-index: 10;
}

.footer-menu-wrapper,
.menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-list {
  list-style: none !important;
  gap: 20px;
  padding-left: 0;
}

.footer-text-wrapper {
  margin-top: -3px;
  margin-bottom: 1px;
  font-size: 12px;
  text-align: center;
}

.footer-text a,
.footer-text a:visited {
  color: white;
  text-decoration: underline;
}

/*ALL COMMON THEMES END HERE*/

/*INDEX*/

p {
  text-align: center;
}

/* Default styles for larger screens */
.image-container,
.glasses-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.last-two-images-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  gap: 1px;
  margin-top: 60px;
}

.below-image-text,
.hand-held-text {
  margin-top: 40px;
}

.image-container {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

.image-below {
  width: 250px;
  height: auto;
}

.below-image-text,
.hand-held-text {
  margin-top: 50px;
}

.image-container img.zoom-glasses-viewer-card {
  max-width: 99%;
}

.glasses-container {
  flex-direction: column;
  text-align: center;
  margin-top: 125px;
}

/* Grouped hover effects */
.zoom-solarlite-mounted-filter:hover,
.zoom-threaded-filter:hover,
.zoom-glasses-viewer-card:hover {
  transform: scale(1.5);
}

.zoom-glasses-viewer-card {
  margin-top: -200px;
  max-width: 50%;

}

.zoom-solarlite-mounted-filter {
  margin-right: 10px;
  margin-top: -50px;
}

.zoom-threaded-filter {
  margin-left: 10px;
  margin-top: -50px;
}

.center-image-text {
  font-size: 1rem;
  color: hsla(0, 31%, 94%, 0.959);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
}

/*PRODUCTS*/

#products {
  font-size: 27px;
  color: var(--color-font);
}

#products-eclipseview {
  margin-top: -45px;
  /* Adjust as needed */
}


.store-container {
  width: 100%;
  text-align: center;
  /* Center inline-level elements */
  display: flex;
  justify-content: center;
  /* Center main-axis */
  align-items: center;
  /* Center cross-axis */
}

#my-store-11904205 {
  width: 80%;
  /* You can change this */
  margin: auto !important;
  /* Force override */
}


/*FAQS*/

#faqs-eclipseview {
  margin-top: -45px;
  /* Adjust as needed */
}

.faqs-center-page {
  border: 2px solid orange;
  width: 50%;
  margin: 0 auto;
  min-height: 1000px;
  /* Just to make sure it's visible */
}

.faqs-fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.faqs-fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

#faqs {
  font-size: 27px;
  color: var(--color-font);
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: orange;
}

/*ABOUT*/

#about {
  font-size: 27px;
  color: white;
  margin-bottom: 5px;
}

.about-video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.about-video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.about-text-section {
  text-align: left;
  width: 50%;
  margin: 0 auto;

}

.about-overlay {
  position: absolute;
  top: 0;
  left: 16.5%;
  width: 66%;
  height: 100%;
  background-color: rgba(42, 2, 7, 0.5);
  z-index: 1;
}

/*index video*/

/* For the body, reintroduce the gradient background */
body {
  background: linear-gradient(to bottom, #090408, rgb(57, 3, 9), #ad3907);
  z-index: -1;
}

/* For the header and footer, maintain some transparency */
header,
footer {
  background-color: transparent;
  z-index: 2;
}

/* For the video */
.index-background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.index-background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 70%;
  /* Adjust this to make video smaller and reveal background */
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}


.email-link {
  display: block;
  color: orange;
  font-size: 18px;
  text-align: center;

}
}