@font-face {
  font-family: "Arial Narrow";
  src: url(ARIALN.TTF) format("truetype"), url(ARIALNB.TTF) format("truetype"),
    url(ARIALNBI.TTF) format("truetype"), url(ARIALNI.TTF) format("truetype");
}
@font-face {
  font-family: "Zrnic";
  src: url(ZRNIC.TTF) format("truetype");
}
@font-face {
  font-family: "aurora bdcn BT";
  src: url(Aurorabc.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.streaming {
  textttttttt-shadow: 2px 2px #190e14;
}


@keyframes rotating {
  35% {transform: rotate(20deg);}
  80% {transform: rotate(-20deg);}
}
.rotate:hover {
  animation-name: rotating;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  cursor:pointer;
}




#countdown {
  margin-bottom: 50px;
  font-size: 24px;
  font-family: Arial Narrow;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: -0.8px;
  colorr: #e1ddd5;
  color: #f5c518;
  text-shadow: 2px 2px #190e14;
}

.containershow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.logoshow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  color:rgb(64,0,0,0.6);
}

.logoshow img {
  height: 90px;
  opacity:0.9;
}


.map {
  margin-top:0px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.0rem;
  color:rgb(0,0,0,0.5);
  letter-spacing: -0.8px;
}

.map img {
  height: 40px;
  opacity:0.9;
}

.map:hover img {
  height: 40px;
  opacity:0.6;
}


.website {
  margin-top:0px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.0rem;
  color:rgb(0,0,0,0.5);
  letter-spacing: -0.8px;
}

.website img {
  height: 40px;
  opacity:0.9;
}

.website:hover img {
  height: 40px;
  opacity:0.6;
}


.facebook {
  positionnn: absolute;
  margin-top:0px;
  margin-lefttt:1000px;
  display: flex;
  align-itemsss: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.0rem;
  color:rgb(0,0,0,0.5);
  letter-spacing: -0.8px;
}

.facebook img {
  height: 40px;
  opacity:0.9;
}

.facebook:hover img {
  height: 40px;
  opacity:0.6;
}



.social-icons {
  position: absolute;
  top: 200px; /* Moves 200px down from the top of its relatively positioned ancestor */
  right: 20px; /* Align to the right edge */
  display: flex;
  gap: 10px; /* Spacing between icons */
  z-index: 1000; /* Ensures it stays above other content */
}

.social-icons img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.social-icons:hover img {
  opacity:0.6;
}


nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.hero-text {
  flex: 1 1 500px;
}

.hero-text p.join {
  font-family: 'Arial Narrow', serif;
  font-size: 1.1rem;
  color: #ffffff;
  margin-top: 20px;
  font-weighttt bold;
}

.hero-text h1 {
  font-size: 3rem;
  margin-topppp: 20px;
  width: 100%;
  font-family: Arial Narrow;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #f5c518;
  text-shadow: 2px 2px #190e14;
  -webkit-text-stroke-colorrrr: #190e14;
  -webkit-text-stroke-widthhhh: 0.2mm;
  font-weight: 600;
}

.hero-text h2 {
  font-family: 'Arial Narrow', serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #190e14;
  text-shadow: 2px 2px 3px #e1ddd5;
  font-weight: 900;
}

.hero-text p.description {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: Arial Narrow;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #e1ddd5;
  text-shadow: 1px 1px 2px #190e14;
}


.hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.film-strip {
  background-color: rgb(64,0,0,0.2);
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.film-strip div {
  margin-top:30px;
  width: 60px;
  height: 20px;
  background-color: #b9a086;
  border-radius: 4px;
}


.film-strip-down {
  background-color: rgb(64,0,0,0.2);
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.film-strip-down div {
  margin-top:-30px;
  width: 60px;
  height: 20px;
  background-color: #b9a086;
  border-radius: 4px;
}




@keyframes shake-show {
 0% { transform: translateX(0) }
 20% { transform: translateX(2px) }
 30% { transform: translateX(-2px) }
 40% { transform: translateX(2px) }
 50% { transform: translateX(0); background-color: rgb(0,0,0,0.1) }
 60% { transform: translateX(3px) }
 70% { transform: translateX(-3px) }
 80% { transform: translateX(3px) }
 90% { transform: translateX(0) }
 100% { transform: translateX(1px) }
}


.shaking-show {
  animation-name: shake-show;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}
/* animation-delay is only for the beginning  */



@keyframes shake1 {
 0% { transform: translateX(0) }
 1% { transform: translateX(5px) }
 2% { transform: translateX(-5px) }
 3% { transform: translateX(5px) }
 4% { transform: translateX(0) }
 5% { transform: translateX(0) }
 6% { transform: translateX(5px) }
 7% { transform: translateX(-5px) }
 8% { transform: translateX(5px) }
 9% { transform: translateX(0) }
 100% { transform: translateX(0) }
}


.shaking1 {
  animation-name: shake1;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}
/* animation-delay is only for the beginning  */


@keyframes shake2 {
 0% { transform: translateX(0) }
 1% { transform: translateX(6px) }
 2% { transform: translateX(-4px) }
 3% { transform: translateX(6px) }
 4% { transform: translateX(0) }
 5% { transform: translateX(0) }
 6% { transform: translateX(4px) }
 7% { transform: translateX(-6px) }
 8% { transform: translateX(4px) }
 9% { transform: translateX(0) }
 100% { transform: translateX(0) }
}

.shaking2 {
  animation-name: shake2;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}


@keyframes shake3 {
 0% { transform: translateX(0) }
 1% { transform: translateX(3px) }
 2% { transform: translateX(-3px) }
 3% { transform: translateX(3px) }
 4% { transform: translateX(0) }
 5% { transform: translateX(0) }
 6% { transform: translateX(4px) }
 7% { transform: translateX(-5px) }
 8% { transform: translateX(4px) }
 9% { transform: translateX(0) }
 100% { transform: translateX(0) }
}

.shaking3 {
  animation-name: shake3;
  animation-duration: 13s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}

@keyframes fadeIn {
   0% { opacity: 0; }
   100% { opacity: 1; }
}

body {
  background-image: url('bg.jpg');
  background-repeat: repeat;
  background-attachment: fixed; 
  background-size: 100%;
  line-height: 1.6;
}

.hover_bkgr_book{
    background:rgba(0,0,0,0.4);
    display:none;
    height:100%;
    width:100%;
    position:fixed;
    text-align:center;
    top:0;
    z-index:10000;
}

.hover_bkgr_book .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_book > div {
    background-color: rgba(0,0,0,0.9);
    box-shadow: 0px 0px 10px #555;
    display: inline-block;
    height: auto;
    max-width: 830px;
    min-height: 320px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 17px;
    padding: 50px 5%;
}
.popupCloseButtonbook {
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: Broadway;
    font-weight: italic;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButtonbook:hover {
    background-color: #ccc;
}






.grammata1 {
  font-size: 13px;
  font-family: Arial Narrow;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 1000;
}


.grammatasm {
  font-size: 10px;
  font-family: Arial Narrow;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 1000;
}




.upper-navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #121212;
        ccolor: white;
        position: fixed;
        width: 100%;
        height: 50px;
        top: -50px;
        transition: top 1s;
        z-index: 1;
}
.nav-menu a,
.brand-name a {
  font-size: 13px;
  font-family: Arial Narrow;
  letter-spacing: 1.2px;
  color: #f4f0ea;
  text-decoration: none;
  font-weight: 1000;
  padding: 1.4rem 2.3rem 2.3rem;
  display: inline-block;
  position: relative;
}
.container {
  max-width: 1400px;
  width: 97%;
  margin: 0 auto;
}
.container2 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.container-boxy {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
}
.container4 {
  max-width: 1400px;
  width: 97%;
  margin: -10px auto;
}
.nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.nav-wrap a:hover {
  text-decoration: overline;
}
.nav-menu {
  display: flex;
  align-items: center;
}
.img3 {
  margin-top: 250px;
}
.cover-wrap {
  display: grid;
  grid-template-columns: 15% 35% 5% 35% 15%;
}
.tableimg4 {
  mmargin: 0 auto;
  display: flex;
  dalign-items: center;
  djustify-content: center;
  display: grid;
  wwidth: 100%;
  grid-template-columns: 15% 35% 5% 35% 15%;
}
.cover-img {
  grid-column: 2;
}
.btn {
  display: flex;
  background-color: rgba(84, 52, 61, 0.5);
  text-decoration: none;
  text-align: ccenter;
  font-family: Arial Narrow;
  font-size: 18pt;
  color: #ffffff;
  border-radius: 9px;
  border: 3px solid #ffffff;
  padding: 30px 40px;
  line-height: 2.5;
}
.btn:hover {
  background-color: #808080;
}
.btn-wrap {
  margin-top: 180px;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
.button-show-wrap {
  margin-top: 20px;
  margin-left: -400px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
.text-typing {
  margin: 5rem 0;
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  justify-content: center;
  align-items: center;
}
.stats-title {
  font-size: 26px;
  color: #e1ddd5;
  font-family: Zrnic;
  text-align: center;
}
.counter {
  font-size: 64pt;
  color: #f5c518;
  font-family: Zrnic;
  letter-spacing: 2px;
  font-style: italic;
  text-align: center;
}
.link-title {
  font-size: 14px;
  color: #404040;
  font-family: Arial Narrow;
  font-weight: bold;
  margin: 1rem;
}
.link-sub {
  font-size: 16px;
  color: #404040;
  font-family: Arial Narrow;
  line-height: 2;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.link-sub:hover {
  text-decoration: overline;
}
.hero {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

svg {
  display: block;
  font: 18em "aurora bdcn BT";
  width: 100%;
  height: auto;
  margin: 0 auto;
  letter-spacing: -7px;
}
.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 0%;
  animation: stroke-offset 9.5s infinite linear;
}
.text-copy:nth-child(1) {
  stroke: #462a39;
  animation-delay: -1;
}
.text-copy:nth-child(2) {
  stroke: #553042;
  animation-delay: -2s;
}
.text-copy:nth-child(3) {
  stroke: #6b434e;
  animation-delay: -3s;
}
.text-copy:nth-child(4) {
  stroke: #855958;
  animation-delay: -4s;
}
.text-copy:nth-child(5) {
  stroke: #8b6059;
  animation-delay: -5s;
}
@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}

.box1 {
  font-size: 26px;
  color: #000000;
  font-family: Zrnic;
  line-height: 30px;
}
.box2 {
  font-size: 22px;
  color: #ededed;
  font-family: Zrnic;
  letter-spacing: 2px;
  font-style: italic;
  line-height: 30px;
}
.rate1 {
  font-size: 26px;
  color: #606060;
  font-family: Zrnic;
}
.rate2 {
  font-size: 60pt;
  color: #606060;
  font-family: Zrnic;
  letter-spacing: 2px;
  font-style: italic;
}
.button {
  background-color: #674f56;
  text-decoration: none;
  text-align: center;
  font-family: Arial Narrow;
  font-size: 16pt;
  color: #ffffff;
  border-radius: 5px;
  border: 1.5px solid #ffffff;
  padding: 15px 25px;
}
.button:hover {
  background-color: #808080;
  text-decoration: none;
  text-align: center;
  font-family: Arial Narrow;
  font-size: 16pt;
  color: #ffffff;
  border-radius: 5px;
  border: 1.5px solid #ffffff;
  padding: 15px 25px;
  cursor: pointer;
}





#holder {
    position: relative;
    width: 620px;
    height: 200px;
    background-color: #101010;
    margin-bottom: 20px;
    border:none;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    aalign-items: center;
    jjjustify-content: center;
}

#holder screen{
  background: url("images/screen_icon.png") no-repeat center center transparent;
  width: 190px;
  height: 35px;
  display: block;
  positionnn: center;
  border-radius: 5px;
  ttop: 7%;
  margin-left: 220px;
  ttransform: translate(-50%, -50%);
}

#holder .label {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 16px;
  font-family: Arial Narrow, sans-serif;
  pointer-events: none;
  user-select: none;
  font-weight: bold;
}

#place {
    list-style: none;
    padding: 0;
    margin: 15px;
    position: relative;
}
#place a {
  font-size: 0.6em;
}

