:root {
  --ff-sans: font-family: "Raleway", sans-serif;

  --fs-400: 0.9275rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  font-family: var(--ff-sans);
  line-height: 1.7;
  color: hsl(234, 12%, 34%);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100%;
  font-family: var(--ff-sans);
}

.raleway-100 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-300 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.raleway-700 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.adobe-garamond-pro-semi {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-style: normal;
}

.red {
  color: rgb(230, 3, 48);
}
.yellow {
  color: rgb(200, 163, 29);
}

a:link {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: hsl(240, 2%, 10%);
}
a:hover {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
  color: hsl(130, 61%, 8%);
}
a:visited {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
  color: hsl(0, 60%, 11%);
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: clamp(0.6rem, 1rem, 1.2rem);
  line-height: 1.5rem;
  color: hsl(231, 42%, 15%);
  text-align: left;
}

P .minmax {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: clamp(0.5rem, 0.6rem, 0.8rem);
  color: hsl(231, 42%, 15%);
  text-align: center;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-stretch: 151%;
  font-size: 3rem;
  line-height: 3.3rem;
  color: hsl(231, 42%, 15%);
  text-align: center;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-stretch: 151%;
  font-size: 1.9rem;
  line-height: 2.5rem;
  color: hsl(231, 42%, 15%);
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: hsl(231, 42%, 15%);
  text-align: center;
}

h4 {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: hsl(231, 42%, 15%);
  text-align: center;
}

.quarter {
  text-shadow: 1px 1px #6a6a6a;
}

span.quarterbig {
  font-size: clamp(1.2rem, 10vw, 4.5rem);
  line-height: clamp(2.7rem, 11vh, 5rem);
  text-shadow: 2px 2px #6a6a6a;
}

.jiseirubbe {
  font-stretch: ultra-expanded;
  color: #cbcbcb;
  text-shadow: 1px 1px #6a6a6a;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border: #2e2155 dotted 1px;
  border-radius: 4px;
  background-color: lightseagreen;
}

input {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(231, 42%, 15%);
  text-align: left;
  width: 75%;
  float: left;
  height: 25px;
  margin-top: 5px;
  text-align: left;
  text-indent: 5px;
  font-size: 12.6pt;
  border-radius: 5px;
  border: solid 1.5px #d3d3d3;
  -webkit-transition: 1s; /* Safari */
  transition: 1s;
}
input[type="text"]:hover {
  box-shadow: 0 0 5pt 0.5pt #d3d3d3;
}
input[type="text"]:focus {
  box-shadow: 0 0 5pt 2pt #d3d3d3;
  outline-width: 0px;
}

textarea {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: hsl(231, 42%, 15%);
  text-align: left;
  width: 95%;
  float: left;
  height: 115px;
  margin-top: 5px;
  text-align: left;
  text-indent: 5px;
  font-size: 12.6pt;
  border-radius: 5px;
  border: solid 1.5px #d3d3d3;
  -webkit-transition: 1s; /* Safari */
  transition: 1s;
}

.boy-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem;
}

.boy-backside {
  position: relative;
  padding: 1.3rem;
  width: 480px;
  height: 650px;
  background-color: #bff1f8;
  border-radius: 15px;
  border: 1px solid #5acbf8;
  box-shadow: #2e2155 2px 2px 8px;
}
.boy-cvr {
  position: relative;
  width: 430px;
  height: 650px;
  background-color: #bff1f8;
  border-radius: 15px;
  border: 1px solid #5acbf8;
  box-shadow: #2e2155 2px 2px 8px;
}

.boy-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.menucontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem;
  background-color: #bff1f8;
  box-shadow: #2e2155 2px 2px 8px;
}
.logobox {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: hsl(231, 42%, 15%);
}
.menubox a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 1rem;
  color: hsl(198, 67%, 50%);
}

#pic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(231, 42%, 15%);
  text-decoration: none;
  text-align: center;
  a:link {
    text-decoration: none;
    color: hsl(240, 2%, 10%);
  }
  a:hover {
    text-decoration: none;
    color: hsl(130, 61%, 8%);
  }
  a:visited {
    text-decoration: none;
    color: hsl(0, 60%, 11%);
  }
}

.top-box-container {
  display: flex;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 1;
}

