hr {
  color: rgba(0, 0, 0, 0.3);
}

body {
  padding-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
}

body {
  background-color: rgb(250, 251, 252);
  position: relative;
}

html,
body {
  overflow-x: hidden;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8 !important;
}

p,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #1b1919;
}

h1 {
  margin: 0;
  font-size: 2.488rem;
}

h2 {
  margin: 0;
  font-size: 2.074rem;
}

h3 {
  margin: 0;
  font-size: 1.728rem;
}

h4 {
  margin: 0;
  font-size: 1.44rem;
}

h5 {
  margin: 0;
  font-size: 1.2rem;
}

h6 {
  margin: 0;
}

small,
.text_small {
  font-size: 0.833rem;
}

/* COMMON */
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.object-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-button-outline {
  border: 1px solid #000;
  padding: 1rem 3rem;
  border-radius: 48px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  transition: 0.5s;
}
.custom-button-outline:hover {
  background-color: #000;
  color: #fff;
}

.logo {
  max-width: 150px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-button {
  background: #010114;
  padding: 12px 32px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  border-radius: 0.4rem;
  transition: 0.3s;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.custom-button:hover {
  background: rgba(70, 142, 242, 0.9058823529);
  color: #fff;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.footer {
  background: linear-gradient(145deg, #000000 0, #05130f 100%);
  position: relative;
  z-index: 2;
  padding: 4rem 0;
}
.footer a {
  overflow: hidden;
  transition: 0.5s;
}
.footer a:hover {
  font-size: 1.1rem;
}
.footer::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/pattern-1.png);
  content: "";
  z-index: -1;
  opacity: 0.5;
  border-top-right-radius: 6px;
}
.footer .footer-left {
  margin-right: -15px;
  border-top-right-radius: 6px;
}
.footer .footer-left .inner {
  position: relative;
  z-index: 9 !important;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-left .inner .subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
.footer .footer-left .inner .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
}
.footer .footer-left .inner .custom-button-outline {
  color: #fff;
  border: 1px solid #fff;
}
.footer .footer-right {
  margin-top: 3rem;
  padding: 170x 70px;
}
.footer .footer-menu-wrap h1 {
  font-size: 20px;
  color: #fff;
}
.footer .footer-menu-wrap .footer-menu,
.footer .footer-menu-wrap .contact-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-menu-wrap .footer-menu a,
.footer .footer-menu-wrap .contact-menu a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
.footer .footer-menu-wrap .footer-menu a:hover,
.footer .footer-menu-wrap .contact-menu a:hover {
  color: #1ee8d1;
}
.footer .copyright {
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer .policys a {
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  overflow: hidden;
}
.footer .policys a:hover {
  font-size: 0.9rem;
}

/* Header */
.hero {
  background-image: url(../img/hero-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
}
.hero .custom-button-outline {
  color: #fff;
  border: 1px solid #fff;
}
.hero .hero-socials {
  display: flex;
  gap: 12px;
}
.hero .hero-socials .social-wrap a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 48px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: 0.5s;
}
.hero .hero-socials .social-wrap a:hover {
  background-color: #fff;
}
.hero .hero-socials .social-wrap a:hover i {
  color: #000;
}
.hero .hero-socials .social-wrap i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.hero .hero-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #1ee8d1;
  letter-spacing: 1px;
}
.hero .hero-title {
  font-size: 96px;
  font-weight: 800;
  color: #fff;
}
.hero .hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.hero .header {
  /* Navbar */
}
.hero .header .navbar {
  padding: 0 0 !important;
}
.hero .header .navbar .navbar-brand img {
  width: 135px;
  height: 35px;
}
.hero .header .navbar .navbar-toggler {
  border: 1px solid #deecf6;
}
.hero .header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header .navbar {
  padding: 1rem 0 !important;
}

.navbar-nav .nav-item:not(:last-child) {
  padding: 0 1rem;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #1ee8d1 !important;
}
.navbar-nav .nav-item .nav-link.active {
  color: #1ee8d1 !important;
}
.navbar-nav .nav-item .dropdown-toggle {
  position: relative;
}
.navbar-nav .nav-item .dropdown-toggle::after {
  position: absolute;
  content: "\f282" !important;
  top: 50%;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  font-family: "bootstrap-icons";
  border: none;
  transform: translate(-50%, -50%);
}
.navbar-nav .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.003), 0px 0px 5.3px rgba(0, 0, 0, 0.004), 0px 0px 10px rgba(0, 0, 0, 0.005), 0px 0px 17.9px rgba(0, 0, 0, 0.006), 0px 0px 33.4px rgba(0, 0, 0, 0.007), 0px 0px 80px rgba(0, 0, 0, 0.01);
  border-radius: 0.4rem !important;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  transition: 0.3s;
  font-size: 0.813rem;
  padding: 1rem 1rem;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #010114;
  background: none;
}

/* Sidebar */
.sidebar {
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.003), 0px 0px 5.3px rgba(0, 0, 0, 0.004), 0px 0px 10px rgba(0, 0, 0, 0.005), 0px 0px 17.9px rgba(0, 0, 0, 0.006), 0px 0px 33.4px rgba(0, 0, 0, 0.007), 0px 0px 80px rgba(0, 0, 0, 0.01);
  padding: 1rem;
  border-radius: 0.4rem;
}
.sidebar .last-news-list .last-news-item .last-news-link {
  color: #9596a8;
  transition: 0.3s;
}
.sidebar .last-news-list .last-news-item .last-news-link:hover {
  color: #010114;
}

