@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.container-fluid{
    width: 90%!important;
    margin: 0 auto;
}

:root{
  --h1:56px;
  --h2:30px;
  --h3:24px;
  --h4:18px;
  --h5:14px;
  --h6:12px;


  --tp-ff-body:   "Epilogue";
  --tp-ff-heading:"Russo One", sans-serif";
  --tp-ff-p: "Yantramanav", sans-serif;;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  
  #weare{
      font-family: var(--tp-ff-heading);
  }
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-gray: #F0F4FD;
  --tp-theme-primary: #2D8CEB;
  /* --tp-theme-primary: #12583d; */
  --tp-theme-secondary: #F0F4FD;
  --tp-heading-primary: #262B35;
  --bg-color-import:#fffdd4;
  --tp-heading-secondary: #1F242C;
  --tp-text-body: #787878;
  --tp-text-1: #01103D;
  --tp-border-primary: #FEF3DF;
  --tp-border-secondary: #F0F2F4;
}

a{
  text-decoration: none!important;
}
body {
  /* overflow: hidden; */
  height: 100%;
  background-color: black!important;
}

#mainheading{
    font-family: "Winky Sans", sans-serif;
    
}
#indexpara{
    font-family: "Inter", sans-serif;
}

#main {
  position: relative;
  overflow: hidden;
}

.backgroundcontent {
    position: absolute; /* Ensures child elements position correctly */
    width: 100%;
    height: 100vh; /* Full screen height */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Adjust if needed */
}

#buttonCotent {
    position: relative;
    z-index: 1000; /* Ensure it's above other elements */
    background: rgba(0, 0, 0, 0.8); /* Optional: Add background */
    color: red;
    padding: 10px 20px;
    border-radius: 5px;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transform-origin: center center; /* Ensures scaling happens around the center */
  transform: scale(1); /* Default zoom */
  pointer-events: none;
}
/* canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transform: scale(1);
  pointer-events: none;
} */

#page {
  position: relative;
  z-index: 2;
}

.section {
  position: relative;
  height: 100vh;
  width: 100vw;
  font-size: 3rem;
  color: white;
  z-index: 10;
}

/* 
.section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  z-index: 10;
} */

#section-position-entery{
  height: 100vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
}



#section-position-enteryrr{
  height: 100vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
}




.section:nth-child(1) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.863), transparent);
}

.section:nth-child(2) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.863), transparent);
}

.section:nth-child(3) {

  background: linear-gradient(90deg,  rgba(0, 0, 0, 0.863), transparent);
}


@keyframes anim {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-100%);
  }
}


#canvas1{
  z-index: 10;
}

.pin-spacer{
  padding-bottom: 0px;
}
#loop{
  display: flex;
  position: relative;
  top: 30%;
  height: 25%;
  width: 100%;
  font-size: 100px;
  white-space: nowrap;
  font-family: gilroy;
  z-index: 10;
}
#loop>h1{
  font-weight: 400;
  z-index: 10;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#page h3{
  z-index: 10; 
  position: relative;
}
#loop>h1>span{
  -webkit-text-stroke: 1.2px #000;
  color: transparent;
  z-index: 10;
  font-weight: 500;
}

@keyframes anim{
  0%{
      transform: translateX(0%);
  }
  100%{
      transform: translateX(-100%);
  }
}


canvas{
  display:block;
  vertical-align: bottom;
}



.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}



#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
/* 
nav{
  position: absolute;
}

.section {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.toggle-content {
  display: none;
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.show-content {
  display: block;
}

button{
  margin-top: -254px;
}

#hdsection{
  position: absolute;
  z-index: 3;
  width: 100%;
}




 */

/* hamburger btn */
.hamburger-btn {
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  transform: translateX(0%);
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.hamburger-btn:hover span {
  background-color: var(--tp-theme-primary);
  animation: fluctuation 0.6s infinite ease-in-out;
}

.hamburger-btn span {
  display: inline-block;
  position: absolute;
  height: 2px;
  right: 0px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%);
  background: var(--tp-common-white);
}

