@charset "UTF-8";

.head{
      /*background-color: #136ad5;*/
      background: linear-gradient(90deg,rgba(70, 238, 70, 1) 0%, rgba(167, 207, 46, 1) 50%, rgba(246, 222, 26, 1) 100%);
      color: white;
      padding-top: 15px;
    }
    .name{
      color: white;
    }
    .quot{
      background: linear-gradient(90deg,rgba(70, 238, 70, 1) 0%, rgba(167, 207, 46, 1) 50%, rgba(246, 222, 26, 1) 100%);
      color: white;
    }
    

    /* Default styles for all screen sizes (mobile-first) */
  .butn {
    background: linear-gradient(90deg,rgba(70, 238, 70, 1) 0%, rgba(167, 207, 46, 1) 50%, rgba(246, 222, 26, 1) 100%);
    color: white;
    text-align: center !important;
    padding: 5px;
  }
  /*md screen*/
  @media (min-width: 768px) {
    .butn {
      padding: 7px;
    }
  }

  /* Styles for large screens and up (lg) */
  @media (min-width: 992px) {
    .butn {
     padding: 7px;
    }
  }

.marq {
 /* animation-duration: 20s;  Slower for small screens */
  animation: bounce 20s linear infinite alternate;
  animation-direction: alternate;

}

/* Styles for medium screens and up (md) */
@media (min-width: 768px) {
  .marq {
    /*animation-duration: 15s;  Faster for medium screens */
    animation-duration: 15s;
    animation-direction: alternate;
  }
}

/* Styles for large screens and up (lg) */
@media (min-width: 992px) {
  .marq {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    animation-duration: 10s; /* Even faster for large screens */
    animation-direction: alternate;
  }
}
.benifit{

	background-color: #7AA300;
	color: whitesmoke;
	padding-top: 5rem;
	padding-bottom: 1rem;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	font-family: "Roboto", "sans-serif;";
	-webkit-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.84); 
	box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.84);
	border-radius: 15px;
}
.mitems{
	padding-top: 5rem;
	padding-bottom: 1rem;
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto", "sans-serif;";
	color: black;
	padding-right: 2rem;
	text-align: justify;
}