/* About */
.about {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.about .sub-head {
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #000;
}
.about .head-desc {
  font-weight: 400;
  color: #000;
}
.about .title {
  font-size: 3rem;
  font-weight: 600;
  color: #010114;
}
.about .icon-list .icon-item i {
  font-size: 14px;
}
.about .icon-list p {
  font-size: 14px;
  color: #000;
}

/* Call To Action */
.call-to-action {
  background-image: url(../img/map.png);
  background-color: #010114;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .call-to-action {
    padding: 0;
  }
}
.call-to-action .sub-head {
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #010114;
  text-align: center;
}
.call-to-action .head-desc {
  padding: 0 14.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .call-to-action .head-desc {
    padding: 0;
  }
}
.call-to-action .call-to-action-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* Contact */
.quote-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.quote-form input[type=text],
.quote-form input[type=email],
.quote-form textarea {
  min-height: 72px;
  background-color: transparent;
  border: 1px solid #1b1f23;
  padding: 8px 24px;
  font-size: 1.2rem;
}

.contact {
  padding: 4rem 0;
  background-color: #0f0f0f;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact .contact-form input[type=text],
.contact .contact-form input[type=email],
.contact .contact-form textarea {
  min-height: 72px;
  background-color: transparent;
  border: 1px solid #1b1f23;
  padding: 8px 24px;
  font-size: 1.2rem;
}
.contact .contact-top {
  background-color: #222227;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
.contact .contact-top .icon i {
  font-size: 3rem;
  color: #fff;
}
.contact .contact-top .title {
  font-size: 1.5rem;
  color: #fff;
}
.contact .contact-top a {
  color: #9596a8;
}
.contact .contact-content h6 {
  color: #fff;
}
.contact .contact-content a {
  color: #9596a8;
}

.bank {
  padding: 4rem 0;
  background-color: #0f0f0f;
  color: #fff;
}
.bank .bank-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.bank .bank-form input[type=text],
.bank .bank-form input[type=email],
.bank .bank-form textarea {
  min-height: 72px;
  background-color: transparent;
  border: 1px solid #1b1f23;
  padding: 8px 24px;
  font-size: 1.2rem;
}
.bank .bank-card-wrap {
  color: #fff;
}
.bank .name {
  color: #fff;
}
.bank .bank-top {
  background-color: #222227;
  border-radius: 12px;
  padding: 1rem;
}
.bank .bank-top .icon i {
  font-size: 3rem;
  color: #fff;
}
.bank .bank-top .title {
  font-size: 1.5rem;
  color: #fff;
}
.bank .bank-top a {
  color: #9596a8;
}
.bank .bank-content h6 {
  color: #fff;
}
.bank .bank-content a {
  color: #9596a8;
}

/* Content */
.content .content-desc {
  padding: 0 12rem 0 0;
}
@media screen and (max-width: 1024px) {
  .content .content-desc {
    padding: 0;
  }
}

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.bounce-1 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
          animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.scale-1 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scale-1;
          animation-name: scale-1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scale-1 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale-1 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
.header {
  margin-top: 0rem !important;
}
.header .navbar a {
  color: #fff;
}

.scrolled {
  background-color: #000;
}

/* News */
.news {
  background-color: #000;
  border-top: 1px solid #1b1f23;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.news .sub-head {
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #010114;
  text-align: center;
}
.news .head-desc {
  padding: 0 14.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .news .head-desc {
    padding: 0;
  }
}
.news .news-card {
  background: #000 !important;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #1b1f23;
}
.news .news-card .news-card-header {
  position: relative;
}
.news .news-card .news-card-header img {
  width: 100%;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-card .icon {
  background-color: #edf7ff;
  display: inline-block;
  height: 50%;
  padding: 0.75rem;
  border-radius: 50%;
}
.news .news-card .icon svg {
  color: #010114;
}
.news .news-card .news-card-body {
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news .news-card .news-card-body .team-title {
  color: #010114;
  font-weight: 600;
  font-size: 21.33px;
  line-height: 32px;
  color: #ffffff;
}
.news .news-card .news-card-body .excerpt {
  color: #9596a8;
}
.news .news-card .news-card-body .socials svg:not(:first-child) {
  margin-left: 1rem;
}
.news .news-card .news-card-body .excerpt {
  font-size: 0.8rem;
}
.news .news-card .news-card-body .read-more {
  color: #1ee8d1 !important;
  font-size: 0.8rem;
  padding: 0;
}

/* Single Post */
.single-post {
  padding: 4rem 0;
}
.single-post .content {
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.003), 0px 0px 5.3px rgba(0, 0, 0, 0.004), 0px 0px 10px rgba(0, 0, 0, 0.005), 0px 0px 17.9px rgba(0, 0, 0, 0.006), 0px 0px 33.4px rgba(0, 0, 0, 0.007), 0px 0px 80px rgba(0, 0, 0, 0.01);
  padding: 0.5rem;
  border-radius: 0.4rem;
}
.single-post .content .post-info {
  margin-top: 1rem;
}
.single-post .content .post-info i {
  color: #010114;
}
.single-post .content .post-content {
  margin-top: 0.5rem;
}

.stroke-text {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-size: 3rem;
}

.counter {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.counter .counter-wrap .counter-title-head {
  font-size: 48px;
  font-weight: 600;
}
.counter .counter-wrap .desc {
  font-size: 18px;
  font-weight: 600;
}
.counter .title {
  font-size: 3rem;
  font-weight: 600;
  color: #010114;
}
.counter .desc {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

/* Info */
.info .info-card.active-card {
  padding: 4rem;
  background-color: #010114;
}
.info .info-card.active-card .icon i {
  font-size: 4rem;
  color: #fff;
}
.info .info-card.active-card .detail {
  margin-left: 1rem;
}
.info .info-card.active-card .detail p,
.info .info-card.active-card .detail h5 {
  color: #fff;
}
.info .info-card {
  padding: 4rem;
  background-color: #fff;
}
.info .info-card .icon i {
  font-size: 4rem;
  color: #010114;
}
.info .info-card .detail {
  margin-left: 1rem;
}
.info .info-card .detail p,
.info .info-card .detail h5 {
  color: #010114;
}

.what-we-do .what-we-do-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.what-we-do .what-we-do-card .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;
  width: 96px;
  height: 96px;
  border-radius: 4px;
}
.what-we-do .what-we-do-card .orange {
  background: rgba(255, 83, 37, 0.1);
}
.what-we-do .what-we-do-card .orange i {
  color: rgb(255, 83, 37);
  font-size: 32px;
}
.what-we-do .what-we-do-card .green {
  background: rgba(37, 255, 98, 0.1);
}
.what-we-do .what-we-do-card .green i {
  color: rgb(37, 255, 98);
  font-size: 32px;
}
.what-we-do .what-we-do-card .purple {
  background: rgba(146, 37, 255, 0.1);
}
.what-we-do .what-we-do-card .purple i {
  color: rgb(146, 37, 255);
  font-size: 32px;
}
.what-we-do .what-we-do-card .card-title {
  color: rgb(50, 50, 50);
  font-weight: 600;
  font-size: 21.33px;
  line-height: 32px;
}
.what-we-do .what-we-do-card .card-desc {
  color: #9596a8;
}
.what-we-do .what-we-do-card .card-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 180px;
  padding: 8px 0px;
  gap: 4px;
  height: 52px;
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.what-we-do .what-we-do-card .active {
  background-color: #010114;
  color: #fff;
  padding: 8px 32px;
}
.what-we-do .left h6 {
  font-weight: 400;
  font-size: 21.33px;
  color: #ff5325;
}
.what-we-do .left h3 {
  color: #010114;
  font-size: 37px;
  font-weight: 700;
}
.what-we-do .right {
  color: #9596a8;
}

.heading-wrap .left h6 {
  font-weight: 400;
  font-size: 21.33px;
  color: #ff5325;
}
.heading-wrap .left h3 {
  color: #010114;
  font-size: 37px;
  font-weight: 700;
}
.heading-wrap .right {
  color: #9596a8;
}

.projects .project-card .card-img img {
  width: 558px;
  max-height: 467px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.projects .project-card .card-body {
  max-width: 558px;
}
.projects .project-card .card-body a h5 {
  font-weight: 600;
  font-size: 28.43px;
  line-height: 43px;
  color: #000000;
  transition: 0.5s;
}
.projects .project-card .card-body a h5:hover {
  color: #1ee8d1 !important;
  text-decoration: underline;
}
.projects .project-card .card-body p {
  color: #9596a8;
}
.projects .right .card-img img {
  max-height: 467px;
}

.pricing .title {
  font-size: 3rem;
  color: #010114;
  font-weight: 600;
}
.pricing .pricing-card {
  border: 1px solid #deecf6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 16px;
  background-color: #000;
}
.pricing .pricing-card .pricing-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing .pricing-card .pricing-header .price-title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.pricing .pricing-card .pricing-header .desc {
  color: #9596a8;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
}
.pricing .pricing-card .pricing-header .price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-weight: 700;
  font-size: 37.9px;
  line-height: 57px;
  position: relative;
}
.pricing .pricing-card .pricing-header .price .currency-symbol {
  position: absolute;
  top: 0;
  right: -10;
  font-size: 14px;
}
.pricing .pricing-card .body .price-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing .pricing-card .body .price-list li .icon {
  background-color: #272727;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pricing .pricing-card .body .price-list li .icon i {
  color: #fff;
  font-size: 24px;
}
.pricing .pricing-card .body .price-list li .list-desc {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.pricing .pricing-card .price-btn {
  max-width: 260px;
  min-height: -webkit-max-content !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 16px 48px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border: 1px solid #1b1f23;
  border-radius: 48px;
}
.pricing .pricing-card .price-btn:hover {
  background-color: #fff;
  color: #000;
}

.about-page .right-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-page .right-content h6 {
  color: #1ee8d1;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.about-page .right-content h4 {
  color: #010114;
  font-weight: 700;
  font-size: 37.9px;
  line-height: 57px;
}
.about-page .right-content p {
  color: #9596a8;
}
.about-page .about-page-img .bottom-img {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 50%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-cta .cta-wrap {
  background-image: url(../img/Cta.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  flex-direction: column;
  gap: 16px;
}
.page-cta .cta-wrap h4 {
  color: rgb(47, 40, 67);
  font-weight: 700;
  font-size: 37.9px;
  line-height: 57px;
}
.page-cta .cta-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #010114;
}
.page-cta .cta-wrap a {
  color: #010114;
  text-decoration: underline !important;
  transition: 0.5s;
}
.page-cta .cta-wrap a:hover {
  color: #1ee8d1;
}

.right-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.right-content h6 {
  color: #1ee8d1;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.right-content h4 {
  color: #010114;
  font-weight: 700;
  font-size: 37.9px;
  line-height: 57px;
}
.right-content p {
  color: #9596a8;
}

.head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 128px;
}
.head .subtitle {
  color: #1ee8d1;
}
.head .title {
  font-weight: 600;
  font-size: 37.9px;
  line-height: 57px;
  max-width: 680px;
  font-weight: 700;
  color: #010114;
}
.head .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #9596a8;
}

.post-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
}
.post-detail .subtitle {
  color: #1ee8d1;
}
.post-detail .title {
  font-weight: 600;
  font-size: 37.9px;
  line-height: 57px;
  max-width: 880px;
  font-weight: 700;
  color: #010114;
}
.post-detail .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #9596a8;
}

.project-detail .project-detail-img img {
  max-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.featured-img {
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content p {
  margin-bottom: 16px;
  color: #000;
}

.faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-wrap .faq-title {
  color: #010114;
  font-weight: 700;
  font-size: 21.33px;
  line-height: 32px;
}
.faq-wrap .faq-desc {
  color: #9596a8;
  line-height: 180%;
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-content h6 {
  color: #010114;
  font-size: 24px;
}
.contact-content p {
  color: #9596a8;
}
.contact-content a {
  color: #010114;
  transition: 0.5s;
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-content a:hover {
  color: #1ee8d1;
}

.top-blur {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9999;
}

.bottom-blur {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9999;
}

.services {
  width: 100%;
  min-height: 100vh;
  padding: 4rem 0;
  display: flex;
  align-items: center;
  margin: auto;
  background: rgb(10, 10, 11);
  position: relative;
}
.services .mySwiper {
  width: 90%;
}
.services .services-card {
  border: 1px solid #1e1e1e;
  padding: 60px 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services .services-card .services-card-header i {
  color: transparent;
  padding-bottom: 30px;
  display: block;
  font-size: 48px;
  -webkit-text-stroke: 1px rgb(180, 180, 180);
}
.services .services-card .services-card-body .title {
  font-size: 18px;
  color: #fff;
}
.services .services-card .services-card-body p {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 400;
}
.services .services-card .services-card-footer .btn {
  display: inline-block;
  color: #ffffff;
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}
.services .services-card .services-card-footer .btn__circle, .services .services-card .services-card-footer .btn__text, .services .services-card .services-card-footer .btn__white-circle {
  position: absolute;
}
.services .services-card .services-card-footer .btn__circle {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #fff;
  transition: 0.3s linear;
}
.services .services-card .services-card-footer .btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #ffffff;
  display: flex;
  transition: 0.3s ease-in-out;
}
.services .services-card .services-card-footer .btn__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
.services .services-card .services-card-footer .btn__text {
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  padding: 24px 8px;
  transition: 0.3s linear;
}
.services .services-card .services-card-footer .btn .btn__circle {
  transform: scale(0);
}
.services .services-card .services-card-footer .btn .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
}
.services .services-card .services-card-footer .btn .btn__text {
  transform: translate(40px, -50%);
}
.services .swiper-slide {
  position: relative;
}
.services .swiper-slide:hover .service-img {
  opacity: 0.5;
}
.services .swiper-slide .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
  opacity: 0;
  transition: 1s;
}
.services .swiper-button-prev,
.services .swiper-button-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 1rem !important;
}
.services .swiper-pagination {
  bottom: -10px !important;
}
.services .card {
  border: none;
  background-color: transparent !important;
}
.services .swiper-container {
  width: 100%;
  height: 400px;
}
.services .swiper-slide {
  width: 500px;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: rgb(10, 10, 11);
}
.services .swiper-wrapper {
  max-width: 50% !important;
}
.services .swiper-slide .title-box {
  transform: translateX(-50%);
  transition: all 0.7s ease 0.3s;
}
.services .swiper-slide-active .title-box {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.7s ease;
}
.services .swiper-scrollbar {
  background: white;
}
.services .swiper-slide .card img {
  transition: filter 0.7s ease;
  filter: grayscale(100%);
}
.services .swiper-slide-active .card img {
  filter: grayscale(0%) brightness(60%);
}
.services .swiper-pagination-bullet-active {
  background: white !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.services .swiper-pagination-bullet {
  background: whitesmoke !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.services .swiper-arrows {
  width: 100%;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
}
.services .swiper-button-prev,
.services .swiper-button-next {
  width: 3rem !important;
  height: 3rem;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
.services .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
  background-color: transparent;
  border: 1px solid #4b5258;
}
.services .swiper-button-next {
  right: 0px !important;
  border: 1px solid #4b5258;
}
.services .swiper-button-prev span,
.services .swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px rgb(255, 255, 255);
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}
.services .swiper-button-prev span {
  transform: rotate(-135deg);
  left: 44%;
}
.services .swiper-button-next span {
  transform: rotate(45deg);
  right: 44%;
}
.services .swiper-button-prev:hover span,
.services .swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}
.services .swiper-button-prev:after,
.services .swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  border-radius: 3rem;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}
.services .swiper-button-prev:after {
  right: 0;
}
.services .swiper-button-next:after {
  left: 0;
}
.services .swiper-button-prev:hover:after,
.services .swiper-button-next:hover:after {
  width: inherit;
}
.services .swiper-button-disabled {
  opacity: 1 !important;
}
.services .swiper-button-disabled.swiper-button-prev span,
.services .swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}
@media screen and (max-width: 512px) {
  .services .swiper-button-prev,
.services .swiper-button-next {
    width: 3rem;
    height: 3rem;
    bottom: 0;
  }
  .services .swiper-arrows {
    height: 60px;
  }
  .services .swiper-button-prev {
    right: 60px;
  }
  .services .swiper-button-prev span {
    left: 45%;
  }
  .services .swiper-button-next span {
    right: 45%;
  }
}
.services .swiper-button-next::after,
.services .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}
.services .swiper-button-prev::after,
.services .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}

