* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
body {
  font-family: "Alexandria", sans-serif;
}
a {
  text-decoration: none;
}
header {
  background-color: #250d34;
  padding: 74px 128px;
}
.navbar {
  padding-bottom: 70px;
}
.navbar-brand {
  margin-right: auto;
}

.navbar-nav {
  margin: 0 auto;
  gap: 18px;
}
.nav-link.me-5 {
  margin-left: 8rem !important;
}
.navbar-nav .ml-auto {
  margin-left: 0;
}

.navbar-nav .ml-auto a {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}
.contact-me {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 48px;
  border-radius: 8px;
  background-color: #c28eff;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 0px 4px #c28eff;
}

.sub-title {
  display: inline-block;
  color: #c28eff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 21px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(253 206 255);
}
.hero-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 18px;
}
.hero-title span {
  color: rgba(255, 152, 57, 1);
}
.hero-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 185.4%;
}
.hero-text.moblie{
  display: none;
}
.hero-right {
  margin-top: 125px;
}
.btn-logins {
  gap: 2rem;
}
.btn-login {
  width: 157px;
  height: 62px;
  background-color: #ff9839;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.btn-more {
  text-decoration: underline;
  color: #c28eff;
  font-size: 14px;
  font-weight: 500;
}
.hero2 {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
/*  */
.features {
  background-color: #250d34;
  position: relative;
  padding: 12rem 0rem;
}
.features .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .loader {
  position: relative;
  width: 800px;
  height: 800px;
}

.features .loader .circle {
  position: absolute;
  border: 2px solid #888686;
}
.features .loader .circle.circle1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 827px;
  height: 827px;
  box-shadow: 0 0 10px rgba(0, 0, 0);
  border-radius: 50%;
  border-left: 2px solid #888686;
  border-top: 2px solid #888686;
  animation: animate 3s linear reverse infinite;
}

.features .loader .circle.circle2 {
  top: 120px;
  left: 120px;
  right: 120px;
  bottom: 120px;
  width: 540px;
  height: 539px;
  box-shadow: 0 0 10px rgba(0, 0, 0);
  border-radius: 50%;
  border-left: 2px solid #888686;
  border-top: 2px solid #888686;
}

.features .loader .circle.circle3 {
  top: 253px;
  left: 120px;
  right: 245px;
  bottom: 200px;
  width: 285px;
  height: 285px;
  box-shadow: 0 0 10px rgba(0, 0, 0);
  border-radius: 50%;
  border-left: 2px solid #888686;
  border-top: 2px solid #888686;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(141, 44, 174, 0.5) 0%,
    rgba(39, 19, 46, 0) 100%
  );
}
.features .loader .circle.circle3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.dot-circle {
  position: absolute;
  top: calc(50% - 1px);
  left: 53%;
  width: 50%;
  height: 2px;
  transform-origin: left;
}

.features .loader .dot-circle {
  transform: rotate(-90deg);
}

.features .loader .dot2-circle {
  transform: rotate(-269deg);
}