.one-puff-container {
  display: flex;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 1;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-sm-w {
  position: relative;
  top: 15%;
  left: 6%;
  font-family: Raleway, sans-serif;
}

.center-sm-low {
  position: relative;
  top: 80%;
  left: 6%;
  font-family: Raleway, sans-serif;
}

.center-sm-b {
  position: relative;
  top: 10%;
  left: 6%;
  font-family: Raleway, sans-serif;
}

.txt-w-rub {
  font-size: 1.5rem;
  color: white;
}

.txt-b-rub {
  font-size: 1.5rem;
  color: black;
}

.hero-box {
  width: 100%;
  height: 1000px;
  background-position: top center;
  background-image: url("../images/AEsilverstar-logo-animation.gif");
  background-repeat: no-repeat;
}
.about-box {
  width: 100%;
  height: 980px;
  background-position: top center;
  background-image: url("../images/AEsilverstar-logo-animation.gif");
  background-repeat: no-repeat;
}

.hero-child {
  position: relative;
  top: 280px;
  width: 100%;
  height: auto;
  background-image: url("../images/row-of-books.gif");
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-child {
  position: relative;
  top: 80px;
  width: 100%;
  height: 700px;
  background-image: url("../images/row-of-books.gif");
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  border: #000 1px dotted;
}

.heropuff-container {
  display: flex;
  position: relative;
  margin-top: 350px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  opacity: 1;
  /* border: 2px solid red; */
}
.about-container {
  display: flex;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 1;
  /* border: 2px solid red; */
}

.silverstar {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: hsl(240, 2%, 10%);
  text-align: center;
  width: 500px;
  margin-bottom: 0.2rem;
  padding: 2rem;
  background-color: #bff1f8;
  border-radius: 10px;
  border: 2px solid #5acbf8;
  box-shadow: #2e2155 2px 2px 8px;
}

.jiseiauthor {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
  color: hsl(240, 2%, 10%);
  text-align: center;
  width: 500px;
  margin-bottom: 0.2rem;
  padding: 1rem;
  background-color: #bff1f8;
  border-radius: 10px;
  border: 2px solid #5acbf8;
  box-shadow: #2e2155 2px 2px 8px;
}

.about-image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 510px;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/Dusk-Excursion-15-sec-pic-Marguerite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}

.about-image-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 510px;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/00August2019_Two-Sisters-Winery-CloseUpEarrings.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}

.about-image-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 620px;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/030 25 diakiw2.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}
.about-image-box4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 790px;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/437 kenya2 32.JPG");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}

.about-image-box5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 280px;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/Manga-boy-reading-vermillion-riptide.png");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}

.about-image-box6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 280px;
  background-position: top center;
  background-size: cover;
  background-position: 0 -20px;
  background-image: url("../images/Books_AESP.png");
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #5acbf8;
  border-radius: 10px;
  box-shadow: #2e2155 2px 2px 8px;
}

.divleft {
  width: 500px;
  height: 330px;
  padding: 5px;
  position: relative;
  display: flex;
  border: 3px solid aqua;
  background-color: azure;
  border-radius: 15px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  visibility: hidden;
  opacity: 1;
}
.divright {
  width: 500px;
  height: 330px;
  position: relative;
  display: flex;
  padding: 5px;
  border: 3px solid aqua;
  background-color: azure;
  border-radius: 15px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  visibility: hidden;
  opacity: 1;
}

.divcenter {
  width: 500px;
  height: 330px;
  padding: 5px;
  position: relative;
  display: flex;
  border: 3px solid aqua;
  background-color: azure;
  border-radius: 15px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  visibility: hidden;
  opacity: 1;
}

#vermilionbox {
  display: flex;
  margin-top: 40px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  opacity: 1;
}

.heropuff {
  margin: 0.7rem;
  transform: rotate(5deg);
  visibility: hidden;
  opacity: 1;
  width: auto;
  height: auto;
}

.terms-container {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  opacity: 1;
  color: rgb(255, 255, 255);
}

.sekt2-container {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  opacity: 1;
}

.sekt2-img {
  display: block;
  width: 750px;
  min-height: 750px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-image: url("../images/stars.png");
}
.sekt2-img img {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sekt2-img h3 {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;

  color: aliceblue;
  text-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sekt2 {
  display: flex;
  width: 600px;
  height: 600px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: azure;
}

.sekt3-container {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  opacity: 1;
}

#videoDiv {
  width: 100%;
  position: relative;
}

#video1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  display: block;
}
#videoMessage {
  position: absolute;
  top: 15rem;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: bottom;  */
  padding-bottom: 3rem;
  width: 100%;
  height: 100%;
  font-size: clamp(0.6rem, 1, 1vw, 2rem);
  color: aliceblue;
  text-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#videoMessage h2 {
  font-stretch: 151%;
  /* font-size: 1.9rem; */
  padding: 1rem;
  font-size: clamp(1rem, 1.6vw, 2rem);
  line-height: 2.1rem;
  text-align: center;
  color: aliceblue;
  text-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#videoMessage p {
  font-size: clamp(12px, 18px, 1.8rem);
  font-size: 0.5rem;
  line-height: 1.7rem;
  text-align: center;
  color: aliceblue;
  text-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.promo-l {
  display: inline;
  position: relative;
  top: 0px;
  margin: 40px;
  padding: 80px;
}

