body {
  background: #D62560;
  
  padding: 0;
  margin: 0;
  font-family: bitter, serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.reg1 {
  /* background: transparent linear-gradient(180deg, #5FC4A2 0%, #D62560 100%) 0% 0% no-repeat padding-box; */

  background: rgb(36,18,62);
  background: linear-gradient(180deg, rgba(36,18,62,1) 0%, rgba(95,196,162,1) 51%);


}
#notification-bar {
  background: #24123E;
  color: #5FC4A2;
  text-align: center;
  font-family: bitter, serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0;
  font-size: 15px;
}
header {
  background: #5FC4A2;
}

#nav-bar {
  display: grid;
  grid-template-columns: 500px 1fr;
  opacity: 1;
  z-index: 3 !important;
}
#nav-bar img {
  width: 500px;
  height: auto;
  margin: 20px 0 0 30px;
  opacity: 0;
}
nav {
  font-family: 'bitter', serif;
  font-weight: 700;
  font-style: normal;
  justify-self: end;
  margin-bottom: 50px;
} 
nav a {
  color: #FFE815;
  text-decoration: none;
  font-size: 35px;
  margin-right: 20px;
  text-shadow: -2px 3px 0px #24123E;
  opacity: 0;
}
.reg nav a {
  font-size: 30px;
}
#text {
  padding-left: 70px;
}
h1 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  color: #24123E;
  font-size: 150px;
  line-height: 130px;  
}
.products #lottie-container h2 {
  color: #D62560;
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: 900;
  font-style: normal;
    
}
#text h1 {
  opacity: 1;
}

h2 {
  font-family: bitter, serif;
  font-weight: 600;
  font-style: normal;
  color: #F9F5F5;
  font-size: 30px;
  line-height: 40px;
  margin-top: 60px !important;
  display: block;
}
h3 {
  font-family: bitter, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 22px;
}

#hero {
  width: 100%;
  background-size: contain;
  height: 100vh !important;
  z-index: 1;
}
.yellow {
  color: #FFE815;
}
.btn {
  box-shadow: -2px 4px 0px #24123E;
  border: 2px solid #24123E;
  background: #D62560 0% 0% no-repeat padding-box;
  box-shadow: -2px 4px 0px #24123E;
  border: 2px solid #24123E;
  border-radius: 42px;
  color: #FFE815;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  margin-right: 10px;
}

#hero-content {
  display: grid;
  grid-template-columns: 35% 1fr;
  align-items: start;
}

.box {
  display: block;
  background: orange;
  height: 100vh;
  width: 500px;
  overflow: hidden !important;
}

#glasses-container {
  position: relative;
  z-index: 11;
  
}
  
.bg-video {
  clip-path: url(#svgPath);
  width: 100%;
  
  z-index: 1;
}

#video-bg {
  width: 95%;
  
}
.cls-1{fill:#ffe815;}.cls-2{fill:#24123e; background: blue;}

#home-middle {
  background: transparent linear-gradient(180deg, #5FC4A2 0%, #D62560 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 100vh;
  height: auto;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
#home-middle .shades{
  opacity: 0;
}

#home-middle-content {
  width: 750px;
  margin: 0 auto;
  padding-top: 70px;
}
#home-middle h3 {
  color: #FFE815;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
}
#home-middle h4 {
  text-align: center;
  color: #FFE815;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
}
#home-middle p {
  color: #F9F5F5;
  font-size: 19px;
  line-height: 25px;
}
#home-middle .btn {
  background: #FFE815;
  color: #24123E;
  border: 2px solid #24123E;
  border-radius: 42px;
  padding: 10px 20px;
  margin: 20px 0;
  display: inline-block;
}
.center {
  text-align: center;
}

.horsey-container {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -500; 
}
.horsey {
  opacity: 1;
  text-align: center; 
}  
.horse-container {
  display: block;
  width: 100%;
  text-align: center;
}
.horse {
  margin-left: -50px;
}
#home-bottom {
  height: 100vh;
}
#lower {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
}
#lower h2 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 50px !important;
  line-height: 60px;
  font-weight: 900 !important;
  color: #24123E;
}
#lower img {
  max-width: 100%;
}
#clients {
  margin: 50px 0 0 0;
}
.bx-wrapper {
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
}
.bxslider div{
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  
  margin: 0 20px;
}
.products {
  clear: both;
  background: #F9F5F5;
  /* height: 100vh; */
  position: relative;
}  

.product-container {
  background: #24123E 0% 0% no-repeat padding-box;
  box-shadow: -5px 5px 0px #24123E;
  border: 1px solid #24123E;
  background: #F9F5F5 0% 0% no-repeat padding-box;
  box-shadow: -5px 5px 0px #24123E;
  border: 1px solid #24123E;
  border-radius: 77px;
  
}
.product-container h3 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
}