.hamburger-btn span:nth-child(1) {
  top: 32px;
  width: 25px;
}

.hamburger-btn span:nth-child(2) {
  top: 25px;
  width: 35px;
}

.hamburger-btn span:nth-child(3) {
  top: 40px;
  width: 35px;
}

/* Keyframe animation for smooth fluctuation */
@keyframes fluctuation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.tilt-on-hover {
  transition: transform 0.1s ease-out; /* Smooth transition for small tilts */
  transform-origin: center; /* Ensures tilts occur relative to the center */
  width: 100%;
}

/*----------------------------------------*/
/*  2.7 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: #000 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .offcanvas__area {
    width: 350px;
  }
  .canvasposition .image-section{
      display: grid!important;
      padding: 50px!important;
      gap: 51px!important;
  }
  .image-container{
      width:100%!important;
      height: auto!important;
  }
  .buttonvid{
      padding: 1rem!important;
      width: 100%!important;
  }
  
  
#buttonContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-98%, 19%);
  /* padding: 4% 5%; */
  width: 60%!important;
  height: 300px;
  /* background-color: rgba(0, 0, 0, 0.5);  */
  color: white;
  /*cursor: pointer;*/
}


}


/* General Responsive Tweaks */
.hero-content-handler h1 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .hero-content-handler h1 {
    font-size: 1.5rem;
     text-align: center;
  }

  .about-content-handler h2 {
    font-size: 1.rem;
    text-align: center;
  }

  .about-content-handler p,
  .hero-content-handler p {
    font-size: 1rem;
    text-align: center;
  }
  
  .buttonvid{
      width: 100%;
  }
}



@media only screen and (min-width: 1440px) and (max-width: 1990px){
    .hero-content-handler h1{
        font-size: 3vw!important;
        margin-bottom: 0px;
        line-height:55px!important;
    }
    
.about-content-handler h2 span {
    font-size: 3vw;
    margin-bottom: 0px;
    line-height: 55px !important;
    
}

.about-content-handler h2{
     font-size: 3vw;
    margin-bottom: 0px;
    line-height: 55px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  min-height: 100%;
  padding: 40px 50px 40px 50px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 30px;
  }
}
.offcanvas__close-btn {
  position: absolute!important;
  top: 40px;
  right: 40px;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
@media only screen and (max-width: 767px) {
  .offcanvas__close-btn {
    right: 30px;
    top: 40px;
  }
}
.offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}
.offcanvas__contact {
  margin-bottom: 30px;
}
.offcanvas__contact-content {
  margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}
.offcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--tp-common-white);
}
.offcanvas__contact-content-content a:hover {
  color: var(--tp-theme-primary);
}
.offcanvas__text p {
  color: var(--tp-common-white);
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon:hover {
  transform: translateY(-8px);
}
.offcanvas__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-white);
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body-overlay.opened {
  opacity: 0.4;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

/*----------------------------------------*/
/*  2.8 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb__ptb {
  padding-top: 220px;
  padding-bottom: 230px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb__ptb {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-breadcrumb__ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tp-breadcrumb__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.tp-breadcrumb__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
  .tp-breadcrumb__title {
    font-size: 55px;
  }
}
.tp-breadcrumb__list span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  display: inline-block;
}
.tp-breadcrumb__list span.dvdr {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 2px;
  background-color: var(--tp-common-white);
}
.tp-breadcrumb__text {
  position: absolute;
  right: 50px;
  bottom: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-breadcrumb__text {
    display: none;
  }
}
.tp-breadcrumb__text-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  letter-spacing: -12px;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb__text-title {
    font-size: 240px;
  }
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.22;
  margin-bottom: 20px;
  letter-spacing: -1.1px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
}
.tp-section-title.fns-70 {
  font-size: 70px;
  letter-spacing: -1.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fns-70 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-section-title.fns-70 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-section-title {
    font-size: 35px;
  }
}
.tp-section-title-pre {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--tp-theme-primary);
}
.tp-header-logo{
  width: 110px;
}
.tp-header-logo img{
  width: 100%;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo{
    width: 160px;
  }

  .tp-header-logo img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-header-logo{
    width: 120px;
  }
  .tp-header-logo img {
    max-width: 70%;
  }
#datanav-hide{
  display: none!important;
}

}
#rightlogo {
  justify-content: end;
  display: flex;
}
#rightlogo a{
  display: flex;
  justify-content: end;
  width: 100%;
}

.tp-header-logo .black {
  display: none;
}
.tp-header-logo.scrolled .black {
  display: block;
}
.tp-header-logo.scrolled .white {
  display: none;
}
.tp-header-transparent {
  position: absolute;
  top: 0;
  padding: 10px 0px;
  /* background-color: var(--tp-theme-primary); */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

.tp-header-transparentt {
  position: absolute;
  top: 0;
  padding: 10px 0px;
  /* background-color: var(--tp-theme-primary); */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}



#background-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(65deg, rgba(0, 0, 0, 0.058), rgba(0, 0, 0, 0.523)); /* Add a background effect if needed */
  z-index: 2; /* Ensure the background is behind the canvas */
  transform: translateZ(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-1-ptb {
    padding: 10px 0;
  }
}
.tp-header-1-menu {
  margin-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-1-menu {
    margin-left: 55px;
  }
}
.tp-header-1-menu nav {
  text-align: center;
}
.tp-header-1-menu nav > ul {
  text-align: start;
  padding: 4px;
  border-radius: 60px;
  display: inline-block;
}
.tp-header-1-menu nav > ul > li:not(:last-of-type) {
  margin-right: 0px;
}
.tp-header-1-menu nav > ul > li > a {
  padding: 13px 15px;
  border-radius: 26px;
  font-family: var(--tp-ff-p);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff9c;
}
.tp-header-1-menu nav > ul > li > a::after {
  color: var(--tp-common-white) !important;
}
.tp-header-1-menu nav > ul > li > a.hover {
  color: var(--tp-common-white);
}
.tp-header-1-menu nav > ul > li > a.hover::after {
  color: var(--tp-common-white) !important;
}
.tp-header-1-menu nav > ul > li .sub-menu {
  top: 114%;
}
.tp-header-right-user-icon span {
  height: 44px;
  width: 44px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}
.tp-header-right-user-icon span:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-header-right-user-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.tp-header-right-user-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-header-sticky-cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  transition: transform 500ms ease, visibility 500ms ease;
}
.tp-header-sticky-cloned.tp-header-pinned {
  transform: translateY(0%);
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-sticky-cloned.tp-header-pinned {
    padding: 15px 0;
  }
}
.tp-header-onepage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s ease;
  z-index: 10;
}
.tp-header-sticky-onepage {
  display: none;
}
.tp-header-sticky-onepage.tp-header-onepage {
  display: inline-block;
}
.tp-header-hamburger {
  margin-left: 20px;
}

