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;
}

/* Dark theme navigation fixes */
[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;
}
