:root {
  --bg-color: #1E1D1E;
  --theme-color: #100F0F;
  --main-color: #FCFF59; }
  

/* --------------- header --------------- */
  .header-personal .caption {
    position: absolute;
       top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header-personal .caption h1 {
      /* color: #FCFF59; */
      font-size: 12vw;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      position: relative; }
      .header-personal .caption h1 .stroke {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4); }
    .header-personal .caption.str {
      z-index: 99; }
  .header-personal .img { 

    width: 600px;
    margin-top: 80px!important; 
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: auto;
    position: relative;
    z-index: 2; }
    .header-personal .img:after {
      content: '';
      position: absolute;
      bottom: -10%;
      left: 0;
      width: 100%;
      height: 20%;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, var(--theme-color) 50%, transparent);
      background-image: -o-linear-gradient(bottom, var(--theme-color) 50%, transparent);
      background-image: linear-gradient(to top, var(--theme-color) 50%, transparent);
      z-index: 3; }
  .header-personal .text {
    text-wrap: pretty;
    padding-bottom: 80px;
    position: relative;
    z-index: 8; }

@media screen and (max-width: 768px) {
  .header-personal .img {
    width: 100%; }
  .header-personal .caption {
    top: 25%; }
    .header-personal .caption h1 {
      font-size: 20vw; } }

/* --------------- Intro --------------- */
.marquee .item {
  padding: 0 80px !important; }
  .marquee .item:nth-of-type(even) h2 span {
    color: transparent !important;
    -webkit-text-stroke: 1px #000; }
  .marquee .item h2 {
    font-size: 10vw;
    font-weight: 600; }

/* --------------- Works --------------- */
.work-min{
  padding-bottom: 100px;
}
.work-min .item .img {
  height: 460px;
  border-radius: 15px;
  overflow: hidden; }

.work-min .item .info {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300; }
  .work-min .item .info .date {
    position: relative;
    margin-right: 30px; }
    .work-min .item .info .date:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff; }

@media screen and (max-width: 768px) {
  .work-min .item .img {
    height: 280px; } }

/* --------------- Services --------------- */
.services-personal {
  position: relative;
  padding-bottom: 170px; }
  .services-personal:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--theme-color)), to(transparent));
    background-image: -webkit-linear-gradient(top, var(--theme-color) 10%, transparent);
    background-image: -o-linear-gradient(top, var(--theme-color) 10%, transparent);
    background-image: linear-gradient(to bottom, var(--theme-color) 10%, transparent); }
  .services-personal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: .8; }
  .services-personal .item {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .services-personal .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-personal .item:hover .img {
      width: 200px; }
    .services-personal .item h2 {
      font-size: 80px; }
    .services-personal .item .tags {
      margin-top: 15px; }
      .services-personal .item .tags span {
        font-size: 14px;
        font-weight: 300;
        position: relative;
        margin-right: 50px; }
        .services-personal .item .tags span:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -30px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #fff; }
        .services-personal .item .tags span:last-of-type:after {
          display: none; }
    .services-personal .item .img {
      width: 0;
      border-radius: 10px;
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .services-personal .vid-butn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 30px 15px 15px;
    background: var(--bg-color);
    border-radius: 200px; }
    .services-personal .vid-butn .fit-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin-right: 20px; }
      .services-personal .vid-butn .fit-img .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .services-personal .vid-butn .cont span {
      display: block;
      font-size: 15px;
      margin: 7px 0; }
      .services-personal .vid-butn .cont span:last-of-type {
        opacity: .7; }

@media screen and (max-width: 768px) {
  .services-personal .sec-head h2 {
    font-size: 30px;
    line-height: 1.2; }
  .services-personal .vid-butn {
    margin-bottom: 40px; }
  .services-personal .item h2 {
    font-size: 30px; }
  .services-personal .item .img {
    right: 10px; }
  .services-personal .item:hover .img {
    width: 120px; } }

