/*
Author: Nexus✰Hue
Author URI: www.nexushue.com
Description: Nexus Hue - Artist - Creative Agency from Fresno Ca<
*/
/*CSS Table Of Content Ends Here*/
.QuikIntroTitles {
  font-size:large ;
  font-weight: 900 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-text-fill-color: white;
  background-color: var(--theme);
  text-align: center;
  font-style: italic;
  vertical-align: middle;
}


  .MAINQuikIntroTitles {
    font-size: clamp(0.55rem, 0.75rem + 1vw, 2rem);
    font-weight: 900 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    
    /* 2. Use Flexbox for perfect vertical alignment and centering */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between text and stars */

    /* 3. Tighten the vertical height */
    padding: 3px 0; 
    margin: 0 auto;
    
    -webkit-text-fill-color: white;
    color: white;
    text-align: center;
    font-style: italic;
    width: 100%;
    max-width: 1200px;

    /* center stays solid, edges fade to transparent */
    background: linear-gradient(
      to right,
      transparent 0%,
      transparent 8%,
      var(--theme) 18%,
      var(--theme) 82%,
      transparent 92%,
      transparent 100%
    );
  }

    .MAINQuikIntroTitles svg {
    width: 1.4em;  /* Relative to the font-size (approx 20px) */
    height: 1.4em;
    display: block; /* Removes extra inline spacing */
  }



.Ribbon {
  color: white; 
  -webkit-text-fill-color: white;
  background-color: var(--theme); 
  padding: 2%; 
   border-radius: 4px; /* optional, rounded edges */
}

  .LilBreath {
    padding: 1%;
  }

  .banner-breath {
  width: 100%;
  max-width: 1442px;
  height: auto;
  aspect-ratio: 1442 / 361;
  margin-top: 2%;
}

.yaytext-style-SUB {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700 !important;
  font-style: italic !important;
  letter-spacing: 2; /* increase spacing for chunkiness */
  line-height: 1.45;
  font-size: clamp(0.75rem, 0.50rem + .75vw, 1.5rem);
}

.tubelightLine {

  justify-content: center;
  align-items: center; 
  line-height: 1; 
 
  
}

.tubelight span {
  display: inline-block; /* removes baseline weirdness */
  color: #fff;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  animation: animate 0.42s linear 2;
  text-shadow: 0 0 5px #fff,
               0 0 20px #fff,
               0 0 10px #fff,
               0 0 1px #fff;
}

.RedGlow-MINI-TITLE span {
  font-size: 2rem; /* MOBILE */
}

@media (min-width: 768px) {
  .RedGlow-MINI-TITLE span{
    font-size: 1.27rem; /* DESKTOP */
  }
}



.tubelight-MAIN-TITLE-SIZE span {
  font-size: clamp(1rem, calc(1.45rem + 4vw), 6rem);
}

.tubelight-TITLE-SIZE span {
  font-size: clamp(2.2rem, calc(1rem + 2.6vw), 5rem);
}

.tubelight-TITLE-SIZE-webPrice span {
  font-size: clamp(1rem, calc(1rem + 2vw), 3.33rem);
}

  .Title-subhead {
font-size: clamp(.75rem, 0.65rem + 1vw, 2rem);
   line-height: 1.27;
  }

   .heroPARA {
font-size: clamp(0.15rem, 0.25rem + 1vw, 2rem);
   line-height: 1.27;
  }

  .unifrakturcook-bold-TITLE {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  font-size: clamp(1.9rem, 5vw, 5rem);
  color: #fff;
}

 .MainMSG-container {
    max-width: 620px;
    font-size: clamp(.65rem, 0.75rem + 1vw, 1.25rem);
    margin: 0 auto;
     font-weight: 525 !important;
     line-height: 1.75;
      }

  @media (max-width: 500px) {
  .MainMSG-container {
    max-width: 300px;
    
  }
}



.SUB-container {
    max-width: 100%;
   
    margin: 0 auto;
    
      }

        @media (max-width: 500px) {
  .SUB-container {
    max-width: 286px;
    
  }
}

      
      
.tubelight span:nth-child(1){
  animation-delay:0s;
}
.tubelight span:nth-child(2){
  animation-delay:0.25s;
}
.tubelight span:nth-child(3){
  animation-delay:0.5s;
}
.tubelight span:nth-child(4){
  animation-delay:0.75s;
}
.tubelight span:nth-child(5){
  animation-delay:0.3s;
}
.tubelight span:nth-child(6){
  animation-delay:0.5s;
}
.tubelight span:nth-child(7){
  animation-delay:0.6s;
}
.tubelight span:nth-child(8){
  animation-delay:0.8s;
}
.tubelight span:nth-child(9){
  animation-delay:1s;
}



@keyframes animate{
  0%,15%,25%,30%,65%,95%{
    color:var(--blackbg);
    text-shadow:none;
  }
  10%,20%,31%,60%,100%{
    color:#0F1C38;
    text-shadow:0px 0px 20px  #fff,
      0px 0px 30px  #fff,
      0px 0px 10px  #fff,
      0px 0px 1px  #fff
      ;
  }
}


/* === fonts === */
@font-face {
  font-family: "Chokokutai";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/assets/webfonts/chokokutai-v12-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: "UnifrakturCook";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/assets/webfonts/unifrakturcook-v25-latin-700.woff2') format('woff2');
}

/* === font edits === */
.chokokutai-regular {
  font-family: "Chokokutai", system-ui;
  font-weight: 400;
}

.unifrakturcook-bold {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
}

:root {
  --body: #FF006A;
  --black: #000;
  --blackbg:#0F1C38;
   --blackFooter:#070d1c;    

  --white: #ffffff;             /* --MAIN TEXT--- */
  --spantext: #FF006A;

  --theme: #FF006A;
  --theme2: #ffffff;
  --theme3: #2c2c2c;

  --bg1: #FF006A;            /* --Nav Bar--- */
  --bg2: #ffffff;          /* --CREATIVE PORTFOLIO--- */
  --bg3: #1D1D1D;                

  --bnbg: #ffffff;           /* --BANNER--- */
  
  --border1: #FF006A;              /* --BOXES--- */


  
  --pra-clr: #bebebe;
  --dd-clr: #FF006A;
  --place: #858585;
  --tag: #646464;
  --bspan: #ababab;

 
}

.FooterTypeText {
  color:#ffffff;
  text-align: center;
}

.RedText-glow {
    text-shadow: 1px 1px 2px var(--theme), -1px -1px 2px var(--theme);
}

.STRONG-Red-Glow {
  color: #FFFF;
  text-shadow: 
    0 0 5px #FF006A,
    0 0 10px #FF006A,
    0 0 20px #FF006A,
    0 0 40px #FF006A;

}

.STRONG-Blue-Glow {
  color: #FFFF;
  text-shadow: 
 0 0 5px #FF006A,
    0 0 10px #FF006A,
    0 0 20px #FF006A,
    0 0 40px #FF006A;

}


.STRONG-Green-Glow {
  color: #FFFF;
  text-shadow: 
    0 0 5px #00ffaa,
    0 0 10px #00ffaa,
    0 0 20px #00ffaa,
    0 0 40px #00ffaa;

}

.text-indent {
  text-indent: 2em;
}

.justified {
   text-align: justify;
  hyphens: auto; /* lets words break at syllables */
}


 .Reading-Card {
  background-color: #ffffff;  
  border-radius: 15px;       
  padding: 20px;              
z-index: 3 !important;
  border-left: 11px solid var(--theme); 

  -webkit-user-drag: none;
  cursor: grab;   
  position: relative; 

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.Reading-Card p {
  color: var(--blackbg) !important; 
}

.Reading-Card a {
  color: var(--white) !important;
  background-color: var(--theme);
  display: inline-block;      
  padding: 0.6em 1.2em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Reading-Card a:hover {
  transform: scale(1.15); 
  box-shadow: 0 0 15px 4px #FF006A; 
}


.Reading-Card h1 {
  color: var(--theme) !important; 

}

.Reading-Card h2 {
  color: var(--blackbg) !important; 

}


  
  .wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    gap: 1rem;
    height: 200px;
    width: 100%;
    margin: 0 auto;
  }

  .scroll-container {
		--card-border-radius: 50px;
		
    --thumb-color: #FF006A;
    --thumb-color-active: #FF006A;
    --thumb-width: 4;
    --thumb-width-active: 6;
    

    --track-width: 4;
    --track-width-active: 6;
		
    position: relative;
    width: 100%;
    contain:size;


    border-radius: var(--card-border-radius);

  
    &.box-2{
  
    	--thumb-color: var(--theme);
    	--thumb-color-active:var(--theme);
    }
  
  
    & img{
      max-width: 100%;
      display: block;
    }
  }
	
  
  .scroll-content {
    height: 100%;
    overflow-y: auto;
    padding:1rem 1.5rem 1rem 1rem; /* space on right for scrollbar */
	
    /* keep scrolling functional */
    overflow-y: scroll;
  
    /* hide scrollbar for Chrome, Safari, and Opera */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge Legacy */
  }
  
  .scroll-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }
  .scrollbar-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    &:has(:active) {
      --thumb-width: var(--thumb-width-active);
      --track-width: var(--track-width-active);
      --track-color: var(--track-color-active);
    }
  }
  
.scrollbar-track {
  fill: none;
  stroke: var(--track-color);
  stroke-width: var(--track-width);
  stroke-linecap: round;
  transition: stroke-width 150ms ease-in-out, stroke 150ms ease-in-out;
}

.scrollbar-thumb {
  fill: none;
  stroke: var(--thumb-color);
  stroke-width: var(--thumb-width);
  stroke-linecap: round;
  pointer-events: auto;
  cursor: grab;
  transition: stroke-width 150ms ease-in-out, stroke 150ms ease-in-out;
}

.scrollbar-thumb:active {
  stroke: var(--thumb-color-active);
  cursor: grabbing;
}

  
/* Container styles */
.NH_Profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image styles */
.NH_Profile-img {
    width: 530px;
    height: 380px;
    object-fit: contain;

}


  .ChunkyWhite {
    font-weight: bold;
    -webkit-text-fill-color: #ffffff;
    text-align: center;
    
}


.z-above {
  position: relative;
  z-index:2 !important; 
}

.z-aboveAll {
  position: relative;
  z-index:10 !important; 
}

.z-Peak {
  position: relative;
  z-index:15 !important; 
}

.Reading-Card .date-list b,
.Reading-Card .date-list .Reading-Card-date,
.Reading-Card .date-list span {
    color: var(--theme) !important;
}

/* -----------------------
    SHAREX
 ------------------------- */
 


.SHAREXframe{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  width: 350px;
  position: relative;

   border-radius: 10px;
}



/* -----------------------
    SHAREX
 ------------------------- */


/* -----------------------
     Fonts
 ------------------------- */
body {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--white);

  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
    scroll-padding-top: 100px; 
    scroll-behavior: smooth;  
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6
 {
 
  margin: 0px;
  padding: 0;
  color: var(--white);
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900 !important;
  font-style: italic !important;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 112%;
}

h2 {
  font-size: 42px;
  line-height: 125%;
  font-weight: 900;
}

h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 135%;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 24px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
}



a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600 !important;
  font-style: italic !important;

}

.zindex1 {
  z-index: 1;
}

.whitehover {
  color: var(--white) !important;
}

.pra-clr {
  color: #bebebe !important;
}

.theme-border {
  border: 1px solid var(--theme) !important;
}

.pra-border {
  border: 1px solid #bebebe;
}

.radius100 {
  border-radius: 100px;
}

.bb-border {
  border-bottom: 1px solid var(--border1) !important;
}

.bt-border {
  border-top: 1px solid var(--border1) !important;
}

.htheme {
  transition: all 0.4s;
}
.htheme:hover {
  color: var(--theme);
}

.tag-clr {
  color: var(--tag);
}

.fs14 {
  font-size: 14px;
}


.miniH3STYLE {
font-size: 27px;
  font-weight: 900;
  line-height: 135%;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--white);
}

.common-social li a {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: block;
  border: 1px solid var(--border1);
  transition: all 0.5s;
}
.common-social li a:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.common-social li a:hover svg path {
  stroke: var(--black);
}
.common-social li a:hover i {
  color: var(--black);
}


.sk-ww-youtube-channel-videos {
    color: black; /* Set the text color to black */
}

  .budget-btn {
    padding: 0.75rem 1.25rem;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;

  }

  
.budget-btn span {
  color: inherit; /* ensures nested text doesn't get blue */
}


  .budget-btn:hover {
    border-color: #999;
  }

  .budget-btn.selected {
    background-color: var(--theme);
    color: white;
    border-color:var(--theme);
  }

  .budget-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}


.slider-button {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
}
.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: var(--border1);
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--black);
}




@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
}
.slider-button .project-storke {
  font-size: 44px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454750;
  color: transparent;
  display: block;
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.spantext-clr {
  color: var(--spantext) !important;
}

.common-form textarea,
.common-form input {
  outline: none;
  border-radius: 8px;
  padding: 16px 19px;
  color: var(--pra-clr);
  font-size: 16px;
  border: 1px solid var(--border1);
  background: transparent;
  width: 100%;
}
.common-form ::placeholder {
  color: var(--pra-clr);
  font-size: 16px;
}
.common-form .getin-touch {
  border: 1px solid var(--white);
  border-radius: 8px;
  transition: all 0.5s;
}
.common-form .getin-touch .icons {
  transform: rotate(35deg);
  display: block;
  transition: all 0.5;
}
.common-form .getin-touch .icons i {
  transition: all 0.5s;
}
.common-form .getin-touch:hover {
  border-color: var(--theme);
  color: var(--theme);
}
.common-form .getin-touch:hover .icons {
  transform: rotate(-35deg);
}

.black-clr {
  color: var(--black);
}

.blackbg {
  background: var(--white);
  
}

.blackbg44 {
  background: var(--blackFooter);
  }

.themebg {
  background: var(--theme);
  
}


.blackbg2 {
  background: var(--blackbg);
  
}




.blackbg333 {
  background:var(--blackbg);
             
}

.mini-text-contrast {
 
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 0.5px 0 rgba(15, 28, 56, 0.6);
}
.text-contrast {

  text-shadow: 
    0 1px 2px rgba(15, 28, 56, 0.6),  /* main shadow */
    1px 1px 0 rgba(15, 28, 56, 0.4),   /* subtle outline */
    -1px -1px 0 rgba(15, 28, 56, 0.4); /* subtle outline */
  font-weight: 600; /* makes letters pop */
  line-height: 1.4; /* improves readability */
}

.text-contrast-redText {



  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}


.BlackbgText {
  color: var(--blackbg);
             
}

.ThemeText {
  color: var(--theme) ; 
             
}


/* Spill effect container */
.spill-effect {
     user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  overflow: visible;

}

/* Style for swiper container */
.swiper.trusted-inner {
  overflow: visible; /* Allow content to spill out */
}

/* Style for the swiper images */
.spill-effect .swiper-slide {
  position: relative;
}

/* The images that will spill over */
.spill-effect .swiper-slide img {
  position: relative;
  z-index: 0;

  transition: transform 2s ease;
}

/* other hero elements stay beneath the spilled images */
.hero-v1-content {
  position: relative;
  z-index: 1; /* Lower z-index than the images */
}

/* Socials Base styling */
.spilit-socail,
.spilit-contact {
  position: relative;
  z-index: 0;
}


.hero-section-version1 .spilit-socail {
  transform: none;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem; 

}

.hero-section-version1 .spilit-socail a {
  color: var(--bnbg);
  font-size: 20px;
}

/* Socials Base styling */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* legacy for older browsers */
  clip-path: inset(50%);   /* modern alternative */
  white-space: nowrap;
  border: 0;
}




.white-clr {
  color: var(--white);
}

.whitebg {
  background: var(--white);
}

.theme-clr {
  color: var(--theme);
}

.theme2-clr {
  color: var(--theme2);
}

.bg1-clr {
  background: var(--bg1);
}

.bg2-clr {
  background: var(--blackbg) !important;
}


.bg7-clr {
  background: var(--theme) !important;
}

.bg3-clr {
  background: var(--bg3);
}

.bnbg {
  background: var(--bg1);
}

