/* [project]/app/styles/home.css [app-client] (css) */
.homeHeroT {
  color: #0e4444;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
}

.homeHeroD {
  color: #6f6f6f;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
}

.leftBord {
  border-left: 3px solid #83838380;
}

.homeIcons {
  color: #fbfbfb;
  cursor: pointer;
  border: 1px solid #fbfbfb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.BigHomeTXT {
  color: #fbfbfb;
  font-weight: 600;
}

.SmallHomeTXT {
  color: #fbfbfb;
  font-weight: 400;
}

.blueText {
  color: #77c0c0;
}

.posTextForH {
  bottom: 32%;
}

.bannerBG {
  background-color: #0e4444;
}

.home-mega-number {
  color: var(--gray-text);
  font-size: 180px;
  font-weight: 400;
  position: absolute;
  bottom: 30%;
  font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
}

.home-mega-number:after {
  content: "";
  background-color: #fbfbfb;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homeYearsText {
  color: #3c3c3c;
  font-weight: 600;
}

.homeFullButton {
  color: #fff;
  cursor: pointer;
  background: url("/assets/images/UnionGreen.png") 0 / contain no-repeat;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 294px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.homeFullButton:hover {
  color: #77c0c0;
  text-decoration: none;
}

.homeFullButton:focus-visible {
  outline: 2px solid var(--active-clr);
  outline-offset: 4px;
  border-radius: 28px;
}

.homeFullButton .text {
  text-align: center;
  padding-left: 50px;
}

.homeFullButton .icon {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.homeFullButton:hover .icon {
  background-color: #0000;
  transform: none;
}

.homeFullButton .icon svg {
  transition: transform .2s ease-in-out;
}

.homeFullButton:hover .icon svg {
  transform: translateX(2px);
}

.home-sol-title {
  color: #3c3c3c;
  font-weight: 700;
}

.home-sol-title-color {
  color: #77c0c0;
}

.home-sol-desc {
  color: #6f6f6f;
  font-weight: 400;
}

.nerdItSol {
  color: var(--light-gray-clr);
  width: fit-content;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.4;
  bottom: 87.4%;
}

.home-text-unlock-pos {
  right: 25%;
}

.unlockLink {
  color: #0e4444;
  font-weight: 400;
  text-decoration: none !important;
}

.unlockBG {
  background-image: url("/assets/images/homeContact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-at-nerd-title {
  color: var(--gray-text);
  font-weight: 700;
  line-height: 1.4;
}

.home-at-nerd-desc {
  color: #393939;
  font-weight: 400;
  line-height: 1.4;
}

.homeNumber {
  color: #393939;
  background-color: #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-weight: 700;
  display: flex;
  font-family: Poppins, sans-serif !important;
}

.homeNumebrContainer {
  background-color: #fbfbfb;
  width: fit-content;
  max-width: fit-content;
  max-height: fit-content;
  position: relative;
}

[dir="ltr"] .homeNumebrContainer {
  border-bottom-right-radius: 20px;
}

[dir="rtl"] .homeNumebrContainer {
  border-bottom-left-radius: 20px;
}

.homeCardLink {
  color: #3c3c3c;
  width: fit-content;
  font-weight: 700;
  text-decoration: none;
}

.homeCardDesc {
  color: #6f6f6f;
  font-weight: 400;
}

.homeCardTitle {
  color: #0e4444;
  text-decoration: none !important;
}

.homeTitle span {
  color: #0e4444;
  font-weight: 400;
}

.homeCardBG {
  background-color: #d9d9d9;
  transition: all .5s;
}

.homeCardBG:hover {
  background-color: #0e4444;
}

.homeCardBG:hover .homeCardTitle span, .homeCardBG:hover .homeCardDesc {
  color: #fbfbfb !important;
}

.homeCardBG:hover .homeCardLink {
  color: #77c0c0 !important;
}

.homeCardBG:hover .homeCardIMG {
  filter: brightness(0) saturate() invert();
}

.home-view-all-services {
  color: #f5f5f5;
  background-color: #0e4444;
  border: 1px solid #0e4444;
  font-weight: 400;
  text-decoration: none !important;
}

.home-view-all-services:hover {
  color: #0e4444;
  background-color: #fbfbfb;
  border: 1px solid #0e4444;
}

.home-hero-section {
  position: relative;
}

.home-hero-wrapper {
  width: 100%;
  position: relative;
}

.home-hero-bg {
  object-fit: cover;
  border-radius: 16px;
  min-height: 350px;
}

.home-hero-headmaster {
  z-index: 2;
  width: 58%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-hero-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-bottom {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-hero-card {
  pointer-events: auto;
  background: #ddd;
  border-radius: 36px;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
  min-height: 180px;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 8px 32px #0000001a;
}

@media (width <= 1400px) {
  .home-mega-number {
    font-size: 140px;
    bottom: 30%;
  }

  .nerdItSol {
    font-size: 40.5px;
    bottom: 87.4%;
  }
}

@media (width <= 1200px) {
  .home-mega-number {
    font-size: 120px;
    bottom: 33%;
  }

  .nerdItSol {
    font-size: 33.5px;
    bottom: 87.4%;
  }
}

@media (width <= 991.98px) {
  .home-hero-headmaster {
    display: none !important;
  }

  .nerdItSol {
    font-size: 51.5px;
    bottom: 87.4%;
  }

  .home-hero-bottom {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 .5rem;
    position: static;
  }

  .home-hero-card {
    width: 100vw;
    min-height: unset;
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .home-hero-stat-col {
    padding: .5rem;
  }
}

.home-hero-stat-col {
  min-width: 220px;
  padding: 0 2rem;
}

@media (width <= 768px) {
  .nerdItSol {
    font-size: 37.5px;
    bottom: 87.4%;
  }
}

@media (width <= 575.98px) {
  .home-hero-card {
    border-radius: 14px;
    padding: 1rem .5rem;
  }

  .home-hero-stat-col {
    min-width: 140px;
    padding: 0 .5rem;
  }
}

.home-hero-stats-card {
  z-index: 10;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #ddd;
  border-radius: 36px 80px 36px 36px;
  align-items: center;
  min-width: 60%;
  max-width: 70%;
  min-height: 170px;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  box-shadow: 0 8px 32px #0000001a;
}

@media (width <= 991.98px) {
  .home-hero-stats-card {
    clip-path: none;
    border-radius: 18px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
    position: static;
  }
}

.home-hero-social-icons {
  z-index: 11;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4%;
  right: 3.5%;
}

.home-hero-stats-card-img-wrapper {
  z-index: 10;
  width: 58%;
  max-width: 58%;
  height: 22%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.stats-card-bg-img {
  object-fit: fill;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-card-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (width <= 1199.98px) {
  .homeHeroT {
    font-size: 21px !important;
  }

  .homeHeroD {
    font-size: 15px !important;
  }
}

@media (width <= 991.98px) {
  .homeHeroT {
    font-size: 16px !important;
  }

  .homeHeroD {
    font-size: 12px !important;
  }

  .stats-card-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    height: 100%;
    padding: 1.5rem 1rem;
  }
}

@media (width <= 767.98px) {
  .homeHeroT {
    font-size: 12px !important;
  }

  .homeHeroD {
    font-size: 8px !important;
  }
}

@media (width <= 575.98px) {
  .home-mega-number {
    font-size: 110px;
    bottom: 33%;
  }

  .stats-card-content {
    padding: 1rem .5rem;
  }
}

@media (width <= 530px) {
  .nerdItSol {
    font-size: 32.5px;
    bottom: 87.4%;
  }
}

@media (width <= 450px) {
  .home-mega-number {
    font-size: 100px;
    bottom: 33%;
  }

  .nerdItSol {
    font-size: 28.5px;
    bottom: 87.4%;
  }
}

@media (width <= 400px) {
  .nerdItSol {
    font-size: 24.5px;
    bottom: 87.4%;
  }

  .home-mega-number {
    font-size: 80px;
    bottom: 33%;
  }
}

.home-unlock-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.unlock-img {
  height: 532px;
}

[dir="ltr"] .unlock-img {
  transform: scaleX(-1);
}

[dir="rtl"] .unlock-img {
  transform: scaleX(1);
}

.home-unlock-text {
  background: #ffffffeb;
  border-radius: 1rem 0 0 1rem;
  min-width: 320px;
  max-width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px #00000012;
}

@media (width <= 991.98px) {
  .home-unlock-text {
    max-width: 100%;
    box-shadow: none;
    background: #fff;
    border-radius: 1rem;
    margin-top: 1rem;
    position: static;
    transform: none;
  }

  .banner-img {
    width: 160px !important;
  }
}

.home-unlock-card {
  z-index: 2;
  width: 50%;
  position: absolute;
  top: 33%;
}

[dir="ltr"] .home-unlock-card {
  left: 37%;
}

[dir="rtl"] .home-unlock-card {
  right: 37%;
}

.object-fit-cover {
  object-fit: cover;
}

.home-unlock-bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  min-height: 400px;
  position: relative;
}

.home-unlock-overlay {
  z-index: 2;
  background: #ffffffeb;
  border-radius: 1rem 0 0 1rem;
  min-width: 320px;
  max-width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px #00000012;
}

@media (width <= 991.98px) {
  .home-unlock-overlay {
    max-width: 100%;
    min-width: unset;
    box-shadow: none;
    border-radius: 1rem;
    margin-top: 1rem;
    position: static;
    transform: none;
  }

  [dir="ltr"] .home-unlock-card {
    left: 48%;
  }

  [dir="rtl"] .home-unlock-card {
    right: 48%;
  }

  .home-unlock-bg-img {
    min-height: 320px;
  }
}

@media (width <= 767.98px) {
  .home-unlock-card {
    z-index: 1;
    margin-top: 1.5rem;
    width: 100% !important;
    top: unset !important;
    position: static !important;
  }

  [dir="ltr"] .home-unlock-card {
    left: unset !important;
  }

  [dir="rtl"] .home-unlock-card {
    right: unset !important;
  }

  .unlock-img {
    height: 450px;
    margin: 0 auto;
    display: block;
    width: 100% !important;
  }

  .banner-img {
    width: 140px !important;
    height: 90px !important;
  }
}

@media (width <= 650px) {
  .unlock-img {
    height: 400px;
  }
}

@media (width <= 500px) {
  .unlock-img {
    height: 350px;
  }

  .banner-img {
    width: 100px !important;
    height: 70px !important;
  }
}

@media (width <= 400px) {
  .unlock-img {
    height: 300px;
  }

  .banner-img {
    width: 80px !important;
    height: 60px !important;
  }
}

@media (width <= 350px) {
  .nerdItSol {
    font-size: 21.5px;
    bottom: 87.4%;
  }
}

.testimonials-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.testimonials-title-wrapper {
  padding-right: 2rem;
}

.testimonials-main-title {
  color: #2c3e50;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-highlight-title {
  color: #3498db;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.testimonial-card {
  background: #f4f4f4;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #00000014;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px #0000001f;
}

.testimonial-content {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.testimonial-text {
  color: #666;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .95rem;
  line-height: 1.6;
}

.testimonial-rating {
  gap: .25rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-star {
  font-size: 1.1rem;
  transition: color .2s;
}

.testimonial-star.filled {
  color: #f8a401;
}

.testimonial-star.half {
  background: linear-gradient(90deg, #f8a401 50%, #e0e0e0 50%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.testimonial-star.empty {
  color: #e0e0e0;
}

.testimonial-author {
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  display: flex;
}

.author-avatar {
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.avatar-placeholder {
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

.author-info {
  flex: 1;
}

.author-name {
  color: #2c3e50;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (width <= 992px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 2.8rem;
  }

  .testimonials-title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .testimonials-slider-wrapper {
    margin-top: 1rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }
}

@media (width <= 768px) {
  .testimonials-section {
    padding: 40px 0;
  }

  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 2.2rem;
  }

  .testimonials-slider-wrapper {
    margin-top: 1.5rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: .9rem;
  }

  .author-avatar {
    width: 45px;
    height: 45px;
  }

  .author-name {
    font-size: 1rem;
  }
}

@media (width <= 480px) {
  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 1.8rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-text {
    font-size: .85rem;
    line-height: 1.5;
  }

  .testimonial-star {
    font-size: 1rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
  }

  .author-name {
    font-size: .95rem;
  }
}

@media (width <= 350px) {
  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 1.6rem;
  }

  .testimonial-card {
    padding: 1rem;
  }
}


/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* [project]/node_modules/swiper/modules/autoplay.css [app-client] (css) */



/* [project]/app/styles/projects.css [app-client] (css) */
.all-projects-container {
  background-image: url("/assets/images/2sectionsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-card-project {
  background-color: var(--light-white-gray-clr);
  opacity: .9;
  z-index: 111 !important;
}

.title-Project {
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.4;
  transition: all .5s;
}

.project-card:after {
  content: "";
  z-index: 2;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-container-project {
  padding: 12px;
  z-index: 222 !important;
  background-color: #fff !important;
}

[dir="ltr"] .arrow-container-project {
  border-top-left-radius: 40px;
}

[dir="rtl"] .arrow-container-project {
  border-top-right-radius: 40px;
}

.project-arrow {
  color: #fbfbfb;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
  transform: rotate(305deg);
}

.project-img {
  height: 700px !important;
}

.project-title {
  width: 40%;
}

.project-desc {
  width: 70%;
}

.project-card:hover .project-arrow {
  color: #77c0c0;
  background-color: #0e4444;
}

.project-card:hover .title-Project {
  color: #0e4444;
}

@media (width <= 1400px) {
  .project-arrow {
    width: 100px;
    height: 100px;
  }
}

@media (width <= 1200px) {
  .project-arrow {
    width: 90px;
    height: 90px;
  }

  .project-img {
    height: 600px !important;
  }

  .project-title {
    width: 40%;
  }

  .project-desc {
    width: 70%;
  }
}

@media (width <= 1100px) {
  .project-arrow {
    width: 80px;
    height: 80px;
  }
}

@media (width <= 992px) {
  .project-arrow {
    width: 75px;
    height: 75px;
  }

  .project-img {
    height: 500px !important;
  }

  .project-title, .project-desc {
    width: 100%;
  }
}

@media (width <= 767.98px) {
  .project-arrow {
    width: 65px;
    height: 65px;
  }
}

@media (width <= 650px) {
  .project-arrow {
    width: 60px;
    height: 60px;
  }

  .project-img {
    height: 400px !important;
  }
}

@media (width <= 575.98px) {
  .project-arrow {
    width: 58px;
    height: 58px;
  }
}

@media (width <= 499.98px) {
  .project-arrow {
    width: 58px;
    height: 58px;
  }

  .project-img {
    height: 300px !important;
  }
}

@media (width <= 450px) {
  .project-arrow {
    width: 80px;
    height: 80px;
  }
}

@media (width <= 400px) {
  .project-arrow {
    width: 70px;
    height: 70px;
  }

  .project-img {
    height: 250px !important;
  }
}

@media (width <= 350px) {
  .project-arrow {
    width: 60px;
    height: 60px;
  }
}


/*# sourceMappingURL=_8f249109._.css.map*/