:root {
/*  --colorh1: #3444EA;*/
  --colorh1: #B43726;

}

body,
html {
  padding: 0;
  margin: 0;
  background-color: #1A1B1D;
  font-size: 16px;
  font-family: "cy", sans-serif;
  font-weight: 400;i
  letter-spacing: 0.px;
  font-style: normal;
  cursor: crosshair;
}



/* Code for Firefox */

font-style: normal;



::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: var(--colorh1);
  mix-blend-mode: difference;
}

::selection {
  color: black;
  background: var(--colorh1);
  mix-blend-mode: difference;
}

body {
  overflow: hidden;
}

body.special::after {
  content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/new.png');
    background-position: center;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 999;
}

.mainbg{
  width: 100%;
  height: 100vh;

}

/* shooting star */
.bgCanvas{
  width: 100%
  height:100vh;
  position: fixed;
}


#gradient-canvas {
  width:100%;
  height:100vh;
  --gradient-color-1: #1A1B1D;
  --gradient-color-2: #080808;
  --gradient-color-3: #1A1B1D;
  --gradient-color-4: #0E0E0F;
  z-index:0;
  position: absolute;
}

/* Stars start */

#scene {
  height: 100vh;
  width: 100%;
  z-index: 0;
  position: fixed !important;
  left: 0;
  top: 0;
}

.star {
  display: inline-block;
  border-radius: 100%;
  background-color: #727272;
  position: absolute;
  animation: blinkAnimation 1s infinite alternate;
}


#stars-small {
  height: 4px;
  width: 4px;
  transform:rotate(-45deg) skewX(22.5deg) skewY(22.5deg);
}

#stars-medium {
  height: 2px;
  width: 2px;
  transform:rotate(-45deg) skewX(22.5deg) skewY(22.5deg);
}

#stars-big {
  height: 4px;
  width: 4px;
  transform:rotate(-45deg) skewX(22.5deg) skewY(22.5deg);
}

@keyframes blinkAnimation {
  from {
    opacity: 0;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

/* Stars End */


/* Sign start */
#parallax-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -2;
      pointer-events: none;
    }

    #parallax-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 70vh;
      transition: transform 0.3s ease-out;
    }


/* sign End */


/* sign End */


/* Glitch */
.glitch-image {
  mix-blend-mode: screen;
  animation: glitch 8s infinite;
}


@keyframes glitch {
  0% {
        clip-path: inset(0 0 0 0);
        transform: translateX(8px);
        opacity: 1;
        filter: blur(0px) ;
      }
      0.1% {
        clip-path: inset(0 0 0 0);
        transform: none;
        opacity: 0.8;
        filter: blur(2px) ;
      }
      0.8% {
        clip-path: inset(0 0 0 0);
        transform: translateX(-8px);
        opacity: 0.6;
        filter: blur(4px) ;
      }
      0.9%, 100% {
        clip-path: inset(0 0 0 0);
        transform: none;
        opacity: 1;
        filter: blur(0px) ;
      }
}


/* Glitch */


.space {
  width: 100%;
  padding-bottom: 60px;
}

.spacetop {
  width: 100%;
  margin-top: 4vh;
}

.spacebottom {
  margin-bottom: 4vh;
}

.spacebottomxl {
  margin-bottom: 10vh;
}

.spacetopxl {
  margin-top: 10vh;
}

.space2 {
  width: 100%;
  height: 100px;
}

.space3 {
  width: 100%;
  height: 150px;
}

.offcanvas-backdrop {
  z-index: 99;
}

.offcanvas.offcanvas-end {
  z-index: 999;
}

.dpkCursor {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  mix-blend-mode: difference;
  border: none;

}

.dpkCursor.emogy {
  background: transparent;
}

.dpkCursor.hover-active {
  width: 9rem;
  height: 9rem;
}

.dpkCursor.mixBlendBlack {
  background: var(--colorh1);
  mix-blend-mode: screen;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}

