@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/plus-jakarta-display.min.css");
html {
  scroll-behavior: smooth;
}
*,
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Plus Jakarta Display", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  background: unset;
  border: unset;
}

/* navbar */
.navbar-customize {
  padding: 40px 0px;
}

.navbar-customize .nav-link {
  margin-right: 20px;
  padding: 0px 10px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.navbar-customize .nav-link:hover {
  color: rgba(0, 0, 0, 0.55);
}

/* home hero */
.home-hero {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-hero .coloring-heading {
  margin-top: 60px;
  font-size: 75px;
  padding-right: 5px;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero h1 {
  margin-bottom: 0px;
  color: #000;
  font-size: 75px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -2px;
}

.home-hero p {
  font-size: 22px;
  line-height: 150%;
  color: #666;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.home-hero .hero-btn-group .button {
  position: relative;
  overflow: visible;
}

.home-hero .hero-btn-group .button-up {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background-color: #000;
  transition: transform 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.home-hero .hero-btn-group .button:hover .button-up {
  transform: translate3d(7px, 7px, 7px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.home-hero .hero-btn-group .button-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

.home-hero .hero-btn-group .button-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 20px 30px;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  -webkit-transform: translate(7px, 7px);
  -ms-transform: translate(7px, 7px);
  transform: translate(7px, 7px);
}

.home-hero .hero-btn-group .home-hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.home-hero .home-hero-link-text {
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.home-hero .home-hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-hero .home-hero-arrow-wrapper {
  transition: margin 300ms ease;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero .home-hero-link-wrapper:hover .home-hero-arrow-wrapper {
  margin-left: 22px;
}

.home-hero .image-wrapper img {
  width: 100%;
}

/* customers */

.customers {
  padding: 80px 0;
}

.customers .head p {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

.customers .logo-wrapper {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}

.customers .logo-wrapper img {
  width: 100%;
  padding: 35px;
}

/* services */

.services {
  padding: 80px 0;
}

.services .head {
  text-align: center;
}

.services .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services .head h2 {
  margin: auto;

  margin-top: 20px;
  color: #000;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 800px;
}

.services .services-wrapper {
  margin: auto;
  max-width: 1100px;
  margin-top: 100px;
}

.services .services-wrapper .service {
  padding-right: 27px;
}

.services .services-wrapper .service img {
  width: 70px;
}

.services .services-wrapper .service h5 {
  color: #000;
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  margin-top: 42px;
  margin-bottom: 20px;
}

.services .services-wrapper .service p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  max-width: 85%;
  margin-bottom: 25px;
}

.services .services-wrapper .service ul {
  list-style-position: inside;
}

.services .services-wrapper .service ul li {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

/* projects  */
.projects {
  padding: 80px 0 0 0;
}

.projects .head-wrapper .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects .head-wrapper .head h2 {
  margin-top: 20px;
  color: #000;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
}

.projects .btn-gradient {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.projects .btn-gradient .home-hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects .btn-gradient .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.projects .btn-gradient .button {
  position: relative;
  overflow: visible;
}

.projects .btn-gradient .button-up {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background-color: #000;
  transition: transform 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.projects .btn-gradient .button:hover .button-up {
  transform: translate3d(7px, 7px, 7px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.projects .btn-gradient .button-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

.projects .btn-gradient .button-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 20px 30px;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  -webkit-transform: translate(7px, 7px);
  -ms-transform: translate(7px, 7px);
  transform: translate(7px, 7px);
}

.projects .btn-gradient .button-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

.projects .carousel {
  margin-top: 50px;
  overflow: hidden;
}

.projects .carousel .image-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 305px;
}

.projects .carousel .image-holder img {
  width: 100%;
  object-fit: cover;
  transition: width 400ms ease-in-out;
}

.projects .carousel .wrapper {
  background-color: #fff;
}

.projects .carousel .content {
  padding: 32px;
}

.projects .carousel .owl-stage {
  left: -20vw;
}

.projects .carousel .owl-nav {
  position: relative;
  left: 85%;
  margin-top: 50px;
}

.projects .carousel .owl-nav .owl-prev,
.projects .carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: whitesmoke;
  margin: 2px;
}

.projects .carousel .owl-nav span {
  font-size: 30px;
}

.projects .carousel .content h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.projects .carousel .content h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  margin: 20px 0;
  text-transform: capitalize;
}

.projects .carousel .image-holder:hover img {
  width: 110%;
}

.projects .home-hero-link-text {
  display: inline;
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  transition: color 200ms ease;
}

.projects .home-hero-link-text:hover {
  color: #666;
}

.projects .home-hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.projects .home-hero-arrow-wrapper {
  transition: margin 300ms ease;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects .home-hero-arrow-wrapper img {
  width: 20px;
}

.projects .home-hero-link-wrapper:hover .home-hero-arrow-wrapper {
  margin-left: 22px;
}

/* blogs */

.blogs {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 90px;
  margin-top: -250px;
}

.blogs .wrapper {
  margin-top: 90px;
}

.blogs .head {
  position: sticky;
  top: 25px;
  padding-bottom: 140px;
}

.blogs .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blogs .head h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
}

.blogs .home-hero-link-text {
  display: inline;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  transition: color 200ms ease;
}

.blogs .home-hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blogs .home-hero-arrow-wrapper {
  transition: margin 300ms ease;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogs .home-hero-arrow-wrapper img {
  width: 20px;
}

.blogs .home-hero-link-wrapper:hover .home-hero-arrow-wrapper {
  margin-left: 22px;
}

.blogs .content-list .item:hover .home-hero-arrow-wrapper {
  margin-left: 22px;
}

.blogs .content-list .item {
  margin-bottom: 65px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}

.blogs .content-list .item span {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
  font-size: 16px;
}

.blogs .content-list .item h4 {
  margin-top: 13px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  max-width: 85%;
}

/* gallery */
.gallery {
  padding-top: 120px;
  padding-bottom: 80px;
}

.gallery .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gallery .head h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}

.gallery .head p {
  line-height: 40px;
  font-weight: 400;
  font-size: 22px;
  color: #666;
}

.gallery .gallery-items img {
  width: 100%;
}

/* education  */

.education {
  padding: 80px 0;
}

.education .wrapper .head h3 {
  margin-bottom: 60px;
  color: #000;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.education .wrapper .items .item {
  padding-bottom: 40px;
}

.education .wrapper .items .item a {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.education .wrapper .items .item .title h5 {
  text-transform: capitalize;
  color: #000;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 10px;
}

.education .wrapper .items .item .title p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  line-height: 130%;
  font-weight: 500;
  text-transform: capitalize;
}

.education .wrapper .items .item .years img {
  width: 25px;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  transform: translate3d(0px, 0px, 0px) rotateZ(-45deg);
  transition: all 200ms ease;
}

.education .wrapper .items .item a:hover img {
  transform: translate3d(2px, -8px, 0px) rotateZ(-45deg);
}

.education .wrapper .items .item .years p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  margin-right: 40px;
}

.education .wrapper .items .item .bottom-line {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #e5e5e5;
  overflow: hidden;
}

.education .wrapper .items .item .bottom-line div {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 1px;
  right: 100%;
  top: 0;
  transition: all 300ms cubic-bezier(0.16, 0.6, 0.84, 0.65);
}

.education .wrapper .items .item:hover .bottom-line div {
  right: 0%;
}

/* testimonials */

.testimonials {
  padding: 80px 0;
}

.testimonials .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials .head h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}

.testimonials .carousel {
  position: relative;
}

.testimonials .carousel .content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 80px;
}

.testimonials .carousel .content .image-wrapper {
  width: 48%;
  max-width: 485px;
}

.testimonials .carousel .content .image-wrapper img {
  width: 100%;
  object-fit: cover;
  filter: saturate(0);
}

.testimonials .carousel .content .text-wrapper {
  width: 48%;
  position: relative;
  bottom: 0;
}

.testimonials .carousel .content .text-wrapper img {
  width: 45px;
}

.testimonials .carousel .content .text-wrapper h3 {
  margin-top: 33px;
  margin-bottom: 115px;
  color: #000;
  font-size: 36px;
  line-height: 130%;
  font-weight: 700;
}

.testimonials .carousel .content .text-wrapper .btn-position {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials .carousel .content .text-wrapper .btn-position .position h5 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0px;
}

.testimonials .carousel .content .text-wrapper .btn-position .position p {
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

.testimonials .carousel .content .text-wrapper .btn-position .btn-wrapper {
  display: flex;
  align-items: flex-end;
}

.testimonials
  .carousel
  .content
  .text-wrapper
  .btn-position
  .btn-wrapper
  .btn-carousel {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 47px;
  font-size: 25px;
  cursor: pointer;
}

.testimonials .carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

.testimonials .carousel .owl-nav button span {
  color: #fff;
  font-size: 25px;
}

.testimonials .carousel .owl-nav {
  text-align: end;
  position: relative;
  top: -50px;
}

.testimonials .animated {
  -webkit-animation-duration: 0 ms !important;
  animation-duration: 2000 ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.testimonials .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.testimonials .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* faq */
.faq {
  padding: 80px;
  background-color: #000;
}

.faq .head {
  text-align: center;
  margin-bottom: 50px;
}

.faq .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq .head h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.faq .questions .item {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid hsla(0, 0%, 89.8%, 0.3);
  cursor: pointer;
}

.faq .questions .item .header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq .questions .item .header h4 {
  color: #fff;
  font-size: 25px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.faq .questions .item .header .arrow {
  transform: rotateZ(90deg);
  transform-style: preserve-3d;
  transition: transform 300ms ease-in-out;
  text-align: center;
}

.faq .questions .item .header span {
  color: #fff;
  font-size: 30px;
}

.faq .questions .item.open .header .arrow {
  transform: rotateZ(-90deg);
}

.faq .questions .item .answer {
  overflow: hidden;
  margin-top: 30px;
  font-size: 16px;
  max-height: 0;
  transition: max-height 500ms ease-in-out;
}

.faq .questions .item.open .answer {
  max-height: 200px;
}

.faq .questions .item .answer p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0px;
  color: #666;
}

/* footer */
.footer {
  background-color: #000;
  padding: 80px 0 0 0;
}

.footer .head {
  margin-bottom: 100px;
}

.footer .head h1 {
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer .head .head-with-line {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.footer .head .head-with-line a {
  position: relative;
  overflow: hidden;
  display: block;
}

.footer .head .head-with-line h2 {
  display: inline;
  background-image: linear-gradient(
    108deg,
    #b16cea 14%,
    #ff5e69 57%,
    #ff8a56 81%,
    #ffa84b
  );
  -webkit-transition: background-position 2000ms ease;
  transition: background-position 2000ms ease;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .head .head-with-line .line {
  width: 0%;
  height: 5px;
  margin-top: 8px;
  border-radius: 2px;
  background-image: linear-gradient(
    108deg,
    #b16cea 14%,
    #ff5e69 57%,
    #ff8a56 81%,
    #ffa84b
  );
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  transition: width 400ms cubic-bezier(0.24, 0.57, 0.45, 0.85);
}

.footer .head .head-with-line:hover .line {
  width: 100%;
}

.footer .image-wrapper img {
  width: 200px;
}

.footer .content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer .content span {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #666;
  font-weight: 500;
  margin-left: 10px;
}

.footer .footer-links ul {
  list-style: none;
}

.footer .footer-links ul li {
  padding-bottom: 30px;
}

.footer .footer-links ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
}

.footer .bottom-footer {
  padding: 80px 0 30px 0;
  text-align: center;
}

.footer .bottom-footer span {
  color: #8a95ad;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

/* projects page */

.projects-main {
  padding: 80px 0;
}

.projects-main .projects-wrapper {
  max-width: 1000px;
  margin: auto;
  width: 85%;
}

.projects-main .projects-wrapper .project-card {
  margin-bottom: 65px;
}

.projects-main .projects-wrapper a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projects-main .projects-wrapper .project-card .p-image {
  position: relative;
  overflow: hidden;
  height: 400px;
  max-width: 580px;
  width: 70%;
}

.projects-main .projects-wrapper .project-card .p-image img {
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 300ms ease-in-out;
  object-fit: cover;
}

.projects-main .projects-wrapper .project-card:hover .p-image img {
  transform: scale3d(1.2, 1.2, 1);
}

.projects-main .projects-wrapper .project-card .content {
  /* position: absolute; */
  position: relative;
  z-index: 10;
  overflow: hidden;
  /* top: 50%;
    left: 70%; */
  padding: 40px 10px 40px 40px;
  background-color: #000;
  width: 70%;
  margin-left: -130px;
  /* transform: translateX(-70%); */
}

.projects-main .projects-wrapper .project-card .content h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects-main .projects-wrapper .project-card .content h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
}

.projects-main .home-hero-link-text {
  display: inline;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  transition: color 200ms ease;
}

.projects-main .home-hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.projects-main .home-hero-arrow-wrapper {
  transition: margin 300ms ease;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-main .home-hero-arrow-wrapper img {
  width: 20px;
  transition: all 300ms ease-in-out;
}

.projects-main
  .projects-wrapper
  .project-card:hover
  .home-hero-arrow-wrapper
  img {
  margin-left: 15px;
}

/* blogs page */

.blogs-main {
  padding: 80px 0;
}

.blogs-main .blogs-wrapper {
  max-width: 1000px;
  margin: auto;
  width: 85%;
}

.blogs-main .blogs-wrapper .blog-card {
  margin-bottom: 65px;
}

.blogs-main .blogs-wrapper a {
  width: 100%;
  position: relative;
  display: flex;
  min-height: 300px;
}

.blogs-main .blogs-wrapper .blog-card .b-image {
  position: relative;
  overflow: hidden;
  max-width: 580px;
  width: 70%;
  height: auto;
}

.blogs-main .blogs-wrapper .blog-card .b-image img {
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 300ms ease-in-out;
  object-fit: cover;
}

.blogs-main .blogs-wrapper .blog-card:hover .b-image img {
  transform: scale3d(1.2, 1.2, 1);
}

.blogs-main .blogs-wrapper .blog-card .content {
  position: relative;
  overflow: hidden;
  padding: 70px;
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.blogs-main .blogs-wrapper .blog-card .content h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blogs-main .blogs-wrapper .blog-card .content h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}

.blogs-main .home-hero-link-text {
  display: inline;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  transition: color 200ms ease;
}

.blogs-main .home-hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blogs-main .home-hero-arrow-wrapper {
  transition: margin 300ms ease;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogs-main .home-hero-arrow-wrapper img {
  width: 20px;
  transition: all 300ms ease-in-out;
}

.blogs-main .blogs-wrapper .blog-card:hover .home-hero-arrow-wrapper img {
  margin-left: 15px;
}

/* contact  */

.contact {
  padding: 80px 0;
}

.contact .content h2 {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}

.contact .content p {
  color: #5c5c5c;
  font-size: 20px;
  line-height: 36px;
  max-width: 500px;
  margin-bottom: 60px;
}

.contact .content .icon {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}

.contact .content .icon a {
  color: #5c5c5c;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.contact .content .icon img {
  margin-right: 20px;
  width: 30px;
}

.contact .form-wrapper .form-group {
  margin-bottom: 30px;
}

.contact .form-wrapper .form-group input,
.contact .form-wrapper .form-group textarea {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  border: 1px none #000;
  background-color: #f2f6f7;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  outline: none;
}

.contact .form-wrapper .form-group select {
  height: 56px;
  padding-left: 24px;
  border: 1px none #000;
  background-color: #f2f6f7;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 32px;
}

.contact .form-wrapper label {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.contact .btn-gradient .home-hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .btn-gradient .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.contact .btn-gradient .button {
  position: relative;
  overflow: visible;
}

.contact .btn-gradient .button-up {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background-color: #000;
  transition: transform 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.contact .btn-gradient .button:hover .button-up {
  transform: translate3d(7px, 7px, 7px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.contact .btn-gradient .button-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

.contact .btn-gradient .button-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 20px 30px;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  -webkit-transform: translate(7px, 7px);
  -ms-transform: translate(7px, 7px);
  transform: translate(7px, 7px);
}

.contact .btn-gradient .button-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

/* single project page */
.single-project .hero {
  padding: 70px 0;
  background-color: #000;
}
.single-project .project-title .head h6 {
  display: inline-block;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  font-size: 17px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-project .project-title .head h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 800px;
}
.single-project .project-details-hero .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.single-project .project-details-hero .wrapper h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
}
.single-project .project-details-hero .wrapper span {
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 32px;
  font-size: 17px;
}
.single-project .prject-header-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}
.single-project .prject-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-project .project-content {
  padding: 100px 0px;
  max-width: 800px;
  margin: auto;
}
.single-project .project-content h2 {
  font-size: 36px;
  line-height: 45px;
  line-height: 130%;
  font-weight: 700;
}
.single-project .project-content h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-project .project-content p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 150%;
  font-size: 20px;
  color: #666;
}
.single-project .project-content p strong {
  font-weight: bolder;
  font-size: 20px;
}
.single-project .project-content blockquote {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 34px;
  font-style: italic;
  font-weight: 500;
  border-left: 5px solid #e2e2e2;
  color: #000;
  font-size: 24px;
  padding: 10px 20px;
}
.single-project .project-content blockquote p {
}
.single-project .project-content ul,
.single-project .project-content ol {
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
  color: #666;
  font-size: 20px;
  line-height: 36px;
  padding-left: 40px;
}
.single-project .project-content li {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
}
.single-project .project-content .next-project {
  max-width: 400px;
  margin: auto;
}
.single-project .project-content a {
  font-size: 19px;
}
.single-project .project-content .next-project a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-project .project-content .next-project .text {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(
    108deg,
    #b16cea 8%,
    #ff5e69 40%,
    #ff8a56 77%,
    #ffa84b 91%
  );
  transition: background-position 2000ms ease;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-project .project-content .next-project .home-hero-arrow-wrapper {
  margin-left: 20px;
  transition: margin 300ms ease;
}
.single-project .project-content .next-project:hover .home-hero-arrow-wrapper {
  margin-left: 30px;
}

.single-project .slider-wrapper {
  padding: 80px 0 0 0;
}
.single-project .slider {
  max-width: 900px;
  margin: auto;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.single-project .slider-flex {
  display: flex;
  align-items: flex-start;
}
.single-project .slider-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  overflow: hidden;
}
.single-project .slider-prev,
.single-project .slider-next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  background-color: #f2f6f7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 40px;
}

.single-project .slider-prev img {
  rotate: 180deg;
  width: 20px;
}
.single-project .slider-next img {
  width: 20px;
}
.single-project .slider-prev {
  left: 2%;
}
.single-project .slider-next {
  right: 2%;
}
.single-project .slider-prev:focus,
.single-project .slider-next:focus {
  outline: none;
}
.single-project .slider-thumbs {
  height: 500px;
  overflow: hidden;
}
.single-project .slider-thumbs .slider-image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.single-project .slider-thumbs .slider-image:hover {
  opacity: 1;
}
.single-project .slider-thumbs .swiper-slide-thumb-active .slider-image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.single-project .slider-images {
  height: 500px;
  overflow: hidden;
  margin-right: 8px;
}
.single-project .slider-images .slider-image img {
  transition: 3s;
}
.single-project .slider-images .slider-image:hover img {
  transform: scale(1.1);
}
.single-project .slider-image {
  width: 100%;
  height: 100%;
}
.single-project .slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* single blog page */
.single-blog .hero {
  padding: 50px 0 100px 0;
}
.single-blog .hero .head h2 {
  margin-top: 10px;
  color: #000;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.single-blog .hero .head span {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.single-blog .hero .head span.bottom {
  display: none;
}
.single-blog .hero .blog-image {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.single-blog .hero .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog .hero .arrow {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.single-blog .hero .arrow img {
  rotate: 90deg;
  width: 50px;
  transition: padding 0.5s ease;
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateY(50%);
}
.single-blog .hero .arrow .in {
  top: -50px;
  transition: all 0.5s ease;
}
.single-blog .hero .arrow .out {
  top: 0px;
  transition: all 0.5s ease;
}
.single-blog .hero .arrow:hover .in {
  top: 0px;
}
.single-blog .hero .arrow:hover .out {
  top: 50px;
}

.single-blog .blog-content {
  padding: 100px 0px;
  max-width: 800px;
}
.single-blog .blog-content h2 {
  font-size: 36px;
  line-height: 45px;
  line-height: 130%;
  font-weight: 700;
}
.single-blog .blog-content h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-blog .blog-content p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 150%;
  font-size: 20px;
  color: #666;
}
.single-blog .blog-content blockquote {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 34px;
  font-style: italic;
  font-weight: 500;
  border-left: 5px solid #e2e2e2;
  color: #000;
  font-size: 24px;
  padding: 10px 20px;
}
.single-blog .blog-content blockquote p {
}
.single-blog .blog-content ul,
.single-project .project-content ol {
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
  color: #666;
  font-size: 20px;
  line-height: 36px;
  padding-left: 40px;
}
.single-blog .blog-content li {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
}

/* disable class on owl carousel  */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