.ital {
  font-family: Raleway, sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.heropuff-right {
  margin: 0.7rem;
  transform: rotate(-5deg);
  visibility: hidden;
  opacity: 1;
}

#new {
  transform: translateX(20px) translateY(1px);
  width: 70%;
  height: auto;
}

.promo {
  display: inline-block;
  position: relative;
  top: 0px;
  padding-top: 2rem;
  margin: 8px;
  width: 240px;
  height: 295px;
  visibility: hidden;
  opacity: 1;
  /* border:#2e2155 1px solid; */
}

.visible {
  visibility: visible;
  transition: opacity 700ms ease-in-out;
  opacity: 1;
}

.reviews {
  display: block;
  width: 38rem;
  position: relative;
  align-items: center;
  align-content: center;
}

.centerimg {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.centerp {
  text-align: center;
}

.demo img {
  position: absolute;
  width: 600px;
  height: 600px;
  filter: brightness(1.3);
}

/* .dark {
	background:#020202;
} */

.dark h1 {
  color: #ccc;
}
.demoWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 90px;
  margin-top: 90px;
}

.soon {
  opacity: 0;
}

.demo {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 600px;
  background: #2e2155;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #2e2155 1%,
    #040313 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #2e2155 1%,
    #040313 100%
  );
  background: radial-gradient(ellipse at center, #2e2155 1%, #040313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2155', endColorstr='#040313',GradientType=1 );
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.aeslogocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
}
.logospacer {
  height: 500px;
  width: 500px;
  margin: 20px;
  border: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#logoaes {
  width: 150px;
}
.cls-1 {
  stroke: #000;
}
.cls-1,
.cls-2 {
  fill: none;
}
.cls-1,
.cls-2,
.cls-3 {
  stroke-miterlimit: 10;
}
.cls-4 {
  fill: #2959a5;
}
.cls-2 {
  stroke: #2959a5;
}
.cll {
  stroke-width: 1.3px;
}
.cls-3 {
  fill: #bfbfbf;
  stroke: #afafaf;
  stroke-width: 0.5px;
}
#logoaes {
  width: 100px;
}
.aeslogo img,
.aeslogo svg,
.aeslogo rect {
  background: transparent !important;
  fill: none !important;
}
.aeslogo a {
  background: transparent !important;
  background-color: transparent !important;
}
svg {
  cursor: pointer;
}

.about-container > .silverstar,
.about-container > .jiseiauthor,
.about-container > .about-image-box,
.about-container > .about-image-box1,
.about-container > .about-image-box3,
.about-container > .about-image-box4 {
  flex-shrink: 0;
}