.dpkCursor.mixBlend {
  width: 7rem;
  height: 7rem;
}


p {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #9B9B9B;
  mix-blend-mode: difference;
}

p.paraP {

  font-size: 19px;
  line-height: 1.5;
  margin: 0px 2vh 2vh 2vh;
  color: #9B9B9B;
  mix-blend-mode: difference;
}

p.paraPSmall {

  font-size: 21px;
  line-height: 1.5;
  color: #ffffff;
}

p.paraPBig {
  font-size: 22px;
  color: #ffffff;
  mix-blend-mode: difference;
}


.black {
  background-color: #000000;
}
.leebg {
  background-color: #233168;
}

.vday {
  background-color: #2C0117;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #727272;
  border-radius: 10px;
}

.aTag {
  color: #9B9B9B;
  font-size: 18px;
  text-decoration: none;
  outline: inherit;

  display: inline-block;
  transition: all 0.5s ease;
}

.aTag:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}

.aTagBox {
  color: #9B9B9B;
  border: 1px solid #343434;
  padding: 6px 15px;
  position: relative;
  transition: all 0.5s ease;
}

.aTagBox:hover {
  border: 0px solid #727272;
  text-decoration: none;
  color: #9B9B9B;
  transition: all 0.5s ease;
}

.noLink:hover {
  color: #727272;
  text-decoration: none;
}

.loader-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  transition: all 0.5s ease-out;
  background-color: #000000;
  background-image: url("../assets/grain.webp");
  background-repeat: repeat;
}

.loader-section h1,
#jprePercentage {
  display: block;
  text-align: middle;
  color: #4B4B4B;
  font-size: 5em;
  line-height: 1;
  padding: 1%;
  top: 0;
  font-family: "cy", sans-serif;
  font-weight: 500;
  text-shadow: none;
}

#jpreBar {
  display: none !important;
}

#jpreLoader {
  width: 100%;
  height: auto;
  box-shadow: none;
}

.divBlackMain {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.divBlack {
  background-color: #000000;
  padding: 75px;
}

/* .senarioimgPin {
padding-top: 75px;
padding-bottom: 75px;
} */


/* header */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-100%);
}

header .navbar {
  padding: 60px;
  transition: all 0.5s ease-in-out;
}

header .nav-item {
  display: flex;
}

header .navbar-nav .nav-link {
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: end;
}

iframe {
  pointer-events: none;
}

.modal iframe {
  pointer-events: auto;
}

.bar1,
.bar2 {
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  margin: 0 0 8px;
  border-radius: 0px;
  position: relative;
}

.bar:after {
  content: '';
  width: 0%;
  height: 100%;
  background-color: var(--colorh1);
  right: 0;
  top: 0;
  position: absolute;
  transition: all 0.5s ease;
}

.bar2 {
  width: 40px;
  margin: 0;
}

header .navbar-nav .nav-link:hover .bar1:after {
  width: 100%;
  transition: all 0.5s ease;
}

header .navbar-nav .nav-link:hover .bar2:after {
  width: 100%;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}

.offcanvas-body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.offcanvas.offcanvas-end {
  padding: 75px 30px;
  background-color: rgba(0, 0, 0, 1);
  width: 30%;
}

.offcanvas .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 25px;
  outline: inherit !important;
  box-shadow: none !important;
  filter: invert(1) !important;
  -moz-filter: invert(1);
  -webkit-filter: invert(1);
}

.offcanvas-body .navbar-nav .nav-link {
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-size: 4em;
  transition: all 0.5s ease;
  padding: 20px 0;
  font-family: "pf-venue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.offcanvas-body .navbar-nav .nav-link:hover {
  color: var(--colorh1);
  transition: all 0.5s ease;
}

.head1div {
  position: relative;
  margin-bottom: 0px;
}





