body {
    overflow-x: hidden;
}

.hero {
    height: 100vh;
    background: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/01/Gemini_Generated_Image_ndr5mnndr5mnndr5.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    font-size: 64px;
    letter-spacing: 4px;
}

.hero p {
    opacity: 0.8;
}

.btn {
    padding: 12px 30px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

.what-we-do,
.works,
.belief,
.clients {
    padding: 100px 10%;
    text-align: center;
}

.service-card {
    background: radial-gradient(circle, #00f2ff33, transparent);
    padding: 80px 20px;
    margin-top: 40px;
}

.work-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.work-item {
    min-width: 280px;
    height: 380px;
    background: #111;
    border-radius: 10px;
}

.belief-box {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.big-letter {
    font-size: 180px;
    opacity: 0.1;
}

.client-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/****************************************************************

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

.header-flexed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
} 

.boon-menu span.long-line {
    width: 42px;
}

.boon-menu {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
}


/* RESET */
.boon-hero * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Poppins', sans-serif;
}

/* HERO SECTION */
.boon-hero {
  position: relative;
  height: 100vh;
 /* background: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url('https://j32.32c.mytemp.website/wp-content/uploads/2026/01/Gemini_Generated_Image_ndr5mnndr5mnndr5.png') center/cover no-repeat;
  */
      background: linear-gradient(rgb(0 0 0 / 11%), rgb(0 0 0 / 47%)), url(https://j32.32c.mytemp.website/wp-content/uploads/2026/01/Gemini_Generated_Image_ndr5mnndr5mnndr5.png) center / 100% no-repeat;
  color: #fff;
  /*overflow: hidden;*/
  overflow: visible; 
}

/* HEADER */
.boon-header {
  position: absolute;
  top: 0px;
/*  left: 50px;
  right: 50px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.boon-logo {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 150px;
}

/* HAMBURGER */
.boon-menu span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
}

/* HERO CONTENT */
.boon-hero-content {
/*    position: absolute !important;
    transform: translateY(20%);*/
    text-align: center;
}

section.boon-hero-slider.intro:after {
    width: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 77%);
    z-index: 1;
}

.boon-title {
/*  font-size: 120px;
  font-weight: 800;
  letter-spacing: 20px;*/
      margin: 0;
}

.boon-title span {
  display: inline-block;
}

p.boon-tagline {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 200;
}

/* TAGLINE */
.boon-tagline {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0.8;
}

/* BUTTON */
.boon-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 70px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
} 

/*.boon-hero-content {
    margin-top: 7%;
    margin-bottom: 7%;
}*/

.boon-btn:hover {
  background: #fff;
  color: #000;
}

/* SOCIAL BAR */
.boon-socials {
  position: absolute !important;
  right: 0px;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.boon-socials a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.boon-socials a:hover {
  opacity: 1;
}

.relative-container {
    position: relative;
}

*/

/************************************/

/* SLIDER WRAPPER */
.boon-hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

/* SLIDES */
.boon-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.boon-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.boon-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.85));
}

.boon-slide.active {
  opacity: 1;
}

/* CONTENT ABOVE SLIDES */
.boon-header,
.boon-socials {
  position: relative;
  z-index: 10;
}


.boon-hero-content {
    z-index: 3;
}

/*seection 2*/
html {  
  --value: -1500;
  --width: calc(var(--value) * -1 * 1px);
  --distance: calc(var(--value) * .67 * 1px);
  --perspective: calc(var(--value) * -.33 * 1px);
  --angle: calc(var(--value) / 75 * 1deg);
  --zoom: 1.3;
  --active-translate-modifier: .6;
  /*--vertical-offset: -0px; */
  font-family: 'Segoe UI'
}

/* Use something like this to make this more dynamic, probably won't work. Likely will need to use JS.

li:first-child:nth-last-child(3),
li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
}

*/

/*button{
  position: absolute;
  z-index: 100;
}
*/
.next {
  right: 0px;
}

