/*SITE REFERENCES
https://www.endlessmotivationblueprint.com/em
https://lastcrumb.com/products/the-core-collection?currency=USD&variant=45271271178498&utm_source=google&utm_medium=cpc&utm_campaign=Google%20Shopping&stkn=0de86f13303e&utm_source=google&utm_medium=cpc&utm_campaign=GGL_PMax_Shopping&gad_source=1
https://glitch.com/
*/

* {
  box-sizing: border-box;
  border: 0px solid white;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

:root {
  --color-bg: #000000;
  --color-text-main: #dfdfdf;
  --color-text-header: rgb(230, 230, 230);
  --color-primary: #efefef;
/*   --wrapper-height: 87vh; */
  --image-max-width: 300px;
  --image-margin: 3rem;
  --font-family: "HK Grotesk";
  --font-family-header: "HK Grotesk";
}

@font-face {
  font-family: "HK Grotesk";
  src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Regular.otf?v=1603136326027")
    format("opentype");
}
@font-face {
  font-family: "HK Grotesk";
  font-weight: bold;
  src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Bold.otf?v=1603136323437")
    format("opentype");
}

/**BUTTON*******/
/* https://codepen.io/crafted-codes/details/QWEeGwb */
.button-parent {
  position: relative;
  padding: 12rem 0;
}

.button-color {
  color: #BEBE0D;
}

.buy-button-grow {
  font-family: "HK Grotesk", sans-serif;
/*   padding: 1.2rem 0.4rem; */
  font-weight: bold;
  font-size: 3rem;
/*   line-height: 1rem; */
  position: absolute;
  left: 15%;
  right: 15%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  display: block;
  background: linear-gradient(0deg,#264f50 0%, #38cba3 50%, #50aaad 100%);
  border: 1px solid #dfdfdf;
  
    -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 4s;
        -moz-transition-property: -moz-transform background-color;
        -moz-transition-duration: 3s;
        -webkit-animation-name: grow;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: grow;
        -moz-animation-duration: 1.3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
}

@-webkit-keyframes grow {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); /*background-color: red;*/ }
    100% { transform: scale(1); }
}

.buy-button-grow:hover { /*Needs a glowup!*/
  background: linear-gradient(0deg,#502626 0%, #cb3838 50%, #ad5050 100%);
}

.buy-product-button-1 {
  font-family: "HK Grotesk", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  position: static;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  background: #c2c206;
  border: 1px solid #000000;  
}

/* https://www.sliderrevolution.com/resources/css-button-hover-effects/ */
/* Pulse */
.pulse:hover, 
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
  text-shadow: 9px 2px 4px rgba(0,0,0,0.43);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 grey; 
        border-radius: 50px;
        text-shadow: 0 0 0 rgba(0,0,0,0.43);
  }
}



/* FOR PRODUCT LIST BUTTONS */
.red-background-text {
  background: darkred;
  /* margin: 1rem; */
  transform: skew(136deg);
  z-index: -5;
  height: 50px;
  width: 250px;
  margin: auto;
}

.fixed-text {
  transform: skew(-136deg);
  z-index: 20;
}
/* 
.strikethrough-block {
  transform: scaleY(0.7) rotate(170deg);
  background: darkred;
  height: 20px;
  display: block;
  width: 200px;
  position: relative;
   display: inline; 
} */

/**NAV********/
nav {
  overflow: hidden;
  position: fixed;
  width: 100%;
  font-size: 1.8rem;
  border-top: 5px solid var(--primary-border);
  z-index: 100;
  background: #000000;
  box-shadow: 0 0 500px 0 rgba(0, 0, 0, 0.8);
}

ul {
  list-style-type: none;
}

.nav-logo {
  object-fit: cover;
  width: 2rem;
  display: block;
  align-items: center;
  transform: scalex(2);
}

.wrap-objects {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
}

.wrap-objects ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0 16px;
}