.introcontainer {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: auto;
  background: rgb(10, 10, 11);
  position: relative;
}
.introcontainer .swiper {
  padding-bottom: 30px !important;
}
.introcontainer .swiper-arrows {
  bottom: 0 !important;
}
.introcontainer .swiper-button-prev,
.introcontainer .swiper-button-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 1rem !important;
}
.introcontainer .swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.introcontainer .card {
  border: none;
  background-color: transparent !important;
}
.introcontainer .swiper-container {
  width: 100%;
  padding-bottom: 35px;
}
.introcontainer .swiper-slide {
  width: 500px;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: rgb(10, 10, 11);
}
.introcontainer .swiper-wrapper {
  max-width: 50% !important;
  padding-bottom: 2rem;
}
.introcontainer .cards {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.introcontainer .card img {
  width: 400px;
  border-radius: 5px;
  max-width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}
.introcontainer .card.two img {
  filter: sepia(100%) hue-rotate(190deg) saturate(300%);
}
.introcontainer .card.three img {
  height: 50vh;
}
.introcontainer .card.four img {
  filter: invert(4%) sepia(75%) saturate(500%) hue-rotate(356deg) brightness(70%) contrast(103%);
}
.introcontainer .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  max-width: 100%;
  width: 500px;
}
.introcontainer .title-box {
  display: flex;
  text-align: left;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 15;
  margin-top: 1rem;
}
.introcontainer .title-box a {
  color: #fff;
  text-decoration: underline !important;
  transition: 0.5s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
}
.introcontainer .title-box a:hover {
  color: #1ee8d1;
}
.introcontainer .title-box h1 {
  display: block;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  font-size: 3vmin;
  color: #d7d7d7;
}
.introcontainer .title-box p {
  font-size: 2vmin;
  padding-top: 0;
  margin: 0;
  padding-left: 1%;
  max-width: 100%;
}
.introcontainer .card .title-box .seperator {
  height: 1px;
  width: 10%;
  background: white;
  position: absolute;
  content: "";
  left: -15%;
  top: 50%;
}
.introcontainer .swiper-slide .title-box {
  transform: translateX(-50%);
  transition: all 0.7s ease 0.3s;
}
.introcontainer .swiper-slide-active .title-box {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.7s ease;
}
.introcontainer .swiper-scrollbar {
  background: white;
}
.introcontainer .swiper-slide .card img {
  transition: filter 0.7s ease;
  filter: grayscale(100%);
}
.introcontainer .swiper-slide-active .card img {
  filter: grayscale(0%) brightness(60%);
}
.introcontainer .swiper-pagination-bullet-active {
  background: white !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.introcontainer .swiper-pagination-bullet {
  background: whitesmoke !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.introcontainer .swiper-arrows {
  width: 100%;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
}
.introcontainer .swiper-button-prev,
.introcontainer .swiper-button-next {
  width: 3rem !important;
  height: 3rem;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
.introcontainer .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
  background-color: transparent;
  border: 1px solid #4b5258;
}
.introcontainer .swiper-button-next {
  right: 0px !important;
  border: 1px solid #4b5258;
}
.introcontainer .swiper-button-prev span,
.introcontainer .swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px rgb(255, 255, 255);
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}
.introcontainer .swiper-button-prev span {
  transform: rotate(-135deg);
  left: 44%;
}
.introcontainer .swiper-button-next span {
  transform: rotate(45deg);
  right: 44%;
}
.introcontainer .swiper-button-prev:hover span,
.introcontainer .swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}
.introcontainer .swiper-button-prev:after,
.introcontainer .swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  border-radius: 3rem;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}
.introcontainer .swiper-button-prev:after {
  right: 0;
}
.introcontainer .swiper-button-next:after {
  left: 0;
}
.introcontainer .swiper-button-prev:hover:after,
.introcontainer .swiper-button-next:hover:after {
  width: inherit;
}
.introcontainer .swiper-button-disabled {
  opacity: 1 !important;
}
.introcontainer .swiper-button-disabled.swiper-button-prev span,
.introcontainer .swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}
.introcontainer .swiper-container-horizontal > .swiper-pagination-bullets,
.introcontainer .swiper-pagination-custom,
.introcontainer .swiper-pagination-fraction {
  bottom: 0px !important;
}
@media screen and (max-width: 512px) {
  .introcontainer .swiper-button-prev,
.introcontainer .swiper-button-next {
    width: 3rem;
    height: 3rem;
    bottom: 0;
  }
  .introcontainer .swiper-arrows {
    height: 60px;
  }
  .introcontainer .swiper-button-prev {
    right: 60px;
  }
  .introcontainer .swiper-button-prev span {
    left: 45%;
  }
  .introcontainer .swiper-button-next span {
    right: 45%;
  }
}
.introcontainer .swiper-button-next::after,
.introcontainer .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}
.introcontainer .swiper-button-prev::after,
.introcontainer .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}

.my-projects {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: auto;
  background: rgb(10, 10, 11);
  position: relative;
}
.my-projects .card {
  position: relative;
}
.my-projects .project-number {
  position: absolute;
  bottom: 1.5rem;
  margin: 1rem 0;
}
.my-projects .project-number span {
  margin-bottom: 3rem;
  font-size: 70px;
  line-height: 0 !important;
  display: inline-block !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.my-projects .img-wrap {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  height: 100%;
}
.my-projects .img-wrap img {
  transition: transform 0.5s ease;
}
.my-projects .img-wrap:hover img {
  transform: scale(1.4);
}
.my-projects .swiper {
  padding-bottom: 30px !important;
}
.my-projects .swiper-arrows {
  bottom: 0 !important;
}
.my-projects .swiper-button-prev,
.my-projects .swiper-button-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 1rem !important;
}
.my-projects .swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.my-projects .card {
  border: none;
  background-color: transparent !important;
}
.my-projects .swiper-container {
  width: 100%;
  padding-bottom: 35px;
}
.my-projects .swiper-slide {
  width: 500px;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: rgb(10, 10, 11);
}
.my-projects .swiper-wrapper {
  max-width: 50% !important;
  padding-bottom: 2rem;
}
.my-projects .cards {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.my-projects .card img {
  width: 400px;
  border-radius: 5px;
  max-width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
  filter: sepia(100%) hue-rotate(190deg) saturate(300%);
}
.my-projects .card.two img {
  filter: sepia(100%) hue-rotate(190deg) saturate(300%);
}
.my-projects .card.four img {
  filter: invert(4%) sepia(75%) saturate(500%) hue-rotate(356deg) brightness(70%) contrast(103%);
}
.my-projects .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  max-width: 100%;
  width: 500px;
}
.my-projects .title-box {
  margin-top: 5rem;
  display: flex;
  text-align: left;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 15;
  margin-top: 1rem;
}
.my-projects .title-box a {
  color: #fff;
  text-decoration: underline !important;
  transition: 0.5s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
}
.my-projects .title-box a:hover {
  color: #1ee8d1;
}
.my-projects .title-box h1 {
  display: block;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  font-size: 3vmin;
  color: #d7d7d7;
}
.my-projects .title-box p {
  font-size: 2vmin;
  padding-top: 0;
  margin: 0;
  padding-left: 1%;
  max-width: 100%;
}
.my-projects .swiper-slide .title-box {
  transition: all 0.7s ease 0.3s;
  opacity: 1;
}
.my-projects .swiper-scrollbar {
  background: white;
}
.my-projects .swiper-slide .card img {
  filter: grayscale(0%) brightness(60%);
}
.my-projects .swiper-pagination-bullet-active {
  background: white !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.my-projects .swiper-pagination-bullet {
  background: whitesmoke !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.my-projects .swiper-arrows {
  width: 100%;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
}
.my-projects .swiper-button-prev,
.my-projects .swiper-button-next {
  width: 3rem !important;
  height: 3rem;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
.my-projects .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
  background-color: transparent;
  border: 1px solid #4b5258;
}
.my-projects .swiper-button-next {
  right: 0px !important;
  border: 1px solid #4b5258;
}
.my-projects .swiper-button-prev span,
.my-projects .swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px rgb(255, 255, 255);
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}
.my-projects .swiper-button-prev span {
  transform: rotate(-135deg);
  left: 44%;
}
.my-projects .swiper-button-next span {
  transform: rotate(45deg);
  right: 44%;
}
.my-projects .swiper-button-prev:hover span,
.my-projects .swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}
.my-projects .swiper-button-prev:after,
.my-projects .swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  border-radius: 3rem;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}
.my-projects .swiper-button-prev:after {
  right: 0;
}
.my-projects .swiper-button-next:after {
  left: 0;
}
.my-projects .swiper-button-prev:hover:after,
.my-projects .swiper-button-next:hover:after {
  width: inherit;
}
.my-projects .swiper-button-disabled {
  opacity: 1 !important;
}
.my-projects .swiper-button-disabled.swiper-button-prev span,
.my-projects .swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}
.my-projects .swiper-container-horizontal > .swiper-pagination-bullets,
.my-projects .swiper-pagination-custom,
.my-projects .swiper-pagination-fraction {
  bottom: 0px !important;
}
@media screen and (max-width: 512px) {
  .my-projects .swiper-button-prev,
.my-projects .swiper-button-next {
    width: 3rem;
    height: 3rem;
    bottom: 0;
  }
  .my-projects .swiper-arrows {
    height: 60px;
  }
  .my-projects .swiper-button-prev {
    right: 60px;
  }
  .my-projects .swiper-button-prev span {
    left: 45%;
  }
  .my-projects .swiper-button-next span {
    right: 45%;
  }
}
.my-projects .swiper-button-next::after,
.my-projects .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}
.my-projects .swiper-button-prev::after,
.my-projects .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.breadcrumb h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.inner-page {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7294117647), rgba(0, 0, 0, 0.8)), url(../img/inner-pages.jpg) no-repeat center center !important;
  min-height: 400px;
  background-size: cover;
  padding-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler {
  border: none !important;
}
.navbar-toggler i {
  color: #fff;
}