/*.viewport{
   width: var(--width);
  height: 300px;
  position: relative;
  overflow-x: clip;
}*/

.track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  perspective: var(--perspective);
  transform-style: preserve-3d;
  position: absolute;
  transform: scale(var(--zoom)) translateY(calc(var(--vertical-offset) * -1));
}

.item{
  /*height: calc(100% - 20px);*/
  /*height: auto;*/
  height: 250px;
  width: calc(22%);
  background-color: #999;
  transition: all .3s;
  display: flex;
  position: absolute;
  /*background-image: url('http://placekitten.com/300/300');*/
  perspective: 750px;
  border-radius: 15px;
}

.item .preview {
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 5em;
  display: flex;
  width: 100%;
  overflow: clip;
  text-shadow: 0px 0px 3px black;
  border-radius: 15px;
}

.item .caption {
    color: white;
    position: absolute;
    top: 100%;
    color: black;
    opacity: 0;
    margin-top: 20px;
    width: 200%;
    left: -50%;
  transition: all .1s;
  text-align: justify;
    /*background: rgba(255,255,255, .2);*/
}

.item .shadow {
  background: linear-gradient(rgba(0,0,0, .2) 0%, rgba(0,0,0, .1));
  opacity: .9;
  position: absolute;
  filter: blur( 35px);
  height: 110%;
  width: 110%;
  transform: translateZ(-307px) translateY(432px) translateX(2px) scale(1.2) rotateX(96deg);
}

.track .item:nth-of-type(1) {
  background-color: green;
  transform: rotateY(calc(var(--angle) * 3)) translateZ(var(--distance)) translateY(var(--vertical-offset));
}

.track .item:nth-of-type(2) {
  background-color: green;
  transform: rotateY(calc(var(--angle) * 2)) translateZ(var(--distance))  translateY(var(--vertical-offset));
}

.track .item:nth-of-type(3) {
  background-color: green;
  transform: rotateY(calc(var(--angle))) translateZ(var(--distance)) translateY(var(--vertical-offset));
}

.track .item:nth-of-type(4) {
  background-color: blue;
  transform: rotateY(0deg) translateZ(calc(var(--distance) * var(--active-translate-modifier))) translateY(var(--vertical-offset));
}

.track .item:nth-of-type(4) .caption {
  opacity: 1;
  transition-delay:.2s;
}

.track .item:nth-of-type(5) {
  background-color: green;
  transform: rotateY(calc(var(--angle) * -1)) translateZ(var(--distance)) translateY(var(--vertical-offset));
}

.track .item:nth-of-type(6) {
  background-color: green;
  transform: rotateY(calc(var(--angle) * -2)) translateZ(var(--distance)) translateY(var(--vertical-offset));
}

.track .item:nth-of-type(7) {
  background-color: green;
  transform: rotateY(calc(var(--angle) * -3)) translateZ(var(--distance)) translateY(var(--vertical-offset));
}

.our-works button, .our-works input[type="button"], .our-works input[type="reset"], .our-works input[type="submit"] {
    z-index: 99999;
    position: absolute;
}
/*seection 2*/



/*section work*/


/*section work end*/




/*what we do start*/