.product-container h4 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.product-container p {
  margin-bottom: 15px;
}
blockquote {
  position: relative;
}
blockquote p {
  font-size: 1.2rem;
  display: inline;
  font-weight: 700;
}
blockquote:before {
  content: open-quote;
}

/* blockquote:before {
  
  color: orange;
  font-size: 4em;
  top: .2em;
  position: relative;
} */
blockquote footer {
  color: #5FC4A2;
  font-size: .7rem;
  text-align: right;
}

.products-lower {
  background: rgb(190,92,125);
  background: linear-gradient(180deg, rgba(190,92,125,1) 33%, rgba(232,0,104,1) 100%);
}
.products-lower h3 {
  font-family: 'mr-eaves-xl-modern', sans-serif !important;
  color: #2b1044;
}
.eaves {
  font-family: 'mr-eaves-xl-modern', sans-serif !important;
}
h4.eaves-light {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: 100 !important;
  font-style: normal !important;
}
/*

@media all and (max-width: 3000px) {
    #video-box {
      margin-top: 0;
    }
    .bg-video {
      width: 104%;
      height: 104%;
    }
}
@media all and (max-width: 2400px) {
    #video-box {
      margin-top: 0;
    }
    .bg-video {
      width: 104%;
      height: 104%;
    }
}
@media all and (max-width: 2000px) {
    #video-box {
      margin-top: 0;
    }
    .bg-video {
      width: 103%;
      height: 103%;
    }
}
@media all and (max-width: 1690px) {
    #video-box {
      margin-top: 0;
    }
    .bg-video {
      width: 102%;
      height: 102%;
    }
}
@media all and (max-width: 1690px) {
    #video-box:before {
      margin-top: 0;
    }
    .bg-video {
      width: 102%;
      height: 102%;
    }
}
*/

#glasses-container {

}
#glasses {        
  position: relative;
  width:auto;
  height: auto;
  z-index: 2;
}
.horsey-container {
  text-align: center;
}
.horsey {
  opacity: 0;
  pposition: absolute;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
}      
.bg-video {
  clip-path: url(#svgPath);
  width: unset;
  height: 500px;
  z-index: 1;
}
.loop {
  
  max-width:100%;
}


#frames{
  position: absolute;
  width: 100%;
  height: auto;
z-index: 3;
}
#bgvideo {
position: absolute;
width: 100%;
height: auto;
z-index: 1;
clip-path: url(#lens-path);
object-fit: cover;
}

#lens-path {
position: absolute;
width: 100%;
height: auto;
background-color: #000;
}
.gradient1 {
position: absolute;
width: 100%;
background: black;
z-index: 99;
}


#home_top{
position: relative;
width:auto;
height: auto;
z-index: 2;
}
#frames{
  position: absolute;
  width: 100%;
  height: auto;
z-index: 3;
}
#bgvideo {
position: absolute;
width: 100%;
height: auto;
opacity: .7;
z-index: 2;
clip-path: url(#lens-path);
object-fit: cover;
}
#LensGradient{
  position: absolute;
  width: 100%;
  height: auto;
z-index: 4;
}

#lens-path {
position: absolute;
width: auto;
height: 100%;
}
#footer {
  color: #fff;
  text-align: center;
}
.a-section {
  
}
.a-section-marquee-box {
  
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #181818; /* same as bg */
}
.a-section-marquee-box h2 {
  white-space: nowrap;
  text-transform: uppercase;
 
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: a-text-scroll 35s linear infinite;
}
@keyframes a-text-scroll {
  0% { transform: translate3d(-100%, 0, 0); }
  100% { transform: translate3d(0%, 0, 0); }
}

@media (max-width: 1500px) {
  h1 {
    font-size: 130px;
    line-height: 100px;
  }
}
@media (max-width: 1340px) {
  h1 {
    font-size: 100px;
    line-height: 90px;
  }
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  #text {
    padding-left: 30px;
  }
}
@media (max-width: 1000px) {
  #nav-bar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  nav {
    justify-self: normal;
    margin-bottom: 0;
  }
  #hero {
    height: auto !important;
  }
  #hero-content {
    grid-template-columns: 1fr;
    
  }
  #text {
    order: 2;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #glasses-container {
    order: 1;
    margin-left: 10%;
    margin-top: 20px;
  }
  #home-middle {
    width: 100%;
    max-width: 100%;
  }
  #home-middle-content {
    max-width: 100%;
    width: 90%;
    height: auto;
    padding: 20px 0;
  }
}
@media (max-width: 850px) {
  #notification-bar {
    font-size: 10px;
  }
  #nav-bar img {
    max-width: 90%;
  }
  #lower {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  #lower img {
    max-width: 70%;
    margin: 0 auto;
  }
  .horse {
    max-width: 80%;
  }
}
@media (max-width: 650px) {
  #text {
    width: 80%;
    margin: 0 auto;
  }
  #lower {
    margin-top: 30px;
  }
  #footer {
    padding-top: 50px;
  }
}