#place li {
  list-style: none outside none;
  position: absolute;
  width: 35px;
  height: 35px;
  backgrounddd: #4caf50;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  user-select: none;
  opacity:0.9;
}

#place li:hover {
  background-color: yellow;
}

#place .seat {
  background: url("images/available_seat_img.png") no-repeat scroll 0 0 transparent;
  height: 33px;
  width: 33px;
  display: block;
}

#place .selectedSeat {
  background-image: url("images/booked_seat_img.png");
  cursor: not-allowed;
}

#place .selectingSeat {
  background-image: url("images/selected_seat_img.png");
  cursor: pointer;
}

#place .row-3,
#place .row-4 {
  margin-toppp: 10px;
}

#seatDescription {
  padding: 0px;
}

#seatDescription li {
  verticle-align: middle;
  list-style: none outside none;
  padding-left: 35px;
  height: 35px;
  float: left;
}



.containerai {
  margin-top:200px;
 }
 .ai {
}
.ai img {
  opacity:0.9;
  border-radius:12px;
  margin: 0 auto;
  display: flex;
  width: 1200px;
  height: auto;
  box-shadow: -15px 0px 50px gray;
}




@media (min-width: 900px) {
  .box3 {
   font-size: 19px;
   color: #ededed;
   font-family: Zrnic;
   position: fixed;
   top: 20px;
   right: 35px;
  }
  .trigger_popup_book {
   cursor: pointer;
   display: inline-block;
   background-color: rgba(84, 52, 61, 0.5);
   text-decoration: none;
   text-align: center;
   font-family: Arial Narrow;
   font-size: 16pt;
   color: #ffffff;
   border-radius: 9px;
   border: 3px solid #ffffff;
   padding: 20px 40px;
   cursor: pointer;
   display: inline-block;
  }

  .trigger_popup_book:hover {
   background-color: #808080;
  }

  .boxy {
    min-width: 400px;
    min-height: 95px;
    padding: 3rem 3rem ;
    box-shadow: 15px 15px 25px -2px rgb(128, 128, 128);
    border-radius: 17px;
    background-color: #8e6664;
    flex: 1;
    display: flex;
    flex-direction: column;
    opacity: 0.5;
  }
  .text-typing {
   margin-top: 12rem;
   margin-bottom: 12rem;
  }
  .cover-desc {
   grid-column: 4;
  }
  .desc1 {
   font-size: 24px;
   margin-top: 20px;
   width: 100%;
   font-family: Arial Narrow;
   font-weight: lighter;
   line-height: 1.4;
   letter-spacing: -0.8px;
   color: #e1ddd5;
   text-shadow: 2px 2px #190e14;
   font-weighttt: 600;
  }
  .desc2 {
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
    font-family: Arial Narrow;
    font-weight: lighter;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #f5c518;
    text-shadow: 2px 2px #190e14;
    font-weight: 600;
  }
  .desc3 {
    font-size: 50px;
    margin-top: 15px;
    width: 100%;
    font-family: Arial Narrow;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #190e14;
    text-shadow: 2px 2px #e1ddd5;
    font-weight: 900;
  }
  .desc4 {
    font-size: 32px;
    margin-leftttt:50px;
    font-family: Arial Narrow;
    letter-spacing: -1px;
    color: #190e14;
    text-shadow: 2px 2px #e1ddd5;
    font-weight: 800;
  }
  .desc4:hoverrrrr {
    color: #190e14;
    text-shadow: 4px 4px #e1ddd5;
    opacity:0.8;
    cursor:pointer;
  }
  .cover-img img {
   width: auto;
   height: auto;
   border-radius:7px;
   animation: fadeIn 4s;
  }
  .img3 img {
   border-radius:12px;
   mmmmargin-top: 400px;
   margin: 0 auto;
   display: flex;
   width: auto;
   height: auto;
   animation: fadeIn 19s;
  }
  .img4 img {
   margin: 0 auto;
   display: flex;
   width: auto;
   height: 190px;
   opacity: 80%;
   grid-column: 1;
  }
  .img5 img {
   margin: 0 auto;
   display: flex;
   width: auto;
   height: 190px;
   opacity: 80%;
   grid-column: 2;
  }
  .img6 img {
   margin: 0 auto;
   display: flex;
   width: auto;
   height: 190px;
   opacity: 80%;
   grid-column: 3;
  }
  .press1 p:first-child {
   margin-top: 230px;
   text-align: right;
   font-size: 22px;
   font-style: italic;
   font-family: Arial Narrow;
   line-height: 1.4;
   letter-spacing: 1.5px;
   color: #e1ddd5;
   text-shadow: 2px 2px #190e14;
  }
  .press1 p:last-child {
   text-align: right;
   margin-top: 1.5rem;
  }
  .press2 {
   text-align: right;
   font-size: 18px;
   font-style: bold;
   font-family: Arial Narrow;
   letter-spacing: -0.8px;
   color: #c0c0c0;
  }
  .stats-wrap {
   margin-top: 230px;
   display: flex;
   gap: 3rem;
   justify-content: space-around;
   align-items: center;
   pppppadding: 0 2rem;
  }
  .footer-bottom {
   margin-top: 200px;
   margin-bottom: 20px;
   font-size: 12px;
   color: #808080;
   font-family: Arial Narrow;
   letter-spacing: 0.8px;
   text-align: center;
  }
  .footer-links {
   margin-top: 240px;
   width: 90%;
   display: flex;
   justify-content: space-between;
   text-align: center;
  }
  .prizes {
   margin-top: 225px;
   display: grid;
   justify-content: space-between;
   text-align: center;
   grid-template-columns: 33% 33% 33%;
  }
  .links-wrap {
   display: flex;
   flex-direction: column;
  }
  .prizes-wrap {
   margin-top: -50px;
   display: flex;
   flex-direction: column;
  }
  .detail-wrap {
   min-width: 1200;
   display: flex;
   justify-content: center;
   gap: 4rem;
   margin-bottom: 4rem;
  }
  #output {
   grid-column: 2/3;
   font-size: 34px;
   color: #e1ddd5;
   font-family: Zrnic;
   line-height: 1.5;
   text-align: left;
   text-shadow: 2px 2px #190e14;
  }
  .container3 {
   max-width: 1400px;
   width: 95%;
   margin: 0 auto;
   margin-bottom: 200px;
  }
}




