:root {
  --ns-primary-color: linear-gradient(
    92.29deg,
    #623e97 1.92%,
    #8b3b95 50.38%,
    #c964a5 98.85%
  );
  --ns-background-color: #d9d9d9;
  --ns-button-label-color: white;
  --ns-transition: 0.3s;
  --ns-heading-color: #c964a5;
  --ns-sub-heading-color: #623e97;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-border: 0;
  font-family: "Tajawal", sans-serif;
}

body {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  direction: rtl;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  color: #fff;
}

@keyframes gradient-fade {
  from {
    transform: translate(10%, -10%) rotate(0deg);
  }
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes gradient-fade-1 {
  from {
    transform: translate(-20%, 20%) rotate(0deg);
  }
  to {
    transform: translate(-60%, 60%) rotate(360deg);
  }
}
@keyframes gradient-fade-2 {
  from {
    transform: translate(20%, 20%) rotate(0deg);
  }
  to {
    transform: translate(60%, 60%) rotate(360deg);
  }
}
@keyframes gradient-fade-3 {
  from {
    transform: translate(20%, -20%) rotate(0deg);
  }
  to {
    transform: translate(60%, -60%) rotate(360deg);
  }
}
@keyframes gradient-fade-4 {
  from {
    transform: translate(-20%, -20%) rotate(0deg);
  }
  to {
    transform: translate(-60%, -60%) rotate(360deg);
  }
}
.floating-points .point {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #623e97;
  animation: floating 3s ease-in-out infinite;
  z-index: -1;
}
.floating-points .point:nth-child(1) {
  top: 10%;
  left: 10%;
}
.floating-points .point:nth-child(2) {
  width: 37px;
  height: 37px;
  top: 30%;
  left: 5%;
  background: #8b3b95;
}
.floating-points .point:nth-child(3) {
  display: none;
}
.floating-points .point:nth-child(4) {
  width: 10px;
  height: 10px;
  top: 10%;
  right: 30%;
  background: #ca67a7;
}

/*start intro section*/
.intro-section {
  width: 100%;
  padding: 15px;
  position: relative;
  background: url(../images/about-us-back.png) no-repeat top/110%;
  margin-bottom: 70px;
}
@media (max-width: 625px) {
  .intro-section {
    padding: 30px 15px 0;
    margin-bottom: 0;
  }
}
.intro-section .circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(101deg, rgba(98, 62, 151, 0.1) 0%, rgba(139, 59, 149, 0.1) 0%, rgba(254, 248, 251, 0.1) 100%);
}
@media (max-width: 625px) {
  .intro-section .circle {
    width: 100px !important;
    height: 100px !important;
  }
}
.intro-section .circle-top-left {
  top: -25px;
  left: -60px;
  width: 250px;
  height: 250px;
  animation: gradient-fade-1 6s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .circle-top-left {
    left: 0;
  }
}
.intro-section .circle-top-right {
  top: 50px;
  right: 150px;
  width: 170px;
  height: 170px;
  animation: gradient-fade-2 6s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .circle-top-right {
    right: -20px;
  }
}
.intro-section .large-circle {
  top: 45%;
  right: -150px;
  width: 450px;
  height: 450px;
  animation: gradient-fade-3 6s ease-in-out 3s infinite alternate;
}
.intro-section .small-circle {
  bottom: 15%;
  left: 150px;
  width: 170px;
  height: 170px;
  animation: gradient-fade-4 6s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .small-circle {
    bottom: 0px;
  }
}
.intro-section .xs-circle1 {
  bottom: 45%;
  left: 22%;
  width: 70px;
  height: 70px;
  animation: gradient-fade-1 6s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .xs-circle1 {
    left: 0;
  }
}
.intro-section .xs-circle {
  bottom: 25%;
  right: 22%;
  width: 70px;
  height: 70px;
  animation: gradient-fade 6s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .xs-circle {
    right: 0;
  }
}
.intro-section .circle.circle-top {
  width: 400px;
  height: 400px;
  margin: -11% 35%;
  animation: gradient-fade 8s ease-in-out 3s infinite alternate;
}
@media (max-width: 625px) {
  .intro-section .circle.circle-top {
    margin: -15% 20%;
  }
}
.intro-section .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.intro-section .intro-content .logo-img {
  width: 180px;
  height: 115px;
  margin: 25px auto 165px auto;
}
.intro-section .intro-content .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 625px) {
  .intro-section .intro-content .logo-img {
    width: 100px;
    height: auto;
    margin: 0 auto 30px;
  }
}
.intro-section .intro-content .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.intro-section .intro-content .details h4 {
  font-size: clamp(24px, 4vw, 48px);
  color: #623e97;
  font-weight: bolder;
}
.intro-section .intro-content .details p {
  color: #565656;
  font-size: 20px;
  font-weight: bold;
}
.intro-section .intro-content .details img {
  width: 100%;
  border-radius: 100px;
  background: #f2bac7;
}
.intro-section .intro-content h6 {
  color: #666;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin: 15px auto 0px auto;
  width: 70%;
  line-height: 2;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .intro-section .intro-content h6 {
    text-align: center;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .intro-section .intro-content h6 {
    width: 100%;
    font-size: 16px;
  }
}
.intro-section .intro-content .intro-img {
  margin: 25px auto -250px auto;
  z-index: 9;
}
.intro-section .intro-content .intro-img img {
  width: 100%;
  height: 100%;
  max-width: 80vw;
}
@media (max-width: 768px) {
  .intro-section .intro-content .intro-img {
    margin: 25px 0;
  }
  .intro-section .intro-content .intro-img svg {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) and (max-width: 625px) {
  .intro-section .intro-content .intro-img svg {
    height: auto;
  }
}
@media (max-width: 625px) {
  .intro-section .intro-content {
    justify-content: flex-start;
    min-height: auto;
  }
}

/*end intro section*/
/*start about us section*/
.about-us {
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .about-us {
    margin-block: 0;
    background: unset;
  }
}
@media (max-width: 625px) {
  .about-us {
    margin-top: 100px;
  }
}
.about-us .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-us h2 {
  color: #565656;
  text-align: right;
  font-size: clamp(36px, 3vw, 44px);
  font-style: normal;
  font-weight: 600;
  margin-block: 25px 0px;
  line-height: 1.7;
}
@media (max-width: 990px) {
  .about-us h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about-us h2 {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .about-us h2 {
    font-size: 18px;
  }
}
.about-us .col-12 > span {
  color: #c05ea3;
  font-size: 66px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .about-us .col-12 > span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .about-us .col-12 > span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 30px;
  }
}
.about-us .swiper-div {
  position: relative;
  padding-block: 40px;
  text-align: center;
}
.about-us .swiper-div .swiper-pagination {
  position: inherit;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20.5px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin: auto;
  margin-top: 20px;
  bottom: 120px !important;
}
@media (max-width: 1199px) {
  .about-us .swiper-div .swiper-pagination {
    bottom: 100px !important;
  }
}
@media (max-width: 990px) {
  .about-us .swiper-div .swiper-pagination {
    bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .about-us .swiper-div .swiper-pagination {
    bottom: 70px !important;
  }
}
@media (max-width: 425px) {
  .about-us .swiper-div .swiper-pagination {
    bottom: 40px !important;
  }
}
.about-us .swiper-div .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: linear-gradient(92deg, #623e97 1.92%, #8b3b95 50.38%, #c964a5 98.85%);
}
.about-us P {
  color: #7a7a7a;
  text-align: right;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  line-height: 2;
  width: 80%;
}
.about-us P span {
  color: #c05ea3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about-us P {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 625px) {
  .about-us P {
    width: 100%;
    font-size: 14px;
  }
}
.about-us .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
}
.about-us .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 60px;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  z-index: 1;
  -webkit-backdrop-filter: brightness(1.2);
          backdrop-filter: brightness(1.2);
}
.about-us .details {
  align-self: center;
}
.about-us .about-bttns {
  display: inline-flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .about-us .about-bttns {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
}
.about-us .about-bttns a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 0px 15px;
  height: 45px;
  border-radius: 30px;
  margin: 15px 0px;
}
@media (max-width: 625px) {
  .about-us .about-bttns a {
    min-width: 140px;
    font-size: 14px !important;
  }
}
.about-us .about-bttns .contact-link {
  padding: 23px 40px;
  height: auto;
  border-radius: 50px;
  background: linear-gradient(101deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  color: #fff;
}
.about-us .about-bttns .samples-link {
  color: #f178b6;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ba5aa1;
  background: #fff;
}
.about-us .mockup {
  padding: 80px;
  padding-bottom: 180px;
  background: url(../images/second-section-mock.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1440px) {
  .about-us .mockup {
    padding: 70px;
    padding-bottom: 158px;
  }
}
@media (max-width: 1199px) {
  .about-us .mockup {
    padding: 60px;
    padding-bottom: 131px;
  }
}
@media (max-width: 990px) {
  .about-us .mockup {
    padding: 43px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .about-us .mockup {
    padding: 63px;
    padding-bottom: 149px;
    margin-block: -50px;
  }
}
@media (max-width: 425px) {
  .about-us .mockup {
    padding: 47px;
    padding-bottom: 109px;
  }
}
.about-us .about-section {
  width: 100%;
  position: relative;
  box-shadow: -30px 30px 50px 0px rgba(0, 0, 0, 0.1);
}
.about-us .about-section img {
  width: 100%;
}
.about-us .about-section .viedo-img {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56%;
  border-radius: 20px;
  overflow: hidden;
}
.about-us .about-section .viedo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.about-us .about-section .video-arrow {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .about-section .video-arrow .video-link {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 625px) {
  .about-us .about-section .video-arrow .video-link {
    width: 60px;
    height: 60px;
  }
}
.about-us .about-section .video-arrow .video-link img {
  width: 50%;
  height: 50%;
}
@media (max-width: 768px) {
  .about-us .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .about-us .row .col-md-6 {
    width: 100%;
  }
}

/*end about us section*/
.samples-section .discount-bttn,
.packages .discount-bttn {
  min-width: 150px;
  padding: 10px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(101deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  color: #fff;
  font-size: 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .samples-section .discount-bttn,
  .packages .discount-bttn {
    margin: 30px 0 0;
  }
}

/*end sample section*/
.why-us .container {
  margin-bottom: 70px;
  translate: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .why-us .container {
    margin-bottom: 70px;
  }
}
.why-us .container .row {
  gap: 0;
  flex-wrap: wra;
}
.why-us .container .row > div {
  padding: 0;
  width: auto;
  height: auto;
  width: 22%;
}
@media (max-width: 768px) {
  .why-us .container .row > div {
    width: 48%;
  }
}
@media (max-width: 360px) {
  .why-us .container .row > div {
    width: 80%;
  }
}
.why-us a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 0px 15px;
  height: 45px;
  border-radius: 30px;
  margin: clamp(35px, 10vw, 150px) 0px 0;
}
@media (max-width: 625px) {
  .why-us a {
    min-width: 140px;
    font-size: 14px !important;
  }
}
.why-us .contact-link {
  padding: 23px 40px;
  height: auto;
  border-radius: 50px;
  background: linear-gradient(101deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  color: #fff;
}
.why-us .section-title {
  position: relative;
  margin: auto;
  width: auto;
  display: inline-block;
  text-align: center;
  font-size: clamp(25px, 4vw, 50px);
  font-weight: bolder;
  margin-bottom: clamp(20px, 4vw, 50px);
  color: #623e97;
}
.why-us .section-title.bottom {
  margin-bottom: 0;
  font-size: clamp(22px, 3vw, 32px);
  margin-top: clamp(20px, 4vw, 50px);
}
.why-us p {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: clamp(30px, 4vw, 60px);
}
.why-us .separator {
  width: 8.5vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
}
.why-us .separator:nth-of-type(2n) {
  transform: scale3d(1, -1, 1);
}
@media (max-width: 1190px) {
  .why-us .separator {
    display: none;
  }
}
.why-us .service-card {
  aspect-ratio: 1;
  border-radius: 20px;
  background: white;
}
.why-us .service-card .service-img {
  width: 120px;
  height: 120px;
  padding: 20px;
  background: #f4f2f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto !important;
  box-shadow: inset 0 10px 0px #f0ecf5;
}
.why-us .service-card .service-img img {
  width: 45px;
}
.why-us .service-card h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}
.why-us .service-card p {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .why-us .service-card {
    aspect-ratio: unset;
    padding: 10px;
  }
  .why-us .service-card .service-img {
    width: 70px;
    height: 70px;
  }
  .why-us .service-card .service-img img {
    width: 40px;
  }
  .why-us .service-card h4 {
    margin-bottom: 20px;
  }
}

/*end services section*/
/*start get Service section*/
.getService-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border-radius: 240px;
  margin-top: -200px;
  translate: 0 50%;
  background-color: #fef8fb !important;
  position: relative;
  padding-block: 80px;
  z-index: 1;
}
.getService-section::before {
  position: absolute;
  background: linear-gradient(115deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  inset: 0 -4px;
  content: "";
  z-index: -1;
  border-radius: inherit;
}
.getService-section::after {
  position: absolute;
  content: "";
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: inherit;
  background-color: #fef8fb;
}
.getService-section h4 {
  color: #623e97;
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 36px);
  margin-bottom: 40px;
}
.getService-section p {
  font-size: clamp(18px, 2vw, 26px);
  text-align: center;
  color: #565656;
}
.getService-section p span {
  color: #623e97;
  font-weight: bolder;
}
.getService-section .contact-bttn {
  width: 172px;
  height: 70px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(101deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  color: #fff;
  margin: 35px auto 0;
}
@media (max-width: 625px) {
  .getService-section .contact-bttn {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .getService-section {
    width: calc(100% - 30px);
    border-radius: 60px;
    height: auto;
    padding: 30px 15px;
  }
  .getService-section p {
    font-size: 23px;
  }
}
@media (max-width: 768px) and (max-width: 625px) {
  .getService-section p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .getService-section span {
    font-size: 35px;
  }
}
@media (max-width: 768px) and (max-width: 625px) {
  .getService-section span {
    font-size: 20px;
  }
}

/*end get Service section*



/*start contact section*/
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 300px;
  margin: 0px auto;
  border-radius: 240px;
  margin-bottom: -5%;
  background-color: #fef8fb;
  position: relative;
  z-index: 99;
  padding-top: 50px;
}
.contact-section::before {
  position: absolute;
  background: linear-gradient(115deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  inset: 0 -4px;
  content: "";
  z-index: -1;
  border-radius: inherit;
}
.contact-section::after {
  position: absolute;
  content: "";
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: inherit;
}
.contact-section p {
  color: #623e97;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.contact-section p span {
  color: #c964a5;
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 625px) {
  .contact-section p span {
    font-size: 20px;
  }
}
.contact-section .contact-bttn {
  min-width: 150px;
  max-width: 200px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(101deg, #623e97 0%, #8b3b95 50%, #c964a5 100%);
  color: #fff;
  margin: 35px auto;
}
@media (max-width: 625px) {
  .contact-section .contact-bttn {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-section {
    width: calc(100% - 30px);
    margin-bottom: -25%;
    border-radius: 20px;
    height: auto;
    padding: 30px 15px;
  }
  .contact-section p {
    font-size: 23px;
  }
}
@media (max-width: 768px) and (max-width: 625px) {
  .contact-section p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact-section span {
    font-size: 35px;
  }
}
@media (max-width: 768px) and (max-width: 625px) {
  .contact-section span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    width: 75%;
    margin-bottom: -15%;
    border-radius: 65px;
    height: 235px;
  }
  .contact-section p {
    font-size: 21px;
  }
  .contact-section span {
    font-size: 28px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .contact-section {
    width: 75%;
    margin-bottom: -8%;
    border-radius: 65px;
    height: 235px;
  }
  .contact-section p {
    font-size: 21px;
  }
  .contact-section span {
    font-size: 28px !important;
  }
}

/*end contact sectuin*



/*start footer section*/
.footer-section {
  width: 100%;
  min-height: 380px;
  background: url(../images/footer-bg.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 60px 0px 25px 0px;
  position: relative;
  font-weight: 300;
  padding-top: 250px;
}
@media (max-width: 768px) {
  .footer-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 170px;
  }
}
.footer-section h4 {
  margin-bottom: 25px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section h4 {
    font-size: 15px;
  }
}
.footer-section h4::after {
  content: "";
  margin-top: 10px;
  width: 70px;
  height: 3px;
  background-color: #fff;
  display: block;
  border-radius: 3px;
}
.footer-section .footer-logo-img {
  width: 125px;
  height: 83px;
}
@media (max-width: 991px) {
  .footer-section .footer-logo-img {
    margin: auto;
  }
}
.footer-section .footer-logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-section .footer-intro {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 25px 0px;
  line-height: 28px;
  width: 90%;
}
@media (max-width: 991px) {
  .footer-section .footer-intro {
    width: 100%;
    text-align: center;
  }
}
.footer-section .socials {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .socials {
    justify-content: center;
    margin-bottom: 35px;
  }
}
.footer-section .socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-left: 15px;
}
.footer-section .socials a img {
  width: 100%;
  height: 100%;
}
.footer-section .help-list {
  position: relative;
}
.footer-section .help-list h4 {
  color: #fff;
}
.footer-section .help-list ul li {
  list-style-position: inside;
  margin-bottom: 10px;
}
.footer-section .help-list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer-section .help-list ul li a {
    font-size: 13px;
  }
}
.footer-section .footer-contact {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-contact {
    margin: 0;
  }
}
.footer-section .footer-contact h4 {
  color: #fff;
}
.footer-section .footer-contact .footer-contact-li {
  list-style: none;
}
.footer-section .footer-contact .footer-contact-li h6 {
  font-weight: bold;
}
.footer-section .footer-contact .footer-contact-li a {
  font-size: 15px;
  font-weight: 200;
}
@media (max-width: 625px) {
  .footer-section .footer-contact .footer-contact-li a {
    font-size: 13px;
    margin: 5px 0 0;
  }
}
.footer-section .footer-contact .footer-contact-li ul li {
  list-style: disc;
}
.footer-section .footer-contact ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}
.footer-section .footer-contact ul li {
  width: 49%;
}
@media (max-width: 768px) {
  .footer-section .footer-contact ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer-section .footer-contact ul li a {
  display: block;
  margin: 10px 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-section .footer-contact ul li a {
    font-size: 12px;
  }
}
@media (max-width: 625px) {
  .footer-section .footer-contact ul li h6 {
    font-size: 14px;
  }
}
.footer-section .footer-contact ul li p {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .footer-section .footer-contact ul li p {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media (max-width: 625px) {
  .footer-section .footer-contact ul li p {
    font-size: 13px;
    margin: 0;
  }
}
.footer-section .footer-contact ul li span {
  color: #fff;
  margin: 10px;
}
@media (max-width: 991px) {
  .footer-section .footer-contact ul li span {
    font-size: 12px;
    margin: 10px 0px;
  }
}
.footer-section .footer-contact ul li:first-child {
  width: 100%;
}
.footer-section .rights-section {
  margin: 55px 0px 10px 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-section .rights-section {
    justify-content: center;
    margin-top: 0;
  }
}
.footer-section .rights-section .rights-info {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-section .rights-section .rights-info {
    order: 2;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-section .rights-section .rights-info p {
  margin: 0px 10px;
  font-weight: 300;
  font-size: 14px;
}
.footer-section .rights-section .sudia-commerce {
  width: 150px;
  height: 80px;
}
.footer-section .rights-section .sudia-commerce img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .footer-section .rights-section .sudia-commerce {
    margin-bottom: 15px;
  }
}
.footer-section .rights-section .sponsors {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-section .rights-section .sponsors {
    order: 1;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer-section .rights-section .sponsors .sponsor-logo {
  height: 35px;
  width: 65px;
  border-radius: 3px;
  margin: 0px 5px;
}
.footer-section .rights-section .sponsors .sponsor-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .footer-section .row {
    row-gap: 30px;
  }
}

.footer-section ul li a {
  transition: 0.3s;
}

.footer-section ul li a:hover {
  padding: 0 5px;
  font-weight: 400;
}

/*end footer section*/
.samples-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-image: url(../images/intro-curve.svg);
  scale: -1;
}
@media (max-width: 768px) {
  .samples-section::before {
    display: none;
  }
}

.services-section .row {
  row-gap: 30px;
}
@media (max-width: 625px) {
  .services-section .row {
    row-gap: 20px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}

@media (max-width: 625px) {
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 625px) {
  html.with-fancybox {
    overflow: auto;
  }
}

.sticky-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 30px;
  bottom: 30px;
  z-index: 5;
  background-color: #25d366;
  border-radius: 100%;
  color: #fff !important;
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-icon::before {
  content: "";
  position: absolute;
  border: 1px solid #25d366;
  border-radius: 100%;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation: ripple-out 1s infinite;
}
@keyframes ripple-out {
  to {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    opacity: 0;
  }
}

.clientsSection {
  position: relative;
  background-size: cover;
  background-position: 50%;
  padding-block: clamp(50px, 5vw, 190px);
  color: white;
  overflow: hidden;
  z-index: 1;
}
.clientsSection .container {
  gap: clamp(20px, 4vw, 75px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.clientsSection .container .wrapper {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: _;
  justify-content: center;
  align-items: center;
}
.clientsSection .container .wrapper .mobile-images {
  width: 90%;
  display: none;
  opacity: 0.5;
}
.clientsSection .container .wrapper .mobile-images img {
  max-width: min(300px, 50%);
}
@media (max-width: 1190px) {
  .clientsSection .container .wrapper {
    flex-direction: column;
  }
  .clientsSection .container .wrapper .mobile-images {
    gap: 15px;
    display: flex;
    flex-direction: _;
    justify-content: center;
    align-items: center;
  }
  .clientsSection .container .wrapper > img {
    display: none;
  }
  .clientsSection .container .wrapper .swiper.clients {
    width: 70%;
  }
}
.clientsSection .container .wrapper img {
  height: auto;
  flex: 1;
}
.clientsSection .container .title-text {
  color: white;
  font-size: clamp(23px, 3vw, 36px);
  text-align: center;
  max-width: 640px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.clientsSection .container .title-text span {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: bold;
  line-height: 1.2;
  color: #623e97;
}
.clientsSection .container .swiper.clients {
  width: 50%;
  margin: 0;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .clientsSection .container .swiper.clients {
    width: 90% !important;
  }
}
.clientsSection .container .swiper.clients .swiper-wrapper {
  align-items: stretch;
}
.clientsSection .container .swiper.clients .swiper-slide {
  width: 100%;
  height: auto;
  background: var(--ns-primary-color);
  border-radius: 23px;
  padding: clamp(15px, 4.5vw, 48px);
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.clientsSection .container .swiper.clients .swiper-slide .image {
  margin-bottom: 30px;
}
.clientsSection .container .swiper.clients .swiper-slide .image img {
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 50%;
  translate: -50%;
  display: flex;
  flex-direction: _;
  justify-content: center;
  align-items: center;
}
.clientsSection .container .swiper.clients .swiper-slide .image img svg {
  opacity: 0.3;
}
.clientsSection .container .swiper.clients .swiper-slide .image img.active svg {
  opacity: 1;
}
.clientsSection .container .swiper.clients .swiper-slide p.desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 95%;
  margin: auto;
}
.clientsSection .container .swiper.clients .swiper-slide div h5 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clientsSection .container .swiper.clients .swiper-slide div p {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
}
.clientsSection .container .custom-pagination {
  width: 100%;
  gap: 40px;
  display: flex;
  flex-direction: _;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.clientsSection .container .custom-pagination .categories-pagination-clients-section,
.clientsSection .container .custom-pagination .work-pagination-section {
  text-align: center;
  width: auto;
  min-width: 90px;
  height: 40px;
  padding-top: 14px;
  transform: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20.5px;
}
.clientsSection .container .custom-pagination .categories-pagination-clients-section.swiper-pagination-lock,
.clientsSection .container .custom-pagination .work-pagination-section.swiper-pagination-lock {
  display: none;
}
.clientsSection .container .custom-pagination .categories-pagination-clients-section .swiper-pagination-bullet,
.clientsSection .container .custom-pagination .work-pagination-section .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #d9d9d9;
  opacity: 1;
  flex: 0 0 auto;
}
.clientsSection .container .custom-pagination .categories-pagination-clients-section .swiper-pagination-bullet-active,
.clientsSection .container .custom-pagination .work-pagination-section .swiper-pagination-bullet-active {
  background: #c964a5;
}
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold,
.clientsSection .container .custom-pagination .swiper_button_next_most_sold {
  top: 50%;
  left: 0;
  z-index: 9;
  background: var(--ns-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  aspect-ratio: 1;
  display: flex;
  flex-direction: _;
  justify-content: center;
  align-items: center;
}
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold img,
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold svg,
.clientsSection .container .custom-pagination .swiper_button_next_most_sold img,
.clientsSection .container .custom-pagination .swiper_button_next_most_sold svg {
  filter: brightness(0) invert(1);
  transition: var(--ns-transition);
}
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold.swiper-button-disabled,
.clientsSection .container .custom-pagination .swiper_button_next_most_sold.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .clientsSection .container .custom-pagination .swiper_button_prev_most_sold,
  .clientsSection .container .custom-pagination .swiper_button_next_most_sold {
    display: none;
  }
}
.clientsSection .container .custom-pagination .swiper-button-disabled + .hero-pagination {
  display: none;
}
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold img,
.clientsSection .container .custom-pagination .swiper_button_prev_most_sold svg {
  rotate: 90deg;
}
[dir=rtl] .clientsSection .container .custom-pagination .swiper_button_prev_most_sold img,
[dir=rtl] .clientsSection .container .custom-pagination .swiper_button_prev_most_sold svg {
  rotate: -90deg;
}
.clientsSection .container .custom-pagination .swiper_button_next_most_sold {
  left: initial;
  right: 0;
}
.clientsSection .container .custom-pagination .swiper_button_next_most_sold img,
.clientsSection .container .custom-pagination .swiper_button_next_most_sold svg {
  rotate: 270deg;
}
[dir=rtl] .clientsSection .container .custom-pagination .swiper_button_next_most_sold img,
[dir=rtl] .clientsSection .container .custom-pagination .swiper_button_next_most_sold svg {
  rotate: -270deg;
}
.clientsSection .container .custom-pagination .hero-pagination {
  line-height: 0;
  padding: 15px 20px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20.5px;
}
.clientsSection .container .custom-pagination .hero-pagination .swiper-pagination-bullet-active {
  background: var(--ns-primary-color);
}
@media screen and (max-width: 767px) {
  .clientsSection .container :global .swiper-slide-active > div::after {
    background: rgba(28, 36, 42, 0.76);
  }
  .clientsSection .container :global .swiper-slide-active > div > div {
    opacity: 1;
  }
  .clientsSection .container :global .swiper-slide-active > div > div > span,
  .clientsSection .container :global .swiper-slide-active > div > div p,
  .clientsSection .container :global .swiper-slide-active > div > div a {
    transform: none;
  }
}
@media (max-width: 766px) {
  .clientsSection .container {
    padding: clamp(12px, 4vw, 54px) 0 clamp(15px, 6vw, 60px);
  }
  .clientsSection .container :global .info h3 {
    margin-bottom: 1rem;
  }
  .clientsSection .container :global .container .row > div {
    text-align: center !important;
  }
}
@media (max-width: 424px) {
  .clientsSection .container {
    padding: clamp(12px, 4vw, 54px) 0 0px;
  }
}
@media (max-width: 625px) {
  .clientsSection .container .title-text {
    gap: 15px;
  }
  .clientsSection .container .title-text span {
    font-size: 15px;
  }
}

.works-section .container .swiper.clients {
  width: 100% !important;
  border-radius: 30px;
  padding: 0;
}
.works-section .container .swiper.clients .swiper-slide {
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
  height: 400px;
}
.works-section .container .swiper.clients .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */