/* font color */
.text-white {
  color: var(--white);
}
.text-subtitle {
  color: var(--subtitle);
}
.text-paragraph {
  color: var(--paragraph);
}
.text-primary {
  color: var(--primary);
}
.text-black {
  color: var(--black);
}
/* font color */
/* button color */
.btn {
  padding: 2rem 5rem;
  font-family: var(--Figtree);
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: var(--primary);
  color: var(--white);
  transition: all 0.3s ease-in-out;
  margin: 0px 0;
	padding: 10px 30px;
    border-radius: 8px;
}
.btn-primary:hover {
/*   background: var(--white);
  color: var(--primary);
  transition: all 0.3s ease-in-out; */
	background-color: var(--black);
	border: 1px solid var(--black);
	color: var(--white);
	transition: all 0.3s ease-in-out;
}
.btn-white {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.btn-white:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-black {
  background: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.btn-black:hover {
  background: var(--white);
  color: var(--black);
}
.inperson {
  border: #75cf78 solid 2px;
  background: #d8ffd9;
  padding: 0.5rem 1.5rem;
  border-radius: 5rem;
  font-family: var(---Eina03);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: var(--black);
  line-height: 30px;
}
/* button color */
.title h1 {
  font-family: var(---Eina03);
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
}
.title h1 span {
  background: #00affe;
  background: linear-gradient(to top right, #00affe 0%, #005db8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(---Eina03);
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
}

.title h2, .wp-block-heading, .home-about h2 {
  font-family: var(---Eina03);
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  text-transform: capitalize;
}
h3.wp-block-heading{
	text-transform: none;
}
.title h2 span {
  font-family: var(---Eina03);
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  background: #00affe;
  background: linear-gradient(to top right, #00affe 0%, #005db8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}
.subtitle {
  font-family: var(--Figtree);
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
}
.paragraph,
.paragraph strong {
  font-family: var(---Eina02);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
	line-height: 30px;
}
.paragraph strong {
  font-weight: bold;
}
.counter {
  font-family: var(---Eina03);
  font-weight: normal;
  font-size: 30px;
  position: relative;
}
.featur-slider-item-number {
  font-family: var(--Figtree);
  font-size: 30px;
  font-weight: 600;
  background: var(--black);
  padding: 1rem 2rem;
  color: var(--white);
  border-radius: 1rem;
}
.heading {
  font-family: var(---Eina03);
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
}

.footer-link li a {
  font-family: var(---Eina03);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
	line-height:30px;
  color: var(--white);
  text-decoration: none;
  display: block;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.footer-link li a.line::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--white);
  left: 0;
  bottom: -1rem;
  transition: all 0.3s ease-in-out;
}
.footer-link li a:hover::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.heading span {
  font-family: var(---Eina03);
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  background: #00affe;
  background: linear-gradient(to top right, #00affe 0%, #005db8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course-card-details-item span {
  font-family: var(---Eina03);
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: var(--black);
}
