header {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next row on small screens */
    justify-content: space-between;
    align-items: center;
    padding: 20px;
   
    color: #fff;
  }
  
  /* Style the text section */
  .header1-text {
    flex: 1;
    padding: 20px;
    text-align: center; /* Center align text on all screens */
    text-shadow: 6px 7px 7px rgba(0,0,0,0.6);
    
   
  }
  
  
  .ml2 {
    font-weight: 900;
    font-size: 1.9em;
   padding-bottom: 10px;
    
   
  }
  
  
  
  
  
  .header1-text a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #181c1d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
  }
  
  .header1-text a:hover {
    background: linear-gradient(60deg, rgb(32, 221, 117) 0%, rgb(115, 34, 245) 100%);
  }
  
  
  
  /* Style the image section */
  .ebookimg{
    width: 100%;
    height: 400px;
   
    margin-top: 20px; 
   
    
  }


 

  #content {
    display: flex;
    flex-wrap: wrap; /* Allow content to wrap on smaller screens */
    width: 100%;
  
  
  }
  
  #text-container {
    flex: 1;
    padding: 20px;
  }
  
  .couse-info {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
  }
  .bouns{
    color: blueviolet;

  }
  .boun{
    padding: 30px;
  }
  .fa-solid {
    font-size: 60px;
    padding-bottom: 20px;
    color: #7327ee;
    
  }
  button {
    margin-top: 10px;
    background-color: #020202;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: -10px;
   
  }

  .button-info{
    width: 50%;
    align-items: center;
    margin-left: 25%;
  }
  
  .fornt-img {
    flex: 1;
    text-align: center;
    margin-bottom: -100px; 
   max-width: 100rem;
    
  }
  @media screen and (max-width: 720px) {
    .fornt-img{
      margin-top: 30px;
      height: 500px;

    }
  }
  .fornt-img img {
    max-width: 90%;
     height: 70%;  
  }
  
  /* deep course */

  .column {
  
  width: 30%;
  margin-right: auto ;
  margin-left: auto;

  }
  .column-bouns{
    width: 50%;
  }
  .card-deep{
   background: linear-gradient(60deg, rgb(248, 247, 247) 0%, rgb(210, 234, 235) 100%);
  -webkit-box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
  box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
  color: rgb(0, 0, 0);

 
  }
  .card-deep:hover{
    background: linear-gradient(60deg, rgb(241, 168, 109) 0%, rgb(190, 173, 218) 100%);
    color: white;
   
  }
  .card-deep h2{
    background-color: #a07fec;
    color: white;
    border-radius: 16px;
    padding: 6px;

  }
  .card-deep p{
    color: black;
    font-weight: 500;
  }
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
  content: "";
  display: table;
  clear: both;
  }
  
  /* Style the counter cards */
  .card-deep {
    /* this adds the "card" effect */
    border-radius: 10px;
    -webkit-box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 16px 18px 5px -1px rgba(0,0,0,0.15);
    padding: 16px;
    text-align: center;
   
    }
    
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  }
  
  
  
  
  
  
  
  
  /* demo course */
  /* Font */
  
  
  
  
  .card-deep h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  
  img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  }
  
  .btn-demo {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;

  }
  
  .btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
  }
  
  .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  .cards_item {
  display: flex;
  padding: 1rem;
  }
  
  @media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
  }
  
  @media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
  }
  
  .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  }
  
  .card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #78c5e4 40%, #2c70ee 100%);
  }
  
  .card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
  }
  
  .card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
  }
  .made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
  }
  

  .deals-value .amount {text-decoration: line-through;}
.woocommerce-Price-currencySymbol {margin-right: 10px;}


/* ///Reviews */

.Reviews{
  width: 40%;
  margin-top: 15px;
}

@media (max-width: 712px) {
  .Reviews{
    width: 90%;
  }

  }

  .timer {
    font-size: 80px;
    color: rgb(245, 245, 245);
    text-align: center;
    font-weight: 600;
    gap: 29px;
    margin: 10px;
  }
  @media (max-width: 712px) {
    .timer {
      font-size: 40px;
      color: rgb(255, 255, 255);
      text-align: center;
      font-weight: 600;
      gap: 7px;
      margin-top: 3rem;
    
     
    }
  }
  
  .labels {
    text-align: center;
    margin-top: 10px;
}

.labels div {
    display: inline-block;
    margin: 0 22px;
    font-size: 28px;
    font-weight: 600;
    
}
@media (max-width: 712px) {
  .labels div {
    display: inline-block;
    margin: 0 22px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3rem;
   
  }
}
  #hours{
    background-color: #000000;
    border-radius: 12px;
   padding-left: 28px;
   padding-right: 28px;
  }
 
  #minutes{
    background-color: #000000;
    border-radius: 12px;
    padding-left: 28px;
    padding-right: 28px;
  }
  #seconds{
    background-color: #000000;
    border-radius: 12px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .time-head h3{
    text-align: center;
    margin-top: 7px;
    color: #9900ff;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 39px;
  }
  @media (max-width: 712px) {
    .time-head h3{
      text-align: center;
      margin-top: 30px;
      color: #9900ff;
      margin-bottom: 15px;
      margin-top: 15px;
      font-size: 20px;
    }
  }




  /* ask ques */





  

  .accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    border-radius: 12px;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    background-color: #e3c9f8;
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 14px;
    }
  }
  
  

/* sticy */
#sticky-btn {
  position: fixed;
  bottom: 40px;
 margin-left: 20px;
  background-color: #9a46e9;
  color: white;
  padding: 10px 50px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: none;
  animation: bounceButton 2s infinite alternate;
}
@keyframes bounceButton {
  from {
    transform: translateX(1%);
  }
  to {
    transform: translateX(calc(8% - 0px)); /* Adjust button width as needed */
  }
}
@media screen and (max-width: 768px) {
  #sticky-btn{
    display: block;
  }
}
#sticky-btn:hover {
  background-color: #0056b3;
}