@media only screen and (max-width: 560px) {
  .menucontainer {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  .logobox,
  .menubox {
    width: 100%;
    text-align: center;
  }

  .menubox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .menubox a {
    padding: 0 0.6rem;
  }

  .top-box-container,
  .one-puff-container,
  .about-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .one-puff-container > .silverstar,
  .one-puff-container > .about-image-box5,
  .one-puff-container > .about-image-box6,
  .about-container > .silverstar,
  .about-container > .jiseiauthor,
  .about-container > .about-image-box,
  .about-container > .about-image-box1,
  .about-container > .about-image-box3,
  .about-container > .about-image-box4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1920px) {
  h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: hsl(231, 42%, 15%);
    text-align: center;
  }

  .hero-box {
    width: 100%;
    height: 1600px;
  }
  .hero-child {
    position: relative;
    height: 1200px;
    top: 280px;
    width: 100%;
  }

  .heropuff {
    margin: 0.7rem;
    transform: rotate(2deg);
    visibility: hidden;
    opacity: 1;
  }

  .heropuff-right {
    margin: 0.6rem;
    transform: rotate(-1deg);
    visibility: hidden;
    opacity: 1;
  }

  /* #new {
        transform: translateX(-80px) translateY(-10px) scale(50%);
    } */

  .promo {
    display: inline-block;
    position: relative;
    padding: 4px;
    top: 0px;
    margin: 10px;
    width: 180px;
    /* width: clamp(140px, 190px, 210px); */
    height: 260px;
    /* height: clamp(270px, 290px, 295px); */
  }

  .hero-box {
    width: 100%;
    height: 1200px;
    background-position: top center;
    background-image: url("../images/AEsilverstar-logo-animation.gif");
    background-repeat: no-repeat;
  }
  .hero-child {
    position: relative;
    top: 280px;
    width: 100%;

    background-image: url("../images/row-of-books.gif");
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .divleft {
    width: 450px;
    height: 300px;
    position: relative;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }
  .divright {
    width: 450px;
    height: 300px;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }

  .divcenter {
    width: 450px;
    height: 300px;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }

  .visible {
    visibility: visible;
    transition: opacity 700ms ease-in-out;
    opacity: 1;
  }
  #videoMessage {
    top: 12rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 1320px) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: hsl(231, 42%, 15%);
    text-align: center;
  }
  .hero-box {
    width: 100%;
    height: 1650px;
  }
  .hero-child {
    position: relative;
    height: 1460px;
    top: 280px;
    width: 100%;
  }

  /* .heropuff {
        margin: 0.6rem;
        transform: rotate(2deg);
        visibility: hidden;
        opacity: 1;
        width: 190px;
    } */

  .heropuff-right {
    margin: 0.7rem;
    transform: rotate(-2deg);
    visibility: hidden;
    opacity: 1;
  }

  /* #new {
        transform: translateX(-65px) translateY(-8px) scale(60%);
    } */

  /* .promo {
        display: inline-block;
        position: relative;
        padding: 20px;
        top: 0px;
        margin: 10px;
        width: 240px;
        height: 280px;
    } */
  .hero-container {
    /*position: relative;
        width: 100%;
        height: 1290px;*/
    background-image: url("../images/AEsilverstaranimation_v7.gif");
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .heropuff-container {
    display: flex;
    margin-top: 380px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    opacity: 1;
  }
  .divleft {
    width: 480px;
    height: 300px;
    position: relative;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }
  .divright {
    width: 480px;
    height: 300px;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }

  .divcenter {
    width: 480px;
    height: 300px;
    border: 3px solid aqua;
    background-color: azure;
    border-radius: 15px;
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }
  .visible {
    visibility: visible;
    transition: opacity 700ms ease-in-out;
    opacity: 1;
  }
  #videoMessage {
    top: 10rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 720px) {
  h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: hsl(231, 42%, 15%);
    text-align: center;
  }
  .hero-box {
    width: 100%;
    height: 1650px;
  }
  .hero-child {
    position: relative;
    height: 1460px;
    top: 280px;
    width: 100%;
  }

  .heropuff {
    margin: 0.6rem;
    transform: rotate(1deg);
    visibility: hidden;
    opacity: 1;
    width: 126px;
    height: 201px;
  }

  .heropuff-right {
    margin: 0.6rem;
    transform: rotate(-1deg);
    visibility: hidden;
    opacity: 1;
  }

  .promo {
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 10px;
    width: 200px;
    height: 280px;
  }
  .hero-container {
    position: relative;
    width: 100%;
    height: 1370px;
    background-image: url("../images/AEsilverstaranimation_v7.gif");
    background-position: center;
    overflow: hidden;
  }
  .heropuff-container {
    display: flex;
    margin-top: 330px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    opacity: 1;
  }
  .divleft {
    width: 470px;
    height: 360px;
  }
  .divright {
    width: 470px;
    height: 360px;
  }

  .divcenter {
    width: 470px;
    height: 360px;
  }
  .reviews {
    width: 18rem;
  }
  .demo img {
    position: absolute;
    width: 450px;
    height: 450px;
    filter: brightness(1.3);
  }
  .demo {
    width: 450px;
    height: 450px;
  }
  .sekt2 {
    width: 450px;
    height: 680px;
  }

  .sekt3-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #videoMessage h2 {
    font-stretch: 151%;
    /* font-size: 1.9rem; */
    padding: 1rem;
    font-size: clamp(0.8rem, 0.9vh, 1.7rem);
    line-height: 1.1rem;
    text-align: center;
    color: aliceblue;
    text-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #videoMessage p {
    font-size: clamp(12px, 18px, 1.8rem);
    font-size: 0.5rem;
    line-height: 1.7rem;
    text-align: center;
    color: aliceblue;
    text-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .promo-l {
    margin: 10px;
    padding: 20px;
  }
  .promo {
    width: 220px;
    height: 315px;
  }
  .visible {
    visibility: visible;
    transition: opacity 700ms ease-in-out;
    opacity: 1;
  }
  #videoMessage {
    top: 2rem;
    padding-bottom: 1rem;
  }
  .sekt2-img h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
