
body {
  scroll-behavior: smooth;
  font-family: "tajawal", sans-serif;
  background: #E0E0DE;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.navbar{
  background: #543B75 !important;
}
.wait{
  color: #E0E0DE;
  opacity: .6;
}
.nav-link:active{
  color: #E0E0DE;
}
.nav-item{
  font-size: 19px;
  font-weight: bold;
}
.contact-us{
  left: 28%;
  position: absolute;
}
.contact-us a{
  font-size: 19px;
  font-weight: bold;
}
#hero {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#hero .ribbon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
#vision{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.vision-title{
  font-weight: bold;
  margin-bottom: 1rem;
}
.vision-center {
  position: relative;
  z-index: 1;
  padding: 1rem; /* Adjust as needed */
}

.vision-center::before,
.vision-center::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,1), rgba(255,255,255,0.3));
  filter: blur(4px);
  z-index: -1;
}

.vision-center::before {
  left: 0;
}

.vision-center::after {
  right: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.btn-custom {
  background-color: #F3F3F3;
  color: #502980;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem;
}

.badge-box {
  background: #fff;
  color: #502980;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.nav-link{
  color: #E0E0DE;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #E0E0DE;
}
.about-title{
  color:#543B75;
  font-family: "tajawal", sans-serif;
  font-weight: 500;
  font-size: 110px;
  line-height: 0.8;
}
.our-client{
  font-family: "tajawal", sans-serif;
}
.company-name{
  font-size:  36px;
  /*! text-align: right; */
  font-weight: 600;
  color:  #543B75;
}
.about-description{
  font-size:  24px;
  /*! text-align: right; */
  font-weight: 400;
  color:  #543B75;
}
.slug{
  font-weight: bold;
  font-size: 40px;
  color: #E0E0DE;
}
.hero-prize{
  text-align: start;
}
.hero-container{
  text-align: right;
}
.hero-container-content{
  font-size: 75px;
  font-family: "tajawal", sans-serif;
  font-weight: 500;
  text-align: start;
}
hr{
  color: white;
  background-color: white;
}
.footer-content{
  text-align: right;
  color: #E0E0DE;
}
.social-links-icon{
  width:  50px;
  height:50px;
}
.social-links{
  color: #E0E0DE;
}
.footer-title{
  margin-bottom: 25px;
}
.workflow-container {
  text-align: center;
  padding: 40px 20px;
}

.workflow-title {
  font-size: 28px;
  color: #35254F;
  margin-bottom: 10px;
  font-weight: bold;
}

.workflow-subtitle {
  background-color: #BABABA;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #35254F;
}

.workflow-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1500px;
  margin: auto;
}

.step {
  flex: 1 1 120px;
  max-width: 130px;
  position: relative;
  text-align: center;
}

.circle-icon {
  width: 120px;
  height: 120px;
  background-color: #543B75;
  color: white;
  font-size: 36px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #35254F;
}

.step-number {
  background-color: #35254F;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 25px;
}

.workflow-steps-wrapper {
  position: relative;
  max-width: 1500px;
  margin: auto;
  padding: 20px 0;
}

.workflow-line {
  position: absolute;
  top: 187px;
  left: 60px;
  right: 60px;
  height: 2px;
  background-color: #000000;
  z-index: 0;
}
@media (max-width: 576px) {
  .workflow-line{
    display: none;
  }
}

.workflow-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.step {
  flex: 1 1 120px;
  max-width: 130px;
  position: relative;
  text-align: center;
  background-color: transparent;
}

.post-slide {
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
          -45deg,
          rgba(6, 190, 244, 0.75) 0%,
          rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}




@media(max-width:576px){
  .sm-d-none{
    display: none !important;
  }
  .hero-container-content{
    font-size: 50px;
  }
  .about-title{
    font-size: 80px;
    margin-bottom:  2rem;
    margin-top: 2remss;
  }
}


.feature-box {
  background-color: #301c52;
  color: white;
  padding: 20px;
  border-radius: 25px;
  height: 100%;
}
.feature-image {
  background-size: cover;
  /*! background-position: center; */
  border-radius: 25px;
  color: white;
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  z-index: 1;
}

.feature-image > div {
  position: relative;
  z-index: 2;
}
.feature-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.feature-number {
  font-weight: bold;
  color: white;
  font-size: 0.9rem;
}
.feature-describe{
  color: #a3a3a3;
}
.feature-number-large{
  max-width: 100px;
  background: black;
  opacity: .5;
  border-radius: 25px;
  padding: 0.3rem;
  text-align: center;
}
.section-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.subtitle {
  background-color: #BABABA;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.project-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.project-card img {
  display: block;
  width: 100%;
  height: auto;
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black overlay with opacity */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}