* {
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

img {
   cursor: pointer;
}
a {
    text-decoration: none;
  }
  .transition-fade {
    /* opacity: 1; */
    /* transition: 500ms;
    transform: translateX(100); */
    /* transform-origin: right; */
  }
  
  html.is-animating .transition-fade {
    /* opacity: 0;
    transition: 900ms; */
    animation-name: fade;
    animation-duration: 200s;
  }








/* PAGE SCROLLER */
  /* width */
  ::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #0e0e0e;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #353535;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #353434;
  }


.first-image {
    background-color: rgb(16, 16, 16);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    width: 101%;  
}
.main-text {
    margin-left: 100px;
}
.first-image h1 {
    font-size: 48px;
    color: #e2e2e2;
    font-family: Cuprum;
    position: relative;
    top: 100px;
}
.first-image .shop-now-box {
    width: 110px;
    height: 50px;
    background-color: #424242;
    border-radius: 7px;
}
.first-image .shop-now-box:hover {
    background-color: #83e67b;
    transition: 0.4s;
}
.first-image a .shop-now-box {
    font-size: 12px;
    color:rgb(232, 230, 230);
    padding-left: 22px;
    padding-top: 17px;
    text-decoration: none;
    position: relative;
    top: 200px;
    font-family: Cuprum;
}
/* Slideshow container */
 .slideshow-container {
    width: 1000px;
    height: 300px;
    position: relative;
    margin: auto;
    right: 400px;
    margin-top: 20px;
  }
  .slideshow-container img {
    width: 1100px;
    height: 700px;
  } 
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  .dot {
    visibility: hidden;
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1s;
  }
  @keyframes fade {
    from {opacity: .1} 
    to {opacity: 1}
  }
  .question {
    background-color: rgb(58, 58, 58);
    margin-top: 610px;
    width: 102%;
    height: 60px;
    align-items: center;
    padding-top: 8px;
  }
  .question h1 {
    text-align: center;
    margin-right: 100px;
    font-size: 40px;
    color:#c5c5c5;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .questionCH {
    background-color: rgb(58, 58, 58);
    margin-top: 110px;
    width: 102%;
    height: 60px;
    align-items: center;
    padding-top: 8px;
  }
  .questionCH h1 {
    text-align: center;
    margin-right: 100px;
    font-size: 40px;
    color:#c5c5c5;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .benefits {
    width: 400px;
    height: 400px;
    float: left;
    margin-right: 50px;
    margin-left: 120px;
  }
  .benefits img{
    width: 300px;
    height: 300px;
    filter: brightness(0) invert(1);
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
  }
  .benefits h1 {
    font-size: 20px;
  }
  .benefits .notwhite{
    width: 300px;
    height: 300px;
    margin-top:10px;
    filter: brightness(1) invert(0);
  }
  @media screen and (max-width: 768px) {
    .question {
      background-color: rgb(58, 58, 58);
      visibility: hidden;
      width: 102%;
      height: 60px;
      align-items: center;
      padding-top: 8px;
    }
    .question h1 {
      text-align: center;
      margin-right: 100px;
      font-size: 20px;
      color:#c5c5c5;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .questionCH {
      background-color: rgb(58, 58, 58);
      visibility: hidden;
      width: 102%;
      height: 60px;
      align-items: center;
      padding-top: 8px;
    }
    .questionCH h1 {
      text-align: center;
      margin-right: 100px;
      font-size: 20px;
      color:#c5c5c5;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .benefits {
      width: 400px;
      height: 400px;
      float: left;
      margin-right: 50px;
      margin-left: 50px;
      margin-bottom: 100px;
    }
    .benefits img{
      width: 300px;
      height: 300px;
      filter: brightness(0) invert(1);
      object-fit: cover;
      border-radius: 50%;
      box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
    }
    .benefits h1 {
      font-size: 12px;
    }

.logo-footer {
  display: flex;
  width: 50%;
}

.logo-footer img {
  height: 50px;
}


  }
  .rev-section{
    margin: auto;
    padding: 0 1rem;
    max-width: 1100px;
    text-align: center;
  }
  .rev-start{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 1050px;
    height: 100px;
    padding-top: 20px;
  }
  .rev-start h1{
    font-size: 32px;
    color: rgb(219, 218, 218);
    position: relative;
    left: 12px;
    bottom: 0px;
    float:left;
  }
  .rev-start small{
    font-size: 20px;
    color: rgb(178, 178, 178);
    position: relative;
    float:left;
    right: 45px;
    top: 35px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .rev-start i{
    color: rgb(253, 180, 42);
    font-size: 30px;
    float:left;
  }
  .rev-start button{
    float: right;
    margin-right: 5px;
    width: 200px;
    height: 50px;
    background-color: #cacfca;
    border: white;
    color:rgb(139, 139, 139);
    cursor: pointer;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .rev-start button:hover{
    background-color: #82f282;
    color:rgb(0, 0, 0);
    transition: 0.2s;
  }
  .title{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    margin-bottom: .5rem;
  }
  .note{
    font-size: 1.1rem;
    color: rgb(16, 16, 16);
    font-style: italic;
      color: red;
    font-size: 10px;
  
  }

  .reviews{
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
  }
  .review{
    margin: 0 1rem;
    min-width: 300px;
    flex: 1;
  }
  
  .head-review{
    margin: 1.75rem auto;
    width: 150px;
    height: 150px;
  }
  .body-review{
    background-color: rgb(212, 212, 212);
    padding: 2.5rem;
    box-shadow: 2px 2px 10px 3px rgb(225, 225, 225);
  }
  .name-review{
    font-size: 1.5rem;
    color: rgb(50, 50, 50);
    margin-bottom: .25rem;
  }
  .place-review{
    color: red;
    font-style: italic;
  }
  .rating{
    color: rgb(253, 180, 42);
    margin: 1rem 0;
  }
  .desc-review{
    line-height: 1.5rem;
    letter-spacing: 1px;
    color: rgb(150, 150, 150);
  }
  /* Popup Review */
  .popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0; /* Initially set to transparent */
    transition: opacity 0.3s ease; /* Add transition for smooth appearance */
}

.popup-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.popup-content h2 {
    color: #333;
}

.popup-content label {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}

.popup-content input,
.popup-content textarea,
.popup-content select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: vertical;
}

