:root {
	 --bg-color: #18191b;
	 --theme-color: #0e0f11;
	 --main-color: #d0ff71;
}
/* --------------- Menu --------------- */
 .navbar {
	 position: absolute;
	 left: 0;
	 top: 30px;
	 padding: 0;
	 margin: 0;
	 width: 100%;
	 background: transparent;
	 z-index: 9999999;
}
 .navbar.nav-scroll {
	 padding: 0;
	 position: fixed;
	 top: -80px;
	 padding: 15px 0;
	 transition: transform 0.8s;
	 transform: translateY(80px);
	 backdrop-filter: blur(10px);
}
 .navbar .logo {
	 padding: 7px 15px;
	 border-radius: 30px;
}
 .navbar .navbar-nav {
	 padding: 4px;
	 border: 1px solid rgba(255, 255, 255, .3);
	 border-radius: 30px;
	 margin-left: 15px;
}
 .navbar .navbar-nav .nav-link {
	 padding: 5px 20px;
	 border-radius: 30px;
	 font-size: 14px;
	 color: #fff;
}
 .navbar .navbar-nav .nav-link.active {
	 background: rgba(255, 255, 255, .1);
}
 .navbar .topnav .butn {
	 padding: 7px 20px;
	 background: #fff;
	 color: #1d1d1d;
	 margin-right: 15px;
}
/* --------------- Portfolio pg --------------- */
 .work-hed .caption h1 {
	 font-size: 90px;
	 font-weight: 600;
	 text-transform: uppercase;
}
 .work-hed .caption .path span {
	 margin: 0 10px;
}
 .work-hed2 .caption {
	 position: relative;
}
 .work-hed2 .caption h1 span {
	 letter-spacing: normal;
}
 .work-hed2 .fit-img {
	 height: 620px;
}
 .works-mp {
	 padding-bottom: 100px;
}
 .works-mp .item {
	 padding-top: 30px;
	 border-top: 1px solid rgba(255, 255, 255, .1);
	 margin-bottom: 40px;
}
 .works-mp .item:hover .cont a {
	 background: var(--main-color);
	 border-color: var(--main-color);
}
 .works-mp .item .cont h5 {
	 font-weight: 400;
	 margin-bottom: 15px;
}
 .works-mp .item .cont span {
	 font-size: 14px;
	 font-weight: 300;
	 text-transform: uppercase;
}
 .works-mp .item .cont a {
	 padding: 5px 25px;
	 border-radius: 30px;
	 border: 1px solid rgba(255, 255, 255, .1);
	 transition: all 0.4s;
}
 .works-mp .item .img {
	 border-radius: 10px;
	 overflow: hidden;
	 margin-top: 50px;
}
 .works-mp .item .img img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
}
 .works-ca .item .img {
	 position: relative;
	 border-radius: 10px;
	 overflow: hidden;
}
 .works-ca .item .img .tags {
	 position: absolute;
	 left: 15px;
	 bottom: 15px;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.4s;
}
 .works-ca .item .img .tags a {
	 color: #212121;
	 font-size: 14px;
	 padding: 7px 15px;
	 line-height: 1.5;
	 border-radius: 30px;
	 background: #fff;
}
 .works-ca .item .img .tags a:hover {
	 background: var(--main-color);
}
 .works-ca .item h6 {
	 font-size: 20px;
	 font-weight: 600;
	 margin-top: 15px;
}
 .works-ca .item:hover .img .tags {
	 opacity: 1;
	 visibility: visible;
}
 .work-card .card-item {
	 margin-bottom: 30px;
}
 .work-card .card-item .img {
	 position: relative;
	 height: 650px;
	 border-radius: 15px;
	 overflow: hidden;
}
 .work-card .card-item .img:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-image: linear-gradient(to bottom, var(--theme-color), transparent);
	 opacity: 0.6;
}
 .work-card .card-item .img .tags {
	 position: absolute;
	 top: 30px;
	 right: 30px;
	 z-index: 3;
}
 .work-card .card-item .img .tags a {
	 font-size: 12px;
	 line-height: 1;
	 padding: 7px 12px;
	 margin-right: 2px;
	 border: 1px solid rgba(255, 255, 255, .1);
	 border-radius: 30px;
}
 .work-card .card-item h5 {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 text-align: center;
	 transform: translateY(-50%);
	 font-size: 80px;
	 line-height: 1;
	 z-index: 3;
}
 .work-card .card-item h5.bottom {
	 top: auto;
	 bottom: 30px;
}
 .work-card .card-item h5.left {
	 text-align: left;
	 padding-left: 30px;
}
 .work-card .card-item h5.right {
	 text-align: right;
	 padding-right: 30px;
}
 .proj-details .accordion-item {
	 background: transparent;
	 border: 0;
	 border-top: 1px solid rgba(0, 0, 0, .2);
	 border-radius: 0;
}
 .proj-details .accordion-item.active {
	 border-color: var(--main-color);
}
 .proj-details .accordion-item.active button {
	 color: var(--main-color) !important;
}
 .proj-details .accordion-item .accordion-header {
	 background: transparent;
}
 .proj-details .accordion-item .accordion-header button {
	 background: transparent;
	 color: inherit;
	 font-size: 20px;
	 font-weight: 500;
	 line-height: 28px;
	 padding: 15px 0;
	 box-shadow: none;
}
 .proj-details .accordion-item .accordion-header button span {
	 font-size: 14px;
	 margin-right: 80px;
}
 .proj-details .accordion-item .accordion-header button:after {
	 display: none;
}
 .proj-details .accordion-item .accordion-body {
	 padding: 0 0 15px 90px;
}
 .proj-details .accordion-item .accordion-body p {
	 font-size: 14px;
}
 .footer-sa .call-action h2 {
	 font-size: 100px;
	 font-weight: 600;
	 text-transform: uppercase;
	 line-height: 1;
	 position: relative;
}
 .footer-sa .call-action h2 .buton {
	 width: 210px;
	 height: 210px;
	 border-radius: 50%;
	 background: var(--main-color);
	 position: absolute;
	 top: -80px;
	 right: 8%;
	 font-size: 32px;
	 color: #212121;
}
 .footer-sa .call-action h2 .buton img {
	 width: 30px;
}
 .footer-sa .logo {
	 width: 160px;
}
 .footer-sa .contact-info .item {
	 margin-bottom: 30px;
}
 .footer-sa .contact-info .item span {
	 font-size: 12px;
	 text-transform: uppercase;
	 margin-bottom: 10px;
}
 .footer-sa .contact-info .social-icon a {
	 width: 48px;
	 height: 48px;
	 line-height: 48px;
	 text-align: center;
	 border: 1px solid rgba(255, 255, 255, .1);
	 border-radius: 50%;
	 font-size: 14px;
	 transition: all 0.4s;
}
 .footer-sa .contact-info .social-icon a:hover {
	 border-color: #fff;
}
 .footer-sa .sub-footer .copy p {
	 font-size: 14px;
}
 .footer-sa .sub-footer .copy p a {
	 color: #fff;
}
 .footer-sa .sub-footer .links {
	 width: 100%;
}
 .footer-sa .sub-footer .links a {
	 font-size: 14px;
}
 .footer-sa .sub-footer .links .active {
	 color: #fff;
}

