@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

* {
  font-family: 'DM Sans', sans-serif;

}

.body-class {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.buy-addToCart-section{
  display:flex;
  justify-content: space-between;
}
.add-to-cart{
  background-color:#333333;
  color:white;
  padding: 14px 29px;
  margin-top: 15px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: inherit;
  border-style:solid;
  font-size: 18px;
  cursor:pointer;
}
.add-to-cart:hover{
  
  opacity:0.5;
}
.add-to-cart:active{
  opacity:1;
}
.get-in-touch-button-submit {
  padding: 15px 30px;
  margin-top: 15px;
  background-color: #49656A;
  color: white;
  border-radius: 0.25rem;
  border-width: 0px;
  font-weight: 600;
  font-size: 18px;
}

.get-in-touch-button-submit:hover {
  cursor: pointer;
  background-color: rgb(42, 58, 60);
}


.get-in-touch {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0px;
  /* margin-bottom: 32px; */
}

body {
  background-color: #333333;
  color: white;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
}

/* Buy Now button */
.button-6 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

/* End of Buy Now button */
.front-body span {
  color: #49656a;
}

.front-body {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.product-clickable-converter{
  text-decoration: none;
  color:inherit;
  cursor:pointer;
}
.devil-section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ghost-section-hero {
  order: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ghost-section-hero img {
  width: 100%;
  height: 400px;
}

.devil-section-hero {
  order: -9999;
}

/* .devil-section-hero h1 {
  padding-right: 30px;
} */
h1 p {
  font-size: 5rem;
  line-height: 1;
  margin: 20px;
  text-align: center;
}

.h1-for {
  font-size: 1.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

.products-display {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product {
  border-color: rgba(255, 255, 255,0.3);
  border-width: 1px;
  padding: 20px;
  border-style: solid;
  border-radius: 1rem;
  margin-top: 1rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.product-price-section{
  display:flex;
  align-items: center;
  
}
.original-price{
  font-size:10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  /* margin-left:4px; */
  padding:0;
  margin:0px 0px 0px 2px;
  align-self:flex-start;

}
.stars-count-product{
  display:flex;
  flex-direction:row;
  align-items: center;
}
.stars-count-product p{
  font-size:10px;
  padding:0;
  margin:0px 0px 0px 2px;
  color: rgba(255, 255, 255, 0.7);
  /* align-self:flex-end; */
}

.showed-price {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

/* 
.product-details button {
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 15px;
  background-color: #49656A;
  color: white;
  border-radius: 0.25rem;
  border-width: 0px;
  font-weight: 500;
  width:100%;
}

.product-details button:hover {
  cursor: pointer;
  background-color: rgb(42, 58, 60);
} */

/* .product-details h3 {
  display:flex;
  justify-content: space-between;
  align-items: center;
} */
.checked {
  color: orange;
}

.product img {
  width: 300px;
  height: 300px;
}

p {
  font-size: 1.25rem;
}

.get-in-touch {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.get-in-touch img {
  width: 300px;
  height: 300px;
}

.devil-hero-img {
  display: none;
}

@media (min-width: 768px) {

  h1 p {
    font-size: 3.75rem;
    line-height: 1;
    margin: 0;
    text-align: center;
  }

  /* h1{
    max-width: 300px;
    text-align: center;
  } */
  .h1-for {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1;
  }

  p {
    font-size: 1.25rem;
  }

  .body-class {
    opacity: 0;
  }

  .products-display {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* padding-left:30px; */
    gap: 2rem;
  }

  .product {
    max-width: 200px;
  }

  .product img {
    width: 200px;
    height: 200px;
  }

  /* .hero-img {
    width: 300px;
    height: 300px;
  } */

  .front-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .ghost-section-hero {
    order: 0;
  }

  .ghost-section-hero img {
    width: 100%;

    margin: 0;
  }

  .devil-section-hero {
    order: 2;
  }

  .devil-hero-img {
    display: block;
    width: 100%;

    margin: 0;
  }

  .get-in-touch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .get-in-touch img {
    width: 300px;
    height: 300px;
    margin: 0;
  }
}

@media (min-width: 1024px) {

  .header-ul {
    justify-content: space-between;
    display: flex;
    list-style: none;
  }

  .header-ul i {
    font-size: 20px;
  }

  h1 p {
    font-size: 7rem;
  }

  /* h1{
    max-width: 300px;
    text-align: center;
  } */

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1.25rem;
  }

  .h1-for {
    font-size: 2.25rem;
  }

  .front-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .front-body-middle-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product {
    max-width: 300px;
  }

  .button-6 {
    align-self: flex-end;
  }

  .product img {
    width: 300px;
    height: 300px;
  }



  .get-in-touch p {
    max-width: 400px;
  }

  /* .hero-img {
    width: 400px;
    height: 400px;
  } */
  .get-in-touch img {
    width: 350px;
    height: 350px;
  }

  .ghost-section-hero img {
    width: 100%;

  }
}





.fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(.39, .575, .565, 1.000) both;
  animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
}

/* ----------------------------------------------
* Generated by Animista on 2024-3-5 16:35:56
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}


.slide-in-left {
  -webkit-animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
  animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both
}


/* ----------------------------------------------
 * Generated by Animista on 2024-3-11 17:10:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}


#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  
  background-color: #04AA6D; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 5px; /* Center the snackbar */

  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}