.headh1 {
  font-size: 14em;
  line-height: 0.7;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt"0, "wdth"50;
  mix-blend-mode: screen;
  animation: glitch1 8s infinite;
   border: 0.1em solid transparent;
   margin-bottom: -0.1em;
}


@keyframes glitch1 {
  0% {
    clip-path: inset(0 0 0 0);
    transform: translateX(-4px);
    opacity: 1;
  }
  0.1% {
    clip-path: inset(0 0 0 0);
    transform: none;
    opacity: 0.99;
  }
  0.8% {
    clip-path: inset(1% 0 0 0); /* Adjust the clip-path values */
    transform: translateX(2px);
    opacity: 0.95;
  }
  0.9%, 100% {
    clip-path: inset(0 0 0 0);
    transform: none;
    opacity: 1;
  }
}



.headh1shadow {
  content: 'Hello!';
  line-height: 0.7;
  font-size: 14em;
  text-align: center;
  z-index: -1;
  color: #000000;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt"0, "wdth"50;
  opacity: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  margin-bottom: -0.1em;
  border: 0.1em solid transparent;

 }

 .container_new {
  background-color: red;
  width: 700px;
  height: 475px;
  margin: auto;
  color: red;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt"0, "wdth"50;
}

.star2 {
  position: relative;
  width: 700px;
  height: 475px;
  background: url('https://arun.design/2/assets/abstract.png') center/cover no-repeat;
  background-color: red;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  /* Add any other styles you need for .star2 */
}

.workhead_lee {
    width: 100%;
    height: 100svh;
    background: url('../assets/lee/lee_1.webp') center/cover no-repeat fixed;
}
.workhead_mg {
    width: 100%;
    height: 100svh;
    background: url('../assets/mg/mg_title1.jpg') center/cover no-repeat fixed;
}
.workhead_mk {
    width: 100%;
    height: 100svh;
    background: url('../assets/mk/mk_10.webp') center/cover no-repeat fixed;
}
.workhead_suz {
    width: 100%;
    height: 100svh;
    background: url('../assets/suzuki/main_banner_d.webp') bottom/cover no-repeat fixed;
    background-color: black;
}

.logomain {
    height: 100vh;
    display: flex;
    flex-direction: column; /* Added to stack items vertically */
    justify-content: center;
    align-items: center;
}

.logomain img {
    width: 10%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    padding-bottom: 20px;
}

.logomain p {
    margin: 0;
    color: white;
    text-align: center; /* If you want to center the text horizontally */
    display: block; /* Make the paragraph a block element */
}

.headh2 {
  font-size: 8em;
  line-height: 0.9;
  font-family: "pf-venue", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0;

}

.splitAnimate {
  opacity: 1;
}

.color-main {
  /* color: #5F8296; */
  color: var(--colorh1);
}

.color-dark {
  color: #ffffff;
}

.workhead {
  padding: 90px 0 0 0;
}

.workhead h2 {
  font-size: 4em;
  line-height: 0.8;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt"0, "wdth"75;
  text-align: center;
  color: white;
}
.eighty{
  width: 80%;
  margin: auto;
}

.bigwork {
  margin: auto;
  width: 80%;
  text-align: center;
}


.bigwork p {
  font-size: 2em;
  line-height: 0.8;
}

.bigwork1 {
  margin: auto;
  width: 80%;
  text-align: center;
  background-color: white;
  padding-top: 2vh;
  padding-bottom: 2vh;
  border-radius: 5px;
  margin-top: 5vh;
}

.bigwork1 a {
  font-size: 1em;
  line-height: 0.8;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.bigwork1 a:hover {
  font-size: 1em;
  line-height: 0.8;
  text-decoration: underline;
}

#wrapper {
  width: 100%;
  display: none;
  z-index: 1;
}



/* bannerSection */
.bannerSection {
  width: 100%;
  height: 100vh;
}

.opacityZero {
  opacity: 0;
}

.arunLogo {
  position: fixed;
  bottom: 45%;
  padding: 30px 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: bottom 1.5s ease;
  z-index: 99999999;
  width: 100px;
}

