@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #58b4e5;
}

.bg-light {
  background-color: #fff !important;
  font-family: "Outfit", sans-serif !important;
  overflow-x: hidden;
}

@keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }

  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }

  to {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

.home-slider-text-title > h1 {
  font-weight: 100;
  font-size: 86px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.home-slider-wrapper {
  background-color: #000;
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.home-slider-text-title > h1 > span {
  font-weight: 500;
}

.home-slider-text-desc > span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 300;
}

.home-slider-text-desc {
  display: flex;
  width: 44%;
  margin: 3.5rem 0;
}

.home-btn > a,
.home-dark-grid-title-bottom > a,
.home-team-container-left-btn > a {
  display: flex;
  height: 70px;
  width: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  gap: 1.5rem;
  padding-left: 2rem;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-btn {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9;
}

.home-btn > a:first-child,
.home-dark-grid-title-bottom > a,
.home-team-container-left-btn > a {
  background-color: var(--theme-color);
  color: #000;
}

.home-btn > a > i,
.home-dark-grid-title-bottom > a > i,
.home-team-container-left-btn > a > i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-btn > a:first-child > i,
.home-dark-grid-title-bottom > a > i,
.home-team-container-left-btn > a > i {
  background-color: #000;
  color: var(--theme-color);
}

.home-btn > a:last-child {
  color: #fff;
}

.home-btn > a:last-child > i {
  background-color: rgba(255, 255, 255, 0.1);
}

.home-slider-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  position: relative;
  height: max-content;
}

.slider-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.slider-animation-1 {
  top: -60px;
  left: 15%;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0px, 0px, 0px) scale(1.3748, 1.3748);

}

.slider-animation-2 {
  top: 100px;
  right: 100px;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0px, 0px, 0px) scale(2.7244, 2.7244);
}

.slider-animation-3 {
  bottom: -100px;
  right: 35%;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0px, 0px, 0px) scale(0.7795, 0.7795);
}

.slider-animation-1 .slider-dodecahedron {
  animation-delay: 0.5s;
}

.slider-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: rotate 100s infinite linear;
  animation: rotate 100s infinite linear;
}

.slider-pentagon {
  position: absolute;
  width: 100px;
}

.slider-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  border-top: 0.1px solid rgb(255, 255, 255);
}

.home-dark-grid-wrapper .slider-pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.slider-pentagon:nth-child(1) {
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}

.slider-pentagon:nth-child(2) {
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}

.slider-pentagon:nth-child(3) {
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}

.slider-pentagon:nth-child(4) {
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}

.slider-pentagon:nth-child(5) {
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}

.slider-pentagon:nth-child(6) {
  bottom: 0;
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}

.slider-pentagon:nth-child(7) {
  bottom: 0;
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}

.slider-pentagon:nth-child(8) {
  bottom: 0;
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}

.slider-pentagon:nth-child(9) {
  bottom: 0;
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}

.slider-pentagon:nth-child(10) {
  bottom: 0;
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}

.slider-pentagon:nth-child(11) {
  transform: translateZ(69px) rotateX(-90deg);
}

.slider-pentagon:nth-child(12) {
  bottom: 0;
  transform: translateZ(-69px) rotateX(90deg);
}

.slider-pentagon div:nth-child(1) {
  transform: rotate(0.2turn);
}

.slider-pentagon div:nth-child(2) {
  transform: rotate(0.4turn);
}

.slider-pentagon div:nth-child(3) {
  transform: rotate(0.6turn);
}

.slider-pentagon div:nth-child(4) {
  transform: rotate(0.8turn);
}

.slider-pentagon div:nth-child(5) {
  transform: rotate(1turn);
}

.slider-animation-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-animation: jump 10s linear infinite;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.home-btn > a:first-child:hover,
.home-dark-grid-title-bottom > a:hover,
.home-team-container-left-btn > a:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}

.home-btn > a:first-child:hover > i,
.home-dark-grid-title-bottom > a:hover > i,
.home-team-container-left-btn > a:hover > i {
  transform: scale(1.15);
}