.what-we-do {
  background: #000;
  color: #fff;
  padding: 80px 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.section-header h2 {
  font-size: 42px;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.section-header p {
  color: #aaa;
  max-width: 1050px;
  margin: auto;
}

/* Slider Layout */
.slider-wrapper {
  position: relative;
  /*max-width: 1200px;*/
  margin: auto;
}

.slider {
  position: relative;
  height: 420px;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background-size: 70% auto;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

/* Overlapping Content */
.slide-content {
    width: 45%;
    padding-left: 18%;
}

.slide-content h3 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-align: center;
    max-width: 60%;
    font-family: "Anton", sans-serif;
    letter-spacing: 3px;
    font-weight: 100;
}

.slide-content a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}

.section-header h2 {
    font-family: 'Anton';
    text-transform: inherit;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
}

/* Arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #555;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

/*.nav.prev { left: -70px; }
.nav.next { right: -70px; }*/

/* Responsive */
@media (max-width: 768px) {
  .slider {
    height: auto;
  }

  .slide {
    position: relative;
    flex-direction: column;
    background-size: cover;
    background-position: center;
  }

  .slide-content {
    width: 100%;
    padding: 30px;
    background: rgba(0,0,0,0.7);
  }

  .nav {
    display: none;
  }
}

/*what we do end*/





/* ===============================
   PANORAMA WORKS SECTION
================================ */

.our-works-panorama {
  position: relative;
  padding: 120px 0 80px;
  background: #000;
  overflow: hidden;
}

/* Viewport */
.panorama-viewport {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

/* Track */
.panorama-track {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1400px;
  transform-style: preserve-3d;
}

/* Cards */
.panorama-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 300px;
  transform-style: preserve-3d;
  transform-origin: center center;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
}

.panorama-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation */
.panorama-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.panorama-nav button {
  background: none;
  border: 1px solid #555;
  color: #fff;
  font-size: 24px;
  padding: 10px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.panorama-nav button:hover {
  background: #fff;
  color: #000;
}


.our-works-panorama {
  background: red !important;
  height: 500px !important;
}


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

.header-flexed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
}

span.long-line {
    width: 42px;
}

.boon-menu {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



/*custom css starts here with the fixes*/


.boon-header {
    background: transparent;
}

header.boon-header {
    position: absolute;
    top: 0;
    width: 100%;
}

section.boon-hero-slider.intro h1 {
    margin: 0;
}


footer#colophon {
    position: relative;
    background: #000;
    overflow: hidden;
    z-index: 1;
}

/* VIDEO CONTAINER */
.footer-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/* VIDEO ITSELF */
.footer-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

/* BLACK COLOR OVERLAY */
.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.65); /* adjust darkness */*/
    z-index: -1;
        background: #000000e6;
}

body.home {
    margin-bottom: 0;
}

/*.footer-brand img {
    max-width: 85%;
}*/

.believe .nav {
    border: none;
}



section.what-we-do .container.relative-container {
    position: relative;
}

section.what-we-do .nav.prev {
    right: 0;
    transform: rotate(90deg);
    top: -50px;
    border: none;
}

section.what-we-do .nav.next {
    right: 0;
    transform: rotate(90deg);
    border: none;
}

section.what-we-do .nav img {
   max-width: 70px;
}
   

section.what-we-do button.nav.prev {
    top: -305px !important;
}

section.what-we-do button.nav.next {
    top: -185px !important;
}


.portfolioButton {
    margin-top: 50px;
    text-align: center;
}

.portfolioButton a {
    background: #07090d;
    text-decoration: none;
    border: solid 1px #fff;
    padding: 15px;
    margin-bottom: 20px;
}

section.portfolioButtonSection {
    height: 80px;
}

section.session-reel .controls, section.session-reel div#dots {
    display: none !important;
}


section.session-reel {
    padding-bottom: 40px;
}

.boon-menu {
    cursor: pointer;
}


.portfolioButton a, .portfolioButton:hover a, .portfolioButton a:visited, .portfolioButton a:focus {
    color: #fff !important;
}

.footer-col.center {
    text-align: center;
}

img.tpn {
    width: 25px;
}

.footer-brand {
    flex-direction: column;
}

.tpn-big {
    width: 10%;
    margin: 0 auto;
}

body {
    background-color: #000 !important;
}

.navBreaker {
    display: flex;
}

.nav-right li a {
    font-size: 2rem !important;
    line-height: 1.5;
}

.nav-left li a {
    line-height: 0.9;
    margin-bottom: 25px;
}

/*.navContainer:has(.menu-item-101:hover) {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_56_55-AM.png');
}
*/

