@import "./css-animation.css";

.portfolio-hero {
  height: 400px;
}

.team-card {
  position: relative;
  cursor: pointer !important;
  margin-bottom: 90px !important;
}

.team-card img {
  border-radius: 5%;
  margin-bottom: 15px;
  filter: brightness(.6) contrast(1.2);
  transition: filter 0.3s ease;
  height: 390px;
  width: 100%;
  margin: auto;
}

.h-300px {
  height: 400px;
  width: 95% !important;
}

.team-card .team-content {
  text-align: center;
  border-radius: 10px;
  padding: 20px 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  transform: translate(12%, -60%);
  width: 80%;
  height: auto;
  background-color: #ffffff;
}

.team-card:hover img {
  filter: none;
}

.team-card:hover .team-content p,
.team-card:hover .team-content h5,
.team-card:hover .team-content .follow__us i {
  color: #000000 !important;
}

.team-card:hover .team-content .follow__us i:hover {
  color: #ffa620 !important;
}

.team-card:hover .team-content {
  background: linear-gradient(30deg, #f6f6f6, #f2f2f2) !important;
  color: #ffa620 !important;
}

.team-card:hover .social__link:hover i,
.team-card:hover .social__link {
  color: #000000 !important;
}

/* .gallary-section {
  position: relative;
  left: calc(-1 * 0px);
  display: grid;
  flex-wrap: nowrap !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 600vw;
  padding: 20px;
  -webkit-perspective: 0;
  perspective: 0;
}

.gallary-section figure img {
  filter: grayscale(1);
  cursor: auto;
}

.gallary-section figure:hover img {
  filter: grayscale(0);
  cursor: auto;
}

.gallary-section figure {
  --angle: 3deg;
  --count: 5;
  --duration: 1s;
  --delay: calc(-0.5 * var(--duration));
  --direction: alternate;
  --pin-color: red;

  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  text-align: center;
  background-color: ghostwhite;
  background-image: url("https://images.unsplash.com/photo-1629968417850-3505f5180761?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2OTMzMjQ3ODJ8&ixlib=rb-4.0.3&q=80&w=500");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  transform-origin: center 0.22rem;
  will-change: transform;
  break-inside: avoid;
  overflow: hidden;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallary-section figure:after {
  position: absolute;
  top: 0rem;
  left: 45%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: #fccf55;
  border-radius: 50%;
  box-shadow: -0.1rem -0.1rem 0.3rem 0.02rem rgba(0, 0, 0, 0.5) inset;
  filter: drop-shadow(0.3rem 0.15rem 0.2rem rgba(0, 0, 0, 0.5));
  transform: translateZ(0);
  z-index: 2;
}

figure img {
  aspect-ratio: 1 /1;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  z-index: 1;
  cursor: auto;
}

.gallary-section figure svg {
  display: none;
}

.gallary-section figure:hover svg {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}

.gallary-section figure:hover .line {
  stroke-dasharray: 260;
  fill: white !important;
  stroke-width: 10px;
  stroke: #f2c956;
  animation: svgAnimation 2.5s linear infinite;
} */


.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 4vh 0;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  animation: scroll-marquee 20s linear infinite;
  will-change: transform;
}

.marquee-inner figure {
  position: relative;
  width: 260px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}