.arunLogo.logoBg {
  background-image: linear-gradient(#1A1B1D00 30%, #1A1B1D 70%);
}

.arunLogo svg path {
  fill: #ffffff;
  transition: all 0.5s ease;
}

.arunLogo svg:hover path {
  fill: var(--colorh1);
  transition: all 0.5s ease;
}

.arunLogo.workPage {
  bottom: 0% !important;
}

.workPage.logoBg {
  background-image: none;
}

.section2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 250px;
}

.splitting .word,
.splitting .char {
  display: inline-block
}

.splitting .char {
  position: relative
}

.splitting .char:before,
.splitting .char:after {
  content: attr(data-char);
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  transition: inherit;
  position: absolute;
  top: 0;
  left: 0
}

.splitting {
  --word-center: calc((var(--word-total) - 1)/2);
  --char-center: calc((var(--char-total) - 1)/2);
  --line-center: calc((var(--line-total) - 1)/2)
}

.splitting .word {
  --word-percent: calc(var(--word-index)/var(--word-total));
  --line-percent: calc(var(--line-index)/var(--line-total))
}

.splitting .char {
  --char-percent: calc(var(--char-index)/var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset)*var(--char-offset))/var(--char-center));
  --distance-sine: calc(var(--char-offset)/var(--char-center));
  --distance-percent: calc((var(--distance)/var(--char-center)))
}


.textani1 .char {
  opacity: 0;
}

.textani1 {
  opacity: 0;
  transition: all 0.5s ease;
}

.downLineMain {
  position: relative;
}

 .downLine {
   width: 2px;
 height: 10vh;
 background-image: linear-gradient(to bottom, rgba(26,27,29,0), rgba(87, 87, 87, 1));
 border-radius: 1px;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 bottom: -110px;
}

.downLine::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffffff; /* White color */
  border-radius: 50%; /* 1px radius */
  position: absolute;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for centering */
  bottom: 0; /* Align with the bottom of the line */
}

.imglink img {
  margin: 0;
  padding: 0;
}

.imglink img:hover {
  margin: 0;
  padding: 0;
  filter: brightness(250%);
  filter: invert(100%);
  transition: all 0.2s ease;
}

/* workSection */
.workSection {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.work-tile-main {
  margin: 75px 0 0;
  padding: 0 50px;

}

.work-tile {
  margin-bottom: 100px;

}

.work-tile a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.7s ease;
}

.work-tile a:hover {
  /*filter: drop-shadow(5px 5px 0px #3444EA);*/
  filter: brightness(150%);
  -webkit-transform: rotateZ(-1deg);
  -ms-transform: rotateZ(-1deg);
  transform: rotateZ(-1deg);
  transition: all 0.4s ease;

}

.work-tile a:hover .grid__item {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.work-tile-lee {
  margin-bottom: 0;
}

.work-tile-up {
  margin-top: -130px;
}

.work-tile-rr {
  margin-top: 100px;
}

.grid__item {
  width: 100%;
  position: relative;
  margin: 0;
  transform: scale(1);
  transition: all 0.5s ease;
}

.grid__item-img {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}

.grid__item-img-inner {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  position: relative;
}


/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 100px 0 300px;
}

.experincePage footer {
  padding: 100px 0 200px;
}

.contactDetails,
.contactDetails2 {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.contactDetails li,
.contactDetails2 li {
  transform: translateY(50px);
  opacity: 0;
  color: #727272;
}

.contactDetails li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 10px; /* Adjust the spacing between the icon and text */
}

.contactDetails i {
  color: var(--colorh1); /* Set the icon color to blue */
  font-size: 24px; /* Adjust the icon size as needed */
}


/* About Page  */
.experinceBanner {
  width: 100%;
  height: 100vh;
}

.bannerPfont {
  font-size: 6em;
  font-family: "pf-venue", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  mix-blend-mode: difference;
  opacity: 0.8;
}