.home-btn > a:last-child:hover > i {
  transform: scale(1.15);
}

.scroll-down-wrapper {
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 9;
}

.scroll-down > svg {
  width: 100%;
  height: 100%;
  fill: #555;
}

.scroll-down-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-down-icon > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}

.home-about-title > h2,
.home-team-container-left-title > span {
  font-size: 68px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

.home-about-title > h2 > span {
  font-weight: 100;
}

.home-about-desc,
.home-team-container-left-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  width: 75%;
}

.home-about-title,
.home-team-container-left-title {
  margin-bottom: 4rem;
}

.home-about-quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 3rem;
}

.home-about-quote-image {
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}

.home-about-quote-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.home-about-quote-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px);
  gap: 0.2rem;
}

.home-about-quote-text > span {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 0.5rem;
}

.home-about-quote-text > span > p {
  margin: 0;
  font-weight: 100;
}

.home-about-container,
.home-team-container {
  display: flex;
  padding: 0;
  gap: 5rem;
}

.home-about-container-left {
  width: 60%;
}

.home-about-container-right {
  width: 40%;
  position: relative;
}

.home-about-image {
  display: flex;
  width: 100%;
}

.home-about-image > img {
  width: 100%;
}

.home-about-wrapper,
.home-team-wrapper {
  padding: 5rem 0;
  overflow: hidden;
}

.mil-lines-place {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: -120px;
  left: -27%;
  z-index: -1;
}

.mil-lines-place .mil-lines {
  opacity: 0.05;
  pointer-events: none;
}

.mil-lines-place .mil-lines .mil-move {
  -webkit-animation: move 10s linear infinite;
  animation: move 10s linear infinite;
}

.mil-lines-place .mil-lines path,
.mil-lines-place .mil-lines rect,
.mil-lines-place .mil-lines line {
  stroke: rgb(0, 0, 0);
}

.quote-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -5px;
  right: -5px;
  color: #fff;
}

.home-dark-grid-title span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 60px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}

.home-dark-grid-title span > p {
  margin: 0;
  font-weight: 100;
}

.home-dark-grid-wrapper {
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.home-dark-grid-title-top,
.home-dark-grid-title-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.home-dark-grid-title-top > img {
  width: 230px;
  height: 70px;
  object-fit: cover;
  object-position: top;
  border-radius: 70px;
}

.slider-animation-4 {
  top: -60px;
  left: 150px;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0px, 0px, 0px) scale(1.077, 1.077);
}

.slider-animation-5 {
  top: 300px;
  right: -100px;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0px, 0px, 0px) scale(1.6945, 1.6945);
}

.home-dark-grid-top-text > span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.home-review-top-text > span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.home-dark-grid-top-border {
  display: flex;
  width: 350px;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.4);
}

.home-review-top-border {
  display: flex;
  width: 350px;
  border-top: 1px solid;
  color: rgba(0, 0, 0, 0.1);
}

.home-dark-grid-top-text,
.home-review-top-text {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  transform: translateY(-10px);
}

.home-dark-grid-top,
.home-review-top {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 6rem 0;
  padding-bottom: 4rem;
}

.home-dark-grid-title {
  padding-bottom: 6rem;
}

.home-dark-list-title > span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 500;
}

.home-dark-list-desc > span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
}

.home-dark-grid {
  display: flex;
  position: relative;
}

.home-dark-list {
  width: 25%;
  padding: 3rem 1.5rem;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  background-color: #f0f0f0;
  position: relative;
  z-index: 9;
}

.home-dark-list > a {
  text-decoration: none;
}

.home-dark-grid-container {
  padding: 0;
}

.home-dark-list:first-child {
  border-left: 1px solid;
}