.features .loader .dot2-circle {
  position: absolute;
  bottom: calc(50% - 1px);
  left: 53%;
  width: 50%;
  height: 2px;
  transform-origin: left;
}
.features .loader .dot-circle:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -4px;
  right: -6px;
}
.features .loader .dot2-circle:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -4px;
  right: -6px;
}
.loader .circle.circle1 .dot-circle:before {
  background: #d456ff;
  box-shadow: 0 0 20px #d456ff, 0 0 40px #d456ff, 0 0 60px #d456ff,
    0 0 80px #d456ff, 0 0 100px #d456ff, 0 0 0 5px rgba(212, 86, 255, 1);
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.feat-card {
  width: 202px;
  height: 186px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(217, 217, 217, 0.05) 100%
  );
  backdrop-filter: blur(12.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 49px;
  gap: 1rem;
  transition: all 1s ease;
}
.feat-card:hover {
  margin-top: -20px;
  margin-bottom: -20px;
}

.feat-card span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.top-right {
  position: absolute;
  top: 15%;
  right: 21%;
}
.right {
  position: absolute;
  right: 15%;
  top: 44%;
}
.bottom-right {
  position: absolute;
  right: 27%;
  bottom: 9%;
}
.bottom-left {
  position: absolute;
  bottom: 8%;
  left: 29%;
}
.left {
  position: absolute;
  left: 13%;
  bottom: 41%;
}

.top-left {
  position: absolute;
  top: 15%;
  left: 20%;
}

/*  */

/*  */
.why-gafza {
  padding: 5rem 0rem;
  background: linear-gradient(252.16deg, #fcf5ff 0%, #ffffff 100%);
}
.why-body {
  padding: 12rem 0rem;
}
.why-title {
  color: #250d34;
  font-size: 32px;
  font-weight: 700;
}
.why-text {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.services {
  background-color: #250d34;
  height: 789px;
  padding: 8rem 0rem;
}
.services .ser-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.services .card {
  background: transparent;
  width: 372.48px;
  height: 218.48px;
  border: 0.5px solid #d456ff;
  backdrop-filter: blur(12.5px);
  border-radius: 8px;
  padding: 76px 25px;
  transition: all 1s ease;
  position: relative;
}
.services .card:hover {
  margin-top: -20px;
}

.services .card .card-ser-img {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgb(255 152 57 / 17%) 0%,
      rgba(39, 19, 46, 0) 100%
    ),
    radial-gradient(
      50% 50% at 50% 50%,
      rgb(141 44 174 / 22%) 0%,
      rgba(39, 19, 46, 0) 100%
    );

  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .card img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.services .card .card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.services .card .card-text {
  color: #c28eff;
  font-size: 12px;
  font-weight: 300;
}
.clients {
  padding: 10rem 0rem;
}
.clients .client-title {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.owl-carousel {
  display: block;
  position: relative;
  width: 100%;
}

.owl-carousel .item {
  margin: 0 5px;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #da5fe5;
  border-radius: 90px;
  width: 45px;
  height: 13px;
}
/*  */

/*  */
.tell-me .container {
  background: linear-gradient(262.18deg, #250d34 1.6%, #441081 99.64%);
  border-radius: 35px;
  height: 441px;
  padding: 6rem 5rem;
}

.tell-me .card {
  border: none;
  background-color: transparent;
  width: 302px;
}
.tell-me .card.first::after {
  content: "";
  width: 302px;
  height: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tell-me .card .card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.tell-me .card .card-text {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
}
.tell-me .carousel-left {
  background-color: #fff;
  border-radius: 90px 0px 90px 90px;
  position: relative;
  padding: 3rem 3rem;
  width: 604px;
  height: 252px;
}
.tell-me .carousel-left img {
  position: absolute;
  top: -25%;
  right: 10%;
}
.tell-me img.active {
  border: 5px solid #ff9839;
  border-radius: 50%;
}
.carousel-item {
  font-weight: 600;
  font-size: 22px;
  line-height: 46px;
  color: #292560;
}
.carousel-indicators {
  left: 0px;
  justify-content: flex-end;
}

/*  */

/*  */
.contact-us {
  margin: 10rem 0rem;
}
.contact-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 1rem 7rem;
}
.contact-title::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 229px;
  top: -23px;
  right: 0px;

  background-color: #902a8a;
}

.contact-title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 229px;
  bottom: -23px;
  left: 18%;

  background-color: #902a8a;
}
.contact-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin-top: 73px;
  color: #bcbcbc;
  width: 506px;
  height: 88px;
  position: relative;
  padding: 0rem 3rem;
}
.contact-text::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff9839;
  right: 16px;
  top: 14px;
}
.contact-us form {
  width: 75%;

  padding: 0rem 3rem;
  position: relative;
}
.contact-us form::after {
  content: "";
  position: absolute;
  left: -45%;
  top: 37%;
  height: 1px;
  border: 1px solid #e9e9e9;
  transform: rotate(90deg);
  width: 359px;
}
.contact-us form .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 0.5rem;
}
.contact-us form .form-control::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #c5c5c5;
}
.contact-us form textarea {
  width: 548px;
  height: 156px;
}
.btn-form {
  width: 132px;
  height: 48px;
  background: #c28eff;
  border: 1px solid #c28eff;
  box-shadow: 0px 0px 4px #c28eff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 185.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: auto;
  margin-top: 2rem;
}
.contact-list {
  padding: 18rem 1rem;
}
.contact-list li {
  margin-bottom: 2rem;
}
.contact-list li img {
  margin-left: 1rem;
}
/*  */

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 5px;
  background: #ececec;
  border-radius: 50%;
}

.carousel-indicators .active {
  width: 45px;
  height: 0px;
  background: #ff9839;
  border-radius: 90px;
  bottom: 0;
}

/*  */

