body{
  background-color: #000024;
}
.content-2 {
    text-align: center;
    height: 300px;

    position: absolute;
    overflow: hidden;
    top: -60px;
    left: 0;
    bottom: 10px;
    right: 0;

    overflow: hidden;

    transition: 1s ease;
}
.content-2.loaded {
  width: 100%;
}
.four,
.five,
.six {
  color: #175cff;
  font-size: calc(20px + 1.5vw);
  position: absolute;
  text-align: center;
  margin: auto;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .75s ease;
  width: 90%;
  
 
  letter-spacing: 3px;

}

.hed{
  color: #090909;
}
.four,
.five,.six >p{
  font-size: 20px;
}


*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Playfair Display, sans-serif;
  background: #f1f1f1;
}

.vid1 {
  height: 100vh;
  position: relative;
}
video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  
  right: 0;
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.521);*/
}
.home-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 150px;
  color: #fff;
  z-index: 3;
}




  .col-lg-5 { 
    flex: 0 0 auto; 
    width: 41.66666667%;
  } 

.cta .buttons  { 
    text-align: end;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2; 
    color: var(--bs-heading-color);
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    padding: 0; 
    margin: 0;
} 

.heading1-w h2  { 
    font-size: var(--f-fs-font-fs44); 
    line-height: var(--f-fs-font-fs52); 
    font-weight: var(--f-fw-semibold); 
    color: var(--ztc-bg-color-w);
} 

.space16 { 
    height: 16px;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    padding: 0; 
    margin: 0;
} 

.heading1-w p  { 
    font-size: var(--f-fs-font-fs16); 
    line-height: var(--f-fs-font-fs28); 
    font-weight: var(--f-fw-regular); 
    color: var(--ztc-bg-color-w);
} 

a { 
    color: var(--bs-link-color); 
    text-decoration: underline;
} 

a { 
    outline: none; 
    text-decoration: none;
} 

.cta-btn1 { 
    display: inline-block; 
    background-color: var(--ztc-text-text-2); 
    border-radius: 5px; 
    padding: 16px 20px; 
    color: var(--ztc-bg-main-bg-1); 
    font-weight: var(--f-fw-blod); 
    overflow: hidden; 
    position: relative; 
    z-index: 1; 
    transition: all 0.4s;
} 