.home-dark-list-desc {
  margin-top: 2rem;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-dark-list-ikon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 50%;
  margin-top: 2rem;
  color: #000;
  transform: scale(0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-dark-list:hover .home-dark-list-ikon {
  transform: scale(1);
  background-color: var(--theme-color);
}

.home-dark-list:hover .home-dark-list-desc {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.home-dark-list::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  background-color: var(--theme-color);
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.home-dark-list:hover::before {
  width: 100%;
}

.home-dark-list-ikon > i {
  font-size: 25px;
}

.home-team-container-left {
  width: 50%;
}

.home-team-container-right {
  width: 50%;
  position: relative;
}

.home-team-container-left-btn {
  margin: 3rem 0;
}

.home-team-container-left > h4 > span {
  font-weight: 100;
}

.home-team-container-left > h4 {
  font-size: 28px;
}

.team-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.team-list {
  display: flex;
  position: relative;
  width: calc(50% - (2rem) / 2);
  overflow: hidden;
}

.team-list-image {
  display: flex;
  width: 100%;
}

.team-list-image > img {
  width: 100%;
  transform: scale(1.05);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.team-list:nth-child(2n) {
  transform: translateY(50px);
}

.team-list-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 99;
}

.team-list-name > a {
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.team-list-title > span {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.team-list-social > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}

.team-list-social > ul > li > a > i {
  font-size: 18px;
  color: #fff;
  transition: .2s ease-in-out;
}


.team-list-social {
  display: flex;
  margin-top: 1rem;
}

.team-list-name > a:hover {
  color: var(--theme-color) !important;
}

.team-list-social > ul > li > a:hover > i {
  color: var(--theme-color);
}

.team-list:hover .team-list-caption {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.team-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 9;
}

.team-list:hover::before {
  opacity: 1;
  visibility: visible;
}

.team-list::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 99;
}

.team-list:hover::after {
  width: 100%;
}

.team-list:hover .team-list-image > img {
  transform: scale(1);
}

.home-blog-wrapper {
  padding: 5rem 0;
}

.home-blog-container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-blog-container-title > span {
  font-size: 42px;
  font-weight: 500;
  color: #000;
}

.home-blog-container-title > a {
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.home-blog-container-title > a > i {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-blog-contain {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}

.home-blog-content {
  display: flex;
  width: calc(50% - (3rem) / 2);
}

.home-blog-content > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

.home-blog-image {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.home-blog-image > img {
  width: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-blog-caption {
  margin-top: 3rem;
}

.home-blog-name > span {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.home-blog-desc > span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.home-blog-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-blog-info > span,
.home-blog-info > p {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.home-blog-info > p {
  color: rgba(0, 0, 0, 0.5);
}

.home-blog-info > span {
  color: var(--theme-color);
}

.home-blog-name {
  margin: 1.5rem 0;
}

.home-blog-btn {
  margin-top: 1.5rem;
}

.home-blog-btn > span {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.home-blog-btn > span > i {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.home-blog-btn > span:hover > i {
  transform: scale(1.15);
}

.home-blog-content:hover .home-blog-image > img {
  transform: scale(1.05);
}

.home-blog-container-title > a:hover > i {
  transform: scale(1.15);
}

.home-review-wrapper {
  background-color: #f2f2f2;
}

.home-review-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-review-bottom > span {
  color: #000;
  font-size: 68px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  text-decoration-color: var(--theme-color) !important;
  text-decoration: underline;
}

.home-review-bottom > span > p {
  font-weight: 100;
  margin: 0;
}

.footer-container {
  display: flex;
  padding: 0;
}

.footer-container-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.footer-container-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, .4);
  margin-left: 3rem;
}

.footer-left-top,
.footer-left-bottom {
  width: 90%;
  display: flex;
  flex-direction: column;
}

.footer-right-top {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer-right-top > div {
  width: 50%;
}

.footer-right-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
  flex-direction: column;
}

.footer-right-bottom > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-wrapper {
  background-color: #000;
  padding: 4rem 0;
  padding-bottom: 2rem;
}

.footer-newsletter-text > span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.footer-social > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}

.footer-social > ul > li > a > i {
  font-size: 20px;
  color: #fff;
  transition: .2s ease-in-out;
}

.footer-social > ul > li > a:hover > i {
  color: var(--theme-color);
}

.footer-newsletter-form {
  display: flex;
  position: relative;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 70px;
  margin-top: 2rem;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.footer-newsletter-form:hover {
  background-color: #fff;
}

.footer-newsletter-input {
  width: 100%;
}

.footer-newsletter-input > input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4) !important;
  letter-spacing: 1px;
}

.footer-newsletter-form:hover .footer-newsletter-input > input {
  color: #000 !important;
}

.footer-newsletter-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.footer-newsletter-btn > button {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background-color: transparent !important;
}

.footer-text-link > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-text-link > ul > li > a {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.footer-text-link > ul > li > a:hover {
  color: #fff;
  padding-left: .5rem;
}

.footer-category > ul > li > a {
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  text-decoration: none;
}

.footer-category > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-category > ul > li > a:hover {
  color: var(--theme-color);
  padding-left: 0.5rem;
}

.footer-text > span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.footer-adress > p,
.footer-adress > a {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  width: 100%;
}

.footer-adress > span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  margin-bottom: 1rem;
}

.footer-text {
  margin-top: 2.5rem;
}

.footer-newsletter-btn:hover {
  transform: translateY(-50%) scale(1.15);
}

.reviewSwiper .swiper-pagination {
  display: flex;
  flex-direction: unset;
  bottom: unset;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 0rem;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  background-color: transparent;
  padding: 0.7rem;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
}

.reviewSwiper {
  padding: 4rem 0;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  box-shadow: inset 0 0 0 4px #fff;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 4px var(--theme-color);
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet:nth-child(2n) {
  transform: translateY(20px);
}

.review-content-name > span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.review-content-name {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 1rem;
  flex-direction: column;
}

.review-content-desc > span {
  font-size: 22px;
  line-height: 180%;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.review-content-desc {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-review-slider {
  margin-top: 3rem;
}

.review-content-name > p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  margin-top: 1rem;
}

.swiper-quote {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-quote > i {
  font-size: 50px;
  color: var(--theme-color);
}

.reviewSwiper .swiper-button-next,
.reviewSwiper .swiper-button-prev {
  top: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.reviewSwiper .swiper-button-next::after,
.reviewSwiper .swiper-button-prev::after {
  color: #000;
  font-size: 20px;
}

.references-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.references-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.references-image > a > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.home-referances-wrapper {
  padding: 4rem 0;
}

.header-wrapper {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  width: 100%;
}

.header-logo {
  display: flex;
  width: 180px;
}

.header-logo > a,
.header-logo > a > img {
  display: flex;
  width: 100%;
}

.header-menu-btn {
  display: flex;
  cursor: pointer;
}

.header-menu-btn > i {
  color: #fff;
  font-size: 40px;
}

.header-menu-contain {
  position: fixed;
  background-color: #000;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.header-menu-contain.active {
  opacity: 1;
  visibility: visible;
}

.header-menu-container #cssmenu > ul > li > a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  font-family: "Outfit", sans-serif !important;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  position: relative;
  padding-left: 0;
  cursor: pointer;
}

.header-menu-container #cssmenu > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu-container #cssmenu > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  width: 13px;
  height: 13px;
  background-color: #999;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.header-menu-container #cssmenu > ul > li > a:hover {
  color: var(--theme-color);
  padding-left: 1.5rem;
}

.header-menu-container #cssmenu > ul > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.header-menu-remove {
  position: absolute;
  top: 2rem;
  right: 4rem;
  cursor: pointer;
}

.header-menu-remove > i {
  font-size: 41px;
  color: #fff;
}

.to-top-btn {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

.to-top-btn > span {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.to-top-btn > span > i {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 20px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.to-top-btn > span:hover > i {
  transform: scale(1.15);
}

.mobile-social {
  display: none;
}

.footer-logo {
  display: flex;
  width: 180px;
}

.footer-logo > a {
  display: flex;
  width: 100%;
}

.footer-logo > a > img {
  width: 100%;
}

.page-title-wrapper {
  display: flex;
  position: relative;
  height: 450px;
  background-color: #000;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: max-content;
}

.page-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 86px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 35px;
  width: 100%;
  background-color: var(--theme-color);
}

.category-contain {
  display: flex;
  gap: 2rem;
  row-gap: 4rem;
  flex-wrap: wrap;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.category-list {
  width: calc(33.33% - (2rem * 2) / 3);
}

.category-image {
  display: flex;
  width: 100%;
  height: 350px;
}

.category-image > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.category-image > a > img {
  width: 100%;
  object-fit: cover;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.category-list:hover .category-image > a > img {
  transform: scale(1.1);
}

.category-caption {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.category-info > span {
  font-size: 15px;
  font-weight: 300;
  color: var(--theme-color);
}

.category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.category-name > a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.category-caption-ikon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.category-caption-ikon > i {
  color: #fff;
}

.project-navbar {
  width: 30%;
  position: relative;
  height: 200px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-project-wrapper {
  padding: 3rem;
  position: relative;
  overflow: unset;
}

.home-project-contain {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

.home-project-slider {
  width: 55%;
}

.home-project-slider .swiper {
  overflow: unset !important;
}

.project-item-image {
  height: 350px;
}

.project-item-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item-caption {
  display: none;
}

.active-description {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  padding: 1.5rem 1rem;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, .2);
  border-top: none;
  width: 100%;
}

.active-description div {
  margin: 5px 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.active-description.show div {
  opacity: 1;
}

#active-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color);
  /* text-transform: uppercase; */
  color: rgba(0, 0, 0, 0.9);
  font-size: 17px;
  font-weight: 500;
}

#active-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 300;
}

.project-navbar-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  padding: 1rem;
  border-radius: 70px;
  background-color: var(--theme-color);
}

.project-pagi {
  width: 50%;
}

.project-arrow {
  width: 50%;
  display: flex;
  gap: 0.5rem;
}

.project-pagi .swiper-pagination {
  position: unset;
  font-size: 15px;
  color: #fff;
}

.project-arrow .swiper-button-next,
.project-arrow .swiper-button-prev {
  position: unset;
  display: flex;
  min-width: 40px;
  height: 40px;
  color: var(--theme-color);
  background-color: #000;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  outline: 0;
}

.project-arrow .swiper-button-next:after,
.project-arrow .swiper-button-prev:after {
  font-size: 20px;
  color: var(--theme-color);
}

.project-arrow .swiper-button-next:after {
  content: "\f138";
  font-family: bootstrap-icons !important;
}

.project-arrow .swiper-button-prev:after {
  content: "\F12F";
  font-family: bootstrap-icons !important;
}


.home-project-top span {
  color: #000;
  font-size: 60px;
}

.home-project-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.home-project-top .page-title {
  width: max-content;
}

.contact-container-left {
  display: flex;
  flex-direction: column;
  padding: 6rem 3rem;
  background-color: #f2f2f2;
}

.contact-list-wrapper {
  display: flex;
  gap: 1rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  width: calc(25% - (1rem * 3) / 4);
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 1rem;
  padding-bottom: 1rem;
  transition: .2s ease-in-out;
}

.contact-ikon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -50px;
  border: 10px solid #f2f2f2;
  transition: .2s ease-in-out;
}

.contact-name {
  margin-top: 2rem;
}

.contact-name > span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 500;
  transition: .2s ease-in-out;
}

.contact-desc,
.contact-desc > a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 300;
  transition: .2s ease-in-out;
  text-decoration: none;
}

.contact-desc {
  margin-top: 1rem;
}

.contact-ikon > i {
  font-size: 25px;
  color: var(--theme-color);
  transition: .2s ease-in-out;
}

.contact-list:hover,
.contact-list:hover .contact-ikon {
  background-color: var(--theme-color);
}

.contact-list:hover .contact-name > span,
.contact-list:hover .contact-desc,
.contact-list:hover .contact-desc > a,
.contact-list:hover .contact-ikon > i {
  color: #fff;
}

.contact-container-right {
  height: 400px;
}

.career-page-btn > a {
  display: flex;
  height: 70px;
  width: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  gap: 1.5rem;
  padding-left: 2rem;
  background-color: var(--theme-color);
  color: #000;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.career-page-btn > a > i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: #000;
  color: var(--theme-color);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.career-page-btn > a:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}

.career-page-btn > a:hover > i {
  transform: scale(1.15);
}

.career-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
}

.footer-map {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}

.projectSwiper .swiper-slide {
  border: 2px solid transparent;
  border-bottom: none;
  transition: .2s ease-in-out;
}

.projectSwiper .swiper-slide-active {
  border: 2px solid rgba(0, 0, 0, .2);
  border-bottom: none;
  position: relative;
}

.projectSwiper .swiper-slide.swiper-slide-active::before {
  width: 100%;
}

.projectSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  height: 4px;
  background-color: var(--theme-color);
  width: 0%;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.home-project-top .page-title::before {
  height: 25px;
}

#active-category {
  font-size: 15px;
  font-weight: 300;
  color: var(--theme-color);
  margin-bottom: 1rem;
}

.aboutSwiper {
  overflow: unset;
}

.about-slide-content {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #fff;
}

.about-slide-image {
  display: flex;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.3rem;
}

.about-slide-image > img {
  width: 100%;
}

.about-slide-text > span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  text-align: center;
}

.about-slide-text {
  margin-top: 2rem;
}

.aboutSwiper .swiper-slide:nth-child(2n) {
  transform: translateY(40px) rotate(-3deg);
}

.aboutSwiper .swiper-slide:nth-child(2n + 1) {
  transform: rotate(3deg);
}

.home-about-wrapper {
  padding-bottom: 8rem;
  position: relative;
}

.home-about-left-title > h1 {
  font-weight: 500;
  font-size: 60px;
  color: #000;
  margin: 0;
}

.home-about-left-title > h1 > span {
  font-weight: 100;
}

.home-about-left {
  position: absolute;
  width: 30%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-color: #fff;
}

.home-about-slider {
  padding-left: 35%;
  padding-right: 2rem;
}

.swiper-tape-image {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-tape-image > img {
  width: 200px;
}

.career-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1rem;
}

.career-wrapper-left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.career-wrapper-right {
  display: flex;
  width: 50%;
  padding-left: 2rem;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.career-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.career-wrapper-left > p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.career-wrapper-left > ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  margin: 0;
  margin-top: 1rem;
}

.career-wrapper-left > ul > li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 300;
}

.career-wrapper-right > * {
  width: 100%;
}

.form-wrapper-group label {
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.form-wrapper-group input,
.form-wrapper-group select {
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding: .5rem;
  color: #000;
}

.form-wrapper-group input::placeholder {
  color: #333;
}

.form-submit-btn input {
  display: flex;
  height: 60px;
  width: 350px !important;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  gap: 1.5rem;
  padding-left: 2rem;
  background-color: var(--theme-color) !important;
  color: #000 !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.form-submit-btn input:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}

.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

@media screen and (max-width:1025px) {
  .home-slider-text-desc {
    margin: 2rem 0;
  }

  .scroll-down-wrapper {
    right: 0;
  }

  .home-slider-text-title > h1 {
    font-size: 70px;
  }

  .project-navbar {
    padding: 0;
  }

  .home-project-wrapper {
    padding: 3rem !important;
  }
}

@media screen and (max-width:993px) {
  .scroll-down-wrapper {
    display: none;
  }

  .home-slider-text-title > h1 {
    font-size: 55px;
  }

  .home-btn > a,
  .home-dark-grid-title-bottom > a,
  .home-team-container-left-btn > a {
    height: 60px;
    padding-left: 1rem;
  }

  .home-slider-container.container {
    margin: 0 2rem;
  }

  .home-slider-text-desc {
    width: 60%;
  }

  .container {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .home-dark-grid-title span {
    font-size: 60px;
  }

  .home-dark-list {
    width: 50%;
  }

  .home-dark-grid {
    flex-wrap: wrap;
  }

  .home-dark-list:nth-child(3) {
    border-left: 1px solid;
  }

  .home-dark-list-desc {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }

  .home-dark-list-ikon {
    transform: scale(1);
    background-color: var(--theme-color);
  }

  .home-about-container,
  .home-team-container {
    flex-direction: column;
  }

  .home-about-container-left,
  .home-about-container-right,
  .home-about-desc,
  .home-team-container-left,
  .home-team-container-right,
  .home-team-container-left-desc,
  .footer-newsletter-form {
    width: 100%;
  }

  .home-about-title > h2,
  .home-team-container-left-title > span {
    font-size: 50px;
  }

  .home-about-quote-text {
    flex-direction: unset;
    gap: 0.5rem;
  }

  .home-about-quote-text > span {
    font-size: 15px;
  }

  .home-team-container-left > h4 br,
  .home-about-title > h2 br,
  .home-team-container-left-title > span br {
    display: none;
  }

  .home-about-title,
  .home-team-container-left-title {
    margin-bottom: 2rem;
  }

  .team-list:nth-child(2n) {
    transform: unset;
  }

  .footer-category > ul > li > a {
    font-size: 20px;
  }

  .footer-container-left {
    width: 45%;
    gap: 4rem;
  }

  .footer-container-right {
    width: 55%;
  }

  .review-content-desc {
    width: 80%;
  }

  .home-dark-grid-title span {
    font-size: 20px;
  }

  .home-dark-grid-title-top > img {
    width: 130px;
    height: 50px;
  }

  .home-btn > a,
  .home-dark-grid-title-bottom > a,
  .home-team-container-left-btn > a {
    height: 50px;
  }

  .home-review-top-border {
    width: 180px;
  }

  .home-dark-grid-top-text,
  .home-review-top-text {
    width: calc(100% - 180px);
  }

  .header-wrapper {
    padding: 0 2rem;
  }

  .footer-left-top,
  .footer-left-bottom {
    width: 80%;
  }

  .page-title > span {
    font-size: 45px;
  }

  .page-title::before {
    height: 15px;
    bottom: 0;
  }

  .contact-list {
    width: calc(50% - (1rem) / 2);
  }

  .contact-list-wrapper {
    flex-wrap: wrap;
    row-gap: 4rem;
  }

  .career-container {
    width: 98%;
  }

  .career-wrapper-right {
    padding-left: 1rem;
    margin-left: 1rem;
  }

  .category-list {
    width: calc(50% - (2rem) / 2);
  }

  .category-contain {
    padding: 2rem;
  }

}

@media screen and (max-width:851px) {
  .home-about-left {
    display: none;
  }

  .home-about-slider {
    padding-left: 7%;
  }

  .home-project-slider {
    width: 100%;
  }

  .project-navbar {
    display: none;
  }

  .home-project-wrapper {
    padding: 1rem !important;
  }

  .page-title > span {
    font-size: 30px;
  }

  .home-project-top .page-title::before {
    height: 15px;
    bottom: 0;
  }

  .home-project-slider .swiper {
    overflow: hidden !important;
  }
}

@media screen and (max-width:769px) {
  .career-container {
    flex-direction: column;
  }

  .career-wrapper-left {
    width: 100%;
  }

  .career-wrapper-right {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
  }
}

@media screen and (max-width:553px) {
  .home-slider-container.container {
    margin: 0;
    padding: 1rem;
  }

  .home-slider-text-title > h1,
  .home-review-bottom > span,
  .home-dark-grid-title span {
    font-size: 23px;
  }

  .home-slider-text-title > h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .home-slider-text-desc > span {
    font-size: 13px;
  }

  .home-dark-grid-title {
    padding-bottom: 2rem;
  }

  .home-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .home-btn > a,
  .home-dark-grid-title-bottom > a,
  .home-team-container-left-btn > a {
    width: 220px;
  }

  .home-slider-text-desc,
  .team-list,
  .home-blog-content,
  .footer-container-left,
  .footer-left-top,
  .footer-left-bottom,
  .footer-newsletter-form,
  .footer-right-top > div,
  .footer-right-bottom > div,
  .references-image > a > img {
    width: 100%;
  }

  .home-dark-grid-top-border,
  .home-review-top-border {
    width: 100px;
  }

  .home-about-quote-text,
  .home-dark-grid-title-bottom,
  .footer-container {
    flex-direction: column;
  }

  .home-about-quote-text > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .home-about-quote-image {
    min-width: 90px;
    height: 90px;
  }

  .home-about-quote {
    gap: 1rem;
  }

  .home-about-title > h2,
  .home-team-container-left-title > span {
    font-size: 40px;
  }

  .home-dark-grid-top-text,
  .home-review-top-text {
    width: calc(100% - 100px);
  }

  .home-dark-grid-top-text > span,
  .home-review-top-text > span {
    font-size: 11px;
  }

  .home-dark-grid-title-top > img {
    display: none;
  }

  .home-dark-list {
    width: 100%;
    border-left: 1px solid;
  }

  .reviewSwiper .swiper-pagination,
  .home-blog-contain {
    flex-wrap: wrap;
  }

  .reviewSwiper .swiper-pagination .swiper-pagination-bullet:nth-child(2n) {
    transform: unset;
  }

  .reviewSwiper .swiper-pagination .swiper-pagination-bullet {
    min-width: 90px;
    height: 90px;
    padding: .5rem;
  }

  .home-review-slider {
    margin-top: 0;
  }

  .swiper-quote {
    margin-top: 14rem;
  }

  .review-content-desc {
    width: 100%;
    margin: 0;
  }

  .review-content-desc > span {
    font-size: 15px;
  }

  .reviewSwiper .swiper-button-next,
  .reviewSwiper .swiper-button-prev {
    top: 45%;
  }

  .home-blog-container-title > span {
    font-size: 25px;
  }

  .home-blog-container-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-logo {
    width: 150px;
  }

  .header-wrapper {
    padding: 0 1rem;
  }

  .footer-container-right {
    width: 100%;
    gap: 3rem;
    margin: 0;
    margin-top: 3rem;
    border: none
  }

  .footer-right-top,
  .footer-right-bottom {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-wrapper,
  .home-dark-grid-top,
  .home-review-top,
  .home-blog-wrapper,
  .home-team-wrapper {
    padding: 2rem 0;
  }

  .home-about-wrapper {
    padding: 4rem 0;
  }

  .footer-left-bottom {
    display: none;
  }

  .mobile-social,
  .mobile-social .footer-left-bottom {
    display: flex;
  }

  .footer-social > ul {
    align-items: center;
    justify-content: center;
  }

  .header-menu-remove {
    top: 1rem;
    right: 1rem;
  }

  .footer-adress > p {
    color: rgba(255, 255, 255, 0.4) !important;
    width: 100%;
  }

  .home-referances-wrapper {
    padding: 0;
    padding-bottom: 2rem;
  }

  .home-team-container,
  .home-about-container {
    gap: 2rem;
  }

  .to-top-btn {
    bottom: 15px;
    right: 15px;
  }

  .header-menu-container #cssmenu > ul > li > a {
    font-size: 25px;
  }

  .container {
    padding: 0 1rem;
  }

  .active-description {
    height: 290px;
  }

  div#active-title {
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  div#active-desc {
    height: 150px;
  }

  .contact-container-left {
    padding: 4rem 1rem;
  }

  .contact-list {
    width: 100%;
  }

  .career-page-btn > a {
    font-size: 11px;
    width: 100%;
    padding-left: 0;
  }

  .career-wrapper-right {
    margin-top: 2rem;
  }

  .form-submit-btn input {
    width: 100% !important;
  }

  .form-submit-btn {
    padding: 1rem;
  }

  .form-submit-btn > p {
    width: 100%;
    margin: 0;
  }

  .career-container {
    width: 95%;
  }

  .category-list {
    width: 100%;
  }

  .category-contain {
    padding: 1rem;
  }

}