/* --------------- Clients --------------- */
.skills .item {
  text-align: center; }
  .skills .item:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .skills .item .box {
    background: #EBEBEB;
    border-radius: 150px;
    padding: 60px 0;
    margin-bottom: 30px; }
  .skills .item .img {
    width: 90px;
    margin: 0 auto 40px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

/* --------------- Resume --------------- */
.resume .date {
  font-size: 14px;
  opacity: .8;
  margin-bottom: 40px; }

.resume .item h4 {
  font-size: 24px; }

.resume .item p {
  font-size: 14px;
  margin-top: 10px;
  opacity: .8; }

@media screen and (max-width: 768px) {
  .resume .fz-60 {
    font-size: 40px !important; } }

/* --------------- Blogs --------------- */
.blog-cst .item:hover .img .butn {
  opacity: 1;
  visibility: visible; }

.blog-cst .item .img {
  height: 350px;
  border-radius: 15px;
  position: relative; }
  .blog-cst .item .img .butn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.blog-cst .item .cont h5 {
  font-weight: 400;
  text-wrap: pretty;
  margin-bottom: 10px; }

.blog-cst .item .cont span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 768px) {
  .sec-head h2 {
    font-size: 30px;
    line-height: 1.2; } }




   /* instagram vikkiz */

    .video-item-01 video,
    .video-item-02 video,
    .video-item-03 video,
    .video-item-04 video {
      width: 100%;
      height: 430px;
      object-fit: cover;
      border-radius: 140px;
      aspect-ratio: 1/2;
    }
    
    .video-wrapper {
      position: relative;
    }
    
    .mute-toggle-btn {
      position: absolute;
      bottom: -40px;
      right: 117px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.6);
      border: none;
      color: white;
      padding: 6px 10px;
      font-size: 13px;
      cursor: pointer;
      border-radius: 4px;
    }
    .vikkyz-instagram-video{
      padding-bottom: 100px;
    }
    .main-center-btn{
      text-align: center;
      margin-top: 100px;
    }


    /* #client testimonials */

    .brands {
      overflow: hidden; }
      .brands .brand-box {
        -webkit-clip-path: inset(-100vw -100vw -100vw 0);
        clip-path: inset(-100vw -100vw -100vw 0); }
        .brands .brand-box .swiper-container {
          overflow: visible; }
      .brands .item {
        background: #1a1a1a;
        border-radius: 15px;
        /* height: 470px; */
        position: relative;
        padding-top: 10px;
    padding-left: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    text-align: center;
        }
        .brands .item .img {
          max-width: 220px;
          margin: auto; }
        .brands .item .sub-head {
          position: absolute;
          top: 15px;
          left: 15px;
          padding-left: 25px;
          font-size: 18px; }
          .brands .item .sub-head:after {
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            width: 8px;
            height: 8px;
            background: #000;
            border-radius: 50%; }
        .brands .item .name {
          position: absolute;
          bottom: 20px;
          left: 20px;
          text-transform: uppercase;
          font-size: 14px; }
      .brands .swiper-slide {
        height: auto; }
    
    @media screen and (max-width: 480px) {
      .brands .sec-head h2 {
        font-size: 30px;
        line-height: 1.2; }
      .brands .item {
        height: 240px; }
        .brands .item .img {
          max-width: 90px; } }

          .brandmaker-client-section {
            display: flex;
            gap: 30px;
            justify-content: center;
            background: #000;
            padding: 50px 20px;
            flex-wrap: wrap;
          }
        
          .brandmaker-client-card {
            background: #1a1a1a;
            border-radius: 20px;
            padding: 20px;
            text-align: center;
            width: 280px;
            position: relative;
            color: #fff;
          }
        
          .brandmaker-client-video-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            display: flex;
            justify-content: center;
          }
        
          .brandmaker-client-video-wrapper video {
            width: 100%;
            border: 3px solid #FCFF59;
            border-radius: 140px;
          }
        
          .brandmaker-mute-toggle-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            padding: 5px 8px;
            background: rgba(0, 0, 0, 0.5);
            display: none;
          }
        
          .brandmaker-client-name {
            margin-top: 20px;
            font-size: 26px;
            font-weight: 600;
          }
        
          .brandmaker-client-title {
            font-size: 15px;
            color: #aaa;
            margin-bottom: 40px;
            margin-top: 14px;
          }

          .swiper-button-next,