.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li > a {
  padding: 23px 15px;
  color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li > a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li.has-dropdown > a::after {
  color: var(--tp-heading-primary) !important;
}
.tp-header-pinned .tp-header-1-main .tp-main-menu nav > ul > li.has-dropdown > a:hover::after {
  color: var(--tp-theme-primary) !important;
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-icon span {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-icon span:hover {
  background-color: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-content p {
  color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .tp-header-right-user-content span {
  color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-1-main .hamburger-btn {
  background: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-1-main .hamburger-btn span {
  background: var(--tp-common-white);
}
.tp-header-pinned .tp-header-2-main .tp-main-menu nav > ul > li > a {
  padding: 28px 0 28px 0;
}
.tp-header-pinned .tp-header-2-main .tp-header-2-btn .tp-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
}
.tp-header-pinned .tp-header-2-main .hamburger-btn {
  background: var(--tp-theme-primary);
}
.tp-header-pinned .tp-header-2-main .hamburger-btn span {
  background: var(--tp-common-white);
}
.tp-header-pinned .tp-header-5-main .tp-main-menu nav > ul > li > a {
  padding: 28px 0 28px 0;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-2-ptb {
    padding: 10px 0;
  }
}
.tp-header-2-menu {
  padding-left: 10px;
}
.tp-header-2-btn .tp-btn {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-4-btn .tp-btn {
    padding: 14px 40px;
  }
}

.tp-header-5-ptb {
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-5-ptb {
    padding: 10px 0;
  }

  .hero-content-handler{
    width: 100%;
  }

}
.tp-header-5-main-right .tp-header-hamburger .hamburger-btn {
  background: var(--tp-theme-primary);
}
.tp-header-5-main-right .tp-header-hamburger .hamburger-btn span {
  background: var(--tp-common-white);
}
.tp-header-5-btn {
  line-height: 1;
}
.tp-header-5-btn .tp-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-5-btn .tp-btn {
    padding: 17px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-5-contact {
    display: none;
  }
  
  .hero-content-handler{
    width: 100%;
  }
}
.tp-header-5-contact a {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.tp-header-5-contact a span {
  display: inline-block;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #F0F4FD;
}
.tp-header-5-contact a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
}
.tp-main-menu ul li:not(:last-of-type) {
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li:not(:last-of-type) {
    margin-right: 25px;
  }
}
.tp-main-menu ul li > a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 38px 0 38px 0;
  color: var(--tp-heading-primary);
}
.tp-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-size: 18px;
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-heading-primary);
  font-family: var(--tp-ff-fontawesome);
}
.tp-main-menu ul li.has-dropdown.p-static {
  position: static;
}
.tp-main-menu ul li .sub-menu {
  position: absolute;
  top: 104%;
  left: 0;
  width: 220px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0 25px;
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.tp-main-menu ul li .sub-menu li {
  display: block;
  width: 100%;
  font-family: var(--tp-ff-p);
  margin: 0;
  padding: 4px 30px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.tp-main-menu ul li .sub-menu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tp-main-menu ul li .sub-menu li > a {
  position: relative;
  font-size: 15px;
  width: 100%;
  z-index: 1;
  padding: 0;
  transition: none;
}
.tp-main-menu ul li .sub-menu li > a::before {
  position: absolute;
  content: "";
  top: 12PX;
  left: 0px;
  height: 2px;
  width: 0;
  background: var(--tp-theme-primary);
  transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .sub-menu li > a span {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.tp-main-menu ul li .sub-menu li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li .sub-menu li:hover > a span {
  margin-left: 14px;
}
.tp-main-menu ul li .sub-menu li:hover > a::before {
  width: 10px;
}
.tp-main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-main-menu ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover > a.hover::after {
  transform: rotate(180deg);
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover > a::after {
  transform: rotate(180deg);
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover .sub-menu, .tp-main-menu ul li:hover .tp-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

.tp-mega-menu {
  position: absolute;
  top: 104%;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 1200px;
  margin: 0 auto;
  visibility: hidden;
  padding: 25px 25px 20px;
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mega-menu {
    width: 1100px;
  }
}
.tp-mega-menu .tp-home-menu {
  position: relative;
}
.tp-mega-menu .tp-home-menu a:hover .tp-home-title {
  color: var(--tp-theme-primary);
}
.tp-mega-menu .tp-home-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(185, 182, 182, 0.44);
  box-shadow: rgba(149, 157, 165, 0.28) 0px 1px 2px;
}
.tp-mega-menu .tp-home-thumb img {
  width: 100%;
  object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-mega-menu .tp-home-thumb:hover img {
  transform: scale(1.1) translateZ(0);
}
.tp-mega-menu .tp-home-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-mega-menu .tp-home-title {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-offcanvas-menu ul li > a:hover {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid var(--tp-common-white);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}
.tp-menu-close i {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}




#section-position-hero{
  display: flex;
  align-items: center;

}

#section-position-about{
  display: flex;
  align-items: end;
  justify-content: end;
}


.about{
  width: 100%;
  display: inline-flex;
  justify-content: end;
}
.hero-content-handler {
  width: 40%;
  position: absolute;
  bottom: 70px;
}

.about-content-handler {
  width: 100%;
  text-align: right;
}

/*.hero-content-handler h1{*/
/*  font-weight: 400;*/
/*  font-size: 5vw;*/
/*  font-family:"Epilogue", sans-serif;*/
/*  text-transform: capitalize;*/
/*}*/


.hero-content-handler p{
  font-weight: 400;
  text-transform: capitalize;
  font-size: var(--h5);
  font-family: var(--tp-ff-p);
  line-height: 26px;
  font-size: 18px;
}

.hero-content-handler h1 span{
  color: var(--tp-theme-primary);
  font-family: "Russo One", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  text-shadow: 0px 0px 3px var(--tp-theme-primary);
  text-transform: uppercase; 
}



.about-content-handler h2{
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 5vw;
  margin-bottom: 0px;
  text-transform: capitalize;
}


.about-content-handler p{
  font-weight: 400;
  text-transform: capitalize;
  font-size: var(--h5);
  font-family: var(--tp-ff-p);
  line-height: 26px;
  /*font-size: 18px;*/
}

.about-content-handler h2 span{
  color: var(--tp-theme-primary);
  font-family:"Russo One", sans-serif;
  font-weight: 600;
  /*letter-spacing: 5px;*/
  text-shadow: 0px 0px 3px var(--tp-theme-primary);
  text-transform: uppercase; 
}


@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes erasing {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}


.dynamic-text {
  display: inline-block;
  border-right: 2px solid black; /* Simulates a cursor */
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  vertical-align: bottom;
  animation: blink-caret 0.7s step-end infinite;
}

/* Smooth cursor blink effect */
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}


/* From Uiverse.io by Navarog21 */ 
.hero-content-handler button {
  position: relative;
  width: 11em;
  height: 4em;
  left: 30px;
  outline: none;
  transition: 0.1s;
  background-color: transparent;
  font-family: var(--tp-ff-p);
  border: none;
  font-size: 13px!important;
  font-weight: bold;
  color: #ddebf0;
}

.hero-content-handler #clip {
  --color: #2761c3;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 5px double var(--color);
  box-shadow: inset 0px 0px 15px #195480;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.hero-content-handler .arrow {
  position: absolute;
  transition: 0.2s;
  background-color: #2761c3;
  top: 35%;
  width: 11%;
  height: 30%;
}

.hero-content-handler  #leftArrow {
  left: -13.5%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.hero-content-handler #rightArrow {
  -webkit-clip-path: polygon(100% 49%, 0 0, 0 100%);
  left: 102%;
}

.hero-content-handler button:hover #rightArrow {
  background-color: #27c39f;
  left: -15%;
  animation: 0.6s ease-in-out both infinite alternate rightArrow8;
}

.hero-content-handler button:hover #leftArrow {
  background-color: #27c39f;
  left: 103%;
  animation: 0.6s ease-in-out both infinite alternate leftArrow8;
}

.hero-content-handler .corner {
  position: absolute;
  width: 4em;
  height: 4em;
  background-color: #2761c3;
  box-shadow: inset 1px 1px 8px #2781c3;
  transform: scale(1) rotate(45deg);
  transition: 0.2s;
}

.hero-content-handler #rightTop {
  top: -1.98em;
  left: 91%;
}

.hero-content-handler #leftTop {
  top: -1.96em;
  left: -3.0em;
}

.hero-content-handler #leftBottom {
  top: 2.10em;
  left: -2.15em;
}