.experinceBanner p .word {
  opacity: 0;
}

.headh2Small {
  font-size: 4em;
  margin-bottom: 60px;
  opacity: 1;
}

.experincesection2 {
  height: auto;
}

h4 {
  font-size: 5em;
  font-weight: 600;
  color: #ffffff;
}

h5 {
  font-size: 3em;
  font-weight: 600;
  color: #ffffff;
}

.exInner {
  border: 1px solid #343434;
  padding: 65px 45px;
  opacity: 0;
  transition: opacity 0.5s ease;
}


.exInner h3 {
  font-size: 1.7em;
  font-weight: 600;
  color: #A2A2A2;
}

.exInner p {
  color: #727272;
  margin: 20px 0 0;
}

.exInner p.smallpfont {
  font-size: 16px;
  margin: 10px 0 0;
}

.suz {
  opacity: 0;
  transition: opacity 0.5s ease;
  background-color: #EDEDED;
}

.suz p {
  margin: 20px 0 0;
}

.suz h3 {
  font-size: 1.7em;
  font-weight: 600;
  color: #000000;
}


.skillList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.skillList li {
  text-align: center;
  margin-top: 40px;
}

.skillList h3 {
  font-size: 4em;
  font-weight: 400;
  color: #A2A2A2;
  text-transform: uppercase;
  font-family: "pf-venue", sans-serif;
}

.clientListLi {
  padding: 50px;
  border: 1px solid #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* .aTagLine {
text-decoration: underline;
} */

/* Work Section  */
.closeWork {
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}

.workSkill {
  opacity: 0;
}

.workBannerSection {
  padding-top: 150px;
  position: relative;
  width: 100%;
}

.bg-un {
  background-color: #5dba6a;
}

.bg-titan {
  background-color: #000000;
}

.maritime {
  background-color: #061015;
}
.maritime p {
  color: #C1C1C1;
}



.bg-x {
  background-color: #191919;
}

.work-images {
  width: 100%;
}

.animateImg,
.clientLogo {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}

.animateImg2Inner {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.border20 {
  border: 20px solid #000000;
  border-radius: 10px;
}

.border10 {
  border: 10px solid #000000;
  border-radius: 10px;
}

.workprenext {
  padding: 0;
  margin-bottom: 100px;
}

.exInner a {
  padding: 65px 45px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  outline: inherit !important;
}

.youtubeLinkMain {
  position: relative;
}

.youtubeLinkMain .youtubeLink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: inherit;
}

.modal-backdrop.show {
  z-index: 998;
}

#youTubeModal {
  z-index: 999;
}

#youTubeModal .modal-dialog,
#youTubeModal .modal-content {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  height: 100vh;
  background-color: #000000;
}

#youTubeModal .modal-content {
  width: 100%;
  height: 100vh;
}

#youTubeModal button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  opacity: 1;
  background-color: #141519;
  font-size: 32px;
  outline: inherit !important;
  padding: 0;
  --bs-btn-close-bg: none;
}

#youTubeModal button img {
  width: 80px;
}

.modal-fullscreen .modal-body {
  overflow: hidden;
}

.workmenu {
  width: 100%;
  border-bottom: 1px solid #343434;
  position: relative;
  background-color: #1A1B1D;
  z-index: 99;
  visibility: hidden;
}

.workmenu.showNow {
  visibility: visible;
}

.suzborder{
  padding-bottom: 6vh;
  border-bottom: 2px solid #000000;
}
.workmenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

/* width */

.twowork {
  width: 100%;
  height: 60vh;
  overflow: auto;
  text-align: center;
}

.workmenu ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.workmenu ul::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
.workmenu ul::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 10px;
}

/* Handle on hover */
.workmenu ul::-webkit-scrollbar-thumb:hover {
  background: #727272;
  border-radius: 10px;
}

