
  :root {
    --bg-color: #212121;
    --theme-color: #151515; }
  /* --------------- Menu --------------- */
  .navbar {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999; }
    .navbar .logo {
      padding: 7px 15px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 30px; }
    .navbar .navbar-nav {
      padding: 2px 5px;
      border: 1px solid rgba(255, 255, 255, 0.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, 0.1); }
    .navbar .topnav .butn {
      padding: 7px 20px;
      background: #fff;
      color: #1d1d1d;
      margin-right: 15px; }

  /* --------------- header --------------- */
  .header-da {
    height: 92vh;
    padding: 140px 0;
    position: relative;
    overflow: hidden !important;
    z-index: 3; }
    .header-da .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      pointer-events: none;
      background-image: url(../imgs/header/g-back.png);
      background-size: cover;
      z-index: -1; }
      .header-da .background:before {
        content: '';
        position: absolute;
        top: 0;
        left: -20vw;
        width: 70vw;
        bottom: 0;
        background: #010105;
        pointer-events: none;
        border-radius: 50%;
        -webkit-filter: blur(200px);
        filter: blur(200px); }
      .header-da .background:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../imgs/header/Grid.png);
        background-size: 60%;
        background-repeat: repeat;
        z-index: -1;
        pointer-events: none;
        opacity: .1; }
    .header-da .shape {
      position: absolute;
      top: 15%;
      left: 25%;
      width: 50%; }
    .header-da .caption .text p {
      font-size: 20px;
      font-weight: 300; }
    .header-da .caption h1 {
      font-size: 170px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase; }
      .header-da .caption h1.play {
        font-family: "Playfair Display", serif;
        font-size: 210px;
        font-style: italic;
        text-transform: lowercase; }
    .header-da .caption ul li {
      font-size: 13px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      padding-left: 20px; }
      .header-da .caption ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 40%;
        left: 0; }

  /* --------------- Services --------------- */
  .services-da .numbers .item {
    padding: 60px 0;
    position: relative; }
    .services-da .numbers .item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(transparent));
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
      background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent); }
    .services-da .numbers .item:last-of-type:after {
      display: none; }
    .services-da .numbers .item h2 {
      font-size: 70px; }
      .services-da .numbers .item h2 span {
        font-size: 40px;
        font-weight: 300; }

  .services-da .serv-box {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .services-da .serv-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 500px;
    padding: 60px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: #121212;
    position: relative;
    overflow: hidden; }
    .services-da .serv-item:hover p, .services-da .serv-item:hover .butn {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .services-da .serv-item .img {
      position: absolute;
      top: 20%;
      left: 20%;
      right: 20%;
      bottom: 20%; }
    .services-da .serv-item .cont span {
      font-size: 13px; }
    .services-da .serv-item p {
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-da .serv-item .butn {
      color: #1d1d1d;
      background: #fff;
      padding: 8px 20px;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

  .services-ds {
    background: #121212; }
    .services-ds .item {
      padding: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      overflow: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .services-ds .item:last-of-type {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .services-ds .item .title h2 {
        font-size: 128px;
        line-height: 128px;
        letter-spacing: -4px; }
      .services-ds .item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        margin-left: 150px; }
        .services-ds .item .icon img {
          width: 30px; }
      .services-ds .item .title {
        position: relative;
        margin-bottom: -70px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .services-ds .item:hover {
        background: rgba(255, 255, 255, 0.05); }
        .services-ds .item:hover .title {
          margin-bottom: 0;
          color: #A3E328; }

  .services-accord {
    background: #121212; }
    .services-accord .accordion .accordion-item {
      background: transparent;
      border-radius: 0;
      border: 0; }
      .services-accord .accordion .accordion-item:last-of-type .accordion-title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .services-accord .accordion .accordion-item:last-of-type .accordion-body {
        border-top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .services-accord .accordion .accordion-title {
      color: #8e8e8e;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      cursor: pointer; }
      .services-accord .accordion .accordion-title h2 {
        font-size: 90px;
        font-weight: 500; }
      .services-accord .accordion .accordion-title .icon svg {
        width: 40px;
        height: 40px; }
      .services-accord .accordion .accordion-title:not(.collapsed) {
        color: #fff; }
        .services-accord .accordion .accordion-title:not(.collapsed) .icon svg path {
          stroke: #0047FF; }
    .services-accord .accordion .accordion-body {
      padding: 40px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.05); }
      .services-accord .accordion .accordion-body .list {
        margin-top: 20px; }
        .services-accord .accordion .accordion-body .list span {
          display: block;
          font-size: 14px;
          text-transform: uppercase;
          margin-top: 15px; }

  .marq-sa {
    overflow: hidden !important; }
    .marq-sa .item {
      padding: 0 80px !important;
      position: relative; }
      .marq-sa .item:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .marq-sa .item h2 {
        white-space: nowrap;
        font-size: 96px;
        line-height: 120px;
        letter-spacing: -4px;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
        background: -webkit-linear-gradient(left, #fff, transparent);
        background: -o-linear-gradient(left, #fff, transparent);
        background: linear-gradient(to right, #fff, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

  /* --------------- Works --------------- */
  .work-da .item {
    position: relative; }
    .work-da .item .img {
      height: 470px;
      border-radius: 15px; }

  /* --------------- Clients --------------- */
  .clients-sa .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center; }
    .clients-sa .item .img {
      width: 100px; }
    .clients-sa .item .cont .icon {
      width: 40px;
      margin: 0 auto 10px; }
    .clients-sa .item .cont span {
      font-size: 14px;
      line-height: 20px; }

  /* --------------- Testimonials --------------- */
  .testimonials-sa {
    position: relative;
    overflow: hidden; }
    .testimonials-sa:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../imgs/testim/mesh-gradient.png);
      background-position: bottom;
      background-size: contain;
      background-repeat: no-repeat;
      pointer-events: none;
      opacity: .5;
      z-index: 2; }
    .testimonials-sa .gl-rate {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 60px;
      padding: 10px 20px; }
      .testimonials-sa .gl-rate .icon {
        width: 35px; }
      .testimonials-sa .gl-rate .cont {
        padding-left: 30px; }
        .testimonials-sa .gl-rate .cont h6 {
          line-height: 1;
          font-weight: 600;
          font-size: 18px; }
        .testimonials-sa .gl-rate .cont .stars {
          font-size: 13px;
          color: #ff3d00;
          margin-left: 10px; }
        .testimonials-sa .gl-rate .cont p {
          font-size: 12px;
          opacity: .7;
          margin-top: 2px; }
    .testimonials-sa .swiper-slide {
      height: auto; }
    .testimonials-sa .item {
      background: var(--bg-color);
      padding: 40px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%; }
      .testimonials-sa .item .rate h5 {
        font-size: 16px; }
      .testimonials-sa .item .rate .stars {
        font-size: 13px;
        color: #ff3d00;
        margin-left: 10px; }
      .testimonials-sa .item .info .img-author {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; }
      .testimonials-sa .item .info .info-text {
        padding-left: 15px; }
        .testimonials-sa .item .info .info-text p {
          font-size: 14px;
          opacity: .7; }

  /* --------------- Awards --------------- */
  .awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .awards-sa .item-title > div {
      padding: 0; }
    .awards-sa .item-title h6 {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: .7; }

  .awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3; }
    .awards-sa .item-line > div {
      padding: 0; }
      .awards-sa .item-line > div:last-of-type {
        text-align: right; }
    .awards-sa .item-line:hover:after {
      height: 100%; }
    .awards-sa .item-line:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: rgba(255, 255, 255, 0.05);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      z-index: -1; }
    .awards-sa .item-line .honors h6 {
      font-size: 14px; }
    .awards-sa .item-line .project-date span {
      font-size: 14px;
      opacity: .7; }

  /* --------------- Blogs --------------- */
  .blog-sa .item .img {
    height: 470px;
    border-radius: 15px; }

  .blog-sa .item .cont .info a {
    font-size: 14px; }

  .blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px; }

  /* --------------- Contact --------------- */
  .contact-sa .box {
    padding: 120px 60px;
    background-image: url(../imgs/header/g-back.png);
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    overflow: hidden; }

  .contact-sa .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }

  .contact-sa .contact-form label {
    font-size: 14px;
    margin-bottom: 5px; }
    .contact-sa .contact-form label .star {
      color: red;
      padding-left: 5px; }

  .contact-sa .contact-form input,
  .contact-sa .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px; }

  .contact-sa .contact-form button {
    background: transparent;
    color: #fff; }

  /* --------------- footer --------------- */
  .footer-sa {
    /* background: #080808; */
    border-top: 1px solid #ffffff5c;
  }

    .footer-sa .logo {
      width: 90px;
    height: 90px;
    object-fit: scale-down; }

    .footer-sa .contact-info .item {
      margin-bottom: 50px; }
      .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, 0.1);
      border-radius: 50%;
      font-size: 14px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .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;
    color: #fff;
    background-color: var(--theme-color); }

  main {
    position: relative; }
    main:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background-image: url(../imgs/stars.svg); */
      background-repeat: repeat;
      opacity: .3;
      z-index: -1; }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4;
    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: 32px;
    letter-spacing: -1px; }

  h6 {
    font-size: 24px; }

  .sub-color {
    color: #8e8e8e; }

  .sub-head {
    font-size: 20px;
    line-height: 28px; }

  p {
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    margin: 0; }

  .sec-head .sub-head {
    position: relative;
    padding-left: 25px;
    color: #939191;
   }
    .sec-head .sub-head:after {
      content: '';
      width: 7px;
      height: 7px;
      background: #080808;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0; }

  .loader-wrap svg {
    fill: #1d1d1d; }

  .butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .butn.butn-bord:hover {
      background: #fff;
      color: #212121; }

  .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1); }

  .butn .icon {
    width: 18px; }

  .butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0); }

  /* ====================== [ Start Responsive ] ====================== */
  @media screen and (max-width: 992px) {
    .sec-head .sub-head {
      margin-bottom: 30px !important; }
    .header-da {
      min-height: auto;
      padding: 180px 0; }
    .header-da .caption h1 {
      font-size: 100px; }
      .header-da .caption h1.play {
        font-size: 140px; }
    .header-da .icon-img-100 {
      width: 80px !important; }
    .header-da .shape {
      width: 90%;
      left: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .services-da .serv-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-accord .accordion .accordion-title h2 {
      font-size: 74px; } }

  @media screen and (max-width: 768px) {
    .navbar .logo img {
      max-width: 110px; }
    .sec-head {
      display: block !important; }
      .sec-head .ml-auto {
        margin: 15px !important; }
    .header-da .icon-img-100 {
      display: none; }
    .header-da .caption h1.play {
      font-size: 85px;
      margin-bottom: 15px; }
    .header-da .caption h1 {
      font-size: 64px; }
    .header-da .caption .text {
      margin-bottom: 15px; }
    .header-da {
      min-height: auto;
      padding-bottom: 120px; }
    .services-accord .accordion .accordion-title {
      padding: 15px 0; }
      .services-accord .accordion .accordion-title h2 {
        font-size: 45px; }
      .services-accord .accordion .accordion-title .d-flex {
        display: block !important; }
    .contact-sa .box {
      padding: 120px 40px; } }



    .disable-ajaxload .preloader-wrap {
      display:none;
    }
    
    .preloader-wrap {
      width: 100%;
      height:100%;
      position: fixed;
      top: 0; 
      bottom: 0;
      background: #000;
      z-index : 10000000;
      text-align:center;
    }
    
    .preloader-wrap .outer {
      padding: 0px;
      box-sizing:border-box;
    }
    
    .preloader-wrap .inner {
      vertical-align:middle;
      box-sizing:border-box;
    }
    
    .percentage-wrapper {
      position:relative;
      display:block;
      text-align:center;
      float:right;
      width:auto;
      z-index:10;
      mix-blend-mode: difference;
    }
    
    .percentage {
      font-size: 30px;
      line-height: 50px;
      width: auto;
      font-weight: 500;
      color:#fff;		
      display: table;
      margin: 0 auto;
      text-align:right;
    }
    
    .percentage::after {
      content: "/";
      position: absolute;
      width: 30px;
      height:60px;
      line-height: 50px;
      color: inherit;
      left: -36px;
      top: 0;
      font-size: 30px;
    }
    
    .percentage-intro {
      height: 20px;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color:rgba(255,255,255,0.2);
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    
    .trackbar {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: flex;
      position: relative;
      padding: 0 80px;
      box-sizing:border-box;
      opacity: 1;		
    }
    .loadbar {
      width: 300px;
      height: 50px;
      left: 0;
      right:0;
      margin: 0 auto;
      overflow: hidden;
      z-index:0;
      transform-origin:  center center;
      display: flex;
      justify-content: space-between;
    }
    
    .loadbar-inner {
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0px;
      left: auto;
      right: auto;
      overflow: hidden;
      z-index:20;
      clip-path: circle(0%);
    }
    
    .hold-progress-bar {
      width: 0%;
      height: 0px;
      background: rgba(0,0,0,1);
      position: absolute;
      top: 0px;
      left: 0;
      right:0;
      overflow: hidden;
    }
    
    .preloader-intro {
      position:relative;
      display:block;
      color:#fff;
      overflow:hidden;		
      float:left;
      z-index:10;	
      opacity:1;
      mix-blend-mode: difference;
    }
    
    .preloader-intro span {
      position: relative;
      display:block;
      font-weight:500;
      position: relative;
      font-size: 30px;
      line-height: 50px;
    }
    
    #text-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: white;
      overflow: hidden;
      text-align: center;
      opacity:1;
    }
    
    .word {
      opacity:0;
      font-size: calc(1rem + 2vw);
      line-height: calc(1rem + 2vw);
      position:absolute;
      font-weight: 500;
    }
    .nav.nav-tabs .nav-link{
      color: #939191;
      background-color: unset;
      border: unset;
    }
    .nav.nav-tabs .nav-link.active{
      color: #ff3d00;
    }
    .nav-tabs{
      border: 0px;
    }

    .mainHeading{
      font-size: 60px;
    }
    .bg_overall{
      /* background-color: #080808; */
    }
    body{
      background-color: #080808;
    }

    .header-ca.pt-50{
      padding-top: 200px !important;

    }
    .intro-crv .sec-head h3 {
    text-indent: 20%; }

  .intro-crv .sec-head .img-shape {
    width: 300px;
    margin-top: 70px;
    }
  .section-subtitle {
      position: absolute;
      font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
      font-weight: 900;
      top: 120px;
      left: 90px;
      color: #ccc;
      right: 0;
      opacity: 0.15;
      text-align: left;
          font-size: 210px;
  }
  .section-subtitle span{
    color: #ff3d00;
  }
  .parallax-text {
      will-change: transform;
      backface-visibility: hidden;
      perspective: 1000px;
      transition: transform 0.1s ease-out;
  }

  .parallax-opposite {
      transform: translateZ(0px) translateY(0px);
  }
    .parallax-section {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 90px;
      padding: 180px 0;
      overflow: hidden;
    }
      
    .paralax-sec-separator {
      height: 1px;
    }
  .paralax-sec-separator:before,
  .paralax-sec-separator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 20%;
    margin-left: -10%;
    height: 100%;
    border-top: 1px solid #eee;
  }
  .dark-bg .paralax-sec-separator:before,
  .dark-bg .paralax-sec-separator:after {
    border-color: rgba(153, 153, 153, 0.1);
  }
  .paralax-sec-separator:after {
    left: 0;
    margin-left: 0;
  }
  .parallax-item {
    margin: 70px 0;
    padding: 20px 0;
  }
  .parallax-item img {
    width: 100%;
    position: relative;
    z-index: 4;
    transform: translateZ(0);
  }
  .imagePortfolio{
    height: 465px ;
    width: 702px !important;
  }
  .float-btn.flat-btn.color-btn{
  background-color: #ff3d00;
  color: #fff;
      padding: 5px 30px;
      position: relative;
      margin-top: 10px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 4px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      text-transform: uppercase;
      border-radius: 4px;
      text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
  }

  .parallax-item-number {
    position: absolute;
    bottom: 32px;
    z-index: -1;
    font-size: 74px;
    font-weight: bold;
    line-height: 0;
    color: #D5D5D5;
    text-transform: uppercase;
  }
  .dark-bg .parallax-item-number {
    color: #414145;
  }
  .rg-num {
    right: 0;
  }
  .lf-num {
    left: 0;
  }
  .parallax-text {
    position: absolute;
    bottom: 30%;
    z-index: 10;
  }
  .parallax-text.right-pos {
    right: 50%;
    margin-right: -200px;
  }
  .parallax-text.left-pos {
    margin-left: -200px;
    left: 50%;
  }
  .parallax-text h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: left;
  }
  .parallax-text.right-pos h3 {
    text-align: right;
    float: right;
  }
  .parallax-text.left-pos h3 {
    text-align: left;
    float: left;
  }
  .parallax-text h3:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 60px;
    height: 2px;
    background: #ff3d00;
  }
  .parallax-text.left-pos h3:before {
    left: -80px;
  }
  .parallax-text.right-pos h3:before {
    right: -80px;
  }
  .parallax-text h3:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -10px;
    left: 100px;
    right: -100px;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
  }
  .dark-bg .parallax-text h3:after {
    background: #292929;
    opacity: 0.5;
  }
  .parallax-text.left-pos h3:after {
    left: 100px;
    right: -100px;
  }
  .parallax-text.right-pos h3:after {
    left: -100px;
    right: 57px;
  }
  .parallax-text h3 a {
    position: relative;
    z-index: 10;
    color: rgba(51, 51, 51, 0.81);
  }
  .dark-bg .parallax-text h3 a {
    color: #fff;
  }
  .parallax-text h4 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-size: 10px;
    letter-spacing: 2px;
    position: relative;
  }
  .parallax-text h4 span {
    position: relative;
    float: left;
    padding: 15px 30px;
  }
  .parallax-text h4 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #35353A;
    z-index: -1;
  }
  .parallax-text.left-pos h4 span {
    float: left;
  }
  .parallax-text.right-pos h4 span {
    float: right;
  }
  .parallax-text.right-pos .btn {
    float: right;
  }
  .album-thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .album-thumbnails div {
    position: absolute;
    width: 18%;
    left: 0;
    top: 0;
    opacity: 0.7;
  }
  .album-thumbnails div video {
    width: 100%;
    height: auto;
  }
  .parallax-header {
    margin-bottom: 20px;
    background: #35353A;
    padding: 15px 20px;
    float: left;
    position: relative;
    z-index: 20;
  }
  .right-po .respimg{
    width: 220px !important;
    height: 146px !important;
    object-fit: cover;
  }
  .right-parallax-header {
    float: right;
  }
  .parallax-header span,
  .parallax-header a {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    color: #ff3d00;
    font-size: 10px;
    letter-spacing: 2px;
  }

    .portfolio-section {
    position: relative;
    padding: 60px;
    overflow: hidden;
  }

  .background-text {
    font-size: 180px;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 900;
    position: absolute;
    /* top: 0px; */
    left: 20px;
    z-index: 0;
  }

  .category {
    position: absolute;
    top: 80px;
    right: 80px;
    color: #ff5200;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .project-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    z-index: 2;
    position: relative;
  }

  .project-image img {
    width: 700px;
    max-width: 100%;
    border-radius: 6px;
  }

  .project-content {
    max-width: 300px;
  }

  .project-title {
    font-size: 22px;
    font-weight: bold;
  }

  .project-subtitle {
    background: #2a2a2a;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
    font-size: 12px;
  }

  .project-button {
    background-color: #ff5200;
    border: none;
    padding: 12px 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .project-button:hover {
    background-color: #e04a00;
  }

  .small-thumbs {
    position: absolute;
    top: 120px;
    left: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .small-thumbs img {
    width: 200px;
    border-radius: 4px;
  }

  .section-number {
    position: absolute;
    bottom: 40px;
    left: 300px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.05);
    font-weight: bold;
  }

  .brands-mp .item {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-top: 60px; }
    .brands-mp .item:after {
      content: '';
      width: 10px;
      height: 10px;
      background: var(--main-color);
      border-radius: 2px;
      position: absolute;
      top: 50%;
      right: -5px;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    .brands-mp .item.nodot:after {
      display: none; }
    .brands-mp .item:hover .icon {
      opacity: 1;
      visibility: visible; }
    .brands-mp .item h2 {
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-size: 64px;
      line-height: 64px; }
    .brands-mp .item .icon {
      width: 200px;
      position: absolute;
      top: -60px;
      right: -40px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

  .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .masked-image {
    width: 100%;
    height: 100%;
    /* height: 700px; */
    object-fit: cover;
    display: block;
  }

  /* .title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
    font-size: 3rem;
    z-index: 2;
  } */

  /* Grid mask overlay */
  .grid-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(7, 1fr);
    z-index: 1;
    pointer-events: none;
  }

  .grid-mask .block {
    background-color: #080808;
    opacity: 1;
  }


  .text-lightBrown{
    color: #b1a696;
    font-family: 'Host Grotesk' , sans-serif;
  }
  .socialIcon{
    display: flex;
    flex-wrap: wrap;
  }
  .d-flex.footer_logo{
        gap: 2rem;
  }
@media (min-width: 769px) {
    .footer_logo img {
        height: 2.25rem;
    }
    .socialSectors .RoundCircle .icns{
      font-size: 1rem !important;
      padding: .625rem 1.4375rem !important;
      margin: .3125rem .625rem .3125rem 0;
    }
}
  .socialIcon .icons {
    height: 52px;
    width: 52px;
    border: 1px solid #b1a696;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #b1a696;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }

  .socialIcon .icons:hover {
    background-color: #b1a696;
    color: #000;
    border: 1px solid #b1a696;
  }
  .footerUl li{
    font-size: 30px;
    font-family: 'Host Grotesk' , sans-serif;
    line-height: 38px;
  }
  .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
  }

  .marquee-text {
    display: inline-block;
    font-size: 188px;
    font-family: 'Host Grotesk' , sans-serif;
    font-weight: 600;
    white-space: nowrap;
    will-change: transform;
  }

  @font-face {
    font-family: 'Host Grotesk';
    src: url('../../common/fonts/Host_Grotesk/HostGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
  }
  .fontHost{
    font-family: 'Host Grotesk' , sans-serif;
    line-height: 1;
    font-weight: 800;
    color:#b1a696;
    
  }
  .fs300{
    font-size: 229px;
  }
    .letter {
      display: inline-block;
      opacity: 0;
      transform: translateY(20px);
    }

.horizontal-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-track {
  height: 100vh;
  display: flex;
  align-items: center;
  will-change: transform;
}

.scroll-image {
  height: 100%;
  width: 300vw; /* adjust width as needed */
  object-fit: cover;
  will-change: transform;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .scroll-image {
    width: 500vw; /* more width for smaller screen to reveal more */
  }
}

  .desktopscreen{
    display: none !important;
  }
  @media screen and (max-width:600px) {
    /* .socialIcon{
      padding-bottom: 30px;
    } */
    .footerUl{
      padding-top: 30px !important;
    padding-left: 0rem !important;
    }
    .container-fluid.section-padding.pt-0.pb-80{
      padding-left: 0px;
      padding-right: 0px;
    }
    .col-md-3.text-end , .col-md-3 .text-end , .col-md-4.text-end , .col-lg-4.text-center  {
      text-align: start !important;
    }
    .mb-100{
      margin-bottom: 30px !important;
    }

    .fs300{
      font-size: 60px;
    }
    .section-subtitle{
      font-size: 49px;
      text-align: center;
      left: 0;
      padding: 0px 15px;
    }
    .imagePortfolio{
      height: auto !important;
      width: 100% !important;
    }
    .parallax-text.right-pos{
      top: 39%;
      right: 73%;
    }
    .parallax-text.left-pos{
      left: 73%;
      top: 44%;
    }
    .parallax-item-number.lf-num {
      bottom: unset !important;
  }

  .parallax-item-number.rg-num {
      bottom: -70px !important;
      left: 0px;
  }
  .hero-section{
    height: 30vh;
  }
  .about-ma.section-padding{
    padding-bottom: 40px ;

  }
  .parallax-section{
    margin-top: 10px !important;
  }
  .paddingMbile{
    padding-top: 100px;
  }
  }
  .paddingMbile{
  padding-top: 100px;
  }



/* Default wave container */
.wave-container {
  position: absolute;
  width: 100%;
  margin-top: -300px;
  height: 100vh;
}

/* Wave image */
.wave-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  object-fit: fill;
  z-index: 1;
}

/* Canvas for animation */
canvas[resize] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  filter: blur(30px);
}

/* Controls container */
#gui_container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  opacity: 0.8;
  transform: scale(0.8);
  display: none;
  transform-origin: top right;
}