.project-detail .project-img {
  margin-bottom: 1rem;
}
.project-detail .project-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail .project-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.project-detail .project-content {
  color: #9596a8;
}
.project-detail .project-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.project-detail .project-detail-sidebar .project-detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.project-detail .project-detail-sidebar .project-detail-wrap h3 {
  font-size: 1rem;
}
.project-detail .project-detail-sidebar .project-detail-wrap p {
  font-size: 14px;
}
.project-detail .project-detail-sidebar .project-detail-socials {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.language-switcher {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
}
.language-switcher .dropdown-menu li {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.language-switcher .dropdown-menu li a {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.language-switcher .dropdown {
  width: 100%;
  text-align: center;
}
.language-switcher .language-btn {
  background-color: transparent !important;
  border: none;
}
.language-switcher .language-btn img {
  width: auto;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.language-switcher .language-btn::after {
  margin-left: 0.8rem !important;
  font-size: 0.5rem !important;
}
.language-switcher .dropdown {
  vertical-align: middle;
}
.language-switcher .dropdown-menu {
  background-color: #000;
}
.language-switcher .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
}
.language-switcher .dropdown-menu .dropdown-item img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.testimonial-wrapper {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  min-height: 75vh;
}
.testimonial-wrapper .title {
  font-size: 2rem;
}
.testimonial-wrapper .testimonial-wrap {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-wrapper .testimonial-wrap .testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  /* swiper button css */
}
.testimonial-wrapper .testimonial-wrap .testimonial .testimonial .slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.testimonial-wrapper .testimonial-wrap .testimonial .slide img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-wrapper .testimonial-wrap .testimonial .slide p {
  text-align: center;
  margin-top: 7rem;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.testimonial-wrapper .testimonial-wrap .testimonial .slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.testimonial-wrapper .testimonial-wrap .testimonial .slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-wrapper .testimonial-wrap .testimonial .details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.testimonial-wrapper .testimonial-wrap .testimonial .details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.testimonial-wrapper .testimonial-wrap .testimonial .nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.testimonial-wrapper .testimonial-wrap .testimonial .nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.testimonial-wrapper .testimonial-wrap .testimonial .nav-btn::after,
.testimonial-wrapper .testimonial-wrap .testimonial .nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.testimonial-wrapper .testimonial-wrap .testimonial .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial-wrapper .testimonial-wrap .testimonial .swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .testimonial-wrapper .testimonial-wrap .testimonial .slide p {
    padding: 0 20px;
  }
  .testimonial-wrapper .testimonial-wrap .testimonial .nav-btn {
    display: none;
  }
}

.linear-wipe {
  text-align: center;
  background: linear-gradient(to right, #fff 20%, rgb(0, 255, 64) 40%, #ff0 60%, #fff 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 4s linear infinite;
          animation: shine 4s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.dark-head .title {
  color: #fff;
}
.dark-head .desc {
  color: rgba(255, 255, 255, 0.699);
  font-size: 14px;
  font-weight: 300;
  max-width: 700px;
}

#back-to-up {
  position: relative;
  z-index: 99999;
  transition: 1s;
}

.scroll-down {
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
          animation: fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
.header {
  background-color: transparent;
}

header.nav-fixed {
  width: 100%;
  position: fixed;
  transition: 0.8s ease-in-out;
  z-index: 9999999;
}

.nav-active {
  background-color: rgb(24, 23, 23);
  box-shadow: 5px -1px 12px -5px grey;
}

.modal-content {
  background-color: rgb(24, 23, 23);
}
.modal-content .btn-close {
  filter: invert(1);
}
.modal-content .modal-title {
  color: #fff;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  border: none !important;
}

.cookie {
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 99999999;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: none;
}

.testimonial-example div.bg-color {
  background-color: #484848;
}
.testimonial-example div.swiper-5 div.swiper-slide {
  padding: 3em 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #4899DD;
}
.testimonial-example div.swiper-5 .swiper-button-prev {
  background: none;
}
.testimonial-example div.swiper-5 .swiper-button-prev:before {
  position: absolute;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.testimonial-example div.swiper-5 .swiper-button-next {
  background: none;
}
.testimonial-example div.swiper-5 .swiper-button-next:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

.websites {
  width: 100%;
  min-height: 100vh;
  padding: 4rem 0;
  display: flex;
  align-items: center;
  margin: auto;
  background: rgb(10, 10, 11);
  position: relative;
}
.websites .mySwiper {
  width: 90%;
}
.websites .services-card {
  border: 1px solid #1e1e1e;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.websites .services-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.websites .services-card .services-card-header i {
  color: transparent;
  padding-bottom: 30px;
  display: block;
  font-size: 48px;
  -webkit-text-stroke: 1px rgb(180, 180, 180);
}
.websites .services-card .services-card-body .title {
  font-size: 18px;
  color: #fff;
}
.websites .services-card .services-card-body p {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 400;
}
.websites .services-card .services-card-footer .btn {
  display: inline-block;
  color: #ffffff;
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}
.websites .services-card .services-card-footer .btn__circle, .websites .services-card .services-card-footer .btn__text, .websites .services-card .services-card-footer .btn__white-circle {
  position: absolute;
}
.websites .services-card .services-card-footer .btn__circle {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #fff;
  transition: 0.3s linear;
}
.websites .services-card .services-card-footer .btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #ffffff;
  display: flex;
  transition: 0.3s ease-in-out;
}
.websites .services-card .services-card-footer .btn__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
.websites .services-card .services-card-footer .btn__text {
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  padding: 24px 8px;
  transition: 0.3s linear;
}
.websites .services-card .services-card-footer .btn .btn__circle {
  transform: scale(0);
}
.websites .services-card .services-card-footer .btn .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
}
.websites .services-card .services-card-footer .btn .btn__text {
  transform: translate(40px, -50%);
}
.websites .swiper-slide {
  position: relative;
}
.websites .swiper-slide:hover .service-img {
  opacity: 0.5;
}
.websites .swiper-slide .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
  opacity: 0;
  transition: 1s;
}
.websites .swiper-button-prev,
.websites .swiper-button-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 1rem !important;
}
.websites .swiper-pagination {
  bottom: -10px !important;
}
.websites .card {
  border: none;
  background-color: transparent !important;
}
.websites .swiper-container {
  width: 100%;
  height: 400px;
}
.websites .swiper-slide {
  width: 500px;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: rgb(10, 10, 11);
}
.websites .swiper-wrapper {
  max-width: 50% !important;
}
.websites .swiper-slide .title-box {
  transform: translateX(-50%);
  transition: all 0.7s ease 0.3s;
}
.websites .swiper-slide-active .title-box {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.7s ease;
}
.websites .swiper-scrollbar {
  background: white;
}
.websites .swiper-slide .card img {
  transition: filter 0.7s ease;
  filter: grayscale(100%);
}
.websites .swiper-slide-active .card img {
  filter: grayscale(0%) brightness(60%);
}
.websites .swiper-pagination-bullet-active {
  background: white !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.websites .swiper-pagination-bullet {
  background: whitesmoke !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.websites .swiper-arrows {
  width: 100%;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
}
.websites .swiper-button-prev,
.websites .swiper-button-next {
  width: 3rem !important;
  height: 3rem;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
.websites .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
  background-color: transparent;
  border: 1px solid #4b5258;
}
.websites .swiper-button-next {
  right: 0px !important;
  border: 1px solid #4b5258;
}
.websites .swiper-button-prev span,
.websites .swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px rgb(255, 255, 255);
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}
.websites .swiper-button-prev span {
  transform: rotate(-135deg);
  left: 44%;
}
.websites .swiper-button-next span {
  transform: rotate(45deg);
  right: 44%;
}
.websites .swiper-button-prev:hover span,
.websites .swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}
.websites .swiper-button-prev:after,
.websites .swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  border-radius: 3rem;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}
.websites .swiper-button-prev:after {
  right: 0;
}
.websites .swiper-button-next:after {
  left: 0;
}
.websites .swiper-button-prev:hover:after,
.websites .swiper-button-next:hover:after {
  width: inherit;
}
.websites .swiper-button-disabled {
  opacity: 1 !important;
}
.websites .swiper-button-disabled.swiper-button-prev span,
.websites .swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}
@media screen and (max-width: 512px) {
  .websites .swiper-button-prev,
.websites .swiper-button-next {
    width: 3rem;
    height: 3rem;
    bottom: 0;
  }
  .websites .swiper-arrows {
    height: 60px;
  }
  .websites .swiper-button-prev {
    right: 60px;
  }
  .websites .swiper-button-prev span {
    left: 45%;
  }
  .websites .swiper-button-next span {
    right: 45%;
  }
}
.websites .swiper-button-next::after,
.websites .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}
.websites .swiper-button-prev::after,
.websites .swiper-container-rtl .swiper-button-prev::after {
  content: "attr" !important;
}