.popup-content .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px; /* Adjusted spacing */
}

.popup-content .star {
    cursor: pointer;
    font-size: 30px; /* Adjusted size */
    color: #ddd;
    margin: 0 5px;
    line-height: 1; /* Added line-height to reduce vertical spacing */
}

.popup-content .star:hover,
.popup-content .star.selected {
    color: #ffc107;
}

.popup-content button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px; /* Adjusted spacing */
}

.popup-content button:hover {
    background-color: #45a049;
}

.popup-container.show {
    display: flex;
}

.popup-container.show .popup-content {
    opacity: 1;
}
  @media (max-width: 678px){
    .review{
      margin-top: 1.5rem;
    }
  }
  .before-after3{
    background-color: rgb(17, 16, 16);
    margin-top: 50px;
    margin-bottom: 500px;
    width: 102%;
    height: 200px;
    padding-left: 60px;
  }
  .before-after3 img{
    width: 900px;
    height: 800px;
  }
  .before-after2{
    background-color: rgb(17, 16, 16);
    margin-top: 100px;
    margin-bottom: 200px;
    width: 102%;
    height: 600px;
    padding-left: 40px;
  }
  .before-after2 img{
    width: 500px;
    height: 600px;
  }
  .before-after{
    background-color: rgb(17, 16, 16);
    margin-top: 200px;
    margin-bottom: 200px;
    width: 102%;
    height: 500px;
    padding-left: 40px;
  }
  .before-after img{
    width: 400px;
    height: 500px;
  }
  .before-after video{
    width: 400px;
    height: 500px;
  }
  .mystory {
    opacity: 0.5;
    border: white;  

  }
  .firstInfo {
    background-color: rgb(17, 16, 16);
    max-width: 950px;
    height: 500px;
    float: right;
    margin-right: 150px;
  }
  .firstInfo h1 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 75px;
    font-size: 52px;
    font-family: Cuprum;
    color: #cbcbcb; 
  }
  .firstInfo h1 span {
    font-size: 32px; 
  }
  .firstInfo p {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #c7c7c7; 
    font-size: 28px;
  }
  .firstInfo p a {
    color: #ffffff; 
    font-size: 22px;
  }
  .secondInfo {
    background-color: rgb(17, 17, 17);
    width: 2000px;
    height: 500px;
    margin-top: 100px;
    padding-left: 50px;
  }
  .secondInfo img{
    width: 800px;
    height: 500px;
  }
  .before-after .chadVsIncel {
    width: 800px;
    height: 500px;
  }
  .chadVsIncel video {
    width: 200px;
  }
  @media only screen and (max-width: 768px) {
    .before-after .chadVsIncel {
      width: 800px;
      height: 500px;
      margin-bottom: 200px;
    }
  }
  .message2 {
    background-color: rgb(17, 16, 16);
    margin-top: 150px;
    width: 102%;
    height: 350px;
    padding-left: 100px;
  }
  .message2 h1 {
    padding-top: 60px;
    font-size: 40px;
    color:rgb(206, 206, 206);
  }
  .message {
    background-color: rgb(17, 16, 16);
    margin-top: 150px;
    width: 102%;
    height: 500px;
    padding-left: 100px;
  }
  .message h1 {
    padding-top: 60px;
    font-size: 120px;
    color:rgb(206, 206, 206);
  }
  .message h1 span{
    font-size: 60px;
  }
  .message h1 a {
    padding-top: 60px;
    font-size: 30px;
    color:rgb(75, 75, 75);
  }
  .message h1 .colorFont{
    font-size: 120px;
    color:rgb(59, 253, 0);
  }
  .message h1 .colorFont2{
    font-size: 120px;
    color:rgb(236, 148, 148);
  }
  .hidden {
    opacity: 0;
    transition: all 2s;
  }
  .hidden .smallHidden {
    color: rgb(214, 214, 214);
    opacity: 1;
    transition: all 1s;
  }
  .show {
    opacity: 1;
  }

 /* SHOPPING PAGE */ 
 .product {
  background-color: rgb(13, 13, 13);
  width: 500px;
  height: 450px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
  border-radius: 10px;
  margin-left: 0px;
 }
 .product:hover {
  opacity: 0.4;
  transform: scale(1.005);
  animation: 2s;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);   
 }
 .product h2 {
  color: rgb(148, 147, 147);
  margin-left: 120px;
  margin-top: 150px;
  font-size: 20px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
 .product img {
  border-radius: 5px;
  width: 400px;
  height: 350px;
  position: absolute;
  margin-left: 40px;
  margin-top: 15px;
 }
 .product .story-info {
  position: absolute;
  margin-top: 380px;
  width: 500px;
  height: 70px;
  padding-left: 130px;
  padding-top: 7px;
  background-color: rgb(15, 15, 15);
 }
 .product .story-info h1 {
  color: rgb(219, 219, 219);
  font-size: 25px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 .product .story-info small {
  color: rgb(255, 120, 120);
  font-size: 17px;
  margin-left: 65px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 .product .story-info small span {
  color: rgb(255, 255, 255);
  text-decoration-line: line-through;
  opacity: 0.4;
  font-size: 17px;
  margin-left: 10px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 /* BLOGS PAGE */

 .document {
  background-color: #f7f7f7;
  color: #efefef;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.document h1 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.document h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #555;
}

.document p {
  font-size: 16px;
  color: black;
  line-height: 2;
  font-family: Georgia;
}

.document img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }


 /*-- PRODUCT PAGE --*/
 .product-page {
  background-color: rgb(12, 12, 12);
  width: 76%;
  margin-left: 80px;
  padding-left: 0px;
  padding-right: 0px;
 }



 .product-left {
  float: left;
 }
 .product-left img {
  margin-left: 100px;
  width: 700px;
  height: 900px;
 }
 .product-right {
  width: 650px;
  height: 500px;
  background-color: rgb(18, 18, 18);
  float: right;
  margin-right: 200px;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 10  0px;
 }


  .product-right h1 {
  font-size: 35px;
  color:rgb(230, 229, 229);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 .product-right img {
  width: 80px;
 }
 .product-right small {
    color: rgb(249, 35, 35);
    font-size: 17px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   }
  .product-right small span {
    color: rgb(255, 255, 255);
    text-decoration-line: line-through;
    opacity: 0.4;
    font-size: 24px;
    margin-right: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   }
   .product-right li {
    font-size: 20px;
    color:rgb(209, 209, 209);
    margin-top: 20px;
    margin-bottom: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   }
  .product-right form input[type="number"] {
    border: none;
    border-radius: 1px;
    background-color: #dfdfdf;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
    bottom: 2px;
  }
  .product-right form button {
    border: none;
    border-radius: 1px;
    color: rgb(235, 235, 235);
    background-color:rgb(104, 104, 104);
    margin-top: 10px;
    width: 540px;
    height: 50px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right button:hover {
    background-color:rgba(42, 42, 42, 0.898);
    transition: 0.2s;
    color:rgb(255, 254, 254);
    cursor: pointer;
  }
  .product-right p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color:rgb(185, 185, 185);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right p a {
    color:rgb(239, 239, 239);
    font-size: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right a {
    margin-left: 1px;
    color:rgb(139, 139, 139);
    font-size: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right p a:hover {
    text-decoration:underline;
 }
 .product-right a:hover {
  text-decoration:underline;
}
 .estimated {
   width: 1900px;
   height: 300px;
   margin-left: 10px;
   padding-top: 900px;
 }
 .estimated img {
  width: 700px;
  height: 500px
 }
/* Slideshow container */
.slideshow-container {
  max-width: 100px;
  position: relative;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(65, 65, 65, 0.8);
}

/* Position the "next button" to the right */
.next {
  margin-left: 850px;
  float: right;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(157, 255, 0, 0.8);
}
 
 @media only screen and (max-width: 768px) {
  .product-left {
    float: left;
    margin-right: 20px;
   }
  .product-left img {
    margin-left: 42px;
    width: 300px;
    height: 400px;
   }
   .product-right {
    width: 400px;
    height: 500px;
    background-color: rgb(18, 18, 18);
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 10  0px;
   }
   .product-right p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color:rgb(185, 185, 185);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right p a {
    color:rgb(239, 239, 239);
    font-size: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right a {
    margin-left: 1px;
    color:rgb(139, 139, 139);
    font-size: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .product-right form button {
    border: none;
    border-radius: 1px;
    color: rgb(235, 235, 235);
    background-color:rgb(104, 104, 104);
    margin-top: 10px;
    width: 340px;
    height: 50px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(65, 65, 65, 0.8);
  }
  .next {
    margin-left: 350px;
    float: right;
    border-radius: 3px 0 0 3px;
  }
  .prev {
  }
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* SHOPPING CART PAGE */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.wrapper h1 {
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.project {
	display: flex;
}
.shop {
	flex: 75%;
}

.btn-area {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px 25px;
	background-color: #3a71a9;
	color: white;
	cursor: pointer;
	border-radius: 5px;
}
.btn-area:hover {
	background-color: #76bfb6;
	color: #fff;
	font-weight: 600;
}
.btn-area i {
	margin-right: 5px;
}

/* Check Out Page */

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}






/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (max-width: 700px) {
	.content h3 {
		margin-bottom: 15px;
	}
	.content h4 {
		margin-bottom: 20px;
	}
	.btn2 {
		display: none;
	}
	.box {
		height: 150px;
	}
	.box img {
		height: 150px;
		width: 200px;
	}
}
@media screen and (max-width: 500px) {
	.project {
		flex-direction: column;
	}
	.right-bar {
		margin-left: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1250px) {
	.wrapper {
		max-width: 95%;
	}
}
@media screen and (max-width: 900px) {
    .main-text {
        position: relative;
        bottom: 150px;
    }
    .before-after{
      background-color: rgb(17, 16, 16);
      margin-top: 200px;
      margin-bottom: 200px;
      width: 102%;
      height: 500px;
      padding-left: 50px;
    }
    .firstInfo {
      background-color: #0d0d0d;
      width: 500px;
      height: 500px;
      float: right;
      margin-right: 5px;
    }
    .firstInfo h1 {
      font-size: 70px;
    }
    .first-image h1 {
        font-size: 50px;
        color: #e2e2e2;
        font-family: Cuprum;
        position: relative;
        top: 180px;
        right: 20px;
    }
    .first-image .shop-now-box {
        width: 110px;
        height: 50px;
        background-color: #424242;
        border-radius: 7px;
        position: relative;
        right: 20px;
        z-index: 1;
    }
    .slideshow-container {
        width: 50px;
        height: 300px;
        position: relative;
        margin: auto;
        right: 200px;
        margin-left: 205px;
        margin-top: 100px;
      }
      .slideshow-container img {
        width: 500px;
        height: 300px;
        position: relative;
        right: 2000px;
      }
      .question {
        margin-top: 200px;
        width: 102%;
        height: 110px;
        padding-left: 80px;
        padding-top: 8px;
      }
      .questionCH {
        margin-top: 200px;
        width: 102%;
        height: 110px;
        padding-left: 80px;
        padding-top: 8px;
      }
      .before-after{
        margin-top: 80px;
        width: 102%;
        height: 500px;
        padding-left: 40px;
      }
      .before-after img{
        width: 200px;
        height: 300px;
      }
      .before-after .chadVsIncel {
        width: 400px;
        height: 300px;
      }

      /*SHOPPING PAGE*/
      .products {
        margin-left: 10px;
       }
       .product {
        position: relative;
        right: 100px;
       }
       .message2 {
        background-color: rgb(17, 16, 16);
        margin-top: 50px;
        width: 102%;
        height: 300px;
        padding-left: 20px;
      }
      .message2 h1 {
        padding-top: 60px;
        font-size: 30px;
        color:rgb(206, 206, 206);
      }
       .message {
        background-color: rgb(17, 16, 16);
        margin-top: 50px;
        width: 102%;
        height: 300px;
        padding-left: 20px;
      }
      .message h1 {
        padding-top: 60px;
        font-size: 30px;
        color:rgb(206, 206, 206);
      }
      .message h1 .colorFont{
        font-size: 60px;
        color:rgb(59, 253, 0);
      }
      .message h1 .colorFont2{
        font-size: 60px;
        color:rgb(236, 148, 148);
      }
      .message h1 a {
        padding-top: 60px;
        font-size: 17px;
        color:rgb(75, 75, 75);
        line-height: 1px;
      }
      .message h1 span{
        font-size: 40px;
      }
}
@media screen and (max-width: 700px) {

  /* ----- INDEX  ------*/
  .slideshow-container img {
    width: 200px;
    height: 100px;
    position: relative;
    left: 1000px;
  }

  /* ----- CHIN SPIKER PAGE ------*/
  .before-after3{
    background-color: rgb(17, 16, 16);
    margin-top: 400px;
    margin-bottom: 800px;
    width: 102%;
    height: 200px;
    padding-left: 5px;
  }
  .before-after3 img{
    width: 500px;
    height: 500px;
    margin-bottom: -200px;
  }
}