.nav-left, .nav-right {
  float: left;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* BACKGROUNDS */
/* https://www.alamy.com/frame-made-of-many-delicious-chocolate-chip-cookies-on-light-blue-background-flat-lay-space-for-text-image556085224.html */
.bg-cookies {
  position: fixed;
  width: 100%;
  opacity: 0.5;
  z-index: -10;
  left: 0;
  top: 0;
}

.section-bg-light-blue {
/*   background: rgba(20, 60, 90, 0.8); */
  background: linear-gradient(rgba(19, 79, 75, 0.8), rgba(13, 94, 89, 0.8), rgba(4, 36, 34, 0.8));
  
  box-shadow: 0 0 500px 0 rgba(0, 0, 0, 1); /* 48, 219, 205 */
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.bg-black-geometry {
/*   width: 100%;
  position: absolute;
  z-index: -10;
  opacity: 1;
  left: 0; */
  object-fit: cover;
  background-image: url("https://png.pngtree.com/background/20230625/original/pngtree-abstract-geometric-background-in-black-a-3d-rendering-picture-image_4041665.jpg");
  padding: 30px;
}
.bg-black {
  background: black;
  padding: 30px;
}

.bg-sky {
  position: absolute;
  background-repeat: repeat;

  width: 100%;
  opacity: 0.6;
  z-index: -7;
  object-fit: cover;
  left: 0;
/*  top: 0;*/
}

.bg-sky-2 {
  position: absolute;
/*  background-image: url("https://t4.ftcdn.net/jpg/06/73/03/85/360_F_673038513_3AEDS6ALKA1AlU8qhVrAeeH5fT3VVd53.jpg");*/
/*  background-size: cover;*/
/*  background-color: rgba(0, 0, 0, 0.4);*/
/*  background-repeat: repeat-x;*/
  width: 100%;
/*  opacity: 1;*/
  z-index: -9;
  height: 65%;
/*  object-fit: cover;*/
/*  background-size: cover;*/
  left: 0;
/*  background-clip: content-box;*/
/*  top: 0;*/
}

/* FADE OUT NOTIFICATION */
/* https://stackoverflow.com/questions/21388402/fade-out-after-div-content-has-been-shown-using-css */
.notification p {
  color: #000;
  font-size: 1.5rem;
}
.notification a {
  color: rgb(19, 79, 75, 0.8);
  text-decoration: underline;
}

.notification, .burger-advertisement, .smiley-face {
  position: fixed;
  bottom: 0;
  z-index: 20;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.64);
  margin: 5px;
  cursor: pointer;
  animation:signup-response 0.5s 1;
    -webkit-animation:signup-response 0.5s 1;
    animation-fill-mode: forwards;

    animation-delay:2s;

    -webkit-animation-fill-mode: forwards;
}

.notification {
    background: #dfdfdf;
    right: 0;
    width: 25rem;
    padding: 0.5rem;
    height: 12.5rem;
    -webkit-animation-delay:5s; /* Safari and Chrome */
} 

.burger-advertisement img {
  width: 340px;
  border-radius: 10px;
}

.burger-advertisement {
    background: #000;
    left: 0;
    -webkit-animation-delay:8s;
} 

/* .face-img {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
} */

.face-img img {
  height: 30%;
}

.face-caption {
  font-size: 0.8rem
}

.smiley-face {
  top: 10rem;
  left: 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  -webkit-animation-delay: 2;
}

@keyframes signup-response{
    from {opacity :1;
          z-index: 20;}
    to {opacity :0;
        z-index: -20;}
}

@-webkit-keyframes signup-response{
    from {opacity :1;
          z-index: 20;}
    to {opacity :0;
        z-index: -20;}
}


/* TEXT */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: wait;
}

.desciptionhero {
  font-size: 2.2rem;
  text-align: center;
}

.text {
  letter-spacing: 0.6px;
}

.underline-text {
  text-decoration: underline;
}

.strikethrough-text {
  text-decoration: line-through;
}

.italicize-text {
  font-size: 1rem;
  font-style: italic;
}

.yellow-text {
  color: yellow;
}

.fade-text-big {
  font-size: 10rem;
  background-image: linear-gradient(
                                white 0%, 
                                white 20%,
                                transparent 70%,
                                transparent 100%
                              );
  color: transparent;
  background-clip: text;
}