@media (max-width: 900px) {
  .trigger_popup_book {
    display: none;
  }
  .box3 {
   font-size: 19px;
   color: #ededed;
   font-family: Zrnic;
   position: sticky;
   margin-top: 0px;
   margin-right: 5px;
   text-align: right;
  }

  .desc1 {
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
    font-family: Arial Narrow;
    font-weight: lighter;
    line-height: 1.4;
    letter-spacing: -0.8px;
    color: #e1ddd5;
    text-shadow: 2px 2px #190e14;
    font-weighttt: 600;
  }
  .desc2 {
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
    font-family: Arial Narrow;
    font-weight: lighter;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #f5c518;
    text-shadow: 2px 2px #190e14;
    font-weight: 600;
  }
  .desc3 {
    font-size: 50px;
    margin-top: 15px;
    width: 100%;
    font-family: Arial Narrow;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #190e14;
    text-shadow: 2px 2px #e1ddd5;
    font-weight: 900;
  }
  .desc4 {
    font-size: 32px;
    margin-leftttt:50px;
    font-family: Arial Narrow;
    letter-spacing: -1px;
    color: #190e14;
    text-shadow: 2px 2px #e1ddd5;
    font-weight: 800;
  }
  .cover-desc {
   grid-column: 4;
   padding: 1rem;
  }
  .nav-wrap {
    flex-direction: column;
  }
  .nav-menu a {
    padding: 0 1rem 1rem;
  }
  .btn-wrap {
    margin-top: 20px;
    flex-direction: column;
    padding: 0 1rem;
  }
  .button-show-wrap {
   margin-top: 20px;
   margin-left: -200px;
   margin-bottom: 50px;
   display: flex;
   justify-content: space-around;
   gap: 1rem;
  }
  .btn {
    min-width: 240px;
  }
  .cover-wrap {
    display: block;
  }
  .detail-wrap {
    display: block;
  }
  .boxy {
    text-align: center;
    margin: 2rem 1rem;
    max-height: 95px;
    padding: 1rem 1.5rem ;
    box-shadow: 12px 12px 25px -2px rgb(128, 128, 128);
    border-radius: 10px;
    background-color: #8e6664;
    flex: 1;
    display: flex;
    flex-direction: column;
    opacity: 0.5;
  }
  .stats-wrap {
    display: block;
    margin-top: 100px;
  }
  .stats-detail {
    margin: 2rem 0;
  }
  .footer-links {
    margin-top: 100px;
    display: block;
  }
  .prizes {
    margin-top: 100px;
    display: block;
  }
  .text-typing {
    grid-template-columns: 1fr 10fr 1fr;
  }
  .press {
    margin: 3rem;
  }
  .cover-img img {
  width: 100%;
  height: auto;
  border-radius:6px;
  margin-bottom: 3rem;
  animation: fadeIn 4s;
  }
  .img3 img {
   border-radius:7px;
   margin: 0 auto;
   margin-top: 200px;
   display: flex;
   width: 92%;
   height: auto;
   justify-content: center;
   align-items: center;
   animation: fadeIn 19s;
  }
  .img4 img {
   margin: 0 auto;
   display: flex;
   width: 190px;
   height: 190px;
   opacity: 80%;
   grid-column: 1;
  }
  .img5 img {
   margin: 0 auto;
   display: flex;
   width: 200px;
   height: 200px;
   opacity: 75%;
   grid-column: 2;
  }
  .img6 img {
   margin: 0 auto;
   display: flex;
   width: 200px;
   height: 200px;
   opacity: 75%;
   grid-column: 3;
  }
  .press1 p:first-child {
  margin-top: 100px;
  text-align: right;
  font-size: 20px;
  font-style: italic;
  font-family: Arial Narrow;
  line-height: 1.4;
  letter-spacing: 1.5px;
  color: #e1ddd5;
  text-shadow: 1px 1px #aeaeae;
  width: 90%;
  }
  .press1 p:last-child {
   text-align: right;
   margin-top: 1.5rem;
   width: 90%;
  }
  .press2 {
   text-align: right;
   font-size: 18px;
   font-style: bold;
   font-family: Arial Narrow;
   letter-spacing: -0.8px;
   color: #c0c0c0;
   width: 95%;
  }
  .footer-bottom {
   margin-top: 100px;
   margin-bottom: 20px;
   font-size: 10px;
   color: #808080;
   font-family: Arial Narrow;
   letter-spacing: 0.7px;
   text-align: center;
  }
  .links-wrap {
   margin-top: 50px;
   display: flex;
   flex-direction: column;
  }
  .prizes-wrap {
   margin-top: 50px;
   display: flex;
   flex-direction: column;
  }
  #output {
   grid-column: 2/3;
   font-size: 30px;
   color: #e1ddd5;
   font-family: Zrnic;
   line-height: 1.5;
   text-align: left;
  }
  .container3 {
   max-width: 800px;
   width: 95%;
   margin: 0 auto;
   margin-bottom: -70px;
  }
  .hero-text h1 {
    font-size: 2.2rem;
   }

  .hero-text h2 {
    font-size: 1.2rem;
  }

  .hero-text .btn {
   width: 100%;
   text-align: center;
  }
}




