* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  color: rgb(250, 250, 250);
  background: #291c3a;
  color-scheme: dark;
}
body p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #dccfed;
}
body .animatedAurumGradientColor {
  color: transparent;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  background: linear-gradient(to right, rgb(255, 45, 96), rgb(255, 163, 102), rgb(255, 215, 0), rgb(198, 255, 171), rgb(112, 214, 255), rgb(199, 125, 255), rgb(255, 45, 96)) 0% 0%/200% 100% text;
  animation: 4s ease 0s infinite normal none running animatedAurumGradientColor;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes animatedAurumGradientColor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body .ctaButton {
  padding: 15px 30px;
  color: #fff;
  padding-right: 60px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  text-decoration: none;
  background: transparent linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  background-size: 0% 100%;
  text-align: center;
  transition: 0.4s ease-in-out;
}
body .ctaButton:hover {
  background-size: 100% 100%;
  color: rgb(5, 5, 5);
}
body .ctaButton:hover .downloadIcon {
  background-color: #331c52;
  color: #fff;
}
body .ctaButton .downloadIcon {
  background-color: #dccfed;
  color: #331c52;
  position: absolute;
  padding: 13px;
  right: 2px;
  top: 0px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.4s ease-in-out;
}

#banner {
  padding: 50px 0;
}
#banner .profileImage {
  width: 100%;
  height: auto;
  max-width: 320px;
}
#banner .ctaButton {
  width: -moz-fit-content;
  width: fit-content;
}
#banner .ctaButton .downloadIcon {
  padding: 15px;
  top: 2px;
}

.testimonial-block {
  padding: 50px 0;
  background: url("[php.site_url/]/wp-content/uploads/2024/04/background-gradient1.webp");
  background-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonial-block .content1 {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .testimonial-block .left_subtitle {
    padding-top: 9px;
  }
}
@media (max-width: 768px) {
  .testimonial-block .right_subtitle {
    padding-top: 8px;
  }
}
.testimonial-block .back_img {
  z-index: -1;
  top: 45px;
}
@media (max-width: 768px) {
  .testimonial-block .back_img {
    top: 21px;
  }
}
.testimonial-block .swiper {
  width: 90%;
  height: 265px;
}
.testimonial-block .content-item {
  display: none;
}
.testimonial-block .content-item.show {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.testimonial-block .content-item.show.fade-in {
  opacity: 1;
}
.testimonial-block .swiper-3d,
.testimonial-block .swiper-slide-shadow {
  background: transparent !important;
}
.testimonial-block .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: white !important;
  box-shadow: 0px 5px 30px rgba(47, 106, 242, 0.1019607843);
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .testimonial-block .swiper-slide {
    padding: 26px;
    height: 200px;
  }
}
.testimonial-block .swiper-pagination-bullet {
  background-color: #dccfed;
}
.testimonial-block .swiper-pagination-bullet-active {
  background-color: #fff;
}
.testimonial-block hr {
  border: none;
  background: #fff;
  opacity: 0.5;
  height: 1px;
  margin-top: 16px;
}
.testimonial-block .test-pagination {
  bottom: var(--swiper-pagination-bottom, -40px) !important;
}
@media screen and (max-width: 768px) {
  .testimonial-block .test-pagination {
    bottom: var(--swiper-pagination-bottom, 25px) !important;
  }
}
.testimonial-block .numericTitle {
  font-size: 36px;
  font-weight: 700;
}
.testimonial-block .numericSubTitle {
  font-size: 24px;
  font-weight: 700;
}

#experienceSection {
  padding: 50px 0;
}

#skillset {
  padding: 50px 0;
}
#skillset .skillsetContainer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#skillset p {
  border: 1px solid #dccfed;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 0;
  color: #dccfed;
  background-color: #331c52;
}

#footer {
  background-color: #331c52;
  min-height: 70vh;
}
#footer h2 {
  font-size: 64px;
  padding-top: 100px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=style.css.map */



/**/

img.img-responsive {
    object-fit: contain;
}