.projects-page .project-page-card {
  padding: 1rem;
  border: 1px solid #1b1f23;
}
.projects-page .project-page-card .project-desc {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.news-page .news-card {
  padding: 1rem;
  border: 1px solid #1b1f23;
}
.news-page .news-card .news-card-header {
  overflow: hidden;
}
.news-page .news-card .news-card-header img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.news-page .news-card .news-card-header img:hover {
  transform: scale(1.2);
}
.news-page .news-card .news-card-body .blog-title {
  color: #fff;
  transition: 0.5s;
}
.news-page .news-card .news-card-body .blog-title:hover {
  color: #1ee8d1;
}
.news-page .news-card .news-card-body .excerpt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.news-page .news-card .news-card-body .read-more {
  color: #fff;
  font-size: 0.8rem;
  transition: 0.5s;
}
.news-page .news-card .news-card-body .read-more:hover {
  color: #1ee8d1;
}

.project-page-title {
  font-size: 1.7rem;
}

.blog-sidebar {
  background-color: #0F0F0F;
  padding: 1rem;
}
.blog-sidebar .sidebar-title {
  color: #fff;
  font-size: 18px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1b1f23;
}
.blog-sidebar .categories li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.blog-sidebar .categories li a i {
  color: #1ee8d1;
}
.blog-sidebar .categories li a:hover {
  color: #1ee8d1;
}

.search {
  position: relative;
}

.search input {
  height: 60px;
  text-indent: 5px;
  background: transparent !important;
  border: 1px solid #1b1f23 !important;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
}/*# sourceMappingURL=style.css.map */