.purple {
	color: #58278f;
	font-weight: 700;
	font-size: large;
	font-family: monospace;
  }
  .slider .carousel-indicators button {
	width: 10px;
	height: 10px;
	background-color: #58278f;
	border-radius: 100%;
  }
  .footer-text {
	color: #58278f;
	font-family: monospace;
  }
  #carousel-banner-1 .carousel-control-next-icon {
	color: #58278f;
  }
  .zad-btn-primary {
	background-color: #58278f;
	border: 2px solid transparent;
	border-radius: 0.4em;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
  }
  .zad-btn-primary:hover {
	background-color: white;
	border: 2px solid #58278f;
	color: #58278f;
	box-shadow: 0 0 0 .25rem rgba(107, 4, 83, 0.2)!important;
  }
  .btn-login {
	color: #58278f;
	border: 1px solid #58278f;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
  }
  .back {
	background-color: #edffef;
  }
  .v-align-center {
	vertical-align: middle;
  }
  .copyright {
	font-family: "Proxima Nova";
	font-size: 14px;
  }
  .mr-2,
  .mx-2 {
	margin-right: 0.5rem !important;
  }
  .social-icons ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: center;
  }
  .brand-color {
	color: #aa0082;
  }
  .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	margin-right: 30px;
	margin-bottom: 1rem;
	margin-left: 30px;
	list-style: none;
  }
  .slider__title {
	font-family: "Code Pro LC";
	font-size: 18px;
  }
  .carousel .carousel-indicators [data-bs-target] {
	background-color: #58278f;
  }
  .carousel-control-next-icon {
	color: #58278f;
  }
  .faro60800 {
	font: 800 4.5em Faro-DisplayLucky, sans-serif !important;
  }
  .text-small{
	font: 800 1.5em Faro-DisplayLucky,sans-serif!important;
  }
  
  @media screen and (max-width: 768px) {
	.faro60800 {
	  font: 800 2em Faro-DisplayLucky, sans-serif !important;
	}
	.text-small{
	  font: 800 1.2em Faro-DisplayLucky,sans-serif!important;
	}
	.slider .carousel-indicators button {
	  width: 8px;
	  height: 8px;
	}
  }
  @keyframes fadeInUp {
	0% {
	  transform: translateY(100%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0%);
	  opacity: 1;
	}
  }
  .fadeInUp-animation {
	animation: 1.5s fadeInUp;
  }
  
  @keyframes fadeInleft {
	0% {
	  transform: translatex(-100%);
	  opacity: 0;
	}
	100% {
	  transform: translatex(0%);
	  opacity: 1;
	}
  }
  .fadeInUp-animation {
	animation: 1.5s fadeInUp;
  }
  .fadeInUp-animationleft {
	animation: 1.5s fadeInleft;
  }
  svg:hover path {
	fill: #58278f; /* Change this to the desired color on hover */
  }
  
  svg:hover {
	transform: scale(1.05);
  }
  
  svg {
	transition: all 0.5s;
  }
  .app:hover {
	transform: scale(1.05);
  }
  
  .app {
	transition: all 0.5s;
  }
  .carousel-item img{
	cursor: pointer;
	transition: 0.5s;
  }
  
  .carousel-item img:hover{
	transform: scale(1.06);
  }
  
  @media screen and (max-width: 768px) {
	.reveal{
	  position: relative;
	  transform: translateY(150px);
	  opacity: 0;
	  transition: all 2s ease;
	}
	
	.reveal.active{
	  transform: translateY(0px);
	  opacity: 1;
	}
	
  }
  .navbar-white{
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  }
  .navbar-light1{
	background-color: #edffef;
	transition: 0.5s;
  }
  .scrolled{
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  }
  .scrolledBackground{
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }

.h4_2 {
    font-size: 18px;
    font-family: 'Work Sans',Cairo,sans-serif;
}
.h1_2 {
    font-size: 24px;
    font-weight: 500;
    color: #383838;
    font-family: 'Work Sans',Cairo,sans-serif;
}