.hero-content-handler #rightBottom {
  top: 45%;
  left: 88%;
}

.hero-content-handler button:hover #leftTop {
  animation: 0.1s ease-in-out 0.05s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

.hero-content-handler button:hover #rightTop {
  animation: 0.1s ease-in-out 0.15s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

.hero-content-handler button:hover #rightBottom {
  animation: 0.1s ease-in-out 0.25s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

.hero-content-handler button:hover #leftBottom {
  animation: 0.1s ease-in-out 0.35s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

.hero-content-handler button:hover .corner {
  transform: scale(1.25) rotate(45deg);
}

.hero-content-handler button:hover #clip {
  animation: 0.2s ease-in-out 0.55s both greenLight8;
  --color: #27c39f;
}

@keyframes changeColor8 {
  from {
    background-color: #2781c3;
  }

  to {
    background-color: #27c39f;
  }
}

@keyframes lightEffect8 {
  from {
    box-shadow: 1px 1px 5px #27c39f;
  }

  to {
    box-shadow: 0 0 2px #27c39f;
  }
}

@keyframes greenLight8 {
  from {
  }

  to {
    box-shadow: inset 0px 0px 32px #27c39f;
  }
}

@keyframes leftArrow8 {
  from {
    transform: translate(0px);
  }

  to {
    transform: translateX(10px);
  }
}