.workmenu ul li {
  list-style-type: none;
  display: inline-block;
  color: #727272;
  font-size: 16px;
  position: relative;
  padding: 0;
  transition: all 0.5s ease;
}

.workmenu ul li a {
  display: block;
  padding: 25px 15px;
  color: inherit;
  text-decoration: none !important;
  outline: inherit !important;
}

.workmenu ul li:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}

.workmenu ul li.active {
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.workmenu ul li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #727272;
  transition: all 0.5s ease;
}



/* Work Img Animation  */
.content-wrap,
.content-wrap-banner {
  display: grid;
  place-items: center;
  grid-template-areas: 'main';

}

.content--layout-7 {
  width: 100%;

}

.content__img {
  grid-area: img;
  max-width: none;
  height: auto;
}

.content__img--7 {
  width: 100%;
  align-self: center;
}

.content__img--7 image {
  width: 100%;
}


.wwslider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: #fff;
  border-radius: 2%;
}

.wwslider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.wwslide {
  min-width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.wwslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwslider-dots {
  position: absolute;
  bottom: 24px;
  right: 20px;
  display: flex;
  cursor: grab;
}

.wwdot {
  width: 20px;
  height: 20px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.wwdot.active {
  background-color: red;
}

.wwtitle-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 10px;
}





@media only screen and (max-width: 1200px) {
  .headh2 {
    font-size: 6em;
  }

  footer {
    padding: 100px 0 200px;
  }

  .dpkCursor {
    display: none !important;
  }

  #scene {
    display: none !important;
  }

  .bigwork {
    margin: auto;
    width: 85%;
    text-align: center;
  }

  .bannerPfont {
    font-size: 3em;
    font-weight: 500;
  }

}

@media only screen and (max-width: 1599px) {

  .experinceBanner {
    width: 70%;
    height: 100vh;
    margin: 0 auto;
  }

  .bannerPfont {
    font-size: 4em;
    font-weight: 500;
  }

}

@media only screen and (min-width: 768px) {

  .deskhide {
    display: none !important;
  }

  .arunLogo img {
    width: 80px;
  }
}