/*.navContainer {
  background-size: cover;
  background-position: center;
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_56_55-AM.png');
  transition: background-image 0.3s ease;
}*/


.navContainer {
  position: relative;
  /*background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/04/MENU_BG.png'); /* default bg */
  background: #000000d6;
  background-size: cover !important;
  background-position: center !important;
  overflow: scroll !important;
}

/* Overlay layer for transition */
.navContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease; /* slow fade */
  z-index: 0;
}

/* When active, fade in */
.navContainer.active-bg::before {
  opacity: 1;
}


.navContainer.bg-home {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_56_55-AM.png');
}

.navContainer.bg-about {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_59_23-AM-Copy.png');
}

.navContainer.bg-contact {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/01/ChatGPT-Image-Jan-13-2026-12_39_34-AM.png');
}

.navContainer.bg-career {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_56_55-AM.png');
}

.navContainer.bg-works {
  background-image: url('https://j32.32c.mytemp.website/wp-content/uploads/2026/02/ChatGPT-Image-Jan-13-2026-12_56_55-AM.png');
}

.career-main h2 {
    font-size: 30px !important;
}

.txtContainer.container {
        max-width: 88%;
}


.swiper.right-slide.swiper-initialized.swiper-vertical.swiper-backface-hidden img {
    object-position: top;
}

 .secnd {
    display: none;
}

.activated .secnd {
    display: block !important;
}

@media (max-width: 769px) {
.textWrap {
    max-width: 90% !important;
}
}


@media (max-width: 600px) {
.boon-tagline {
    font-size: 10px !important;
}

section h2.boon-head-tagline {
    font-size: 13px !important;
}

.section-header p {
    max-width: 95%;
}

section.what-we-do .d-flex {
    flex-direction: column !important;
}
.textWrap {
    max-width: 100% !important;
}
.swiper-slide h3 {
    font-size: 2.5em !important;
}

.swiper-slide img {
    display: block;
    height: auto !important;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 0 0 !important;
}
}


@media (max-width: 768px) {

  .slider {
    height: auto;
  }

  .slide {
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
    background-size: cover !important;
    background-position: center;
  }

  .slide-content {
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.95),
      rgba(0,0,0,0.4),
      transparent
    );
  }

  .slide-content h3 {
    max-width: 100%;
    font-size: 32px;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 0;
    -webkit-text-fill-color: white;
  }

  section.what-we-do .nav.prev,
  section.what-we-do .nav.next {
    top: unset !important;
    bottom: -70px;
    transform: none;
  }

  section.what-we-do .nav.prev {
    left: 30%;
  }

  section.what-we-do .nav.next {
    right: 30%;
  }


  html {
    --value: -700;
    --zoom: 1;
  }

  .panorama-viewport {
    height: 320px;
  }

  .panorama-item {
    width: 140px;
    height: 220px;
  }

  .track {
    transform: scale(1) !important;
  }

  .item {
    width: 45%;
    height: 180px;
  }

  .item .caption {
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 10px;
  }



  .header-flexed {
    flex-wrap: nowrap;
    padding: 20px 0;
  }

  .boon-logo img {
    max-width: 120px;
  }



  .footer-brand,
  .footer-col {
    text-align: center;
  }

  .tpn-big {
    width: 60px;
  }
.bv-item {
    flex-direction: column;
}

.bv-text {
    width: 100% !important;
}
	
	section.what-we-do .slider-buttons {
    display: flex;
    position: relative;
    top: 100%;
    right: 0;
    transform: translate(0%, 0%);
    z-index: 1;
}
section.what-we-do .nav.prev, section.what-we-do .nav.next {
        top: 0 !important;
        bottom: 0;
        transform: none;
    }
	
	section.what-we-do .nav.prev {
        left: unset;
    }
	
	section.what-we-do button.nav.prev {
    top: 0 !important;
}
	section.what-we-do button.nav.next {
    top: 0 !important;
}
	.company {
    margin-bottom: 50px;
}
}