.elementor-3973 .elementor-element.elementor-element-d99992b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3973 .elementor-element.elementor-element-f028870{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3973 .elementor-element.elementor-element-f028870.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f028870 */.portfolio-slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  margin: 80px auto 0px auto;
  padding: 60px 0 0 0;
  background: transparent;
}
.custom-carousel {
  position: relative;
  width: 100%;
  overflow: visible;
}
.carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  cursor: grab;
  padding: 0 15%;
}
.carousel-slide {
  flex: 0 0 70%;
  user-select: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.carousel-slide img {
  width: 100%;
  height: 400px;
  
  pointer-events: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.slider-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 15%;
  gap: 20px;
}
.slider-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 75%;
  font-family: 'outfit', sans-serif;
  padding: 20px 50px;

  
  background: rgba(128, 128, 128, 0.25);  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12); 
}


.content-slide {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.content-slide.active {
  display: flex;
  opacity: 1;
}
.slide-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent ;
}
.tag {
  color: rgb(255, 152, 0);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  word-wrap: break-word;
}
.slide-info h3 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.portfolio-btn {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  padding: 22px 40px;
  border: none;
  border-radius: 50px;
  background-color: orange;
  color: #2b2b2b;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}
.portfolio-btn span {
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
}
.portfolio-btn .default-text {
  transform: translateY(0%);
  opacity: 1;
  position: relative;
  z-index: 2;
}
.portfolio-btn .hover-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  color: black;
  z-index: 2;
}
.portfolio-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: white;
  transition: height 0.4s ease;
  z-index: 1;
  border-radius: inherit;
}
.portfolio-btn:hover::before {
  height: 100%;
}
.portfolio-btn:hover .default-text {
  transform: translateY(-100%);
  opacity: 0;
}
.portfolio-btn:hover .hover-text {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.portfolio-btn:hover,
.portfolio-btn:focus,
.portfolio-btn:active {
  background-color: orange;
}
.slider-nav {
  background: #fff;
  padding: 3px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin: 20px auto 32px auto;
}
.pagination {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #444;
  min-width: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.nav-arrows {
  display: flex;
  gap: 10px;
}
.slider-nav button {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #ff9800;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, background 0.3s ease, color 0.3s ease;
}
.slider-nav button:hover {
  background: #ff9800;
  color: #000;
  transform: scale(1.08);
}
@media (max-width: 900px) {
  .carousel-slide {
    flex: 0 0 85%;
  }
  .slider-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .slider-content {
    max-width: 100%;
  }
  .slider-nav {
    margin-top: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d99992b */.elementor-background-video-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: black !important;
}

.elementor-background-video-container iframe {
    position: absolute !important;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 102vw !important;
    height: 57vw !important;
    transform: translate(-50%, -50%);
    display: block;
    background: black !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

@keyframes moveColorLine {
  0% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.elementor-background-video-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, black, #ff8c00, #ff6600, #ff4500, black);
  background-size: 400% 100%;
  animation: moveColorLine 15s linear infinite;
  z-index: 9999;
  pointer-events: none;
}/* End custom CSS */