.bnbgFade {
  background: linear-gradient(to bottom, #FF006A 50%, #0f1c3800 100%);
    position: relative;
    
}

.themebg {
  background: var(--theme);
}

.hb-border {
  border-bottom: 1px solid var(--border1);
}

.cmn-border {
  border: 1px solid #454750 !important;
}

.rot60 {
  transform: rotate(60deg);
  transition: all 0.4s;
}

.bspan-clr {
  color: var(--bspan);
}

.pt-space {
  padding-top: 130px;
 
}

.pb-space {
  padding-bottom: 130px;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 26px;
  }
  .pt-space {
    padding-top: 80px;
  }
  .pb-space {
    padding-bottom: 80px;
  }
  .pt-space {
    padding-top: 100px;
  }
  .pb-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .pt-space {
    padding-top: 80px;
  }
  .pb-space {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  .pt-space {
    padding-top: 70px;
  }
  .pb-space {
    padding-bottom: 70px;
  }
}
section,
footer {
  overflow:hidden;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.about-tumb-arrow {
  position: absolute;
  bottom: 0;
  left: 50px;
  transform: rotate(-44deg);
  z-index: -1;
}

.review-cont .texts {
  font-size: 13px;
}
.review-cont i {
  color: var(--theme);
}

.customer-man li:not(:last-child) {
  margin-right: -12px;
}


.about-content-v02 .about-sponsor h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.about-content-v02 .about-sponsor .brand-border {
  border-bottom: 1px solid var(--border1);
  border-width: 1px;
  border-color: var(--border1);
  display: block;
  width: 60%;
}
.about-content-v02 .about-sponsor .sponsor-inner a {
  max-width: 150px;
}
.about-content-v02 .about-sponsor .sponsor-inner a img {
  width: 100%;
}

.about-sponsor h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.about-sponsor .brand-border {
  border-bottom: 1px solid var(--border1);
  border-width: 1px;
  border-color: var(--border1);
  display: block;
  width: 60%;
}
.about-sponsor .sponsor-inner a {
  max-width: 150px;
}
.about-sponsor .sponsor-inner a img {
  width: 100%;
}

.about-count {
  min-width: 150px;
}
.about-count h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.about-count h2 span {
  font-size: 40px;
  font-weight: 700;
}

.offer-item {
  background: #161616;
  border-radius: 12px;
}
.offer-item .icon-area .icon {
  transition: all 0.5s;
}
.offer-item .icon-area .icon img {
  transition: all 0.5s;
}
.offer-item:hover .icon-area .icon {
  transform: scale(1.09);
  width: 50px;
  height: 50px;
}
.offer-item:hover .icon-area .icon img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.offer-item:hover a {
  color: var(--theme);
}
.offer-item:hover a span i {
  color: var(--theme);
}

@media (max-width: 1600px) {
  .about-section-version3 {
    padding-top: 80px;
  }
}

.about-content-v3 .global-counting .counting-item h6 span {
  font-size: 20px;
}
.about-content-v3 .global-counting .counting-item .pra-clr {
  font-size: 14px;
}
@media (max-width: 450px) {
  .about-content-v3 .global-counting .counting-item .pra-clr {
    font-size: 12px;
    line-height: 18px !important;
    display: block;
  }
}

.about-version3-thumb {
  position: relative;
  height: 540px;
  width: 100%;
  width: 100%;
  padding-right: 120px;
}
.about-version3-thumb img {
  width: 100%;
  height: 100%;
}
.about-version3-thumb .arrow-element {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.about-version3-thumb .arrow-element img {
  width: 100%;
}





.about-version3-thumb .video-popup {
  position: absolute;
  top: 50%;
  right: 110px;
  z-index: 1;
}
.about-version3-thumb .video-popup .hero-circle {
  animation: textani 14s linear infinite;
  position: absolute;
  top: -57px;
  left: -64px;
  width: 142px;
  height: 142px;
}
.about-version3-thumb .video-popup .hero-circle img {
  width: 100%;
  height: 100%;
}
.about-version3-thumb .video-popup i {
  font-size: 29px;
}
@media (max-width: 1399px) {
  .about-version3-thumb {
    padding-right: 0px;
  }
  .about-version3-thumb .arrow-element {
    display: none;
  }
  .about-version3-thumb .video-popup {
    top: 50%;
    right: initial !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.protfolio-solution .protfolio-solutionwrap {
  position: relative;
}



.blog-swiper .swiper-pagination {
  margin-top: 32px !important;
  position: relative;
 
}


.diagonal-box {
 transform: skewY(-11deg);
 
}


/* Comparison Image */
.compare {
  --mask-width: 50%;
  --handle-size: 32px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.compare__separator {
  position: absolute;
  top: 0;
  height: 100%;
  left: var(--mask-width);
  width: 2px;
  margin-left: -1px;
  background: black;
  z-index: 1;
  pointer-events: none;
}

.compare__image-one {
  width: 100%;
  display: block;
}

.compare__mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: white;
  overflow: hidden;
  width: var(--mask-width);
}

.compare__image-two {
  height: 100%;
  width: auto;
}

.compare__input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  left: calc(var(--handle-size) / -2);
  width: calc(100% + var(--handle-size));
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: col-resize;
  background-color: transparent;
}



/* Firefox */
.compare__input::-moz-range-track {
  height: 100%;
}

.compare__input::-moz-range-thumb {
  height: 100%;
  border-radius: 0;
  width: var(--handle-size);
  border: none;
}

/* Webkit */
.compare__input::-webkit-slider-runnable-track {
  height: 100%;
}

.compare__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  border-radius: 0;
  width: var(--handle-size);
  border: none;
}

.compare__icon {
  position: absolute;
  z-index: 2;
  color: #333;
  width: var(--handle-size);
  height: var(--handle-size);
  top: 50%;
  left: var(--mask-width);
  transform: translate(-50%, -50%);
  padding: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: white;
}

.compare__icon path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}



.compare {
  transform-style: preserve-3d;
}

.compare,
.compare__mask,
.compare__input,
.compare__image-one,
.compare__separator {
  will-change: transform;
  transition: transform 1000ms, outline 1000ms, box-shadow 1000ms, opacity 1000ms;
  transition-timing-function: ease-out;
  outline: 2px solid transparent;
}

.compare__input::-moz-range-thumb {
  transition-timing-function: ease-out;
  transition: outline 1000ms, background-color 1000ms;
  outline: 2px solid transparent;
}

.compare__input::-webkit-slider-thumb {
  transition-timing-function: ease-out;
  transition: outline 1000ms, background-color 1000ms;
  outline: 2px solid transparent;
}

.debug {
  --step: 120px;
}
.debug .compare {
  transform: scale(0.75) translateY(5%) rotateX(30deg) rotateZ(10deg);
}
.debug .compare__image-one {
  outline-color: var(--red);
}
.debug .compare__mask {
  outline-color: var(--light-green);
  transform: translateZ(var(--step));
  box-shadow: 0 calc(var(--step) * 0.66) 5px rgba(0, 0, 0, 0.05);
}
.debug .compare__input {
  opacity: 1;
  outline-color: var(--blue);
  transform: translateZ(calc(var(--step) * 2));
}
.debug .compare__separator {
  transform: translateZ(calc(var(--step) * 3));
}
.debug .compare__input::-moz-range-thumb {
  outline-color: var(--blue);
  background-color: rgb(var(--blue-rgb)/0.1);
}
.debug .compare__input::-webkit-slider-thumb {
  outline-color: var(--blue);
  background-color: rgb(var(--blue-rgb)/0.1);
}
/* Comparison Image */



.facade-style-jutsu-cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.youtube-facade {

  position: relative;
  cursor: pointer;
 
  /* Change this to allow overflow on hover animation */
  overflow: visible;
  /* Add transition for smooth scaling */
  transition: transform .3s ease;
}

/* Add hover effect */
.youtube-facade:hover {
  transform: scale(1.11);
  z-index: 1; /* Ensure it appears above other elements when scaled */
}

.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 6%;
  width: 87px;
  height: 20px;
  background: var(--theme);
  border-radius: 14px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  /* Add transition for the play button too */
  transition: transform 0.3s ease;
}


.yt-play-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
}

/* Optional: make play button slightly larger on hover too */
.youtube-facade:hover .yt-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
/* Youtube Play Button */

/* Swiper pagination bullets as stars */
.swiper-pagination-bullet {
  width: 1.5em !important;
  height: 1.5em !important;
  background: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  position: relative;
  margin: 0 6px !important;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none !important;
  
 
}
.swiper-pagination-bullet::before {
  content: '✦';
  color: #ffffff; /* Inactive star color */
  font-size: 1em;
  display: block;
  line-height: 1;
  transition: color 0.3s;
  font-family: inherit;
}
.swiper-pagination-bullet-active::before {
  color: var(--theme); /* Active star color */
  text-shadow: 0 0 27px var(--theme);
}

.protfolio-solution-item .thumb {
  width: 100%;
}
.protfolio-solution-item .thumb .mission-v4-btn {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: var(--theme);
  border-radius: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.protfolio-solution-item .thumb .mission-v4-btn i {
  color: var(--black);
  font-size: 24px;
}
.protfolio-solution-item .thumb img {
  width: 100%;
}
.protfolio-solution-item .content img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
.protfolio-solution-item .content .cont h4 span {
  font-size: 30px;
}
@media (max-width: 1399px) {
  .protfolio-solution-item .thumb .mission-v4-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .protfolio-solution-item .thumb .mission-v4-btn i {
    font-size: 24px;
  }
  .protfolio-solution-item .thumb img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .protfolio-solution-item .thumb .mission-v4-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .protfolio-solution-item .thumb .mission-v4-btn i {
    font-size: 18px;
  }
  .protfolio-solution-item .content img {
    width: 72px;
    height: 72px;
    object-fit: contain;
  }
  .protfolio-solution-item .content .cont h4 span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .protfolio-solution-item .thumb .mission-v4-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .protfolio-solution-item .thumb .mission-v4-btn i {
    font-size: 16px;
  }
  .protfolio-solution-item .content img {
    width: 52px;
    height: 52px;
  }
  .protfolio-solution-item .content .cont h4 span {
    font-size: 22px;
  }
}

.about-small-stork {
  max-width: 297px;
}


@media (max-width: 1800px) {
  .about-small-stork {
    width: 230px;
  }
}
@media (max-width: 600px) {
  .about-small-stork {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none; 
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  }
  
  .sub-menu.mobile-active {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto; 
  }

  .menu-item.active .ani-icons {
    transform: rotate(360deg);
    transition: transform 0.9s ease;
  }
  
  .submenu-toggle.active {
    transform: rotate(360deg);
  }
}

.submenu-toggle::before,
.submenu-toggle::after {
  content: none !important;
}

header.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: var(--bg1);
}


.about-wrapper-2 .about-header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-header-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-2 .about-header-items .counter-area {
  display: flex;
  gap: 50px;
}


.counter-area a {
  background-color: var(--theme);
  color: var(--white);
padding: 1%;
  border-radius: 6px;

  transition: background-color 0.25s ease, color 0.25s ease;
}

.counter-area a:hover {
  background-color: #fff; /* or a lighter shade of var(--theme) */
  color: var(--theme);
}






@media (max-width: 575px) {
  .about-wrapper-2 .about-header-items .counter-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-2 .about-header-items .counter-area .counter-item h2 {
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: var(--white);
  margin-bottom: 5px;
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 {
    font-size: 28px;
  }
}
.about-wrapper-2 .about-header-items .counter-area .counter-item h2 span {
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 span {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-header-items .counter-area .counter-item h2 span {
    font-size: 28px;
  }
}
.about-wrapper-2 .about-image {
  position: relative;

}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
 
}

.backthefuckup {
margin: 2%;
 
}


.about-wrapper-2 .about-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;                /* ← FIX */
  justify-content: center;      /* ← FIX */
  align-items: center;          /* ← FIX */

  height: 100px;
  width: 100px;
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  color: var(--theme);
  border-radius: 50%;
  border: 1px solid var(--theme);
}


@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}



.about-wrapper-2 .about-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.about-wrapper-2 .progress-wrap .pro-items {
  width: 100%;
}
.about-wrapper-2 .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--theme);
  font-weight: 700;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--theme);
  font-weight: 700;
}
.about-wrapper-2 .progress-wrap .pro-items .progress {
  background: #0F1C38;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.about-wrapper-2 .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.about-wrapper-2 .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.about-wrapper-2 .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}

.awards-wrapper .awards-content h2 {
   
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-content h2 {
    font-size: 52px;
  }
}
.awards-wrapper .awards-content p {
  font-weight: 400;
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  line-height: 167%;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-content p {
    font-size: 18px;
  }
}
.awards-wrapper .awards-year .year-text {
  font-size: 100px;
  color: var(--white);
  opacity: 0.1;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-year .year-text {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-year .year-text {
    font-size: 70px;
  }
}
.awards-wrapper .awards-year .year-text:not(:last-child) {
  margin-bottom: 10px;
}
.awards-wrapper .awards-year .year-text.color-2 {
  opacity: 1;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
   
}
.scrolling-wrap .comm .cmn-textslide.style-2 {
  font-size: 40px;
  color: var(--white);
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: 1.5px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 120px;
}
.scrolling-wrap .comm.style-3 .cmn-textslide {
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  color: var(--white);
   
}
.scrolling-wrap .comm.style-3 .text-custom-storke {
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  color: var(--white);
   
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 60px;
    line-height: 65px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 40px;
    line-height: 55px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 24px;
    line-height: 35px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}
.scrolling-wrap.style-2 {
  padding: 0;
  border: none;
  margin-top: -48px;
}
.scrolling-wrap.style-2 .comm .cmn-textslide {
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
   
  color: var(--white);
}
.scrolling-wrap.style-2 .comm .text-custom-storke {
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
   
}
.scrolling-wrap.style-2 .comm.style-3 .cmn-textslide {
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  color: var(--white);
   
}
.scrolling-wrap.style-2 .comm.style-3 .text-custom-storke {
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  color: var(--white);
   
}

.breadcrumnd-banner {
  background: url(../img/banner/breadcrumnd-bg.png) no-repeat center center;
  background-size: cover;
  padding: 220px 2px 144px;
}
.breadcrumnd-banner .cmn-dots {
  position: absolute;
  right: 30px;
  top: 100px;
  animation: updown 6s linear infinite;
}
.breadcrumnd-banner .cmn-svg-shape {
  position: absolute;
  bottom: 90px;
  left: 16px;
}
.breadcrumnd-banner .cmn-svg-shape svg {
  transition: all 0.5s;
}
.breadcrumnd-banner .cmn-svg-shape svg path {
  transition: all 0.5s;
}
@media (max-width: 1399px) {
  .breadcrumnd-banner {
    padding: 190px 2px 120px;
  }
}
@media (max-width: 1199px) {
  .breadcrumnd-banner .cmn-svg-shape {
    bottom: 10px;
    left: 10px;
  }
  .breadcrumnd-banner .cmn-svg-shape svg {
    width: 80px;
  }
  .breadcrumnd-banner .cmn-dots {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .breadcrumnd-banner {
    padding: 200px 1px 100px;
  }
}
@media (max-width: 575px) {
  .breadcrumnd-banner {
    padding: 180px 1px 80px;
  }
  .breadcrumnd-banner .cmn-svg-shape {
    bottom: -70px;
    left: 5px;
  }
  .breadcrumnd-banner .cmn-svg-shape svg {
    width: 60px;
  }
  .breadcrumnd-banner .cmn-dots {
    width: 60px;
  }
}

.breadcrumnd-content .breadcrumnd .rot60 {
  font-size: 17px;
}

.home-onetext .textitalick {
  font-style: italic;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.home-onetext img {
  width: 75px;
}

.testi-italic .textitalick {
  font-style: italic;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}

.hero-section-version1 {
  padding-top: 2% ;

  position: relative;
  z-index: 90;
}

.hero-section-version1 .sfot-element1 {
  position: absolute;
  top:9.77%;
  left:27%;
  width:60px;
  height: 60px;
  animation: zomin 5s linear infinite;
  z-index: 1;
  
}

.hero-section-version1 .sfot-element2 {
  position: absolute;
  top:9.77%;
  right:27%;
  width:60px;
  height: 60px;
  animation: zomin 2s linear infinite;
  z-index: 1;
  
}



@media (max-width: 1800px) {
  .hero-section-version1 .sfot-element1 {
   top:13%;
  left:10%;
  }
  .hero-section-version1 .sfot-element2 {
   top:13%;
  right:10%;
  width:60px;
  height: 60px;
  }
}

@media (max-width: 600px) {
 
  .hero-section-version1 .sfot-element2 {
   top:80%;
  right:5%;
  width:30px;
  height: 30px;
  }
}

@media (max-width: 390px) {
 
  .hero-section-version1 .sfot-element2 {
   top:77%;
  right:5%;
  width:60px;
  height: 60px;
  }
}







.contact-section {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
overflow: visible;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
    font-size: 1.5rem;

  font-weight: 700;
  color:#FF006A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: italic; /* italic */
    letter-spacing: 0.5px; 
   
    text-align: center;
    }


    @media (max-width: 670px) {
    .contact-title {
        font-size: 1.25rem;
          line-height: 2.25rem;
  font-weight: 700;
  color:#FF006A;
   
    letter-spacing: 0.5px; 
   margin-top: -10px;
   margin-bottom: -10px;
    text-align: center;
    }
}

@media (max-width: 560px) {
    .contact-title {
        font-size: 1rem;
         
  font-weight: 700;
  color:#FF006A;
   
    font-style: italic; /* italic */
    letter-spacing: 0.5px; 
   
    text-align: center;
    }
}

@media (max-width: 392px) {
    .contact-title {
        font-size: 0.8rem;
         
  font-weight: 700;
  color:#FF006A;
   
    font-style: italic; /* italic */
    letter-spacing: 0.5px; 

    text-align: center;
    }
}

.contact-description {
  color: rgb(255, 255, 255);
  text-align: center;
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid  #FF006A;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
   -webkit-text-fill-color: #0F1C38;;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #FF006A;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  background-color: #FF006A;
  color: #ffffff;
  padding: 1%;

  border: none;
  cursor: pointer;
  box-shadow: 0 0 10px #FF006A, 0 0 10px #FF006A, 0 0 10px #FF006A, 0 0 10px #FF006A;
  transition: box-shadow 0.3s ease-in-out;
  margin-top: 3%;
    margin-bottom: 3%;
}

.form-submit:hover {
  box-shadow: 0 0 15px #FF006A, 0 0 25px #FF006A, 0 0 35px #FF006A, 0 0 50px #FF006A;
}


.hero-section-version1 .spilit-contact {
  transform: rotate(90deg);
  position: absolute;
  left: -200px;
  top: 60%;
}
.hero-section-version1 .spilit-contact a {
  color: var(--bg2);

  font-size: 20px;
}


@media (max-width: 1600px) {
 
  .hero-section-version1 .spilit-contact {
    justify-content: center;
    position: initial;
    transform: rotate(0deg);
    left: -150px;
    top: 50%;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .hero-section-version1 .sfot-element1 {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-section-version1 {
   padding-top: 2% ;
  }
  .hero-section-version1 .spilit-contact a {
    font-size: 11px;
  }
}

@keyframes zomin {
  50% {
    transform: scale(1.1);
  }
}
.hero-v1-content h1 span {
  font-size: 100px;
  line-height: 85px;
  font-weight: 800;
}
.hero-v1-content h1 .text-italic {
  font-style: italic;
  font-weight: 500;
}
.hero-v1-content h1 .text-storke {
  -webkit-text-stroke: 1px var(--theme);
  -webkit-text-fill-color: transparent;
}
.hero-v1-content h1 .designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg2);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.hero-v1-content h1 .designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--bg2);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--bg2);
}

.designers2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg1);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.designers2::before {
  content: attr(data-text);
  position: absolute;
  color: var(--bg1);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--bg1);
}
@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.hero-v1-content h1 span {
  font-size: 100px;
  line-height: 85px;
  font-weight: 800;
}
.hero-v1-content h1 .text-italic {
  font-style: italic;
  font-weight: 500;
}
.hero-v1-content h1 .text-storke {
  -webkit-text-stroke: 1px var(--theme);
  -webkit-text-fill-color: transparent;
}
.hero-v1-content h1 .designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg2);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.hero-v1-content h1 .designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--bg2);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--bg2);
}

