/* hero section */

.hero-head {

  height: 70vh;
  display: flex;

  justify-content: center;
  flex-direction: column;
  gap: 20px;
}


/* Header 1 */
.hero-head h2 {


  font-size: var(--h1);
  font-weight: 650;
  background: linear-gradient(to right, #BA023C, #000000);
  /* Define your gradient colors */
  -webkit-background-clip: text;
  /* For Safari */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* For Safari */
  text-fill-color: transparent;
  background-size: 100% 300%;

}


/* small header */
.hero-head h6 {

  margin-top: 20px;
  background: linear-gradient(to right, #5D06A1, #BA023C);
  /* Define your gradient colors */
  -webkit-background-clip: text;
  /* For Safari */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* For Safari */
  text-fill-color: transparent;
  background-size: 90% 300%;
  font-size: var(--p);
  
}

.hero-button i {
  font-size: 12px;

}

/* Hero -call to action  */
.hero-button {

  background: linear-gradient(to right, #BA023C 0%, #000000 100%);
  /* Define your gradient colors */
  -webkit-background-clip: text;
  /* For Safari */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* For Safari */
  text-fill-color: transparent;
  background-size: 88% 300%;
  font-size: var(--p);
  box-shadow: 0 4px 10px 5px rgba(100, 5, 153, 0.05);
  padding: 20px 20px 20px 20px;
  margin-left: 15px;
  margin-top: 15px;
  justify-content: center;
}


/* Hero section-form  */
.hero-section {
  background: linear-gradient(to right, #BA023C, #5D06A1);
  margin-top: 20px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 30px 0 30px 0;

}

/* Hero-h4 */
.hero-section h4 {
  color: #fff;
  padding: 10px;
  text-align: left;

}


/* Hero section-form  */

.contact-form {

  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="submit"] {
  margin: 0 5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

/* hero bottom */

/* Apply styles to the product section */
.bg-info {
  background: linear-gradient(to right, #5D06A1, #BA023C);

}


/* Style for each product item */
.hero-bottom-item {
  text-align: center;
  /* Center align the content */
  /* Add margin between product items */
  display: flex;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 140px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

/* Style for product icons */
.hero-bottom-item i {
  font-size: 35px;
  /* Adjust the icon size */

  color: #fff;
  /* Add margin below the icon */
}

/* Style for product descriptions */
.hero-bottom-item p {
  font-size: 14px;
  /* Adjust the font size */
  color: #fff;
}

.bottom-hero {
  height: 140px;
}

.hr-bottom {
  color: #000000;
}

/* about */


.about h6 {
  color: #000000;
  font-size: var(--h6);
  font-weight: 600;

}


.about {


  align-items: center;
  height: 600px;
  background: #000;
}

.about-content {
  justify-content: center;
}



/* about */

.my-class {

  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65vh;
}

.my-class h6 {
  justify-content: start;
}

.my-class h2{
  font-size: var(--h2);
  font-weight: 650;
  background: linear-gradient(to right, #BA023C, #000000);
  /* Define your gradient colors */
  -webkit-background-clip: text;
  /* For Safari */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* For Safari */
  text-fill-color: transparent;
  background-size: 100% 300%;
}

.my-class p{
  font-family: var(--poppins);
  font-size: var(--p);

}




/* call-to-action section */


.call-to-action {

  background: linear-gradient(to right, #BA023C, #5D06A1);
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 90px 0 90px 0;
  padding: 80px;
  gap: 10px;
}

.call-to-action h2 {
  font-size: var(--h1);
  font-weight: 650;
  
}


/* our blogs */


/* footer */
.footer {

  padding: 50px 0;
}
.footer p {
  margin-bottom: 0;
}

.footer-container{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color:#ffffff;
  height: 400px;
  box-shadow: 0 0 20px  rgba(0, 0, 0, 0.1);
  border-radius: 50px;
 padding-left: 100px;
}

.copyright{
  align-items: start;
}

.list-unstyled{

align-items: center;
font-weight: 480;
font-size: var(--p);
}

.list-unstyled a{
  text-decoration: none;
  color: #757575;
}

.products{
  margin-left: 50px;
}

.blog-container{
  box-shadow: 0 4px 10px 5px rgba(100, 5, 153, 0.05);
  padding: 40px;
}

.blog-img img{

  width: 100%;
}