/* GUI styles */
.dg .slider-fg {
  background: #fd0000 !important;
}

.dg .c input[type="text"],
.dg .c select {
  background: #303030;
  color: #fff;
}

.dg .cr.function:hover,
.dg .cr.boolean:hover {
  background: #111;
}

@media screen and (min-width:770px) and (max-width: 1500px) {
  .wave-container {
    height: 21vh; 
    margin-top: -194px !important;
  }
.fontHost{
  color: #000 !important;
  position: relative;
  z-index: 10000;
  top: 45px;
}
  .wave-base {
    height: 250px;
    left: 0 ;
  }

  canvas[resize] {
    filter: blur(15px); 
  }

  #gui_container {
    transform: scale(0.7);
    top: 5px;
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .wave-container {
    height: 25vh; 
    margin-top: -150px;
  }
.fontHost{
  color: #000 !important;
  position: relative;
  z-index: 10000;
  top: 45px;
}
  .wave-base {
    height: 300px;
    left: -24px;
  }

  canvas[resize] {
    filter: blur(15px); 
  }

  #gui_container {
    transform: scale(0.7);
    top: 5px;
    right: 5px;
  }
}

      .imageoffcanvas{
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          background: #333337 !important;
          color: #fff;
          font-size: 19px;
      }
      .offCanmenu{
          font-size: 14px !important;
          color: #000;
          padding-left: 15px;
      }
      .offcanvasbtn{
        border:0px ;
          display: flex;
          width: 100%;
          height: 49px;
          border-radius: 40px;
          justify-content: space-around;
          align-items: center;
      }
  .artist__mobile-menu {
      background-color: #fff;
      height: 49px;
      width: 115px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 25px;
      position: fixed;
      bottom: 10vh;
      left: 50%;                  /* Center horizontally */
      transform: translateX(-50%); /* Shift left by 50% of its own width */
      z-index: 1000000;
      padding: 0px;
  }

          .offCanmenu {
          font-size: 14px !important;
          color: #000;
          padding-left: 15px;
      }
@media screen and (max-width:600px) {
  /* .about-ma.section-padding{
    padding-top: 0px !important;
  } */
  .parallax-section{
    padding-bottom: 80px !important;
  }


  .contanerr{
     margin-top: 50px !important;
  }
}
.contanerr{
  position: relative; margin-top: 200px;
}

.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: #080808;
  }
  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .work-card .card-item .cont .tag {
      font-size: 12px;
      line-height: 1;
      padding: 7px 12px;
      margin-right: 2px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px; }
    .work-card .card-item .cont p {
      font-size: 14px;
      line-height: 20px; }
  .work-card .card-item .img {
    padding: 20px;
    }
    .work-card .card-item .img img {
      border-radius: 15px; }