body {
	 font-family: "Inter", sans-serif;
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: 400;
	 line-height: 1.4;
	 color: #fff;
	 background-color: var(--theme-color);
}
 h1, h2, h3, h4, h5, h6 {
	 font-weight: 500;
	 margin: 0;
}
 h1 {
	 font-size: 64px;
	 letter-spacing: -3px;
}
 h2 {
	 font-size: 48px;
	 letter-spacing: -3px;
}
 h3 {
	 font-size: 40px;
	 letter-spacing: -2px;
}
 h4 {
	 font-size: 36px;
	 letter-spacing: -2px;
}
 h5 {
	 font-size: 28px;
	 letter-spacing: -1px;
}
 h6 {
	 font-size: 22px;
}
 .sub-bg {
	 background: var(--bg-color);
}
 .main-color {
	 color: var(--main-color);
}
 .light-bg {
	 background: #fff;
	 color: #0e0f11;
}
 .light-bg .butn.butn-bord {
	 border: 1px solid rgba(0, 0, 0, .3);
}
 .light-bg .butn.butn-bord img {
	 filter: invert(0);
}
 .light-bg .butn.butn-bord:hover {
	 background: var(--main-color);
	 color: #212121;
}
 .sub-color {
	 color: #a4a4a4;
}
 .sub-head {
	 font-size: 20px;
}
 .title-font {
	 font-family: "Six Caps", sans-serif;
	 letter-spacing: normal;
}
 p {
	 font-size: 16px;
	 font-weight: 400;
	 color: #a4a4a4;
	 margin: 0;
}
 .sec-head .sub-head {
	 position: relative;
	 padding-left: 25px;
	 font-size: 18px;
	 font-weight: 300;
}
 .sec-head .sub-head:after {
	 content: '';
	 width: 7px;
	 height: 7px;
	 background: #fff;
	 border-radius: 50%;
	 position: absolute;
	 top: 10px;
	 left: 0;
}
 .text-indent {
	 text-indent: 20%;
}
 .loader-wrap svg {
	 fill: #1d1d1d;
}
 .crv-butn span {
	 background: var(--main-color);
	 color: #0e0f11;
}
 .crv-butn .text {
	 line-height: 40px;
	 font-size: 15px;
	 font-weight: 500;
	 padding: 0 20px;
	 border-radius: 30px;
	 position: relative;
}
 .crv-butn .text:after {
	 content: '';
	 width: 30px;
	 height: 30px;
	 background: var(--main-color);
	 position: absolute;
	 top: 5px;
	 right: -15px;
	 z-index: -1;
	 transition: all 0.4s;
}
 .crv-butn .icon {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 text-align: center;
	 line-height: 35px;
	 margin-left: -10px;
	 transition: all 0.5s;
}
 .crv-butn .icon img {
	 width: 15px;
	 transition: all 0.5s;
}
 .crv-butn:hover .text:after {
	 border-radius: 50%;
	 top: calc(50% - 5px);
	 right: 0;
	 height: 10px;
}
 .crv-butn:hover .icon {
	 margin-left: 5px;
}
 .crv-butn:hover .icon img {
	 transform: rotate(45deg);
}
 .butn.butn-bord {
	 border: 1px solid rgba(255, 255, 255, .3);
}
 .butn.butn-bord:hover {
	 background: #fff;
	 color: #212121;
}
 .icon.invert img {
	 filter: invert(1);
}
 .butn .icon {
	 width: 18px;
}
 .butn:hover .icon.invert img {
	 filter: invert(0);
}
/* ====================== [ Start Responsive ] ====================== */
 @media screen and (max-width: 992px) {
	 .sec-head .sub-head {
		 margin-bottom: 15px !important;
	}
	 .sec-head .text-indent {
		 text-indent: 0;
	}
	 .sec-head .d-flex {
		 display: block !important;
	}
	 .sec-head .ml-auto {
		 margin: 15px 0 0 !important;
	}
	 .team-hed .caption h1 {
		 font-size: 100px;
	}
	 .pricing-hed .caption h1, .contact-hed .caption h1 {
		 font-size: 90px;
	}
	 .services-dm .item {
		 display: block !important;
		 position: relative;
	}
	 .services-dm .item .title h2 {
		 font-size: 60px;
		 letter-spacing: -2px;
		 margin-bottom: 10px;
	}
	 .services-dm .item .icon {
		 position: absolute;
		 top: 50%;
		 right: 15px;
		 margin-left: 30px;
		 transform: translateY(-50%);
	}
	 .services-cst .item .title h2 {
		 font-size: 30px;
		 letter-spacing: -1px;
	}
	 .services-cst .item .title .list {
		 display: none;
	}
	 .services-cst .item .icon {
		 width: 50px;
		 height: 50px;
		 line-height: 50px;
	}
	 .services-cst .item .icon img {
		 width: 25px;
	}
	 .intro-iner .img-box {
		 width: calc(100% - 100px);
		 margin: 0 auto 80px;
	}
	 .team-mp .item .img {
		 width: 280px;
	}
	 .team-mp .item h2 {
		 font-size: 30px;
		 line-height: 1.2;
		 letter-spacing: -1px;
	}
	 .work-hed2 .fit-img {
		 height: 400px;
	}
	 .footer-sa .call-action h2 {
		 font-size: 70px;
	}
	 .footer-sa .call-action h2 .buton {
		 display: none !important;
	}
}
 @media screen and (max-width: 768px) {
	 h1 {
		 letter-spacing: -1px;
	}
	 h2 {
		 letter-spacing: -1px;
	}
	 h3 {
		 font-size: 32px;
		 letter-spacing: normal;
	}
	 h4 {
		 font-size: 28px;
		 letter-spacing: normal;
	}
	 .about-hed h1, .serv-hed h1 {
		 font-size: 30px;
		 letter-spacing: normal;
	}
	 .team-hed .caption h1 {
		 font-size: 60px;
	}
	 .team-hed .fit-img {
		 margin-top: -30px;
	}
	 .pricing-hed .caption h1, .contact-hed .caption h1 {
		 font-size: 40px;
	}
	 .intro-iner .img-box {
		 width: 100%;
	}
	 .intro-iner .img-box .states {
		 left: 30px;
		 bottom: 150px;
	}
	 .team-mp .item {
		 padding: 30px;
	}
	 .team-mp .item .d-flex {
		 display: block !important;
	}
	 .team-mp .item .img {
		 width: auto;
		 height: auto;
		 background: var(--theme-color);
	}
	 .team-mp .item .cont {
		 padding: 30px 0 0;
		 text-align: center;
	}
	 .team-mp .item .ml-auto {
		 width: max-content;
		 margin: auto !important;
	}
	 .team-mp .item .social-icon {
		 padding: 0;
		 margin-top: 30px;
	}
	 .testimonials-ds .qoute-icon .text {
		 width: 180px;
	}
	 .testimonials-ds .qoute-icon .icon {
		 width: 80px;
	}
	 .testimonials-ds .item h4 {
		 font-size: 25px;
		 letter-spacing: normal;
	}
	 .faqs-pg .sec-head h2 {
		 font-size: 30px;
	}
	 .faqs-pg .accordion-item .accordion-header button {
		 font-size: 20px;
	}
	 .contact-pg .sec-head h2 {
		 font-size: 30px;
	}
	 .serv-hed2 .caption h1, .work-hed2 h1 {
		 font-size: 40px !important;
	}
	 .serv-hed2 .caption .list ul, .work-hed2 .list ul {
		 padding: 0;
	}
	 .work-hed .caption h1 {
		 font-size: 35px;
	}
	 .work-card .card-item .img {
		 height: 500px;
	}
	 .work-card .card-item h5 {
		 font-size: 35px;
	}
	 .blog-hed .caption h1 {
		 font-size: 35px;
		 text-indent: 0;
	}
	 .post-header h1 {
		 font-size: 30px !important;
	}
	 .post-header .info {
		 display: block !important;
	}
	 .main-post .post-qoute {
		 padding: 30px !important;
	}
	 .main-post .post-qoute h6:before {
		 position: relative;
		 left: 0;
	}
	 .main-post .info-area {
		 display: block !important;
	}
	 .main-post .info-area .tags {
		 margin-bottom: 15px;
	}
	 .main-post .author-area {
		 padding: 30px 15px;
	}
	 .main-post .author-area .flex {
		 display: block !important;
	}
	 .main-post .author-area .author-img {
		 margin-bottom: 15px;
	}
	 .footer-sa .call-action h2 {
		 font-size: 35px;
		 line-height: 1.4;
	}
	.section-padding {
    padding-top: 140px;
    padding-bottom: 70px;
}
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}

.video-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  transition: background 0.3s ease;
  pointer-events: none; /* click passes through */
  
  /* pulse effect */
  animation: pulse 1.5s infinite;
}

.video-thumbnail a:hover .play-btn {
  background: rgba(0, 0, 0, 0.8);
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.tabs span {
  padding: 2px;
  font-size: 15px;
}