.fade-text {
/*  font-size: 10rem;*/
  background-image: linear-gradient(rebeccapurple, #ff3333);
  color: transparent;
  background-clip: text;
  font-weight: 800;
}

.black-highlight {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  position: absolute;
  padding: 0;
}

/**BODY*******/
body {
  font-family: "HK Grotesk", sans-serif;
  background-color: var(--color-bg);
  font-size: 2.2rem;
  text-align: center;
}

h1 {
  color: #ffffff;
  padding-top: 2rem;
  font-family: serif;
  font-style: bold;
  text-overflow: ellipsis;
  font-size: 5rem;
  padding-bottom: 30px;
  z-index: 10;
}

h2, h3, h4, h5 {
  color: var(--color-text-header);
  z-index: 10;
  padding-bottom: 1.3rem;
  text-transform: capitalize;
}

p {
  color: var(--color-text-header);
  z-index: 10;
  padding-bottom: 1.3rem;
  text-align: left;
}

li {
  color: var(--color-text-header);
  z-index: 10;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* .video-size {
  max-width: 1080px;
  max-height: 720px;
} */

/* video */
/* iframe { 
  width: 1080px;
  height: 720px;
} */

/* https://stackoverflow.com/questions/21647920/responsive-iframe-with-max-width-and-height */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.shakey {
  font-weight: 800;
  color: #dbdb0d;
  display: flex;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px red, 0 0 1em black, 0 0 0.1em black;
}


/* https://www.dayaweb.com/blog/css-text-animation-shake/ */
.shakey:hover {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  cursor: pointer;
}

.shakey-block {
    display: inline-block;
  }

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.blessed-cookie-list {
  display: flex;
  flex-direction: row;
/*   flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  gap: 0px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
  max-height: 350px;
}

.blessed-cookie-list img {
  width: 100%;
  max-width: 350px;
  object-fit: contain;

}

/* Page structure */
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.width-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  padding-top: 10px;
}

.width-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  padding-top: 10px;
}

/* Testimonials */
.testimonial-start {
  font-size: 2.5rem;
  color: #BEBE0D;
  background: dimgrey;
  border-radius: 5px;
}

.testimonial-box {
  display: inline-block;
}

.testimonial-inline-p {
  display: inline;
}

.title {
  color: var(--color-text-header);
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 105%;
  margin: 0;
}

.reason-column {
  float: center;
  width: 100%;
  border: 1px solid white;
  padding: 10px;
  text-align: left;
}

/* Clear floats after the columns */
/* .reasons-to-buy-container:after {
  content: "";
  display: table;
  clear: both;
} */

.column-color-lighter {
  background: rgba(32, 128, 122, 0.6)
}

.everything-you-get-column {
  float: center;
  width: 100%;
  border: 1px solid white;
  padding: 10px;
  text-align: left;
/*   height: 100px;  */
}

.eyg-column-color-lighter {
  background: #121212;
}

/* Clear floats after the columns */
.everything-you-get-container:after {
  content: "";
  display: table;
  clear: both;
}

.reasons-to-buy-links li {
  display: inline-block;
  font-size: 1rem;
}

.product-1, .product-2, .product-3 {
  background-image: url("https://media.istockphoto.com/id/583816756/photo/realistic-background-wallpaper-texture.jpg?s=612x612&w=0&k=20&c=33rY1jt0jYZaleaaiJ-L8ylz_KOrNenQg9fjYDWf4kM=");
  object-fit: cover;
} 

.price-container {
/*   float: left; */
  width: 300px;
/*   width: 200px; */
  border: 8px solid gray;
  padding: 10px;
  font-weight: 900;
  font-size: 2rem;
/*   display: block; */
/*   padding: 20px; */
}

/* Clear floats after the columns */
.price-container-list {
/*   content: ""; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/*   display: grid;
  grid-template-columns: auto auto auto; */
  grid-gap: 10px;
/*   max-width: 800px; */
/*   padding: 10px; */
/*   max-width: 600px;
  align-items: center;
  align-content: center; */
  
}

.bg-price-list {
  background-image: url("https://t4.ftcdn.net/jpg/06/73/03/85/360_F_673038513_3AEDS6ALKA1AlU8qhVrAeeH5fT3VVd53.jpg");
  background-repeat: repeat-x;
  background-size: 100%;

}


.price-list-center {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
/*   padding: 0 25px; */
/*   padding-top: 10px; */
}

@media only screen and (max-width: 720px) {
  /* 
  product list
   */
   .notification, .burger-advertisement, .smiley-face {
    -webkit-animation-delay:0s;
  }

  iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
  .price-container-list {

    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  nav {
    position: static;
    display: block;
  }

  .wrap-objects {
    display: block;
    text-align: left;
    overflow: hidden;
  }

  .nav-left, .nav-right {
    float: none;
    display: block;
    align-items: center;
  }

  .price-container-list {

    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }

}





/**FOOTER*****/
footer {
	position: sticky;
  font-size: 1.5rem;
}

.media-icons li a img {
  width: 2rem;
  padding-bottom: 1rem;
}

.newsletter-form {
  font-size: 1.3rem;
  padding: 0.5rem;
  display: block;
  margin-bottom: 1rem;
}

.newsletter-button {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.5rem;
}

.footer-container {
	flex: 1;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* width: 80%; */
    padding: 2rem;
    background: #000000;
    margin: 0 auto;
    /* position: sticky; */
    text-align: left;
    /* background: #0a0a23; */
}

.footer-item ul li a {
  color: #dfdfdf;
}

.footer-title {
  color: rgb(28, 206, 195);
	padding-bottom: 0.5rem;
}

.footer-item-1, .footer-item-2 {
  width: 300px;
}

.footer-bottom {
  background: #363636;
  padding: 0.9375rem 1.875rem;
}

.ft-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ft-wrap li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}

.footer-bottom .ft-wrap li:nth-last-child(2) {
    flex: 1;
}