li{
  list-style: none;
}
/* Reel link-only styles */
.reel-carousel {
  display: flex;
  justify-content: center;  /* center all items in carousel row */
  flex-wrap: wrap;          /* wrap if too many items */
  gap: 20px;                /* space between reels */
}
body {
  font-family: 'LineIconsPro', Arial, sans-serif;
}
@font-face {
  font-family: 'LineIconsPro';
  src: url('/fonts/LineIconsPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
  size-adjust: 105%;
}
.owl-dots .owl-dot:focus,
.owl-nav button:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
/* Images shouldn’t collapse */
.gallery-item img{display:block;width:100%;height:auto}

/* Optional: reserve aspect ratio to reduce layout shift (pick a common ratio) */
.gallery-item a{aspect-ratio: 4/3; overflow:hidden}
.gallery-item img{width:100%;height:100%;object-fit:cover}
/* Carousels */
.owl-carousel { position: relative; }
.owl-carousel .item { box-sizing: border-box; }
.owl-carousel img { display: block; width: 100%; height: auto; }

/* Reduce per-frame layout work */
.owl-stage { will-change: transform; }       /* compositor layer */
.vlt-section__ken-burn-background img { width: 100%; height: auto; }

/* Avoid shifting when fonts swap (if not already added) */
@font-face {
  font-family: 'LineIconsPro';
  src: url('/fonts/LineIconsPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.re/* Carousels */
.owl-carousel { position: relative; }
.owl-carousel .item { box-sizing: border-box; }
.owl-carousel img { display: block; width: 100%; height: auto; }

/* Reduce per-frame layout work */
.owl-stage { will-change: transform; }       /* compositor layer */
.vlt-section__ken-burn-background img { width: 100%; height: auto; }

/* Avoid shifting when fonts swap (if not already added) */
@font-face {
  font-family: 'LineIconsPro';
  src: url('/fonts/LineIconsPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.reel-item {
  display: flex;
  justify-content: center;  /* center inside carousel cell */
}

@font-face {
  font-family: 'LineIconsPro';
  src: url('/fonts/LineIconsPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;  /* <— this is the fix */
}
.reel-card {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  padding: 20px;
  width: 280px;
  height: 100px;
  border-radius: 56px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.08));
  backdrop-filter: blur(2px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: center;
}

.reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 0% 100%, rgba(255,200,0,0.15), transparent 50%),
              radial-gradient(120% 120% at 100% 0%, rgba(255,0,120,0.15), transparent 50%);
  pointer-events: none;
}

.reel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border-color: rgba(0,0,0,0.16);
}

.reel-badge {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  margin-bottom: 8px; /* spacing above username */
}

.reel-title {
  font-size: 14px;
  line-height: 0.35;
  color: #111;
  background: rgba(255,255,255,0.9);
  padding: 15px 14px;
  border-radius: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Responsive tweak */
@media (max-width: 480px) {
  .reel-card {
    width: 220px;
    height: 90px;
  }
}

.ig-lite{position:relative;display:block;width:280px;height:500px;border:0;padding:0;background:#000;
  border-radius:16px;overflow:hidden;cursor:pointer}
.ig-lite img{width:100%;height:100%;object-fit:cover;display:block}
.ig-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.85)}
.ig-play::before{content:"";position:absolute;left:26px;top:18px;border:solid transparent; 
  border-width:14px 0 14px 20px;border-left-color:#000}
  .vlt-navbar .vlt-navbar-inner--center {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important
; 
    width: 100%;
    height: 100%;
    padding: 0 .9375rem;
    pointer-events: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vlt-offcanvas-menu__socialsss i{
  color: #afafaf;
  font-size: 15px;
}
.vlt-offcanvas-menu__socialsss img{
  color: #afafaf;
}
.vlt-animated-block p{
  margin: 0px 0px 10px 0px !important;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.vlt-fullpage-slider .vlt-section{
  background-image: url(../images/background/bg-5.jpg);
}

    /* Circle Container */
   .circle-container {
    position: absolute;
    width: 200px;
    z-index: 8;
    height: 200px;
    content: '';
    top: 220px;
    border-radius: 50%;
    border: none;
    animation: rotate 10s linear infinite;
    will-change: transform;
    margin: 20px 0;
}

    @keyframes rotate {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }

    /* Circle Styles */
    .circle {
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #2549b3;
      opacity: 0.8;
    }

    .circle.top {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask-image: linear-gradient(to bottom, rgba(62, 24, 24, 0) 35%, rgb(0, 0, 0) 80%, black 100%);
      mask-composite: exclude;
      -webkit-mask-composite: destination-in;
    }

    .circle.bottom-left {
      bottom: 20px;
      left: 10px;
      -webkit-mask-image: linear-gradient(to top right, rgba(62, 24, 24, 0) 35%, rgb(0, 0, 0) 80%, black 100%);
      mask-composite: exclude;
      -webkit-mask-composite: destination-in;
    }

    .circle.bottom-right {
      bottom: 20px;
      right: 10px;
      -webkit-mask-image: linear-gradient(to top left, rgba(62, 24, 24, 0) 35%, rgb(0, 0, 0) 80%, black 100%);
      mask-composite: exclude;
      -webkit-mask-composite: destination-in;
    }

    /* Text Styles */
    .left-text, .right-text {
      width: 100%;
      color: #fff;
      text-align: center;
    }

    .left-text h1, .left-text h3, .left-text p,
    .right-text p {
      cursor: pointer;
      position: relative;
    }

    .left-text span, .right-text span {
      transition: text-shadow 0.2s ease;
    }

    .left-text span.hover-glow, .right-text span.hover-glow {
      text-shadow: 0 0 10px rgb(0, 149, 255), 0 0 20px rgb(0, 149, 255), 0 0 40px rgb(0, 149, 255);
    }

    .left-text h1 {
      font-size: 20px;
    }

    .left-text p {
      font-size: 14px;
    }

    .right-text {
      margin-top: 1rem;
    }

    .right-text .first-part, .right-text .second-part {
      color: #afafaf;
      font-size: 14px;
    }

    .right-text .first-part {
      margin-bottom: 3rem;
    }

    .part-line {
      position: relative;
      width: 80px;
      margin: 0 auto 10px;
      height: 2px;
      border-radius: 5px;
      outline: none;
      border: none;
      background: #2549b3;
      box-shadow: 2px 0 6px rgb(0, 149, 255), -2px 0 6px rgb(0, 149, 255);
    }
             .gallery-item {
            position: relative;
            overflow: hidden;
            margin-bottom: 15px;
        }
        .gallery-item img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            color: #fff;
            text-align: center;
        }
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        .reel-video-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.reel-carousel .reel-item {
    padding: 15px;
}
.reel-video-section .owl-nav{
  display: none !important;
}
        /*
=======================================
 Inner Banner styles 
=======================================
*/
.inner-banner {
  position: relative;
  padding: 160px 0px 68px;
  text-align: center;
  background: url(../images/background/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 0;
}

.inner-banner h1 {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 60px;
  margin-top: 8px;
  text-transform: uppercase;
  z-index: 1;
}

/*breadcumb-wrapper*/
.breadcumb-wrapper {
  padding: 19px 30px;
  z-index: 1;
  position: relative;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #eadb09;
}
.breadcumb-wrapper ul.link-list li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.breadcumb-wrapper a.get-qoute i {
  color: #fff;
  margin-right: 7px;
  font-size: 14px;
}
.vlt-navbar-contacts {
        display: block !important;
    }
.vlt-menu-burger{
  display: none;
}
@media (max-width: 600px) {
.vlt-menu-burger{
  display: block !important;
}
.vlt-navbar .vlt-navbar-inner--center{
  display: none !important;
}
.h1.vlt-large-heading, h1.vlt-large-heading{
  font-size: 4.5rem;
}
.vlt-navbar-contacts {
        display: none !important;
    }
  }

        .filter-button-group {
            text-align: center;
            margin-bottom: 20px;
        }

        .filter-button-group button {
            background-color: #101010;
            color: #fff;
            border: 1px solid #fff;
            padding: 10px 20px;
            margin: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .filter-button-group button:hover {
            background-color: #000;
        }

        .filter-button-group button.active {
            background-color: #eadb09;
        }
.pdd{
  padding: 60px 0px !important;
}
.ma{
  margin: 0px 30px 0px 30px !important;
}