@keyframes rightArrow8 {
  from {
    transform: translate(0px);
  }

  to {
    transform: translateX(-10px);
  }
}

.page-loader1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 30px;
}


/* From Uiverse.io by Smit-Prajapati */ 
.buttonvid {
 --main-color: #2761c3;
    --main-bg-color: #4c88ee;
    --pattern-color: rgba(46, 213, 116, 0.073);
    filter: hue-rotate(0deg);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    background: radial-gradient(circle, var(--main-bg-color) 0%, rgba(0, 0, 0, 0) 95%), linear-gradient(var(--pattern-color) 1px, transparent 1px), linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
    background-size: cover, 15px 15px, 15px 15px;
    background-position: center center, center center, center center;
    border-image: radial-gradient(circle, var(--main-color) 0%, rgba(0, 0, 0, 0) 100%) 1 !important;
    border-width: 1px 0 1px 0;
    color: #ffffff;
    width: 40%;
    padding: 1rem 3rem;
    font-weight: 700;
    font-size: 1.5rem;
    transition: background-size 0.2s ease-in-out;
}

.buttonvid:hover {
  background-size:
    cover,
    10px 10px,
    10px 10px;
}
.buttonvid:active {
  filter: hue-rotate(250deg);
}

#typewriter {
    border-right: 2px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.page-loader .bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: 50%;
  animation: bounceLoader 500ms alternate infinite ease;
}
@keyframes bounceLoader {
  0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
  }
  35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
  }
  100% {
      top: 0;
  }
}


button {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
  transition: 0.1s;
  background-color: transparent;
  font-family: var(--tp-ff-p);
  border: none;
  font-size: 20px!important;
  font-weight: bold;
  color: #ddebf0;
}

#clip {
  --color: #2761c3;
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #19538089;
  width: 100%;
  height: 100%;
  border: 5px double var(--color);
  box-shadow: inset 0px 0px 15px #195480;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.arrow {
  position: absolute;
  transition: 0.2s;
  background-color: #2761c3;
  top: 35%;
  width: 11%;
  height: 30%;
}

 #leftArrow {
  left: -13.5%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

#rightArrow {
  -webkit-clip-path: polygon(100% 49%, 0 0, 0 100%);
  left: 102%;
}

button:hover #rightArrow {
  background-color: #27c39f;
  left: -15%;
  animation: 0.6s ease-in-out both infinite alternate rightArrow8;
}

button:hover #leftArrow {
  background-color: #27c39f;
  left: 103%;
  animation: 0.6s ease-in-out both infinite alternate leftArrow8;
}

.corner {
  position: absolute;
  width: 4em;
  height: 4em;
  background-color: #2761c3;
  box-shadow: inset 1px 1px 8px #2781c3;
  transform: scale(1) rotate(45deg);
  transition: 0.2s;
}