.designers2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg1);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.designers2::before {
  content: attr(data-text);
  position: absolute;
  color: var(--bg1);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--bg1);
}
@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.hero-v1-content .video-popup {
  position: relative;
  margin-right: 60px;
}
.hero-v1-content .video-popup .hero-circle {
  animation: textani 14s linear infinite;
  position: absolute;
  top: -56px;
  left: -66px;
}
.hero-v1-content .video-popup i {
  font-size: 29px;
}


.hero-v1-content .arrow-bnv1 {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.hero-v1-content .banner-quickly-thumb {
  border-radius: 300px;
  border: 4px solid aliceblue;
  width: 100%;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  max-width: 1442px;
  margin-inline: auto; /* center it horizontally */
  position: relative;
}
.hero-v1-content .banner-quickly-thumb img {
  border-radius: 1000px;
  width: 100%; 
    height: 100%;
      object-fit: cover;
  display: block;
    max-width: 1442px; 

}
.hero-v1-content .hero-arrow {
  width: 150px;
}
.hero-v1-content .hero-arrow img {
  width: 100%;
}
@media (max-width: 1399px) {
  .hero-v1-content .hero-sponsor {
    padding-top: 150px;
  }
  .hero-v1-content .hero-sponsor .sponsor-inner a {
    max-width: 120px;
  }
  .hero-v1-content .hero-sponsor .sponsor-inner a img {
    width: 100%;
  }
  .hero-v1-content .hero-sponsor .brandin-wrap .brading-text::before {
    width: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-v1-content h1 span {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-v1-content h1 span {
    font-size: 64px;
    line-height: 60px;
  }
  .hero-v1-content h1 .arrow-bnv1 {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .hero-v1-content .hero-arrow {
    width: 100px;
  }
  .hero-v1-content .hero-arrow img {
    width: 100%;
  }
  .hero-v1-content h1 span {
    font-size: 44px;
    line-height: 60px;
  }
  .hero-v1-content h1 .arrow-bnv1 {
    width: 40px;
    height: 40px;
  }
  .hero-v1-content .video-popup {
    position: absolute;
    top: -30px;
    right: 40px;
  }
  .hero-v1-content .video-popup .hero-circle {
    width: 80px;
    height: 80px;
    top: -28px;
    left: -36px;
  }
  .hero-v1-content .video-popup .icon i {
    font-size: 23px;
  }
}
@media (max-width: 550px) {
  .hero-v1-content .hero-arrow {
    width: 70px;
  }
  .hero-v1-content .hero-arrow img {
    width: 100%;
  }
  .hero-v1-content h1 span {
    font-size: 32px;
    line-height: 52px;
  }
  .hero-v1-content h1 .arrow-bnv1 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 450px) {
  .hero-v1-content .hero-arrow {
    display: none;
  }
  .hero-v1-content .video-popup {
    top: -54px;
    right: 100px;
  }
  .hero-v1-content .video-popup .hero-circle {
    width: 60px;
    height: 60px;
    top: -16px;
    left: -25px;
  }
  .hero-v1-content .video-popup .icon i {
    font-size: 18px;
  }
  .hero-v1-content h1 span {
    font-size: 28px;
    line-height: 60px;
  }
  .hero-v1-content h1 .arrow-bnv1 {
    display: none;
  }
  .hero-v1-content h1 .agency-title {
    margin-top: -17px;
  }
}




.explore-more {
  border-bottom: 1px solid var(--theme);
  color: var(--theme);
}
.explore-more i {
  color: var(--theme);
}
.explore-more:hover {
  color: var(--theme);
}

@keyframes lfr {
  50% {
    transform: translateX(10px);
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-wrapper .arrow-shape {
  position: absolute;
  bottom: 37%;
  left:65%;
}
.breadcrumb-wrapper .arrow-shape3 {
  position: absolute;
  bottom: 37%;
  left:31.5%;
}

@media (max-width: 1800px) {
  .breadcrumb-wrapper .arrow-shape {
    display: none;
  }
}
@media (max-width: 1800px) {
  .breadcrumb-wrapper .arrow-shape3 {
    display: none;
  }
}

.breadcrumb-wrapper .dot-shape {
  position: absolute;
  top: 30.33%;
  right: 48.420%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .dot-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 237px 0 150px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 220px 0 140px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 180px 0 100px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 180px 0 100px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 80px;
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading h1 span {
  font-size: 80px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--theme);
   
  font-weight: 500;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--theme);
  transform: rotate(-40deg);
}

.blog-right-bar {
  padding: 40px 30px;
  background: var(--bg1);
  background: var(--bg1);
}
.blog-right-bar .box .wid-title h6 {
  position: relative;
  padding-bottom: 30px;
  color: var(--white);
}
.blog-right-bar .box .search-widget form {
  width: 100%;
  position: relative;
  border: 1px solid #414141;
  display: flex;
  align-items: center;
  background: var(--black);
  padding: 0px 20px;
}
.blog-right-bar .box .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 14px 0px;
  width: 100%;
  border: none;
  color: var(--pra-clr);
  background: transparent;
}
.blog-right-bar .box .search-widget form button {
  outline: none;
  border: unset;
  color: var(--theme);
}
.blog-right-bar .box .category ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.blog-right-bar .box .category ul li a::before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  content: "";
  transition: all 0.4s;
}
.blog-right-bar .box .category ul li a:hover {
  color: var(--theme);
}
.blog-right-bar .box .category ul li a:hover span {
  color: var(--theme);
}
.blog-right-bar .box .category ul li a:hover::before {
  background: var(--theme);
}
.blog-right-bar .box .recent-postwrap .recent-items .recent-content a {
  color: var(--white);
  font-weight: 600;
  display: block;
  line-height: 24px;
}
.blog-right-bar .box .recent-postwrap .recent-items:hover .recent-content a {
  color: var(--theme);
}
.blog-right-bar .box .recent-postwrap .recent-items:not(:last-child) {
  border-bottom: 1px solid var(--border1);
  padding-bottom: 30px;
}
.blog-right-bar .box .recent-postwrap .recent-items:not(:first-child) {
  padding-top: 30px;
}
.blog-right-bar .box .tagwrap a {
  color: #646464;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  transition: all 0.4s;
   
}
.blog-right-bar .box .tagwrap a:last-child {
  margin-right: 0;
}
.blog-right-bar .box .tagwrap a:hover {
  color: var(--theme) !important;
}
@media (max-width: 1399px) {
  .blog-right-bar {
    padding: 28px 20px;
  }
}
@media (max-width: 1199px) {
  .blog-right-bar {
    padding: 24px 16px;
  }
}

.blog-post-details .single-blog-post .post-content .post-marry i {
  font-size: 10px;
}
.blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.blog-post-details .single-blog-post .post-content .blod-dlist li {
  position: relative;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.blog-post-details .single-blog-post .post-content .blod-dlist li::before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--white);
  content: "";
  border-radius: 50%;
}
.blog-post-details .single-blog-post .post-content .hilight-text {
  background-color: var(--bg1);
}
.blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 100%;
  font-weight: 500;
   
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .blog-post-details .hilight-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.tagline {
  background-color: var(--theme);
  font-size: large;
}


.tag-share {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
  padding: 30px 0;
}
.tag-share .common-social li a {
  border-radius: 50%;
}
.tag-share .taglist li a:hover {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .tag-share {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .tag-share {
    padding: 16px 0;
  }
}

.nextprevius-text a:hover {
  color: var(--theme) !important;
}
.nextprevius-text a:hover span {
  color: var(--theme) !important;
}

.comment-form-wrap h3 {
  font-size: 40px;
}
.comment-form-wrap .form-clt input,
.comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border1);
  padding: 16px 20px;
  font-weight: 500;
  background: var(--bg1);
}
.comment-form-wrap .form-clt input::placeholder,
.comment-form-wrap .form-clt textarea::placeholder {
  color: var(--pra-clr);
}
.comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.base-btn {
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 8px;
  padding: 12px 26px;
  background: var(--theme);
  transition: all 0.5s;
  border: 1px solid var(--theme);
}
.base-btn i {
  color: var(--black);
}
.base-btn .rotcu {
  transform: rotate(-40deg);
}
.base-btn:hover {
  background: transparent;
  border-color: var(--theme);
  color: var(--white);
}
.base-btn:hover i {
  color: var(--white);
}
.base-btn:hover .rotcu {
  transform: rotate(40deg);
}

.blog-widget-item .thumb img {
  transition: all 0.5s;
}
.blog-widget-item:hover .thumb img {
  transform: scale(1.1);
}
.blog-widget-item:hover h5 {
  transform: scale(0.9);
}
.blog-widget-item:hover h5 a {
  color: var(--theme);
}

.blog-widget-item-022 .thumb {
  height: 100%;
}
.blog-widget-item-022 .thumb img {
  width: 100%;
  height: 100%;
}
.blog-widget-item-022 .thumb .blog-cont {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 1;
}
.blog-widget-item-022 .thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.09%, #000000 108.18%);
  height: 100%;
  z-index: 1;
}
.blog-widget-item-022 .blog-cont h5 a .texts {
  font-size: 24px;
  max-width: 402px;
  line-height: 34px;
}
.blog-widget-item-022 .blog-cont h5 a i {
  font-size: 34px;
}
.blog-widget-item-022:hover h5 {
  transform: scale(1);
}
@media (max-width: 1399px) {
  .blog-widget-item-022 .thumb .blog-cont {
    padding: 20px;
  }
  .blog-widget-item-022 .thumb .blog-cont .texts {
    font-size: 20px;
    max-width: 402px;
    line-height: 34px;
  }
  .blog-widget-item-022 .thumb .blog-cont i {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-widget-item-022 .thumb .blog-cont .texts {
    font-size: 18px;
    max-width: 402px;
    line-height: 24px;
  }
}

.tag-cmn {
  border: 1px solid #414141;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  padding: 8px 18px;
  display: inline-block;
}

.case-infobox li span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.case-infobox li:not(:last-child) {
  border-bottom: 1px solid var(--border1);
  padding-bottom: 19px;
}
.case-infobox li:not(:first-child) {
  padding-top: 19px;
}
@media (max-width: 1199px) {
  .case-infobox li span {
    font-size: 14px;
  }
}

.case-thumb1 {
  height: 100%;
}
.case-thumb1 img {
  height: 100%;
  height: 100%;
}

.case-study-detials-inner .interesting-fact h3 {
  border-bottom: 1px solid var(--border1);
}
.case-study-detials-inner .challenge-pra1 {
  max-width: 768px;
}
.case-study-detials-inner .finul-result .result-progress-wrap {
  width: 580px;
}
.case-study-detials-inner .progress-solving {
  height: 8px;
  width: 100%;
  background: #353536;
  position: relative;
}
.case-study-detials-inner .progress-solving::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  content: "";
  background: var(--theme);
}
.case-study-detials-inner .fiial-result-list {
  display: flex;
  width: 800px;
  gap: 70px;
}
.case-study-detials-inner .fiial-result-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 14px;
  color: var(--pra-clr);
}
.case-study-detials-inner .fiial-result-list ul li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme);
}
.case-study-detials-inner .fiial-result-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .case-study-detials-inner .fiial-result-list {
    gap: 12px;
  }
  .case-study-detials-inner .fiial-result-list ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .case-study-detials-inner .fiial-result-list {
    gap: 9px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .case-study-detials-inner .fiial-result-list {
    display: grid;
    width: initial;
  }
  .case-study-detials-inner .fiial-result-list ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .case-study-detials-inner .result-progress-wrap {
    width: initial !important;
  }
}

.progress-solving {
  height: 8px;
  width: 100%;
  background: #353536;
  position: relative;
}
.progress-solving::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  content: "";
  background: var(--theme);
}

.blog-content-wrapperv3 .blog-v3-inner {
  position: relative;
}
.blog-content-wrapperv3 .blog-v3-inner h5 a {
  line-height: 35px;
}
.blog-content-wrapperv3 .blog-v3-inner .blog-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.blog-content-wrapperv3 .blog-v3-inner:hover .blog-hover {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.blog-content-wrapperv3 .blog-v3-inner:hover h5 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .blog-content-wrapperv3 .blog-v3-inner h5 a {
    line-height: 28px;
  }
}