.marquee-inner svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.marquee-inner .line {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.marquee-inner img {
  display: block;
  border-radius: 6px;
  transition: transform 0.4s ease;
  z-index: 0;
  object-fit: fill;
  height: 280px;
  width: 260px;
}

.marquee-inner img:hover {
  transform: scale(1.05);
}

/* .our-client-logo-sec {
  padding: 30px 0 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
  gap: 110px;
}

.our-client-logo-sec .client-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
  animation: marqueeloop 20s linear infinite;
  transform: translate3d(0px, 0px, 0px);
} */

/* .portfolio-card {
  height: 400px;
}

.portfolio-card img {
  height: 296px;
  width: 300px;
}

.portfolio-card .portfolio-design.three-img img {
  width: 180px !important;
}

.portfolio-card.aazer .portfolio-design {
  background: radial-gradient(circle, #a6a6a6, #ffffff);
  background-size: 100% 100%;
}

.portfolio-card.gr .portfolio-design {
  background: radial-gradient(circle, #0097b2, #7ed957);
  background-size: 110% 110%;
}

.portfolio-card.mazedy .portfolio-design {
  background: radial-gradient(circle, #1db60a, #ffffff);
  background-size: 110% 130%;
} */

.portfolio-card-section {
  display: flex;
  justify-content: space-between;
}

.filter-container {
  margin-bottom: 20px;
  text-align: center;
}

.filter-container .filter-btn {
  cursor: pointer;
  padding: 7px 20px;
  border: 1px solid #108aff;
  margin: 5px;
  display: inline-block;
  border-radius: 6px;
  background-color: #f0f0f0;
  text-wrap-mode: nowrap;
}

.filter-container .filter-btn.active {
  background-color: #108aff;
  color: #fff;
}

.card-portfolio-section {
  display: none;
}

.card-portfolio-section.show {
  display: block !important;
}

.portfolio-project-card {
  display: grid !important;
  border-radius: 1rem;
  grid-template-columns: auto auto;
  cursor: auto;
}

.portfolio-project-card > * {
  grid-area: 1/1;
  transition: 0.6s;
}
.portfolio-project-card figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  /* color: #108aff; */
  padding: 2rem 1rem;
  background: #0f0f0fd2;
  transition: all 0.5s ease;
  opacity: 0;
}

.portfolio-project-card figcaption span {
  color: #ffffff;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.portfolio-project-card:hover figcaption {
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 99;
}

.portfolio-project-card img {
  aspect-ratio: 16/9;
  object-fit: fill;
  margin-bottom: 0px;
}

@supports not (-webkit-mask-clip: text) {
  .portfolio-card figcaption {
    -webkit-mask: none;
    color: #fff;
  }
}

.gallary-grid-container {
  display: flex;
  overflow: hidden;
}

.gallary-grid-container .column {
  flex: 20%;
  min-width: 300px;
  padding: 5px 3px;
  display: grid;
  align-items: stretch;
  animation: scrollLeft 2s linear infinite;
}

.gallary-grid-container .column img,
.gallary-grid-container .column video {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(1);
  object-fit: fill;
}

.gallary-grid-container .column img:hover,
.gallary-grid-container .column video:hover {
  filter: grayscale(0);
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-80%);
  }
}
/* 
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: #108aff;
  background: -moz-linear-gradient(
    to left,
    #108aff 0%,
    #0A5399 25%,
    #108aff 75%,
    #0A5399 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #108aff 0%,
    #0A5399 25%,
    #108aff 75%,
    #0A5399 100%
  );
  background: linear-gradient(
    to left,
    #108aff 0%,
    #0A5399 25%,
    #108aff 75%,
    #0A5399 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#108aff',endColorstr='#0A5399',GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(/assets/images/teams/codesclue_design.svg);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
  rotate: 180deg;
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #108aff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #f5c33a;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #f2c956;
  content: "";
  top: 0;
  height: 100%;
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}

.speaker-block-three .info-box .name {
  color: #000000;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #000000;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #108aff;
} */

.card-portfolio-section:nth-child(1) .portfolio-project-card figcaption {
  color: #bcbec0 !important;
}

.card-portfolio-section:nth-child(2) .portfolio-project-card figcaption {
  color: #73c15b !important;
}

.card-portfolio-section:nth-child(3) .portfolio-project-card figcaption {
  color: #d6a409 !important;
}

.card-portfolio-section:nth-child(4) .portfolio-project-card figcaption {
  color: #2f7df1 !important;
}

.card-portfolio-section:nth-child(5) .portfolio-project-card figcaption {
  color: #4ca724 !important;
}

.card-portfolio-section:nth-child(6) .portfolio-project-card figcaption {
  color: #f4d515 !important;
}

.card-portfolio-section:nth-child(7) .portfolio-project-card figcaption {
  color: #9c9eb5 !important;
}

.card-portfolio-section:nth-child(8) .portfolio-project-card figcaption {
  color: #28a865 !important;
}

.card-portfolio-section:nth-child(9) .portfolio-project-card figcaption {
  color: #7abcfb !important;
}

.card-portfolio-section:nth-child(10) .portfolio-project-card figcaption {
  color: #f14b2c !important;
}