.cta-btn1:after { 
    content: ""; 
    position: absolute; 
    background-image: url(https://techxen.vercel.app/assets/img/icons/button-img.png); 
    height: 100%; 
    width: 0%; 
    top: 0; 
    left: auto; 
    right: 0; 
    z-index: 2; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: contain; 
    transform: scale(1.5); 
    transition: all 0.4s; 
    animation-name: shape-animaiton4; 
    animation-duration: 52s; 
    animation-iteration-count: infinite; 
    animation-direction: alternate; 
    animation-timing-function: ease-in-out;
} 

a:hover { 
    color: var(--bs-link-hover-color);
} 


a,a:hover { 
    outline: none; 
    text-decoration: none;
} 

.cta-btn1:hover { 
    color: #fff; 
    transform: translateY(-4px); 
    transition: all 0.4s; 
    background-color: #3059CE;
} 

.cta-btn1:hover:after { 
    width: 100%; 
    transition: all 0.4s; 
    left: 0; 
    right: auto;
} 

.cta-btn2 { 
    display: inline-block; 
    border-radius: 7px; 
    padding: 16px 20px; 
    color: var(--ztc-text-text-2); 
    font-weight: var(--f-fw-blod); 
    overflow: hidden; 
    position: relative; 
    z-index: 1; 
    transition: all 0.4s; 
    margin-left: 20px; 
    border: 1px solid var(--ztc-text-text-2);
} 

.cta-btn2:after { 
    content: ""; 
    position: absolute; 
    background-image: url(https://techxen.vercel.app/assets/img/icons/button-img.png); 
    height: 100%; 
    width: 0%; 
    top: 0; 
    left: auto; 
    right: 0; 
    z-index: 2; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: contain; 
    transform: scale(1.5); 
    transition: all 0.4s; 
    animation-name: shape-animaiton4; 
    animation-duration: 52s; 
    animation-iteration-count: infinite; 
    animation-direction: alternate; 
    animation-timing-function: ease-in-out;
} 

.cta-btn2:hover { 
    color: #fff; 
    transform: translateY(-4px); 
    transition: all 0.4s; 
    background-color: #3059CE; 
    border: 1px solid #3059CE;
} 

.cta-btn2:hover:after { 
    width: 100%; 
    transition: all 0.4s; 
    left: 0; 
    right: auto;
} 

.cta-btn1 span  { 
    display: inline-block; 
    padding-left: 4px;
} 

.cta-btn2 span  { 
    display: inline-block; 
    padding-left: 4px;
} 

.fa-solid { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display, inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
} 

.fa-solid { 
    font-family: 'Font Awesome 6 Pro';
} 

.fa-solid { 
    font-weight: 900;
} 

.fa-arrow-right:before { 
    content: "\f061";
} 


.btn-outline-invoxity {
  --bs-btn-color: #ff1736;
  --bs-btn-border-color: #ff1736;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ff1736;
  --bs-btn-hover-border-color: #ff1736;
  --bs-btn-focus-shadow-rgb: 23, 92, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ff1736;
  --bs-btn-active-border-color: #ff1736;
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #ff1736;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff1736;
  --bs-gradient: none;
}
.btn-outline-invoxity {
  border-color: rgba(23, 92, 255, 0.35);
}
.btn-outline-invoxity:active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-invoxity {
  color: #ff7b5e;
  border-color: #ff7b5e;
}
.btn-outline-invoxity:hover {
  color: #ffffff;
  background-color: #ff7b5e;
  border-color: #ff7b5e;
}

.btn-gradient-sqr-2 {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 6px;
  background: #ff7b5e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.btn-gradient-sqr-2:hover {
  color: #ffffff;
  background: #ef5837;
  color: #ffffff;
}

.text-black {
  color: #000 !important;
}

/* Beta Banner Styles */
.beta-banner {
    width: 100%;
    background-color: #fff3cd69;
    color: #703840;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
   
    margin-bottom: 0;
    position: relative;
    z-index: 1031;
}

.beta-banner p {
    margin: 0;
}

/* Dark theme beta banner */
[data-bs-theme="dark"] .beta-banner {
    background-color: #2c241052;
    color: #ffd970;
   
}

[data-bs-theme="dark"] .beta-banner p {
    color: #ffd970 !important;
}

[data-bs-theme="dark"] .navbar {
  background-color: #171717 !important;
}

[data-bs-theme="dark"] .navbar.sticky-header.affix {
  background-color: #171717 !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] .main-menu li a.nav-link {
  color: #d4d4d4 !important;
}

[data-bs-theme="dark"] .main-menu li a.nav-link:hover {
  color: #ff7b5e !important;
}

[data-bs-theme="dark"] .navbar-toggler {
  color: #d4d4d4 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

[data-bs-theme="dark"] .navbar .action-btns .btn-link {
  color: #d4d4d4 !important;
}

[data-bs-theme="dark"] .navbar .action-btns .btn-link:hover {
  color: #ff7b5e !important;
}

.invo-bg-dark {
  background-color: #333232 !important;
}

/* 

.sphere {
  width: 333px;
  height: 333px;
  border-radius: 50%;
  transform-style: preserve-3d;
  transform-origin: center center;
  animation: rot 16s linear infinite reverse;
  position: relative;
}

.sphere i {
  position: absolute;
  width: 333px;
  height: 333px;
  line-height: 333px;
  transform-style: preserve-3d;
  border-radius: 50%;
  backface-visibility: visible;
  box-shadow:
    0 0 83px 0 rgba(216, 104, 53, 0.1),
    inset 0 0 83px 0 rgba(179, 91, 9, 0.2);
}

.sphere i:nth-child(1)  { transform: rotateY(11.25deg); }
.sphere i:nth-child(2)  { transform: rotateY(22.5deg); }
.sphere i:nth-child(3)  { transform: rotateY(33.75deg); }
.sphere i:nth-child(4)  { transform: rotateY(45deg); }
.sphere i:nth-child(5)  { transform: rotateY(56.25deg); }
.sphere i:nth-child(6)  { transform: rotateY(67.5deg); }
.sphere i:nth-child(7)  { transform: rotateY(78.75deg); }
.sphere i:nth-child(8)  { transform: rotateY(90deg); }
.sphere i:nth-child(9)  { transform: rotateY(101.25deg); }
.sphere i:nth-child(10) { transform: rotateY(112.5deg); }
.sphere i:nth-child(11) { transform: rotateY(123.75deg); }
.sphere i:nth-child(12) { transform: rotateY(135deg); }
.sphere i:nth-child(13) { transform: rotateY(146.25deg); }
.sphere i:nth-child(14) { transform: rotateY(157.5deg); }
.sphere i:nth-child(15) { transform: rotateY(168.75deg); }
.sphere i:nth-child(16) { transform: rotateY(180deg); }

.sphere i:nth-child(17) { transform: rotateX(191.25deg); }
.sphere i:nth-child(18) { transform: rotateX(202.5deg); }
.sphere i:nth-child(19) { transform: rotateX(213.75deg); }
.sphere i:nth-child(20) { transform: rotateX(225deg); }
.sphere i:nth-child(21) { transform: rotateX(236.25deg); }
.sphere i:nth-child(22) { transform: rotateX(247.5deg); }
.sphere i:nth-child(23) { transform: rotateX(258.75deg); }
.sphere i:nth-child(24) { transform: rotateX(270deg); }
.sphere i:nth-child(25) { transform: rotateX(281.25deg); }
.sphere i:nth-child(26) { transform: rotateX(292.5deg); }
.sphere i:nth-child(27) { transform: rotateX(303.75deg); }
.sphere i:nth-child(28) { transform: rotateX(315deg); }
.sphere i:nth-child(29) { transform: rotateX(326.25deg); }
.sphere i:nth-child(30) { transform: rotateX(337.5deg); }
.sphere i:nth-child(31) { transform: rotateX(348.75deg); }
.sphere i:nth-child(32) { transform: rotateX(360deg); }

@keyframes rot {
  to {
    transform: rotateY(360deg) rotateZ(360deg);
  }
} */














:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------- Section and Grid ---------- */
.invoCard-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.invoCard-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  width: 100%;
}

@media (min-width: 540px) {
  .invoCard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .invoCard-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Card Styling ---------- */
.invoCard {
  list-style: none;
  position: relative;
  overflow: hidden;
  border-radius: var(--spacing-l);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.invoCard:before {
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.invoCard__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

/* Zoom and blur effect on hover */
.invoCard:hover .invoCard__background {
  transform: scale(1.05) translateZ(0);
}

.invoCard-grid:hover > .invoCard:not(:hover) .invoCard__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

/* ---------- Content Box (Slide Up Effect) ---------- */
.invoCard__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: var(--spacing-l);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: 0 0 var(--spacing-l) var(--spacing-l);
}

/* Slide-up animation */
.invoCard:hover .invoCard__content {
  transform: translateY(0);
  opacity: 1;
}

/* ---------- Text Styles ---------- */
.invoCard__heading {
  color: var(--text-lighter);
  font-size: 1.2rem;
  margin-bottom: var(--spacing-s);
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.invoCard__category {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.5;
}