@media only screen and (max-width: 767px) {


  body.special::after {
    content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../assets/new_m.png');
      background-position: center;
      mix-blend-mode: soft-light;
      pointer-events: none;
      z-index: 999;
  }


  .mobilehide {
    display: none !important;
  }
  #gradient-canvas {
    width:100%;
    height:100vh;
    --gradient-color-1: #1A1B1D;
    --gradient-color-2: #000000;
    --gradient-color-3: #1A1B1D;
    --gradient-color-4: #000000;
    z-index:0;
    position: absolute;
  }
  .bannerSection,
  .experinceBanner {
    height: 90vh;
  }

  .twovideo {
    padding-bottom: 30px;
  }

  .space2 {
    width: 100%;
    height: 0px;
  }

  .bigwork {
    margin: auto;
    width: 85%;
    text-align: center;
  }

  .bigwork1 {
    margin: auto;
    width: 90%;
    text-align: center;
    background-color: white;
  }

  .eighty{
    width: 100%;
    margin: auto;
  }

  h5 {
    font-size: 2em;
  }

  .bigwork1 h5 {
    font-size: 1.2em;
  }

  .bigwork1 a {
    font-size: 1.2em;
    text-decoration: none;
    color: black;
  }

  .bigwork p {
    font-size: 1em;
    line-height: 0.8;
  }

  .headh1shadow,
  .headh1 {
    font-size: 8em;
  }

  .headh2 {
    font-size: 3.2em;
  }



  .loader-section h1,
  #jprePercentage {
    display: block;
    text-align: middle;
    color: #4B4B4B;
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
    padding: 20px;

  }

  .workhead {
    padding: 90px 0 0 0;
  }

  .workhead h2 {
    font-size: 2em;
    line-height: 0.8;
    font-family: "nickel-gothic-variable", sans-serif;
    font-variation-settings: "slnt"0, "wdth"75;
    text-align: center;
    color: white;

  }

  .work-tile-main {
    margin: 35px 0 0;
    padding: 0 20px;
  }

  .work-tile {
    margin: 0 auto 30px auto;
  }

  .work-tile-main .row {
    margin: 0;
  }

  header .navbar {
    padding: 25px 5px;
  }

  .section2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 170px;
  }

  footer {
    padding: 100px 0 200px;
  }

  .bannerPfont {
    font-size: 2.3em;
    font-weight: 500;
  }

  .skillList li {
    margin-top: 25px;
  }

  .skillList h3 {
    font-size: 2em;
    font-family: "pf-venue", sans-serif;
  }

  .experincesection2,
  .ClientSection {
    padding-left: 15px;
    padding-right: 15px;
  }

  h4 {
    font-size: 2em;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 20px;
  }

  .workBannerSection {
    height: 90vh;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bannerImage {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .workbodyTag .exInner {
    padding: 35px;
  }

  .workbodyTag p.paraP {
    font-size: 17px;
  }

  .border20 {
    border: 10px solid #000000;
  }

  .mediaTextRight,
  .mediaTextLeft {
    padding: 0 10px;
  }

  .mediaTextRight .ps-5,
  .mediaTextLeft .pe-5 {
    padding: 0 15px !important;
    text-align: center !important;
  }

  .mediaTextRight .paraP,
  .mediaTextLeft .paraP {
    margin-top: 20px !important;
  }

  .mediaTextLeft {
    flex-direction: column-reverse;
  }

  .workbodyTag .workprenext {
    padding: 0;
  }

  .workbodyTag .workprenext a {
    padding: 15px 45px;
  }

  .workbodyTag .workprenext h3 {
    font-size: 1.2em;
    line-height: 1;
  }

  .youtubeLinkMain .youtubeLink img {
    width: 50px;
  }

  .closeWork img {
    width: 60px;
  }

  .divBlackMain {
    height: auto;
  }

  .senarioimgPin {
    margin-bottom: 75px;
  }

  .workmenu ul li a {
    padding: 16px 15px;
  }

  .work-tile a:hover {
    filter: brightness(150%);
    transition: all 0.4s ease;
  }
  .spacetopxl {
    margin-top: 5vh;
  }

  .wwslider-container {
    width: 100%;
    border-radius: 2%;
  }

  .wwslider img {
    width: 100%;
    object-fit: cover;
  }

  .wwslider-dots {
    display: none;
  }
  .offcanvas.offcanvas-end {
    padding: 75px 30px;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
  }
  .offcanvas-body .navbar-nav .nav-link {
    color: var(--colorh1);
    margin: 0;
    text-align: center;
    font-size: 3em;
    transition: all 0.5s ease;
    padding: 10px 0;
    font-family: "pf-venue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .contactDetails,
  .contactDetails2 {
    flex-direction: column;
    align-items: center; /* Align items in the middle */
    gap: 20px;
  }

  .contactDetails li,
  .contactDetails2 li {
    text-align: center; /* Center text */
  }

  .contactDetails i {
    margin-right: 0; /* Remove right margin for icons on mobile */
  }
  #parallax-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -4;
        pointer-events: none;
        overflow: hidden;
      }
      #parallax-image {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 50vh;
        transition: transform 0.3s ease-out;
      }


      .logomain img {
          width: 30%; /* Adjust as needed */
          height: auto; /* Maintain aspect ratio */
          padding-bottom: 20px;
      }



}

@media only screen and (min-width: 1600px) {

  .headh1shadow,
  .headh1 {
    font-size: 20em;
  }

  .arunLogo img {
    width: 100px;
  }

  p,
  .aTag {
    font-size: 26px;
  }

  .headh2 {
    font-size: 8em;
  }

  footer {
    padding: 150px 0 300px;
  }

  .work-tile-main {
    padding: 0 150px;
  }
}