.blog-widget-itemv4 .blog-v4-btn {
  background: var(--white);
  border-radius: 14px;
  width: 70px;
  height: 68px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
}
.blog-widget-itemv4 .blog-v4-btn i {
  color: var(--black);
  font-size: 24px;
}
.blog-widget-itemv4:hover .blog-v4-btn {
  background: var(--theme);
}
.blog-widget-itemv4:hover .blog-v4-btn i {
  color: var(--black);
}
.blog-widget-itemv4:hover h5 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .blog-widget-itemv4 .blog-v4-btn {
    width: 60px;
    height: 58px;
  }
  .blog-widget-itemv4 .blog-v4-btn i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .blog-widget-itemv4 .blog-v4-btn {
    width: 48px;
    height: 48px;
  }
  .blog-widget-itemv4 .blog-v4-btn i {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-widget-itemv4 .blog-v4-btn {
    width: 39px;
    height: 39px;
  }
  .blog-widget-itemv4 .blog-v4-btn i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-widget-itemv4 .blog-v4-btn {
    width: 48px;
    height: 48px;
  }
  .blog-widget-itemv4 .blog-v4-btn i {
    font-size: 16px;
  }
}


.blog-post-details .blog-singelbtn {
  color: var(--black);
}
.blog-post-details .blog-singelbtn:hover i {
  color: var(--black) !important;
}

.news-standard-wrapper .news-standard-items {
 
  border-radius: 20px;
  padding: 30px;

}

.news-standard-items.hidden {
  display: none;
}

@media (min-width: 1400px) {
  .highlight-text  {
    font-size: clamp(1rem, 2.5vw, 3rem);
  }
}

@media (max-width: 500px) {
  .highlight-text  {
    font-size: clamp(1.3rem, 5vw, 3.5rem);
  }
}


.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.news-standard-wrapper .news-standard-items .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-content .date-list {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content .date-list li {
  font-size: 16px;
  font-weight: 400;
}
.news-standard-wrapper .news-standard-items .news-content .date-list li b {
  font-weight: 900;

}
.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2 {
 
  position: relative;
  padding-left: 20px;
}
.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
 
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}