#rightTop {
  top: -1.98em;
  left: 91%;
}

#leftTop {
  top: -1.96em;
  left: -3.0em;
}

#leftBottom {
  top: 2.10em;
  left: -2.15em;
}

#rightBottom {
  top: 45%;
  left: 88%;
}

button:hover #leftTop {
  animation: 0.1s ease-in-out 0.05s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

button:hover #rightTop {
  animation: 0.1s ease-in-out 0.15s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

button:hover #rightBottom {
  animation: 0.1s ease-in-out 0.25s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

button:hover #leftBottom {
  animation: 0.1s ease-in-out 0.35s both changeColor8,
  0.2s linear 0.4s both lightEffect8;
}

button:hover .corner {
  transform: scale(1.25) rotate(45deg);
}

button:hover #clip {
  animation: 0.2s ease-in-out 0.55s both greenLight8;
  --color: #27c39f;
}

@keyframes changeColor8 {
  from {
    background-color: #2781c3;
  }

  to {
    background-color: #27c39f;
  }
}

@keyframes lightEffect8 {
  from {
    box-shadow: 1px 1px 5px #27c39f;
  }

  to {
    box-shadow: 0 0 2px #27c39f;
  }
}

@keyframes greenLight8 {
  from {
  }

  to {
    box-shadow: inset 0px 0px 32px #27c39f;
  }
}

@keyframes leftArrow8 {
  from {
    transform: translate(0px);
  }

  to {
    transform: translateX(10px);
  }
}

@keyframes rightArrow8 {
  from {
    transform: translate(0px);
  }

  to {
    transform: translateX(-10px);
  }
}





@media only screen and (max-width: 768px) {
  
  .hero-content-handler{
    /*width: 100%;*/
    /*bottom: 100px;*/
    /*left: 10px;*/
    width: 90%;
    margin: 0 auto;
  }
  
/*.hero-content-handler h1{*/
/*  font-weight: 400;*/
/*  font-size: 7vw;*/
/*  text-transform: capitalize;*/


/*}*/


#music-container{
  right: 20px!important;
}

.hero-content-handler p{
  font-weight: 400;
  text-transform: capitalize;
  font-size: var(--h5);
}

.hero-content-handler h1 span{
  color: var(--tp-theme-primary);
  font-family:"Russo One", sans-serif;
  font-weight: 200;
  letter-spacing: 5px;
  text-shadow: 0px 0px 3px var(--tp-theme-primary);
  text-transform: uppercase; 
}


}


@media only screen and (max-width: 500px) ;

  
  .about{
      width:100%;
     
  }
}



.btn-class-name {
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  outline: 10px solid rgb(var(--primary), .5);
  border-radius: 100%;
  position: relative;
  width: 11rem;
  height: 4rem;
  transition: .3s;
}
/* 

@keyframes zoomFadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes zoomFadeIn {
  from {
    transform: scale(2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#canvas, .container {
  animation-duration: 2s;
}

.zoomfadeout {
  animation-name: zoomFadeOut;
}

.zoomfadein {
  animation-name: zoomFadeIn;
} */

/* Zoom fade-out animation */
.zoomfadeout {
  animation: zoomFadeOut 0.02s forwards ease-in-out; /* Set duration to 0.02s */
}

@keyframes zoomFadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5); /* Slight zoom */
    opacity: 0; /* Fade out */
  }
}

/* Optional: Initial setup for canvas */
#canvas {
  transition: opacity 1s ease, transform 1s ease;
}

/* Optional: Add a button hover effect */
#final-btn:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}



.audio-container {
  display: flex;
  align-items: center;
}
.audio-icon {
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
}


#music-container {
  position: fixed;
  bottom: 70px;
  right: 120px;
  z-index: 7;
  display: flex;
  align-items: center;
}

#mute-button {
  cursor: pointer;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
}