/*  */
footer {
  background: linear-gradient(
    265.02deg,
    #290e3b 0%,
    rgba(39, 0, 53, 0.85) 45.81%,
    #292560 100%
  );
  padding: 5rem 2rem;
}
footer .img {
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  justify-items: center;
}
footer hr {
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-list {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  gap: 1rem;
}

.footer-list li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

/*  */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header {
    padding: 20px 3px;
  }
  .navbar {
    padding-bottom: 42px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("/images/Icon.png");
  }
  .navbar-brand {
    margin-right: 0px;
  }
  .navbar-brand img {
    width: 71px;
    height: 19px;
  }
  .hero1 {
    width: 192px;
    height: 214px;
  }
  .hero2 {
    display: none;
  }
  .f-mobile {
    flex-direction: column-reverse;
  }
  .hero-right {
    text-align: center;
    margin-top: 10px;
    padding: 20px 46px;
  }
  .sub-title {
    font-size: 12px;
  }
  .hero-title {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-text {
    font-size: 10px;
    display: none;
  }
  .hero-text.moblie{
    display: block;
  }
  .btn-logins {
    justify-content: center;
  }
  .btn-login {
    width: 120px;
    height: 38.7px;
    font-size: 10px;
  }
  .btn-more {
    font-size: 10px;
  }
  .features {
    padding: 3rem 2rem;
  }
  .features .loader {
    width: 500px;
    height: 500px;
  }
  .features .loader .circle.circle1 {
    width: 313px;
    height: 313px;
  }
  .features .loader .circle.circle2 {
    width: 204px;
    height: 204px;
    top: 56px;
    right: 52px;
  }
  .features .loader .circle.circle3 {
    width: 107px;
    height: 107px;
    top: 107px;
    right: 98px;
  }
  .features .loader .circle.circle3 p {
    font-size: 12px;
    margin: auto;
  }
  .dot2-circle,
  .dot-circle {
    display: none;
  }
  .feat-card {
    width: 87px;
    height: 74px;
    border-radius: 16px;
  }
  .feat-card img {
    width: 21.79px;
    height: 25.35px;
  }
  .feat-card span {
    font-size: 8px;
  }
  .top-right {
    top: 0%;
    right: 37%;
  }
  .right {
    top: 16%;
    right: 4%;
  }
  .bottom-right {
    right: 5%;
    bottom: 42%;
  }
  .bottom-left {
    bottom: 30%;
    left: 42%;
  }
  .left {
    left: 5%;
    bottom: 44%;
  }
  .top-left {
    top: 15%;
    left: 2%;
  }
  .why-gafza {
    text-align: center;
    padding: 1rem 0rem;
    background: linear-gradient(252.16deg, #fcf5ff 0%, #ffffff 100%);
  }
  .why-gafza img {
    width: 168px;
    height: 204px;
  }
  .why-title {
    font-size: 16px;
  }
  .why-body {
    padding: 2rem 1rem;
  }
  .why-text {
    font-size: 12px;
    line-height: 24px;
  }
  .services {
    padding: 3rem 0rem;
    height: auto;
  }
  .services .card .card-ser-img {
    top: -20px;
    right: -17px;
   
  }
  .services .card {
    width: 160px;
    height: 177px;
    padding: 3rem 0.5rem;
  }
  .services .card .card-body {
    padding: 1.5rem 0rem;
  }
  .services .card .card-title {
    font-size: 10px;
  }
  .services .card .card-text {
    font-size: 8px;
  }
  .clients {
    padding: 3rem 0rem;
  }
  .clients .item img {
    width: 118px;
    height: 79px;
  }
  .clients .client-title {
    text-align: right;
    font-size: 16px;
    margin-bottom: 2rem;
  }
  .tell-me .container {
    height: 140px;
    padding: 1.5rem;
  }
  .tell-me {
    padding: 0rem 1rem;
  }
  .tell-me .carousel-left {
    width: 164px;
    height: 76px;
    padding: 1rem;
  }
  .tell-me .card {
    width: 236px;
    margin-bottom: 0px !important;
  }
  .tell-me .card.first::after {
    width: 0px;
  }
  .tell-me .card .card-title {
    font-size: 6px;
  }
  .tell-me .card .card-text {
    font-size: 6px;
  }
  .tell-me img {
    width: 38px;
    height: 38px;
  }
  .tell-me .carousel-left img {
    width: 35px;
    height: 29px;
  }
  .carousel-indicators [data-bs-target] {
    margin-bottom: -17px;
  }
  .carousel-indicators .active {
    border-radius: 8px;
    height: 0px;
    width: 13px;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
  .carousel-item {
    font-size: 6px;
    line-height: 14px;
  }
  .contact-us {
    margin: 6rem 0rem 0rem 0rem;
    padding: 0rem 1rem;
  }
  .contact-title {
    font-size: 14px;
    padding: 0rem 2rem;
  }
  .contact-title::before,
  .contact-title::after {
    width: 129px;
  }
  .contact-text {
    font-size: 12px;
    line-height: 21px;
    padding: 0rem 2rem;
    width: 333px;
    height: 44px;
  }
  .contact-us form {
    width: 100%;
    padding: 0rem 1rem;
  }
  .btn-form {
    margin: 40px auto auto auto;
  }
  .contact-us form::after {
    left: 40px;
    width: 274px;

    top: 110%;
    transform: rotate(0deg);
  }
  .contact-list {
    padding: 5rem 1rem;
  }
  .contact-list li {
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
  }
  .contact-list li span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin-top: 1rem;
    color: #000;
  }
  .contact-list li img {
    width: 30px;
    height: 30px;
    margin: auto;
  }
  .footer-list li a {
    font-size: 10px;
  }
  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