.swiper-button-prev {
  color: #fff; /* or your preferred color */
  display: block;
}


/* #statistics */

.stats-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;

}
.stats-left {
  /* flex: 1; */
  text-align: center;
}
.stats-left img {
  max-width: 500px;
}
.stats-right {
  flex: 1;
  max-width: 700px;
  background: var(--bg-color);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 30px;
  position: relative;
}
.stats-right .logo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.stats-right .logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.stats-right h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #555;
  text-align: center;
}
.stats-right .count {
  font-size: 75px;
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
  margin: 10px 0;
}
.stats-right p {
  font-size: 16px;
  text-align: center;
  color: #777;
}
.stats-data {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.stats-data div {
  text-align: center;
}
.stats-data .num {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.subscribe-btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
.subscribe-btn button {
  background: #ff0000;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.subscribe-btn button span {
  margin-left: 8px;
}

/* sticky video */

.sticky-video {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 140px;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  cursor: pointer;
  transition: all 0.4s ease;
  background: white;
}

.sticky-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-video.expanded {
  width: 300px;
  height: 440px;
  border-radius: 20px;
}

.get-offer-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  background-color: #ffd700;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  width: fit-content;
}

.sticky-video.expanded .get-offer-btn {
  display: block;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.6);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: all 0.4s ease;
}

.popup-card {
  background: white;
  padding: 40px;
  border-radius: 30px;
  max-width: 460px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
  animation: popupFade 0.4s ease forwards;
}

@keyframes popupFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-card h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.popup-card p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #444;
}

.popup-card label {
  display: block;
  margin: 10px 0 5px;
  font-weight: 500;
}

.popup-card input[type="text"] {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: #f2f2f2;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-methods {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-methods .method {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #eee;
  font-weight: 500;
  cursor: pointer;
}

.method.selected {
  background-color: #ffd700;
  color: black;
}

.submit-btn {
  width: 100%;
  background: #ffd700;
  padding: 18px;
  border-radius: 40px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
}



.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  background: #1b1b1b;
  padding: 10px;
  border-radius: 8px;
  /* overflow: hidden; */
  position: relative;
}
.outer-grid{
  margin-top: 150px;
  margin-bottom: 150px;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease-in-out;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card:hover .hover-img {
  opacity: 1;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.hover-icons {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-icons span {
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}

.product-card:hover .hover-icons {
  opacity: 1;
}

.product-details {
  padding: 10px 5px 0;
}

.product-details h4 {
  font-size: 16px;
  margin: 5px 0;
}

.product-details .price {
  font-weight: bold;
  color: #fff;
}

.old-price {
  color: gray;
  text-decoration: line-through;
  margin-left: 5px;
}

.discount {
  background: #c3a476;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 8px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.popup-overlay.active {
  display: flex;
}

.cart-popup {
  background: white;
  border-radius: 12px;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.4s ease;
}

.popup-overlay.active .cart-popup {
  opacity: 1;
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}

.product-summary {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-summary img {
  width: 140px;
  border-radius: 6px;
}

.btn-group button {
  margin-right: 10px;
  padding: 8px 16px;
  background: white;
  border: 1px solid #c3a476;
  color: #c3a476;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-group button:hover {
  background: #c3a476;
  color: white;
}

.payments img {
  height: 24px;
  margin-right: 8px;
  margin-top: 10px;
}

.recommendations {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.recommendations .product {
  text-align: center;
}

.recommendations .product img {
  width: 80px;
  border-radius: 4px;
}