.equalizer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* height: 10rem; */
}

.equalizer-bar {
  width:5px;
  margin: 0 3px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  height: 10%;
  background: linear-gradient(to top, #000, rgba(255,255,255,0.1));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.equalizer-bar span {
  display: block;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  margin: 2px 0;
  transition: opacity 0.1s ease, height 0.1s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.equalizer-bar span:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.7);
}

.equalizer-bar span:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.9);
}
.cp {
position: fixed;
bottom:3%;
right:3%;
color:#fff;
text-decoration:none;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
}

.popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
#buttonContainer {
  position: relative;
  z-index: 10; /* Higher value ensures it appears on top */
}


#buttonContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-98%, 19%);
  /* padding: 4% 5%; */
  width: 30%;
  height: 370px;
  /* background-color: rgba(0, 0, 0, 0.5);  */
  color: white;
  /*cursor: pointer;*/
}







.background-overlay{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Off-Canvas Styles */
.off-canvas {
  position: fixed;
  top: 0;
  right: -100%; /* Initially hidden */
  width: 100%;
  height: 100%;
  background-color: #0000009c;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto; /* For scrolling content */
}

.off-canvas.open {
  animation: slideIn 0.5s ease forwards; /* Slide-in animation */
}

.off-canvas.closing {
  animation: slideOut 0.5s ease forwards; /* Slide-out animation */
}

/* Content inside the off-canvas */
.off-canvas-content {
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #333;
}

/* Keyframe Animations */
@keyframes slideIn {
  from {
    right: -100%; /* Start off-screen */
  }
  to {
    right: 0; /* End fully visible */
  }
}

@keyframes slideOut {
  from {
    right: 0; /* Start visible */
  }
  to {
    right: -100%; /* End off-screen */
  }
}
#marketingButton, #brandingButton {
  background-color: red; /* To help visualize if buttons are clickable */
  z-index: 1000; /* Ensure they're on top of other elements */
}

/* Ensure the images fill the container */
.canvasposition {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.canvasposition .image-section {
  display: flex;
      justify-content: space-between;
      width: 100%;
      gap: 90px;
      padding: 90px;
}

.canvasposition .image-section img {
  width: 100%;
  height: 100%; /* Ensure aspect ratio is maintained */
  object-fit: container;

  border-radius: 20px;
}
.image-container:hover {
  box-shadow: 0px 0px 12px var(--tp-theme-primary);
}

/* Image container styling */
.image-container {
  position: relative;
  width: 50%; /* Two images side by side */
  /*height: 400px;*/
  border-radius: 20px;
}

.image-link {
  display: block; /* Ensure the anchor tag takes up full width */
  position: relative;
  height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
  color: white;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  border-radius: 20px;
  
  opacity: 0;
  transition: opacity 0.3s ease;
}

.button-text {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.buttonContainer button{
  width: 100%;
  height: 100%;
  background-color: red;
}

.image-container:hover .overlay {
  opacity: 1; /* Show overlay on hover */

}

/* Close button styling */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn-class-name {
  animation: fadeIn 5s infinite; /* Adjust the duration (2s) to your preference */
  animation-delay: 0.1ms;
}


.btn-class-name:hover{
  animation:none;
}

.mobile-view {
  display: none; /* hidden by default */
}

@media (max-width: 767px) {
  .mobile-view {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .mobile-video-wrapper video {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    border-radius: 12px;
    background: #000;
    display: block;
  }

  #typewriter-mobile {
    font-size: 1.2rem;
    margin-top: 16px;
    color: #fff;
  }
}

.rotate-image {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: rotate 10s linear infinite;
}
ul.social-profile svg {
  fill: currentColor;
  transition: 0.3s ease;
}

ul.social-profile a:hover svg {
  color: #1da1f2; /* optional hover color */
  transform: scale(1.1);
}


/*@keyframes rotate {*/
/*  from {*/
/*    transform: rotate(0deg);*/
/*  } to {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/