.news-standard-wrapper .news-standard-items .news-content .news-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .link-btn {

  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;

}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile {
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
 
  overflow: hidden;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul {
  transition: all 0.6s ease-in-out;

  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul li a {
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  

  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile .plus-btn {
  z-index: 1;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
 
 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 24px;

  line-height: 1;
}



.news-details-area .post-featured-thumb {
  height: 596px;
}
@media (max-width: 767px) {
  .news-details-area .post-featured-thumb {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .news-details-area .post-featured-thumb {
    height: 420px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 16px;
  font-weight: 500;
  color: #ABABAB;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li span {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
   
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 48px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 11px solid var(--theme);
  padding: 40px;
  background-color: #ffffff;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 600;
   
  font-style: italic;
  line-height: 26px;
  color: var(--white);
  line-height: 162%;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid #454750;
  border-bottom: 1px solid #454750;
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--white);
  margin-right: 15px;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: #1D1D1D;
  margin-right: 8px;
   
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  color: #BEBEBE;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--black);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: #BEBEBE;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #454750;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: #161616;
  color: var(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
  color: var(--black);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #414141;
  background: #161616;
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: #969696;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: #BEBEBE;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 162px;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn {
  color: var(--black);
  border-radius: 6px;
  font-weight: 700;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn i {
  transform: rotate(-40deg);
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn::before {
  background-color: var(--white);
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn:hover {
  color: var(--black);
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn:hover i {
  transform: rotate(0deg);
}

.blog-box-item {
  margin-top: 30px;
}
.blog-box-item .blog-content {
  margin-bottom: 25px;
}
.blog-box-item .blog-content .post-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-box-item .blog-content .post-list li {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.blog-box-item .blog-content .post-list li span {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
   
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid var(--bg2);
  padding: 5px 20px;
}
.blog-box-item .blog-content h3 a {
  color: var(--bg2);
}
.blog-box-item .blog-content h3 a:hover {
  color: var(--theme);
}
.blog-box-item .blog-content.style-2 {
  margin-bottom: 0;
  margin-top: 25px;
}
.blog-box-item .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-box-item .blog-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-box-item .blog-image::before {
  background-color: var(--theme);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}

/* Water reflection  effect */



.water-item .water-content .post-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.water-item .water-content .post-list li {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.water-item .water-content .post-list li span {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
   
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid var(--bg2);
  padding: 5px 20px;
}



.water-item .water-content h3 a:hover {
  color: var(--theme);
}

.water-item .water-content.style-2 {
  margin-bottom: 0;
  margin-top: 25px;
}

.water-item .water-image {
  position: relative;
  overflow: hidden;
}

.water-item .water-image img {
  
  transition: all 0.4s ease-in-out;
}

.water-item .water-image::before {
  background-color: var(--blackbg);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}

.water-item:hover .water-image img {
  transform: scale(1.1);
}

.water-item:hover .water-image::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

@media (max-width: 400px) {
  .water-image {
   
        max-width: 320px; /* Limit container width to 400px */
        margin: 0 auto; /* Center the container horizontally */
  }
}


/* Water reflection  effect */

.blog-box-item:hover .blog-image img {
  transform: scale(1.1);
}
.blog-box-item:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.cmn-btn {
  transition: all 0.4s;
}
.cmn-btn .icons {
  transform: rotate(60deg);
  transition: all 0.4s;
}
.cmn-btn:hover {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
}
.cmn-btn:hover .get-text {
  color: var(--theme) !important;
}
.cmn-btn:hover .icons {
  transform: rotate(90deg);
}
.cmn-btn:hover .icons i {
  color: var(--theme) !important;
}

.blog-singelbtn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  transition: all 0.4s;
}
.blog-singelbtn i {
  color: var(--black);
  transition: all 0.4s;
}
.blog-singelbtn:hover {
  background: var(--theme);
}
.blog-singelbtn:hover i {
  color: var(--white);
}

.shapre-btn i {
  font-size: 22px;
}
.shapre-btn:hover {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
}

.radius-btn {
  transition: all 0.4s;
  line-height: 1;
   
 
}
.radius-btn.style-2 {
  line-height: 1.8;
  border: 1px solid rgb(255, 255, 255) !important;
  color: var(--white);
}
.radius-btn.style-2 span i {
  color: var(--white) !important;
}
.radius-btn.style-2:hover {
  color: var(--theme);
  border: 1px solid var(--theme) !important;
}
.radius-btn.style-2:hover span {
  transform: rotate(90deg);
}
.radius-btn.style-2:hover span i {
  color: var(--white) !important;
}

.touch-btn {
  border: 2.420px solid var(--white);
  padding: 15px 24px;
  position: relative;
  z-index: 1;
  font-weight: 900;
}
.touch-btn span i {
  color: var(White);
}
.touch-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 0;
  background: var(--theme);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.touch-btn:hover {
  color: var(--black) !important;
}
.touch-btn:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.touch-btn:hover i {
  color: var(--black);
}
.touch-btn:hover span {
  color: var(--black);
}
@media (max-width: 1600px) {
  .touch-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 1199px) {
  .touch-btn {
    padding: 9px 14px;
  }
}

.details-btn:hover {
  color: var(--black);
  background: var(--theme);
  font-weight: 600;
}
.details-btn:hover i {
  color: var(--black);
}

.case-btn {
  position: relative;
  width: 74px;
  min-width: 74px;
  height: 74px;
  transition: all 0.4s;
}
.case-btn i {
  color: var(--white);
  font-size: 20px;
}
.case-btn::before {
  background: var(--white);
  opacity: 20%;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.case-btn:hover .rot60 {
  transform: 70deg;
}
.case-btn:hover::before {
  background: var(--theme);
  opacity: 1;
}
@media (max-width: 1600px) {
  .case-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .case-btn i {
    font-size: 16px;
  }
}

.ml-10 {
  margin-left: 10px;
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
   
  color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 30px;
  line-height: 1;
}
.link-btns i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.link-btns:hover {
  background-color: var(--white);
  color: var(--black);
}
.link-btns:hover i {
  transform: rotate(0);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
   
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 40px;
  min-width: 170px;
  border-radius: 30px;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--black);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme3);
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover {
  color: var(--black);
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--black);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.border-white {
  padding: 18.5px 40px;
  border: 1px solid var(--white);
  background-color: transparent;
}
.theme-btn.border-white::before {
  background-color: var(--white);
}
.theme-btn.border-white:hover {
  color: var(--black);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.case-studyv3-item {
  background-size: cover;
  padding: 90px 0;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case-studyv3-item .case-btn {
  position: relative;
  width: 74px;
  min-width: 74px;
  height: 74px;
  transition: all 0.4s;
}
.case-studyv3-item .case-btn i {
  color: var(--white);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.case-studyv3-item .case-btn::before {
  background: var(--white);
  opacity: 20%;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.case-studyv3-item .case-btn:hover .rot60 {
  transform: 70deg;
}
.case-studyv3-item .case-btn:hover i {
  color: var(--black);
}
.case-studyv3-item .case-btn:hover::before {
  background: var(--theme);
  opacity: 1;
}
.case-studyv3-item .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.case-studyv3-item::before {
  position: absolute;
  content: "";
  top: -100%;
  width: 100%;
  height: 100%;
  background: radial-gradient(267.9% 200.83% at 47.19% -80%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
  backdrop-filter: blur(21px);
  z-index: -1;
  transition: all 0.5s;
}
.case-studyv3-item:hover::before {
  top: 0;
}
.case-studyv3-item:hover .case-btn::before {
  background: var(--theme);
  opacity: 1;
}
.case-studyv3-item:hover h4 a {
  color: var(--white);
}
@media (max-width: 1600px) {
  .case-studyv3-item {
    padding: 70px 0;
  }
  .case-studyv3-item .case-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .case-studyv3-item .case-btn i {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .case-studyv3-item {
    padding: 40px 0;
  }
}

.project-count-item {
  border: 1px solid var(--border1);
  border-radius: 5px;
  padding: 28px 10px;
  position: relative;
}
.project-count-item h2 {
  margin-bottom: 4px;
}
.project-count-item h2 span {
  font-size: 48px;
  -webkit-text-stroke: 1px rgb(255, 247, 247);
  -webkit-text-fill-color: transparent;
}

.project-single-items .project-thumb {
  position: relative;
  height: 489px;
}
@media (max-width: 575px) {
  .project-single-items .project-thumb {
    height: 400px;
  }
}
.project-single-items .project-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .project-single-items .project-thumb img {
    object-fit: cover;
  }
}
.project-single-items .project-thumb::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.project-single-items .project-thumb .icon {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .project-single-items .project-thumb .icon {
    right: initial;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme);
    color: var(--black);
  }
}
.project-single-items .project-thumb .icon i {
  transform: rotate(-40deg);
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.project-single-items .project-thumb .icon:hover {
  background-color: var(--theme);
  color: var(--black);
}
.project-single-items .project-thumb .icon:hover i {
  transform: rotate(0deg);
}
.project-single-items .project-content {
  margin-top: 25px;
}
.project-single-items .project-content span {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #454750;
  border-radius: 100px;
  line-height: 1;
   
  color: var(--theme);
  margin-bottom: 20px;
}
.project-single-items .project-content .title-item {
  border-bottom: 1px solid #454750;
  padding-bottom: 20px;
}
.project-single-items .project-content h3 a {
  color: var(--white);
}
.project-single-items .project-content h3 a:hover {
  color: var(--theme);
}
.project-single-items:hover .project-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.project-details-wrapper .project-details-items {
  padding: 30px;
  background-color: #1D1D1D;
}
.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-items .details-image .content {
  margin-top: 25px;
}
.project-details-wrapper .project-details-items .details-image .content h2 {
  font-size: 42px;
}
.project-details-wrapper .project-details-items .case-content-box {
  background-color: #161616;
  padding: 20px 40px 50px;
}
.project-details-wrapper .project-details-items .case-content-box .case-infobox li {
  color: var(--white);
  font-weight: 600;
  padding: 20px 0;
}
.project-details-wrapper .project-details-items .case-content-box .case-infobox li:not(:last-child) {
  border-bottom: 1px solid #454750;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn {
  width: 100%;
  border-radius: 0;
  color: var(--black);
  margin-top: 18px;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn::before {
  background-color: var(--white);
}
.project-details-wrapper .project-details-content {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 34px;
  }
}
.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-content .list-items li {
  color: #BEBEBE;
   
  position: relative;
}
.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.project-details-wrapper .project-details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--theme);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--theme);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.main-sidebar .single-sidebar-widget {
  padding: 15px;
  background-color: var(--theme);
 
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
   
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 40px;
  min-width: 170px;
  border-radius: 30px;
}
.main-sidebar .single-sidebar-widget .theme-btn i {
  margin-left: 5px;
}
.main-sidebar .single-sidebar-widget .theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--blackbg);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.main-sidebar .single-sidebar-widget .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.main-sidebar .single-sidebar-widget .theme-btn:hover::before {
  width: 100%;
}
.main-sidebar .single-sidebar-widget .theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.main-sidebar .single-sidebar-widget .theme-btn.bg-color-2:hover {
  color: black;
}
.main-sidebar .single-sidebar-widget .theme-btn.bg-white {
  background-color: var(--white);
  color: black;
}
.main-sidebar .single-sidebar-widget .theme-btn.bg-white:hover {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .theme-btn.border-white {
  padding: 18.5px 40px;
  border: 1px solid var(--white);
  background-color: transparent;
}
.main-sidebar .single-sidebar-widget .theme-btn.border-white::before {
  background-color: var(--white);
}
.main-sidebar .single-sidebar-widget .theme-btn.border-white:hover {
  color: black;
}
@media (max-width: 767px) {
  .main-sidebar .single-sidebar-widget .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: #BEBEBE;
  border: 1px solid #454750;
  border-radius: 4px;
  background-color: transparent;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
 
  
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--theme);
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--black);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--black);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--black);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--black);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #454750;
  padding-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  margin-right: 5px;
   
  margin-bottom: 10px;
  border-radius: 0;
  color: #646464;
  border: 1px solid #454750;
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--black);
}
.main-sidebar .single-sidebar-widget .case-content-box .case-infobox li {
  color: var(--white);
  font-weight: 600;
  padding: 20px 0;
}
.main-sidebar .single-sidebar-widget .case-content-box .case-infobox li:not(:last-child) {
  border-bottom: 1px solid #454750;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn {
  width: 100%;
  color: var(--white);
  margin-top: 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn::before {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn:hover {
  color: var(--black);
}

@keyframes updown {
  50% {
    transform: translateY(100%);
  }
}
@keyframes svgani {
  50% {
    fill: var(--theme);
    opacity: 0.5;
  }
}
@keyframes textani {
  100% {
    transform: rotate(390deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}



.accordion-single {
  transition: all 0.4s;
  border-radius: 11px;
  border: 7px solid var(--blackbg);
  background-color:var(--theme);
}
.accordion-single .header-area {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.accordion-single .header-area button {
  border: unset !important;
  color: var(--white);
  padding-right: 8%;
  border-radius: 11px;
}
@media (max-width: 500px) {
  .accordion-single .header-area {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
  }
  .accordion-single .header-area button {
    padding-right: 4%;
  }
}

.header-area .accordion-btn::before {
  border-radius: 50%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-size: 16px;
  background: var(--bg1);
  
}

.header-area .accordion-btn::after {
  font-size: 24px;
  color: var(--p1);
}

.faq .header-area {
  cursor: pointer;
}

.faq .header-area button::before,
.faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 5px;
}

.faq .header-area button::before {

  background-color: var(--theme);
  width: 38px;
  min-width: 38px;
  height: 38px;
  transition: all 0.4s;
  font-weight: 999;
  line-height: 2px; 
}

.faq .header-area button::after {
  content: "★";
  font-family: "FontAwesome";
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.4s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 38px;
  min-width: 38px;
  height: 38px;

}
@media (max-width: 500px) {
  .faq .header-area button::after {
    font-size: 16px;
  }
}

.faq .content-area {
  display: none;
}

.faq .active button {
  color: var(--white);
}

.faq .active button::after {
  font-family: "FontAwesome";
  transform: rotate(360deg);
  font-weight: 700;
  color: var(--bg2);
}

.service-tabing-wrap .images-remove-area {
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  transform: rotate(60);
}
.service-tabing-wrap .modern-list li {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.service-tabing-wrap .modern-list li i {
  color: var(--theme);
  font-size: 14px;
}
.service-tabing-wrap .accordion-single {
  border: unset;
  overflow: hidden;
  transition: all 0.8s;
  border-radius: 0;
}
.service-tabing-wrap .accordion-single .accordion-btn::after {
  content: "+";
  font-family: "FontAwesome";
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #1d1d1d;
  border-radius: 50%;
}
.service-tabing-wrap .accordion-single .accordion-btn::after:hover {
  cursor: pointer;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara {
  width: 450px;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge {
  padding: 8px 16px;
  opacity: 0.6;
  transition: all 0.4s;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge .rot60 {
  padding-left: 10px;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .mtitle {
  font-size: 30px;
  font-weight: 500;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .pras {
  font-size: 16px;
  font-weight: 400;
  display: none !important;
  transform: scale(0);
}
.service-tabing-wrap .accordion-single.active .images-remove-area {
  margin-bottom: 0px;
  opacity: 1;
}


.service-tabing-wrap .accordion-single.active .accordion-btn {
  height: initial;
  justify-content: space-between;
}
.service-tabing-wrap .accordion-single.active .accordion-btn::after {
  content: "\f068";
  font-family: "FontAwesome";
  color: var(--theme);
}
.service-tabing-wrap .accordion-single.active .accordion-btn::after:hover {
  cursor: pointer;
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .serial-badge {
  opacity: 1;
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .pras {
  display: block !important;
  transform: scale(1);
}
.service-tabing-wrap .accordion-single.active .content-area {
  display: none !important;
}
@media (max-width: 1399px) {
  .service-tabing-wrap .mtitle {
    font-size: 20px !important;
  }
  .service-tabing-wrap .tab-remove-thumb {
    max-width: 200px;
  }
  .service-tabing-wrap .tab-remove-thumb img {
    width: 100%;
  }
}

.contact-sub-info {
  padding: 50px 20px;
}
.contact-sub-info .msub {
  color: var(--dd-clr);
  font-size: 15px;
}
@media (max-width: 1399px) {
  .contact-sub-info {
    padding: 24px 14px;
  }
}

.contact-content {
  padding: 60px 40px;
}
.contact-content form .nice-select,
.contact-content form input,
.contact-content form textarea {
  width: 100%;
  outline: none;
  background: transparent !important;
  border: unset;
  border-bottom: 1px solid var(--border1);
  border-radius: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: var(--place);
}
.contact-content form .nice-select .current,
.contact-content form input .current,
.contact-content form textarea .current {
  color: var(--place);
}
.contact-content form .nice-select .list,
.contact-content form input .list,
.contact-content form textarea .list {
  width: 100%;
  background: var(--bg2);
}
.contact-content form .nice-select::after,
.contact-content form input::after,
.contact-content form textarea::after {
  border-bottom: 2px solid var(--theme);
  border-right: 2px solid var(--theme);
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  right: 12px;
  top: 50%;
  width: 10px;
}
.contact-content form .submit-btn {
  text-align: center;
  border: 1px solid var(--border1);
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border-radius: 100px;
  width: 100%;
  transition: all 0.5s;
}
.contact-content form .submit-btn:hover {
  border-color: var(--theme);
  color: var(--theme);
}
@media (max-width: 1399px) {
  .contact-content {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .contact-content {
    padding: 24px 16px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 625px;
}
@media (max-width: 1399px) {
  .contact-map iframe {
    width: 100%;
    height: 510px;
  }
}
@media (max-width: 1199px) {
  .contact-map iframe {
    width: 100%;
    height: 460px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 575px) {
  .contact-map iframe {
    width: 100%;
    height: 300px;
  }
}



.map-items .googpemap {
  filter: grayscale(100%) invert(92%) contrast(83%);
}
.map-items .googpemap iframe {
  width: 100%;
  height: 675px;
}

.contact-info-wrapper-22 .contact-info-items-2 {
  background: #161616;
  padding: 40px;
  display: flex;
  border: 1px solid #454750;
  gap: 30px;
}
.contact-info-wrapper-22 .contact-info-items-2 .icon {
  font-size: 48px;
  color: var(--theme);
  margin-bottom: 20px;
}
.contact-info-wrapper-22 .contact-info-items-2 .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-info-wrapper-22 .contact-info-items-2 .content ul li {
  font-size: 15px;
}
.contact-info-wrapper-22 .contact-info-items-2 .content ul li a {
  color: #BEBEBE;
}
.contact-info-wrapper-22 .contact-info-items-2.style-2 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-info-wrapper-22 .contact-info-items-2.style-2 {
    margin-top: 0;
  }
}

.footer-version-one {

  background-size: cover;
background-color: #021A30;
}

@media (max-width: 1399px) {
  .footer-logov1 {
    width: 100px;
    margin: 0 auto;
  }
  .footer-logov1 img {
    width: 100%;
  
  }
}

.flink-items {
  transition: all 0.6s;
}
.flink-items i {
  transition: all 0.6s;
}
.flink-items:hover {
  color: var(--bg2) !important;
}


.ani-icons:hover {
  transform: scale(1.25) translateY(-3px);
  transition: transform .25s ease;
}

.Grande {
  transition: transform .27s ease;
}

.Grande:hover {
  transform: scale(1.27) translateY(-3px);
}


.star-icon {
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.star-icon-svg {
  width: 100 percent;
  height: 100 percent;
  fill: currentColor;
}


.foote-formv1 {
  border: 1px solid var(--border1);
  border-radius: 4px;
  padding: 5px;
}
.foote-formv1 button {
  width: 53px;
  height: 50px;
  padding: 5px 16px;
}
.foote-formv1 input {
  background: transparent;
  border: unset;
  outline: none;
  padding: 10px 24px;
  color: var(--pra-clr);
  width: initial;
}
.foote-formv1 ::placeholder {
  color: var(--border1);
}
@media (max-width: 1399px) {
  .foote-formv1 input {
    padding: 10px 10px;
  }
}

.footer-topscroll {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
  transition: all 0.5s;
}
.footer-topscroll i {
  transition: all 0.5s;
  color: var(--white);
}
.footer-topscroll:hover {
  background: var(--white);
  border-color: var(--theme);
}
.footer-topscroll:hover i {
  color: var(--black);
}
@media (max-width: 575px) {
  .footer-topscroll {
    margin: 0 auto;
  }
}

.footer-widgets-wrapper {
  padding: 60px 0 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 45px 0 75px;
  }
}
.footer-widgets-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43%;
  content: "";
  width: 1px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper::before {
    display: none;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: #BEBEBE;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  color: rgba(190, 190, 190, 0.5);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(190, 190, 190, 0.5);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0;
  color: var(--white);
  outline: none;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save label {
  font-size: 16px;
  font-weight: 500;
   
  color: #BEBEBE;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save label span {
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo {
  margin-top: 80px;
  margin-bottom: -50px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .address-list li {
  color: #BEBEBE;
  display: grid;
  gap: 15px;
}
.footer-widgets-wrapper .single-footer-widget .address-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .address-list li span {
  font-weight: 700;
  color: var(--red);
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.footer-widgets-wrapper .single-footer-widget .address-list li a {
  color: #BEBEBE;
  display: contents;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: #BEBEBE;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widgets-wrapper.style-2::before {
  display: none;
}
.footer-widgets-wrapper.style-3::before {
  display: none;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .widget-head {
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper.style-3 .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper.style-3 .single-footer-widget .widget-head h3 {
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #FF006A 4.85%, rgba(227, 255, 4, 0) 96.39%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #454750;
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--black);
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #454750;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 input::placeholder {
  color: #BEBEBE;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 65px;
  border-radius: 4px;
  text-align: center;
  background-color: var(--theme);
  color: var(--black);
  bottom: 5px;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 .newsletter-btn i {
  font-size: 24px;
}

.footer-bottom {
  position: relative;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: #BEBEBE;
}
.footer-bottom .footer-wrapper p a {
  color: #BEBEBE;
}

.footer-v3-titlewrap {
  border-bottom: 1px solid #454750;
  padding: 90px 0 100px;
}
@media (max-width: 991px) {
  .footer-v3-titlewrap {
    padding: 80px 0 80px;
  }
}
.footer-v3-titlewrap .footer-v3-title {
  font-size: 150px;
   
  line-height: 85px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 1399px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 100px;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  .footer-v3-titlewrap {
    margin-bottom: 10px;
  }
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 70px;
    line-height: 55px;
  }
  .footer-v3-titlewrap img {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 70px;
    line-height: 45px;
  }
  .footer-v3-titlewrap img {
    width: 50px;
  }
}
@media (max-width: 470px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 55px;
    line-height: 40px;
  }
  .footer-v3-titlewrap img {
    width: 40px;
  }
}

.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    justify-content: initial;
  }
}
@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted var(--white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--white);
}
.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
  text-transform: initial;
}
.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}

#progress {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  border-radius: 50%;
  border: 2px solid var(--white);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
#progress svg {
  width: 24px; 
  height: 24px;
  fill: var(--white);
}

#progress i {
  color: var(--black);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme);
}

.error-content .cmn-btn {
  border: 1px solid var(--theme);
}
.error-content .cmn-btn:hover {
  color: var(--theme);
  background: transparent;
}

.mt-50 {
  margin-top: 50px;
}




@media (min-width: 575px) {
  .container {
    max-width: 1474px;
    margin: 0 auto;
  }
}



.section-padding {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .margin-top-60 {
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .margin-top-60 {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: -65px;
  }
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.gap-100 {
  gap: 80px !important;
}

.border-none {
  border: none !important;
}

.footer-bg {
  background: #161616;
}

.whitehover {
  color: var(--white) !important;
}

.rot60 {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.bt-border {
  border-top: 1px solid #454750 !important;
}

.d-opacity {
  opacity: 0;
  visibility: hidden;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.error-items {
  text-align: center;
}
.error-items .error-image {
  max-width: 660px;
  margin: 0 auto;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-top: 30px;
  font-size: 60px;
}
.error-items h2 span {
  color: var(--theme);
  font-size: 60px;
}
.error-items p {
  margin-top: 15px;
}
.error-items .theme-btn {
  border-radius: 0;
  color: var(--black);
  font-weight: 700;
  margin-top: 20px;
}
.error-items .theme-btn::before {
  background-color: var(--white);
}

.cmn-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cmn-fixed {
    background: var(--bg1);
    border-bottom: unset;
    z-index: 9999 !important;
  }
}



.header-section {
  width: 100%;
  z-index: 100;
  z-index: 999;
}

.header-section .brand-logo {
  max-width: 265px;
}
@media (max-width: 1199px) {
  .header-section .brand-logo {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .header-section .search-toggle-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}




.header-section .main-navbar .custom-nav .menu-item button::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 16px;
  left: 0px;
  transition: all 0.1s ease;
  transform: rotate(60deg);
}
.header-section .main-navbar .custom-nav .menu-item button,
.header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
  transition: all 0.4s;
  font-size: 16px !important;
  font-weight: 600;
   
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-section .main-navbar .custom-nav .menu-item button,
  .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 14px !important;
    font-weight: 900 !important;
  }
}
@media (max-width: 575px) {
  .header-section .main-navbar .custom-nav .menu-item button,
  .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 16px;
  }
}
.header-section .main-navbar .custom-nav .menu-item button:hover, .header-section .main-navbar .custom-nav .menu-item button.active,
.header-section .main-navbar .custom-nav .menu-item a:hover,
.header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
 
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
.header-section .main-navbar .custom-nav .menu-item button:hover::after, .header-section .main-navbar .custom-nav .menu-item button.active::after,
.header-section .main-navbar .custom-nav .menu-item a:hover::after,
.header-section .main-navbar .custom-nav .menu-item a.active::after,
.header-section .main-navbar .custom-nav .menu-link button:hover::after,
.header-section .main-navbar .custom-nav .menu-link button.active::after,
.header-section .main-navbar .custom-nav .menu-link a:hover::after,
.header-section .main-navbar .custom-nav .menu-link a.active::after {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    width: 100%;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    
    padding: 5px 20px 5px;
    background: var(--bg1) !important;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item {
    padding: 34px 0;
  }
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: -30px;
    min-width: 340px;
    opacity: 0;
    width: max-content;
    visibility: hidden;
    transform: translateY(50px);
    text-wrap: nowrap;
    transition: 0.8s;
    display: initial !important;
    background: var(--bg1);
    z-index: 10;
    pointer-events: none;
    
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    border-left: 2px solid var(--p1);
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .header-section .main-navbar .custom-nav .menu-item {
    position: relative;
   
  }
  .header-section .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(60px);
    pointer-events: auto;
  }
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 36px;
  height: 24px;
  position: relative;
  right: 0;
  transition: 0.5s;
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  background: var(--white);
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.5s;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(2), .header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .header-ph {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.header-section .remove-clickbg-adding {
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--bg1);
}
@media (max-width: 991px) {
  .header-section .remove-clickbg-adding {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .header-section .remove-clickbg-adding i {
    font-size: 16px;
  }
}


.cus__scroll {
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.header-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: var(--bg);
}

.home2-border {
  border-bottom: 1px solid rgba(133, 133, 133, 0.137254902);
}

.remove-click {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-click i {
  font-size: 26px;
  color: var(--title);
}
.remove-click:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .remove-click {
    width: 39px;
    height: 39px;
  }
  .remove-click i {
    font-size: 22px;
  }
}

.subside-barmenu {
  width: 319px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #000;
  right: -320px;
  top: 0;
  transition: all 0.4s;
  overflow-y: scroll;
}
.subside-barmenu .remove-click {
  margin: 10px;
  padding: 5px;
  border-radius: 6px;
  margin: 0 auto;
}
.subside-barmenu .remove-click:hover {
  cursor: pointer;
}
.subside-barmenu .remove-click i {
  font-size: 36px;
  color: var(--theme);
}
.subside-barmenu .sub-contact-wrapper {
  padding: 40px 20px;
}
.subside-barmenu .sub-contact-wrapper .side-logo {
  margin-bottom: 20px;
}
.subside-barmenu .sub-contact-wrapper p {
  font-size: 14px;
  margin-bottom: 40px;
}
.subside-barmenu .sub-contact-wrapper .sub-contact-left {
  gap: 24px;
  margin-bottom: 40px;
}
.subside-barmenu .sub-contact-wrapper .social li a {
  width: 45px;
  height: 45px;
  background: var(--base);
  border: 1px solid var(--base);
}
.subside-barmenu .sub-contact-wrapper .social li a i {
  color: var(--title);
}




.subside-barmenu::before {
  display: none;
}
.subside-barmenu.active {
  right: 0px;
}

@media (max-width: 991px) {
  .ph-clickwrap {
    position: absolute;
    top: 90px;
    right: 8%;
    transform: translateX(50%);
    z-index: -1;
  }
  .ph-clickwrap a {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .ph-clickwrap .stext {
    display: none;
  }
}

.search-shopcart a:hover {
  color: var(--theme);
}

.star-spin {
  animation: spin 2.25s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}



/* Fade effect only at the top */
.top-fade-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust height of fade area */
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, var(--blackbg) 100%);
}



@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
.text-whitess {
  color: var(--black) !important;
  font-weight: 500;
}
.text-whitess:hover {
  color: var(--theme);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Inter", sans-serif, "Inter", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
  font-size: 80px;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 42px;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--white);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 2px;
  transform: rotateY(-90deg);
}

.nexusNav-fw {
  transition: all 0.4s;
  font-size: 16px !important;
  font-weight: 600;
   
  color: var(--white);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
   
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg2);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}



.pricing-section {
  z-index: 1;
}
.pricing-section .nav {
  border: unset;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-section .nav .nav-item .nav-link {
  border: unset;
  padding: 15px 26px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: #161616;
}
.pricing-section .nav .nav-item .nav-link.active {
  background: var(--theme);
  color: var(--black);
}

.other-pricing-item {
  background: url(../img/pricing/pricing-itembg.png) no-repeat center center;
  background-size: cover;
  height: 243px;
  border: 1px solid var(--border1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.other-pricing-item .pricinge-head {
  min-width: 400px;
  border-right: 1px solid var(--border1);
  height: 243px;
  transition: all 0.5s;
}
.other-pricing-item .pricinge-head p {
  max-width: 314px;
}
.other-pricing-item .pricing-list-right .price-choose .month {
  font-size: 18px;
  font-weight: 700;
}
.other-pricing-item .price-under {
  border-bottom: 1px solid var(--white);
  display: inline-block;
}
.other-pricing-item .price-under i {
  transition: all 0.4;
}
.other-pricing-item .price-under:hover {
  border-color: var(--theme);
  color: var(--theme);
}
.other-pricing-item .price-under:hover i {
  color: var(--theme);
}
.other-pricing-item:hover {
  border-color: var(--theme);
}
.other-pricing-item:hover .pricinge-head {
  border-right: 1px solid var(--theme);
}
@media (max-width: 1199px) {
  .other-pricing-item .pricinge-head {
    min-width: 300px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .other-pricing-item {
    display: grid !important;
    height: initial;
  }
  .other-pricing-item .pricinge-head {
    height: initial;
    margin-bottom: 24px;
    margin-top: 24px;
    border-right: unset;
  }
}

.prcing-shape {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: -1;
}
@media (max-width: 991px) {
  .prcing-shape {
    top: 10px;
    width: 250px;
  }
}

.pricing-custom-wrap .other-pricing-item {
  display: grid !important;
  height: initial;
}
.pricing-custom-wrap .other-pricing-item .pricinge-head {
  height: initial;
  margin-bottom: 24px;
  margin-top: 24px;
  border-right: unset;
}
.pricing-custom-wrap .other-pricing-item .pricing-list-right {
  display: grid !important;
  justify-content: flex-start !important;
}

.brand-wrapper {
  border-top: 3px solid #ffffff;
    user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
 
}

.counter-items {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  padding: 30px;
}
.counter-items h2 {
  font-size: 48px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: #FF006A;
  margin-bottom: 5px;
}
.counter-items h2 span {
  font-size: 48px;
}

.pricing-content {
  margin-right: 40px;
}
@media (max-width: 1399px) {
  .pricing-content {
    margin-right: 0;
  }
}
.pricing-content .check-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-bottom: 50px;
}
.pricing-content .check-list li {
  color: #BEBEBE;
}
.pricing-content .check-list li i {
  color: var(--white);
  margin-right: 15px;
}
.pricing-content .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
   
  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 25px;
}
.pricing-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.pricing-content .link-btn:hover {
  background-color: var(--theme);
  color: var(--black);
}
.pricing-content .link-btn:hover i {
  transform: rotate(0);
}

.single-pricing-items {
  display: flex;
  align-items: center;
  gap: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .single-pricing-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single-pricing-items:not(:last-child) {
  margin-bottom: 30px;
}
.single-pricing-items .pricing-header {
  max-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .single-pricing-items .pricing-header {
    border: none;
    padding-right: 0;
  }
}
.single-pricing-items .pricing-header h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.single-pricing-items .price-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .single-pricing-items .price-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single-pricing-items .price-items .price-list li {
  color: #BEBEBE;
}
.single-pricing-items .price-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.single-pricing-items .price-items .price-list li i {
  color: var(--white);
  margin-right: 10px;
}
.single-pricing-items .price-items .price-cont h2 {
  font-size: 32px;
}
.single-pricing-items .price-items .price-cont h2 sub {
  font-size: 18px;
}
.single-pricing-items .price-items .price-cont .link-btn {
  margin-top: 20px;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
   
}
.single-pricing-items .price-items .price-cont .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.single-pricing-items .price-items .price-cont .link-btn:hover {
  color: var(--theme);
}
.single-pricing-items .price-items .price-cont .link-btn:hover i {
  transform: rotate(0);
}

.pricing-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pricing-items {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.pricing-items .pricing-header p {
  font-weight: 500;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 5px;
}
.pricing-items .pricing-header h3 {
  font-size: 30px;
  color: var(--white);
}
.pricing-items h4 {
  font-size: 24px;
  color: var(--white);
  text-align: center;
}
.pricing-items .link-btn {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
   
}
.pricing-items .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.pricing-items .link-btn:hover {
  color: var(--theme);
}
.pricing-items .link-btn:hover i {
  transform: rotate(0);
}
.pricing-items.active {
  background-color:#0F1C38;
  margin-top: 0;
  padding: 40px 30px;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--bg1);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 0px;
   
  background: transparent;
  font-size: 16px !important;
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
  text-align: start;
  letter-spacing: 2px;
}
.search-wrap .main-search-input ::placeholder {
  font-size: 16px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 16px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.customer-review-active {
  display: flex;
  align-items: center;
}
.customer-review-active a:not(:first-child) {
  margin-left: -14px;
}

.offer-sectionv04 {
  background: url(../img/banner/offer-bg.png) no-repeat center center;
  background-size: cover;
}
.offer-sectionv04 .offer-item {
  background: #1B1B1B;
  border-radius: 12px;
}
.offer-sectionv04 .offer-item .seri {
  font-size: 50px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--white);
  opacity: 15%;
}
.offer-sectionv04 .offer-item:hover h5 a {
  color: var(--theme);
}
.offer-sectionv04 .offer-item:hover .btn-hover {
  color: var(--theme);
}
.offer-sectionv04 .offer-item:hover .btn-hover i {
  color: var(--theme);
}


.ButtonGlow {
  background-color: var(--theme);        /* Nexus Hue's red */
  color: #ffffff;                   /* White text */
 padding: 1.5%;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;

  box-shadow: 0 0 30px var(--theme);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible; /* Allow sparkles to show outside button */

}


.ButtonGlowMINI {
  background-color: var(--theme);        /* Nexus Hue's red */
  color: #ffffff;                   /* White text */
 padding: 1.5%;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;

  box-shadow: 0 0 30px var(--theme);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible; /* Allow sparkles to show outside button */

}

.apple-glow-container svg.apple-glow-filters { 
    height: 0; 
    width: 0; 
    position: absolute; 
    z-index: -1; 
    
}

.head-text-element {
 
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
    line-height: 1.2;
   
    font-size: clamp(1.8rem, 6vw, 4rem); /* responsive sizing */
    
}



@keyframes apple-glow-onloadscale {
    24% { transform: scale(1); }
    100% { transform: scale(1.02); }
}

@keyframes apple-glow-onloadopacity {
    24% { opacity: 0; }
    100% { opacity: 1; }
}



.yaytext-style {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900 !important;
  font-style: italic !important;
 
 
}

.yaytext-style-TITLES {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900 !important;
  font-style: italic !important;
  letter-spacing: 1px; /* increase spacing for chunkiness */
 line-height: 33%;
}

.fancy-h1 {
    color: var(--theme);
    font-weight: bold;
    font-size: 1.2em;
}

.solid-title-shadow {
  text-shadow: 3px 2.5px 0 var(--blackbg);
  transition: text-shadow 0.3s ease;
}

@media (max-width: 390px) {
  .solid-title-shadow {
    text-shadow: 1.5px 1px 0 var(--blackbg); 
  }
}

@media (max-width: 490px) {
  .solid-title-shadow {
    text-shadow: 2px 1.5px 0 var(--blackbg); 
  }
}


.solid-title-shadow:hover {
  text-shadow: none;
}





.PINK-title-shadow {
  text-shadow: 4.20px 4.20px 0 var(--theme);
}


@media (max-width: 390px) {
  .PINK-title-shadow {
    text-shadow: 2.5px 2.5px 0 var(--theme); 
  }
}

.FooterTitles {
  font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.25; 
 
    hyphens: auto;
}

@media (max-width: 670px) {
    .FooterTitles {
        font-size: 2.5rem;
    }
}

@media (max-width: 560px) {
    .FooterTitles {
        font-size: 1.7rem;
    }
}

@media (max-width: 392px) {
    .FooterTitles {
        font-size: 1.5rem;
    }
}




/* Sparkle Type SHih CTA */
.CTATypeShih {
  background-color: var(--theme);        /* Nexus Hue's red */
  color: #ffffff;                  
  
  margin: 20px; 
  background-color:  #FF006A !important ;
   border-color: #FF006A;
   border-width: 7px;
  
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;

  box-shadow: 0 0 30px var(--theme);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
}

.CTATypeShih:hover {
  box-shadow: 0 0 45px var(--theme), 0 0 100px var(--theme);
  transform: scale(1.27);
}

/* Sparkle container */
.CTATypeShih::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.CTATypeShih:hover::before {
  opacity: 1;
}

/* Create sparkles */
.CTATypeShih::after {
  content: '';
  opacity: 0;
  transform: scale(0);
}

.CTATypeShih:hover::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  animation: sparkle-explosion 1.97s ease-out forwards;
}

/* Add multiple sparkle particles */
@keyframes sparkle-explosion {
  0% {
    background-image: 
      radial-gradient(circle at 30% 20%, white 0.5%, transparent 2%),
      radial-gradient(circle at 70% 30%, white 0.5%, transparent 2%),
      radial-gradient(circle at 40% 80%, white 0.5%, transparent 2%),
      radial-gradient(circle at 80% 60%, white 0.5%, transparent 2%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(1);
    opacity: 0.3;
  }
  
  100% {
    background-image: 
      radial-gradient(circle at 30% 20%, white 0.2%, transparent 0.8%),
      radial-gradient(circle at 70% 30%, white 0.2%, transparent 0.8%),
      radial-gradient(circle at 40% 80%, white 0.2%, transparent 0.8%),
      radial-gradient(circle at 80% 60%, white 0.2%, transparent 0.8%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    transform: scale(3);
    opacity: 0;
  }
}

/* Add individual sparkle elements */
.sparkle {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.CTATypeShih:hover .sparkle {
  animation: sparkle-fly .97s ease-out forwards;}
  

.CTATypeShih .sparkle:nth-child(1) { top: 20%; left: 20%; }
.CTATypeShih .sparkle:nth-child(2) { top: 30%; left: 80%; animation-delay: 0.1s; }
.CTATypeShih .sparkle:nth-child(3) { top: 70%; left: 30%; animation-delay: 0.15s; }
.CTATypeShih .sparkle:nth-child(4) { top: 60%; left: 70%; animation-delay: 0.05s; }
.CTATypeShih .sparkle:nth-child(5) { top: 40%; left: 50%; animation-delay: 0.2s; }
.CTATypeShih .sparkle:nth-child(6) { top: 80%; left: 80%; animation-delay: 0.1s; }
.CTATypeShih .sparkle:nth-child(7) { top: 10%; left: 60%; animation-delay: 0.15s; }
.CTATypeShih .sparkle:nth-child(8) { top: 50%; left: 10%; animation-delay: 0.05s; }

@keyframes sparkle-fly {
  0% {
    transform: scale(0) translate(0, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(var(--tx), var(--ty)) rotate(180deg);
    opacity: 0;
  }
}

/* Sparkle Type SHih CTA */




.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;

  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 25px;
}
.section-title-area .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.section-title-area .link-btn:hover {
  background-color: var(--theme);
  color: var(--black);
}
.section-title-area .link-btn:hover i {
  transform: rotate(0);
}
.section-title-area .section-title {
  margin-bottom: 0 !important;
}
.section-title-area .review-cont .texts {
  font-size: 13px;
}
.section-title-area .review-cont i {
  color: var(--theme);
}
.section-title-area .customer-man li:not(:last-child) {
  margin-right: -12px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--white);
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
   
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid #454750;
  padding: 6px 20px;
}
.section-title span i {
  margin-left: 10px;
  transform: rotate(-40deg);
}

.stitle {
  font-size: 55px;
}
.stitle span {
  font-size: 55px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991px) {
  .stitle {
    font-size: 44px;
  }
  .stitle span {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .stitle {
    font-size: 36px;
  }
  .stitle span {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .stitle {
    font-size: 29px;
  }
  .stitle span {
    font-size: 29px;
  }
}

.section-bg {
  background-color: #0F1C38;
  background-image: url();
}

.step-working-processwrap {
  position: relative;
  display: flex;
  z-index: 1;
}
.step-working-processwrap .step-working-inner:nth-child(2) {
  margin-top: 60px;
}
.step-working-processwrap .step-working-inner:nth-child(3) {
  margin-top: 120px;
}
.step-working-processwrap .step-working-inner:nth-child(4) {
  margin-top: 180px;
}
.step-working-processwrap .step-working-processitem {
  width: 340px;
}
.step-working-processwrap .step-working-processitem .serial {
  width: 58px;
  min-width: 58px;
  height: 58px;
  background: #161616;
  transition: all 0.5s;
}
.step-working-processwrap .step-working-processitem .serial span {
  color: #8d8d8d;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 18px;
  transition: all 0.5s;
}
.step-working-processwrap .step-working-processitem .vline {
  border-width: 1px;
  border-color: #414141;
  border-left: 1px solid #414141;
  height: 107px;
  margin: 0 auto;
}
.step-working-processwrap .step-working-processitem .process-btn {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-left: 20px;
  z-index: 1;
}
.step-working-processwrap .step-working-processitem .process-btn::before {
  transition: all 0.5s;
  position: absolute;
  left: -20px;
  top: -6px;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #FF006A 0%, rgba(239, 100, 76, 0.1) 60.08%);
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.step-working-processwrap .step-working-processitem .process-btn svg {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-47%);
  transition: all 0.5s;
}
.step-working-processwrap .step-working-processitem:hover .serial {
  background: var(--theme);
}
.step-working-processwrap .step-working-processitem:hover .serial span {
  color: #fff;
}
.step-working-processwrap .step-working-processitem:hover .process-btn svg {
  opacity: 0;
  visibility: hidden;
}
.step-working-processwrap .step-working-processitem:hover .process-btn::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .step-working-processwrap .step-working-inner {
    width: 50%;
  }
  .step-working-processwrap .step-working-processitem {
    width: 300px;
  }
  .step-working-processwrap .step-working-processitem .vline {
    height: 60px;
  }
  .step-working-processwrap .step-working-processitem .process-btn {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .step-working-processwrap .step-working-inner {
    width: 50%;
  }
  .step-working-processwrap .step-working-inner:nth-child(2) {
    margin-top: 100px;
    margin-left: -130px;
  }
  .step-working-processwrap .step-working-inner:nth-child(3) {
    margin-top: 120px;
  }
  .step-working-processwrap .step-working-inner:nth-child(4) {
    margin-top: 220px;
    margin-left: -130px;
  }
}
@media (max-width: 500px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .step-working-processwrap .step-working-processitem {
    margin: 0 auto;
  }
  .step-working-processwrap .step-working-inner {
    width: 100%;
    margin: 0 auto;
  }
  .step-working-processwrap .step-working-inner:nth-child(2) {
    margin-top: 50px;
    margin-left: 0px;
  }
  .step-working-processwrap .step-working-inner:nth-child(3) {
    margin-top: 50px;
  }
  .step-working-processwrap .step-working-inner:nth-child(4) {
    margin-top: 50px;
    margin-left: 0px;
  }
}

.step-element1 {
  margin-top: -60px;
  z-index: 1;
  max-width: 663px;
}
.step-element1 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .step-element1 {
    margin-top: 40px;
  }
}

.step-textcircle {
  position: absolute;
  right: 0;
  top: 169px;
}
.step-textcircle .icon {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: #161616;
}
.step-textcircle .icon i {
  font-size: 29px;
  color: var(--theme);
}
.step-textcircle .step-circle {
  position: absolute;
  top: -37px;
  left: -35px;
  animation: textani 14s linear infinite;
}
@media (max-width: 991px) {
  .step-textcircle {
    display: none;
  }
}

.social-profile {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow: hidden;
  gap: 10px;
}

.social-profile ul {
  transform: translateX(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-profile ul li a {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid var(--white);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--black);
  border-color: var(--theme);
}

@media (max-width: 575px) {
  .social-profile ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.staf-thumb {
  max-width: 435px;
}
.staf-thumb img {
  width: 100%;
}

.service-box-items {
  margin-top: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  position: relative;
}
.service-box-items .number {
  font-size: 50px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--white);
  opacity: 0.08;
  position: absolute;
  top: 40px;
  right: 35px;
}
.service-box-items .icon {
  font-size: 55px;
  color: var(--white);
}
.service-box-items .content {
  margin-top: 30px;
}
.service-box-items .content h3 {
  margin-bottom: 15px;
  font-size: 23px;
}
.service-box-items .content h3 a {
  color: var(--white);
}
.service-box-items .content h3 a:hover {
  color: var(--theme);
}
.service-box-items .content ul {
  margin-top: 20px;
  margin-bottom: 25px;
}
.service-box-items .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-box-items .content ul li i {
  color: var(--white);
  margin-right: 10px;
}
.service-box-items .content .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Inter", sans-serif;

  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 30px;
}
.service-box-items .content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.service-box-items .content .link-btn:hover {
  background-color: var(--theme);
  color: var(--black);
}
.service-box-items .content .link-btn:hover i {
  transform: rotate(0);
}

.service-deatails-wrapper .service-details-image img {
  height: 100%;
  width: 100%;
}
.service-deatails-wrapper .details-content h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
   
}
@media (max-width: 991px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 32px;
  }
}
.service-deatails-wrapper .details-content .post-card {
  margin-top: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid  #FF006A;
  padding-bottom: 35px;
}
.service-deatails-wrapper .details-content .post-card li {
  color: var(--theme);
  font-size: 16px;
  font-weight: 500;
   
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid var(--Broder_Color, #0F1C38);
  margin-right: 20px;
}
.service-deatails-wrapper .details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--white);
}
@media (max-width: 767px) {
  .service-deatails-wrapper .details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .service-deatails-wrapper .details-content h3 {
    font-size: 28px;
  }
}
.service-deatails-wrapper .details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .service-deatails-wrapper .details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.service-deatails-wrapper .details-content .list-items li {
  color: #BEBEBE;
   
  position: relative;
}
.service-deatails-wrapper .details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.service-deatails-wrapper .details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.service-deatails-wrapper .details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items {
  width: 100%;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .progress {
  background: #FF006A;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.case-study-section {
  background: url(../img/team/team-stafbg.png) no-repeat center center;
  background-size: cover;
}

.onhover-tabbing-wrap .nav-tabs {
  display: grid;
  width: 100%;
  border: unset;
}
.onhover-tabbing-wrap .nav-tabs .nav-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px 14px;
  outline: none;
  border: unset;
  border-bottom: 1px solid var(--border1);
}
.onhover-tabbing-wrap .nav-tabs .nav-link .right-info {
  font-size: 14px;

  font-weight: 600;
  color: var(--white);
}
.onhover-tabbing-wrap .nav-tabs .nav-link .right-info i {
  color: var(--white);
}
.onhover-tabbing-wrap .nav-tabs .nav-link.active, .onhover-tabbing-wrap .nav-tabs .nav-link:hover {
  border-radius: unset;
  background: transparent;
}
.onhover-tabbing-wrap .nav-tabs .nav-link.active h4, .onhover-tabbing-wrap .nav-tabs .nav-link:hover h4 {
  color: var(--theme);
}
.onhover-tabbing-wrap .nav-tabs .nav-link.active .right-info, .onhover-tabbing-wrap .nav-tabs .nav-link:hover .right-info {
  color: var(--theme);
}
.onhover-tabbing-wrap .nav-tabs .nav-link.active .right-info i, .onhover-tabbing-wrap .nav-tabs .nav-link:hover .right-info i {
  color: var(--theme);
}
.onhover-tabbing-wrap .tcase-thumb {
  width: 100%;
}
.onhover-tabbing-wrap .tcase-thumb img {
  width: 100%;
}
@media (max-width: 500px) {
  .onhover-tabbing-wrap .nav-link {
    flex-wrap: wrap;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .onhover-tabbing-wrap .nav-link .right-info {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: var(--white);
  }
}

.team-details-box {
  border-radius: 12px;
}

.team-common-item .namebox {
  background: radial-gradient(267.9% 200.83% at 47.19% -80%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
  backdrop-filter: blur(21px);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 16px;
  width: 90%;
}
.team-common-item .namebox h5 {
  font-size: 21px;
}
.team-common-item .common-social {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  transition: all 0.5s;
}
.team-common-item .common-social li a {
  border-radius: 50%;
  border-color: var(--white);
}
.team-common-item .common-social li a:hover {
  border-color: var(--theme);
}
.team-common-item:hover .common-social {
  transform: scale(1);
}
@media (max-width: 1399px) {
  .team-common-item .namebox {
    margin: 8px;
  }
  .team-common-item .namebox span {
    font-size: 14px;
    margin-bottom: 2px !important;
  }
  .team-common-item .namebox h5 {
    font-size: 18px;
    font-weight: 500;
  }
}

.related-title {
  font-size: 40px;
}
@media (max-width: 1399px) {
  .related-title {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .related-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .related-title {
    font-size: 18px;
  }
}

.slider-button-60 {
  border: unset;
}
.slider-button-60 .cmn-prev,
.slider-button-60 .cmn-next {
  min-width: 60px !important;
  width: 60px !important;
  height: 60px !important;
  min-height: 60px !important;
  display: block;
}
@media (max-width: 1199px) {
  .slider-button-60 .cmn-prev,
  .slider-button-60 .cmn-next {
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
}





.team-staft {
  background: url(../../assets/img/team/team-stafbg.png) no-repeat center center;
  background-size: cover;
}

.team-staf-item {
  border-radius: 12px;
}
.team-staf-item .thumb {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.team-staf-item .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.team-staf-item .trans-social li a svg path {
  stroke: #454750;
}
.team-staf-item .trans-social li a:hover svg path {
  stroke: var(--theme);
  fill: var(--theme);
}
@media (max-width: 1399px) {
  .team-staf-item .thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto 18px;
  }
}

.team-card01 .thumb::before {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 100, 76, 0) 64.05%,#FF006A 115.68%);
  transition: all 0.5s;
}
.team-card01 .thumb .common-social {
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all 0.5s;
}
.team-card01 .thumb .common-social li a {
  border-color: var(--white);
  border-radius: 50%;
}
.team-card01 .thumb .common-social li a svg {
  width: 14px !important;
}
.team-card01 .thumb .common-social li a svg path {
  stroke: var(--white);
  fill: var(--white);
}
.team-card01 .thumb .common-social li a:hover {
  border-color: var(--theme);
}
.team-card01 .thumb .common-social li a:hover svg path {
  stroke: var(--black) !important;
  fill: var(--black) !important;
}
.team-card01 .content .bspan-clr {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.team-card01 .content .bspan-clr::before {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  content: "";
  background: var(--theme);
}
.team-card01:hover .content .bspan-clr {
  padding-left: 30px;
}
.team-card01:hover .content .bspan-clr::before {
  opacity: 1;
}
.team-card01:hover .thumb::before {
  bottom: 0;
  background: linear-gradient(180deg, rgba(239, 100, 76, 0) 64.05%,#FF006A 115.68%);
}
.team-card01:hover .thumb .common-social {
  transition: all 0.4s;
  bottom: 24px;
  left: 24px;
}
.team-card01:hover .thumb .common-social li a {
  border-color: var(--white);
  border-radius: 50%;
}
.team-card01:hover .thumb .common-social li a svg {
  width: 14px !important;
}
.team-card01:hover .thumb .common-social li a svg path {
  stroke: var(--white);
  fill: var(--white);
}
.team-card01:hover .thumb .common-social li a:hover {
  border-color: var(--theme);
}

.team-staft-slidewrap011 {
  background: #0e0e0e;
}
.team-staft-slidewrap011 .comm .cmn-textslide {
  font-size: 55px !important;
  font-weight: 400 !important;
}
.team-staft-slidewrap011 .comm .rot60 {
  transform: rotate(-60deg) !important;
}
.team-staft-slidewrap011 .comm .rot60 i {
  color: var(--theme2);
}
@media (max-width: 991px) {
  .team-staft-slidewrap011 .comm .cmn-textslide {
    font-size: 36px !important;
    font-weight: 400 !important;
  }
  .team-staft-slidewrap011 .comm .rot60 {
    transform: rotate(-60deg) !important;
  }
  .team-staft-slidewrap011 .comm .rot60 i {
    color: var(--theme2);
  }
}

.custom-bg {
  background: radial-gradient(267.9% 200.83% at 47.19% -80%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.professional-info-details {
  border-radius: 10px;
}

.team-card-item {
  margin-top: 30px;
}
.team-card-item .team-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-item .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg,  #FF006A  0%, rgba(128, 128, 128, 0) 50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon {
  position: absolute;
  bottom: -100px;
  left: 50%;
  gap: 12px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon a:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-card-item .team-content {
  margin-top: 25px;
}
.team-card-item .team-content h3 {
  font-size: 22px;
  margin-top: 10px;
}
.team-card-item .team-content h3 a {
  color: var(--white);
}
.team-card-item .team-content h3 a:hover {
  color: var(--theme);
}
.team-card-item:hover .team-image::before {
  visibility: visible;
  opacity: 1;
}
.team-card-item:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.team-details-wrapper {
  margin-bottom: -10px;
}
.team-details-wrapper .team-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid #454750;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.team-details-wrapper .team-author-items .thumb {
  max-width: 370px;
}
.team-details-wrapper .team-author-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.team-details-wrapper .team-author-items .content {
  max-width: 850px;
}
.team-details-wrapper .team-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content h2 {
    font-size: 26px;
  }
}
.team-details-wrapper .team-author-items .content span {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content span {
    margin-bottom: 10px;
  }
}
.team-details-wrapper .team-author-items .content ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #454750;
  border-bottom: 1px solid #454750;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content ul {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
  }
}
.team-details-wrapper .team-author-items .content ul li {
  color: #BEBEBE;
}
.team-details-wrapper .team-author-items .content ul li b {
  color: #BEBEBE;
}
.team-details-wrapper .team-author-items .content ul li .color-star {
  color: var(--theme);
}
.team-details-wrapper .team-author-items .content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content .social-icon {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content .social-icon {
    margin-top: 20px;
  }
}
.team-details-wrapper .team-author-items .content .social-icon a {
  color: #454750;
  border: 1px solid #454750;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.team-details-wrapper .team-author-items .content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--black);
}
.team-details-wrapper .details-info-items {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .team-details-wrapper .details-info-items {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .details-info-items {
    padding: 40px 0;
  }
}
.team-details-wrapper .details-info-items .info-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.team-details-wrapper .details-info-items .progress-wrap {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .team-details-wrapper .details-info-items .progress-wrap {
    margin-left: 0;
  }
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--theme);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--theme);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.team-details-wrapper {
  margin-bottom: -10px;
}
.team-details-wrapper .team-author-items {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 30px;
  border: 1px solid #454750;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.team-details-wrapper .team-author-items .thumb {
  max-width: 435px;
}
.team-details-wrapper .team-author-items .thumb img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content h2 {
    font-size: 26px;
  }
}
.team-details-wrapper .team-author-items .content span {
  margin-bottom: 20px;
  display: inline-block;
  color: var(--theme);
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content span {
    margin-bottom: 10px;
  }
}
.team-details-wrapper .team-author-items .content .cont {
  max-width: 630px;
  margin-bottom: 30px;
}
.team-details-wrapper .team-author-items .content .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 10px;
}
@media (max-width: 767px) {
  .team-details-wrapper .team-author-items .content .icon-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--theme);
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content .icon-area .icon-items .content {
    text-align: left;
  }
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .content h5 {
  margin-top: 5px;
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .content h5 a {
  color: var(--white);
}
.team-details-wrapper .team-author-items .content .icon-area.style-2 {
  border-top: none;
}

.team-informarion-items {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .team-informarion-items {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .team-informarion-items {
    padding: 40px 0;
  }
}
.team-informarion-items .info-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.team-informarion-items .personal-skills-box {
  margin-top: 60px;
  border: 1px solid rgba(69, 71, 80, 0.2);
  padding: 40px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items {
  width: 100%;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--theme);
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--theme);
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 15px;
  width: 100%;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 15px;
  width: 0;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.testimonial-item2 {
  border-radius: 16px;
}
.testimonial-item2 p {
  font-size: 24px;
  line-height: 170%;
}
@media (max-width: 991px) {
  .testimonial-item2 p {
    font-size: 18px;
  }
}
@media (max-width: smpx) {
  .testimonial-item2 p {
    font-size: 16px;
    line-height: 140%;
  }
}



.testimonial-version01-section {
  background: url(../img/testimonial/test-vesion01bg.png) no-repeat center center;
  background-size: cover;
}
.testimonial-version01-section .slider-button {
  position: absolute;
  right: 240px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
}
@media (max-width: 1700px) {
  .testimonial-version01-section .slider-button {
    position: absolute;
    right: initial;
    top: initial;
    bottom: 30px;
    left: 50%;
    transform: translateY(0%);
    display: flex;
  }
}
@media (max-width: 1399px) {
  .testimonial-version01-section .testimonial-zero-oneitem .content .icon {
    font-size: 54px;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .content p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .testimonial-version01-section .slider-button {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .testimonial-version01-section .testimonial-zero-oneitem .thumb {
    min-width: 180px;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .thumb img {
    width: 100%;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .content .icon {
    font-size: 54px;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial-version01-section .testimonial-zero-oneitem .thumb {
    width: 180px;
    margin: 0 auto;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .thumb img {
    width: 100%;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .content .icon {
    font-size: 54px;
  }
  .testimonial-version01-section .testimonial-zero-oneitem .content p {
    font-size: 18px;
  }
}

.testimonial-version01-section.testimonial-version022-section {
  background-image: none;
  background: var(--blackbg);
  z-index: -1;
}

.testimonial-zero-oneitem .content .icon {
  font-size: 54px;
}
.testimonial-zero-oneitem .content p {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.testimonial-version02-section .testimonial-zero-oneitem p {
  font-size: 20px;
  line-height: 32px;
}
.testimonial-version02-section .testimonial-zero-oneitem .ratting-area i {
  font-size: 19px;
}
@media (max-width: 767px) {
  .testimonial-version02-section .testimonial-zero-oneitem p {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-version02-section .slider-button {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
}
.testimonial-version02-section .slider-button .cmn-border {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
@media (max-width: 1399px) {
  .testimonial-version02-section .slider-button {
    position: absolute;
    right: 5px;
    bottom: 0px;
  }
}
.testimonial-version02-section .arrow-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
.testimonial-version02-section .arrow-element img {
  width: 100%;
  height: 100%;
}

.testimonial-zero-oneitemv3 .savannah {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.testimonial-zero-oneitemv3 .savannah img {
  width: 100%;
  height: 100%;
}
.testimonial-zero-oneitemv3 p {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: "Inter", sans-serif;
}
@media (max-width: 400px) {
  .testimonial-zero-oneitemv3 .testi-arrow {
    display: none;
  }
}

.savannah {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.savannah img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1599px) {
  .sponsor-wrap a {
    max-width: 120px;
    display: block;
    

  }
  .sponsor-wrap a img {
    width: 100%;
    
  }
}
.sponsor-wrap .brand-image {
  text-align: center;
  filter: grayscale(50%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
  
}
.sponsor-wrap .brand-image:hover {
  filter: initial;
  opacity: 1;
  
}
.sponsor-wrap .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
  
}


.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid transparent;
  border-top: 4px solid var(--theme); 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.swiper-slide {
  width: 420px;
}

.brand-image2 {
  width: 420px;
  height: 420px;
}

.brand-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.array-button {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .array-button {
    display: none;
  }
}
.array-button .array-prev, .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev {
  background-color: transparent;
  background-color: var(--theme);
  color: var(--black);
}
.array-button .array-prev:hover {
  background-color: var(--white);
  color: var(--black);
}
.array-button .array-next {
  color: rgb(69, 71, 80);
  border: 1px solid rgb(69, 71, 80);
}
.array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--black);
}

.testimonial-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.testimonial-box-items .star {
  color: var(--theme);
  margin-bottom: 20px;
}
.testimonial-box-items p {
  font-size: 17px;
  color: var(--white);
  opacity: 0.9;
}
.testimonial-box-items .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-box-items .client-info .client-img {
  width: 55px;
  height: 55px;
}

.testimonial-wrapper {
  margin-right: -30%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper {
    margin-right: 0;
  }
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 100px;
  font-weight: 600 !important;
  line-height: 85px;

}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: 4.20px #FF006A;
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 60px;
    line-height: 65px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 40px;
    line-height: 55px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 24px;
    line-height: 35px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.digital-marketing {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.digital-marketing .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.digital-marketing .comm .cmn-textslide {
  font-size: 80px;
  font-weight: 600;
  line-height: 110px;
  opacity: 25%;
  transition: all 0.5s;
}
.digital-marketing .comm .cmn-textslide .serial-badge {
  padding: 7px 18px;
  width: 80px;
  line-height: initial;
}
.digital-marketing .comm .cmn-textslide .digital-thumb {
  max-width: 330px;
  max-height: 235px;
  margin: -150px auto 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.6s;
}
.digital-marketing .comm .cmn-textslide .digital-thumb img {
  width: 100%;
  height: 100%;
}
.digital-marketing .comm .cmn-textslide:hover {
  opacity: 1;
}
.digital-marketing .comm .cmn-textslide:hover .digital-thumb {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 1199px) {
  .digital-marketing .comm {
    display: flex;
    align-items: center;
    animation: scroll 40s linear infinite;
    gap: 30px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 48px;
    line-height: 110px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 230px;
    max-height: 235px;
    margin: -150px auto 0;
  }
}
@media (max-width: 991px) {
  .digital-marketing .comm {
    gap: 16px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 36px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 170px;
    max-height: 105px;
    margin: -100px auto 0;
  }
}

.text-slie-reverse .comm {
  display: flex;
  align-items: center;
  animation: scroll 80s linear infinite;
}

.digital-software .comm .cmn-textslide {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
}
.digital-software .comm img {
  width: 65px;
}
@media (max-width: 575px) {
  .digital-software .comm .cmn-textslide {
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
  .digital-software .comm img {
    width: 55px;
  }
}

.tilt {
  border-radius: 5px;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}
.tilt:hover {
  background: transparent;
  box-shadow: 0 40px 70px -15px rgba(0, 0, 0, 0.192);
  box-shadow: none;
}

.software-fullwatch .video-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.software-fullwatch .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}




.watch-version01 {
  background: url(https://assets.nexushue.com/images/team/DuhRedSea.webp) center;
  background-size: cover;
  padding: 420px;
  min-width: 420px;
  width: auto;
  margin-top: -20%;
  position: relative; /* required for z-index to work */
  z-index: 4;
}


@media screen and (min-width: 1400px) {
  .watch-version01 {
    margin-top: -30% !important;
  
  }
}


@media screen and (min-width: 1920px) {
  .watch-version01 {
    margin-top: -20% !important;
  
  }
}

@media screen and (min-width: 3000px) {
  .watch-version01 {
    margin-top: -20% !important;
     padding: 550px;
  }
}

@media screen and (min-width: 3500px) {
  .watch-version01 {
    margin-top: -20% !important;
     padding: 550px;
  }
}




.watch-version01 .video-popup .icons {
  width: 122px;
  min-width: 122px;
  height: 122px;
  
}

.lilBorderEdge {
  
  border: 0.45px solid #ff8abb;
 
}

.watch-version01 .video-popup .icons i {
  font-size: 27px;
  color: var(--white);
}

.watch-version01 .video-popup .circle {
  position: absolute;
  top: -32px;
  left: -34px;
  animation: textani 14s linear infinite;
}
@media (max-width: 1399px) {
  .watch-version01 {
    padding: 220px 4px;
  }
}
@media (max-width: 991px) {
  .watch-version01 {
    padding: 180px 4px;
  }
}
@media (max-width: 575px) {
  .watch-version01 {
   
    background-size: cover;
    background-position: center 20%; /* Adjusts the vertical positioning */
    transform: scale(1); /* Reduces the zoom level */
    transform-origin: center center;
  }
}




[data-aos] {
  will-change: transform, opacity;
}



.watch-version02 {
  background: url(../img/about/agency-vid.png) no-repeat center center;
  position: relative;
}
.watch-version02::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=main.css.map */



.nh-webprice-widget * {
  box-sizing: border-box;
}

.nh-webprice-widget img {
  max-width: 100%;
}

.nh-webprice-widget a {
  text-decoration: none;
}

.nh-webprice-widget .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.nh-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 750px;

  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 992px) {
  .nh-wrapper {
    height: auto;
    min-height: 100vh;
  }
}
.nh-product-bullets {
  list-style: none;

  color: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.nh-product-bullets li {

  padding: 2px 6px;

  font-size: 0.11rem;
  line-height: 1;
  position: relative;
  transition: transform 0.2s ease;
}

.nh-product-bullets li:hover {
  transform: translateY(-5px);           
  background:var(--theme); 
  box-shadow: 0 0 16px 6px var(--theme); 
  transition: all 0.25s ease-in-out;    
}


.nh-product-bullets li::before {

  color: #ffffff;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  text-shadow: 0 0 6px #ffffff, 0 0 12px #ffffff; /* white glow */
  transition: all 0.25s ease-in-out;
}

.nh-product-bullets li:hover::before {
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; /* stronger glow on hover */
}


.nh-product-bullets li span {
  display: block;
  
}

.nh-content {
  height: 800px;
  margin: auto;
  width: 100%;
 
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  .nh-content {
    max-width: 920px;
    margin-top: 80px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .nh-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .nh-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.nh-bg-shape {
  height: 100%;
  background-image: linear-gradient(-45deg, var(--white) 0%, var(--white) 100%);

  border-radius: 30px;
  padding: 45px 40px;
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .nh-bg-shape {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .nh-bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .nh-bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .nh-bg-shape {
    height: 200px;
    padding: 30px;
  }
}
.nh-bg-shape img {
  object-fit: contain;
  width: 510px;
  display: block;
  object-position: left center;

  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 10px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .nh-bg-shape img {
    width: 430px;
    left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .nh-bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}

.nh-prev, .nh-next {
  z-index: 11;
  display: flex;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 92.50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: var(--theme);
 
}
.nh-prev.disabled, .nh-next.disabled {
  pointer-events: none; /* actually disables click */
  opacity: 0.5;
  cursor: not-allowed;
}

.nh-next:focus, .nh-prev:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .nh-next, .nh-prev {
    top: 170px;
  }
}

.nh-prev {
  left: -257px; /* safe distance from edge */
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .nh-prev {
    left: -21%;
  }
}
@media screen and (max-width: 992px) {
  .nh-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .nh-prev {
    transform: translate(20%, -50%);
  }
}

.nh-next {
  right: 7px;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .nh-next {
    transform: translate(-20%, -50%);
  }
}
.nh-scrollable {
  max-height: 250px;  /* adjust to fit your card height */
  overflow-y: auto;   /* adds scroll if content exceeds max height */
  padding-right: 5px; /* prevents scrollbar overlap with text */
}

.nh-product-slider {
  width: 75%;
  height: 85%;
  border-radius: 30px;
  box-shadow: 0 28px 79px 0 var(--theme);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .nh-product-slider {
    width: 80%;
  }
}

.nh-prev .icon, .nh-next .icon {
  width: 33px;
  height: 33px;
  fill: var(--white);

}

@media screen and (max-width: 992px) {
  .nh-product-slider {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .nh-product-slider br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nh-product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
.nh-product-slider__wrp {
  height: 100%;
}
.nh-product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .nh-product-slider__item {
    height: auto;
  }
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > * {
  opacity: 1;
  transform: none;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}
.nh-product-slider__item.swiper-slide-active .nh-product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}
.nh-product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
}
.nh-product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .nh-product-slider__card {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .nh-product-slider__card {
    border-radius: 20px;
  }
}



.nh-product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nh-product-slider__cover {
    border-radius: 20px;
  }
}
.nh-product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 250px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .nh-product-slider__content {
    padding-left: 220px;
  }
}
@media screen and (max-width: 992px) {
  .nh-product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 280px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nh-product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) { 
.nh-product-slider__item {
 
  margin-bottom: -95px;
 
}

}

.nh-product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .nh-product-slider__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-slider__title {
    font-size: 24px;
  }
}
.nh-product-slider__price {
  display: block;
  font-size: 27px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .nh-product-slider__price {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-slider__price {
    font-size: 30px;
  }
}
.nh-product-slider__price sup {
  top: -20px;
  font-size: 65%;
}
.nh-product-slider__cart {
box-shadow: 0px 0px 11px 7px var(--theme);
  background-image: linear-gradient(-45deg, var(--white) 0%, var(--white) 100%);
  border: none;
  color: var(--theme);
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nh-product-slider__cart {
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.nh-product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}
.nh-product-slider__fav:focus {
  outline: none;
}
.nh-product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("/assets/img/animations/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.nh-product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}
.nh-product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
.nh-product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .nh-product-ctr {
    justify-content: center;
  }
}
.nh-product-ctr .nh-hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .nh-product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .nh-product-ctr .nh-hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .nh-product-labels {
    width: 100%;
  }
}
.nh-product-labels__checkbox {
  display: none;
}
.nh-product-labels__checkbox:checked + .nh-product-labels__txt {
  border-color: var(--theme);
  padding: 10px 13px;
}

.nh-product-labels__group {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .nh-product-labels__group {
    justify-content: center;
  }
}
.nh-product-labels__group:last-child {
  margin-bottom: 0;
}
.nh-product-labels__item {
  margin: 5px;
  cursor: pointer;
}
.nh-product-labels__item:first-child {
  margin-left: 0;
}
.nh-product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 2px;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.nh-product-inf {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nh-product-inf {
    width: 100%;
  }
}
.nh-product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  position: relative;
}
.nh-product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}
.stats-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}



/*  GRAPH SHIT  */
.stats-bars {
    display: flex;
    flex-direction: column;
    gap: 1px;
 
    padding: 5%;
}

.stat-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.label {
    width: 100px;
    font-size: 15px;
    color: var(--blackbg);
    font-weight: 600;
}

.bar {
    flex: 1;
    height: 16px;
    background: #eee;
    border-radius: 8px;
        overflow: hidden;
}

.fill {
    height: 100%;
    background: linear-gradient(90deg, #FF006A ); 
    border-radius: 8px 0 0 8px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 8px #FF006A; /* inner glow */
    transition: width 1.5s ease;

}

.percent { 
  width: 40px; 
  font-size: 15px; 
  font-weight: 777; 
  text-align: right; 
  color: var(--blackbg); }

.glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit; /* inherit radius from parent */
    box-shadow: 0 0 10px #FF006A, 0 0 20px #FF006A, 0 0 30px #FF006A;
    opacity: 0.6;
    pointer-events: none; /* so it doesn't block clicks */
    animation: pulse-glow 3.33s infinite;
}

@keyframes pulse-glow {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}




.nh-product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nh-product-inf__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.nh-product-img {
  position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 700px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .nh-product-img {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .nh-product-img {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .nh-product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .nh-product-img {
    max-width: 300px;
    height: 300px;
  }
}
.nh-product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 60%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}
.nh-product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}
.nh-product-img__item img {
  object-fit: contain;
  object-position: center right;
}

.nh-social {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  padding: 20px 55px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .nh-social {
    flex-direction: column;
    bottom: 0;
  }
}
.nh-social__item {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.nh-social__item:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .nh-social__item {
    margin-bottom: 10px;
  }
}
.nh-social__img {
  width: 24px;
  margin-right: 15px;
}

.nh-tooltip {
  position: relative;
  cursor: help;
  display: inline-block;
}

.nh-tooltip__text {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme);
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: normal;
  width: 240px;
  z-index: 999;
  text-align: left;
  box-shadow: 0 4px 12px var(--theme);
}

/* Hover */
.nh-tooltip:hover .nh-tooltip__text {
  visibility: visible;
  opacity: 1;
}

/* Touch-safe behavior */
.nh-tooltip:focus-within .nh-tooltip__text {
  visibility: visible;
  opacity: 1;
}


.NexusProduct{
 display: block;
}



.NexusProduct img {
    width: 100%;
    display: block;
}

.NexusProduct-img-display {
    overflow: hidden;
}

.NexusProduct-img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.NexusProduct-img-showcase img {
    min-width: 100%;
}

.NexusProduct-img-select {
    display: flex;
}

.NexusProduct-img-item {
    margin: 0.3rem;
}

.NexusProduct-img-item:nth-child(1),
.NexusProduct-img-item:nth-child(2),
.NexusProduct-img-item:nth-child(3) {
    margin-right: 0;
}

.NexusProduct-img-item:hover {
    opacity: 0.8;
}

.NexusProduct-product-content {
    padding: 2rem 1rem;
}

.NexusProduct-product-title {
 
    position: relative;
   
    margin: 1rem 0;
}

.NexusProduct-product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;

}



.DuhAlert 
{--bs-alert-color: var(--white);
  --bs-alert-bg: #ac0048;
  --bs-alert-border-color: #ff1c7b;}


.NexusProduct-product-link {
    text-decoration: none;
    text-transform: uppercase;

    display: inline-block;
    margin-bottom: 0.5rem;
    background: var(--theme);
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.NexusProduct-product-link:hover {
    color: var(--white);
    transform: scale(1.1); /* makes it grow 10% */
}
.NexusProduct-product-rating {
    color: var(--theme);
}

.NexusProduct-product-rating span {
    font-weight: 900;
    color: var(--theme);
}

.NexusProduct-product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 900;
}

.NexusProduct-product-price span {
    font-weight: 900;
}

.NexusProduct-last-price span {
       color: var(--theme);
    text-decoration: line-through;
}

.NexusProduct-new-price span {
    color: var(--theme);
}






.NexusProduct-product-detail ul li {
    margin: 0.4rem 0;
    list-style: none;
    background: url(https://) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    font-weight: 900;
    opacity: 0.9;
   
}





.NexusProduct-product-detail ul li span {
    font-weight: 700;
   color: var(--blackbg) ;
    
}

.NexusProduct-purchase-info {
    margin: 1.5rem 0;
}

.NexusProduct-purchase-info input,
.NexusProduct-purchase-info .NexusProduct-btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.NexusProduct-purchase-info input {
    width: 60px;
}

.NexusProduct-purchase-info .NexusProduct-btn {
    cursor: pointer;
    color: #ffffff;
}

.NexusProduct-purchase-info .NexusProduct-btn:first-of-type {
    background: var(--theme);
}

.NexusProduct-purchase-info .NexusProduct-btn:last-of-type {
    background: var(--theme);
}

.NexusProduct-purchase-info .NexusProduct-btn:hover {
    opacity: 0.9;
}

.NexusProduct-social-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;  /* spacing between icons */
}

.NexusProduct-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 color: var(--white);      /* icon color */
    background-color: var(--theme); /* makes it visible */
    padding: 0.47rem;         /* optional spacing */
    border-radius: 1.97rem;   
}

.NexusProduct-social-links a svg {
    width: 24px;
    height: 24px;
    fill: currentColor;  
}

.NexusProduct-social-links a:hover {
    color: var(--white);  
}







@media screen and (min-width: 992px) {
    .NexusProduct-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

.NexusProduct-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-block: 2rem;
    height: auto;
}



    .NexusProduct-product-content {
        padding-top: 0;
    }
}





.NH-background-video-wrapper video {

  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  mask-image: 
      linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%),
      linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-composite: intersect;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}



#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;          
  opacity: 0.5;
  pointer-events: none;
  display: block;
}

#Rain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
height: 100%;
  z-index: -1;      
  opacity: 1;
  pointer-events: none;
}

.flipbook-placeholder {
  cursor:pointer;
   max-width: 1000px;
     margin:0 auto;
     width:100%; 
     display:block;
     
}

.book-sandbox {
  max-width: 1000px;
  width: 100%;

  margin: 0 auto;


  box-sizing: border-box;
  display: block;
  padding: 0;
}

.book-sandbox .book-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

.book-sandbox .book-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.book-sandbox .book {
  margin: 0;
  width: 100%;
  height: auto;
  max-width: none;
  position: relative;
  user-select: none;
}

.book-sandbox .page,
.book-sandbox .page-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.book-sandbox .media-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.book-sandbox .media-wrapper img,
.book-sandbox .media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Base button style */
.NH-accordion-button {
  background-color: #FF006A !important; /* collapsed state bg */
  color: #ffffff !important;           /* text color */
  border: none !important;             /* optional: remove border */
  box-shadow: none !important;         /* optional: remove focus shadow */
}

/* Expanded button state */
.NH-accordion-button:not(.collapsed) {
  background-color: #FF3380 !important; /* bg when expanded */
  color: #ffffff !important;
}

/* Arrow icon color */
.NH-accordion-button::after {
  filter: invert(1); /* makes arrow white */
}



mark {
background-color: var(--theme);
  color: aliceblue;
  padding: 0.15em 0.3em;
  border-radius: 0.25em; 
  font-weight: bold;     
}



.GAP40 {
padding-top: 40px;
}

/* phones */
@media (max-width: 390px) {
  .GAP-ABOVE {
    padding-top: 65px;
  }
}

/* Tablets / medium screens */
@media (min-width: 391px) and (max-width: 1399px) {
  .GAP-ABOVE {
    padding-top: 65px;
  }
}

/* Large desktops */
@media (min-width: 1400px) and (max-width: 2499px) {
  .GAP-ABOVE {
    padding-top: 45px;
  }
}

/* Extra large screens */
@media (min-width: 2500px) {
  .GAP-ABOVE {
    padding-top: 15px;
  }
}





.GAP97 {
padding-top: 97px;
}


.GAP107 {
padding-top: 107px;
}

.GAP140 {
padding-top: 140px;
}


.SmallBreath  {
padding: 2%;
}

