:root {
  --primary-text-color: #ffffff;
 
  --primary-font-size: 16px;
}
* {
  font-family: "Fahkwang", serif;
 overflow: hidden;
}


.wrapper {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
 height: 100vh!important;
  height: 100%;
 /* overflow: hidden!important; */
 
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;

}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(33 0 56 / 80%), rgb(50 0 50 / 80%));
  z-index: -1;
}

.background {
  position: relative;
  z-index: 1;
  color: white;
 
}

.wrapper,
.background {
  margin: 0;
  padding: 0;
}


/* Navbar Styling */
.navbar {
  animation: 700msease-in-out 0s normal none 1 running fadeInDown !important;
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(1, 79, 255, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3sease 0s !important;
  border-bottom: 0px solid #e8e9ed !important;
  padding: 15px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  z-index: 1100 !important;
  background: transparent !important;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.navbar-brand {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}


.navbar-nav .nav-item {
  position: relative;
  margin: 0 10px;
}

.navbar-nav .nav-link {
  font-family: "Fahkwang", serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  /* position: relative;
  padding-bottom: 5px; */
}
/* Initially hide dropdown */
.custom-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Show dropdown when JS toggles class */
.custom-dropdown.show-dropdown {
  display: block;
}

/* Dropdown Item Hover Effect */
.dropdown-item:hover {
  transform: translateX(-10px);
  color: #ffcc00 !important;
}

.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none; /* Hide initially */
  background: white; /* Adjust as needed */
  z-index: 1100;
}
.dropdown:hover .dropdown-menu {
  display: block; /* Show on hover */
}

.btn-custom {
  border: 1px solid#5bc0de !important;
  color: white !important;
  padding: 8px 15px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  transition: 0.3s !important;
}

.btn-custom:hover {
  background: #fff !important;
  color: #5bc0de !important;
}

.banner-container {
  position: relative;
  text-align: center;
  z-index: 2;
 
  margin-top: 20%;
}

.scroll-zoom-out {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  
  
}


.scroll-zoom-in {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.8s ease-in-out;

}

.show {
  transform: translateY(0);
  opacity: 1;
}

.stroke {
  font-size: 4.5rem;
  font-weight: bold;
  -webkit-text-stroke: 2px white;
  color: transparent;
  text-transform: uppercase;
}

.scroll-rotate {
  width: 60px;
  height: 60px;
  animation: rotateIcon 5s linear infinite;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.text-fill-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.text-fill {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  color: white;
  text-transform: uppercase;
 
}
h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#topText {
 
  color: #ffff;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 5px;
}
#bottomText {
  display: block;
  color: #eb04ee;
  font-size: 30px;
}

span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}


.icon-tab{
  display: flex!important;
  text-align: center!important;
  justify-content: space-between!important;
}
  .tab-1 {
  position: absolute !important;
  top: 13%;
    left: 53%;
  
  max-width: 150px;
  width: 100%;
  height: 120px;
  color: #fff;
}
.tab-1 img{
  max-width: 70px;
  width: 100%;
  height: fit-content;
}



.tab-2 {
  position: absolute !important;
  top: 13%;
    left: 41%;

  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-2 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}

.tab-3 {
  position: absolute !important;
  top: 15%;
  left: 29%;
 
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-3 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}

  .tab-4 {
    position: absolute!important;
    top: 21%;
    left: 16%;
  
    max-width: 200px;
    width: 100%;
    height: 200px;
  }
  .tab-4 img{
    max-width: 150px;
    width: 100%;
    height: fit-content;
  }
  
  
.tab-5 {
  position: absolute !important;
  top: 15%;
  left: 65%;
 
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-5 img{
  max-width:150px;
  width: 100%;
  height: fit-content;
}

.tab-6 {
  position: absolute !important;
  top: 21%;
  left: 77%;
  
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-6 img{
  max-width:150px;
  width: 100%;
  height: fit-content;
}

.tab-7 {
  position: absolute !important;
  top: 81%;
  right: 40%;
  
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-7 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}

.tab-8 {
  position: absolute !important;
  top: 69%;
    right: 15%;
  max-width: 200px;
  width: 100%;
  height: 200px;
  
}
.tab-8 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}
.tab-9 {
  position: absolute !important;
  top: 76%;
  right: 27%;
 
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-9 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}
.tab-10 {
  position: absolute !important;
  top: 81%;
  right: 51%;
  
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-10 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}
.tab-11 {
  position: absolute !important;
  top: 75%;
  right: 63%;
  
  max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-11 img{
  max-width:130px;
  width: 100%;
  height: fit-content;
}
.tab-12 {
  position: absolute !important;
  top: 70%;
  right: 76%;
   max-width: 200px;
  width: 100%;
  height: 200px;
}
.tab-12 img{
  max-width: 150px;
  width: 100%;
  height: fit-content;
}
.cursor-effect {
  position: absolute;
 
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.02s linear;
  z-index: 1000;
} 


.tab h3{
  text-align: center;
  margin: 0 auto;
  padding: 10px;
    font-size: 15px;
}

.tab {
  position: relative;
  color: #fff;
  width: 146px;
  height: 146px;
  text-align: center;
  padding: 10px;
  border-bottom: 4px solid rgba(255, 0, 255, 0.9);
  
  border-top: none;
  border-radius: 0px 0px 30px 30px;
 
  box-shadow: 
  0px 5px 15px rgba(128, 0, 128, 0.8),  
  0px -5px 15px rgba(75, 0, 130, 0.5) inset; 
}

.product-tab .tab:hover {
  box-shadow: 0px 0px 25px rgba(255, 0, 255, 1); 
  transform: scale(1.1); 
}

.tab img {
  width: 56px;
  transition: 0.3s ease-in-out;
  filter: drop-shadow(0px 0px 10px rgba(255, 0, 255, 0.6)); 
}

.tab:hover img {
  filter: drop-shadow(0px 0px 20px rgba(255, 0, 255, 1));
  transform: translateY(-5px);
}

.search-bar-wrapper {
  position: absolute; 
 right: 300px; 
  top: 10px; 
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.search-bar-wrapper input {
  transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  position: absolute;
  left: 20px;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.search-bar-wrapper.active-search-wrapper {
  width: 250px; 
  border-radius: 25px;
}

.search-bar-wrapper.active-search-wrapper input {
  width: 200px; /* Ensure input expands */
  opacity: 1;
  visibility: visible;
}

.search-bar-wrapper .close-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: var(--purple);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.search-bar-wrapper.active-search-wrapper .close-icon {
  opacity: 1;
}


/* media queries */
@media screen and (max-width: 1400px) {
  .tab-1{
    top: 14%;
    left: 54%;
  }
  .tab-2{
    top: 14%;
    left: 39%;
  }
  .tab-3{
    top: 19%;
    left: 24%;
  }
  .tab-4{
    top: 33%;
    left: 10%;
  }
  .tab-5{
    top: 19%;
    left: 68%;
  }
  .tab-6{
    top: 35%;
    left: 81%;
  }
  .tab-7{
    top: 80%;
    right: 35%;
  }
  .tab-8{
    top: 65%;
    right: 6%;
  }
  .tab-9{
    top: 74%;
    right: 21%;
  }
  .tab-10{
    top: 80%;
    right: 50%;
  }
  .tab-11{
    top: 75%;
    right: 65%;
  }
  .tab-12{
    top: 64%;
    right: 79%;
  }
  
}

@media screen and (max-width: 1300px){
  .banner-container{
    margin-top: 8%!important;
  }
}

@media screen and (max-width: 1280px) {
  .tab{
    width: 130px;
    height: 137px;
  }
  .text{
    margin-top: 20px;
  }
 
  #topText {
  font-size: 37px;
}
#bottomText {
  font-size: 28px;
}
.tab img {
  width: 40px;
  
}
}

@media screen and (max-width: 1100px) {
  .text{
    margin-top: 30px;
  }
 
  #topText {
  font-size: 36px;
}
#bottomText {
  font-size: 27px;
}
}
@media (max-width: 1024px){
 
  #topText {
    font-size: 35px!important;
}
#bottomText {
  font-size: 32px!important;
}
  .tab-2{
    left: 37%;
  }
  .tab-3{
    left: 21%;
  }
  .tab-4{
    left: 6%
  }
  .tab-5{
    left: 68%
  }
  .tab-6{
    left: 83%;
  }
  .tab-7{
    right: 36%;
  }
  .tab-8{
    right: 6%;
  }
  .tab-9{
    right: 21%;
  }
  .tab-10{
    right: 52%;
  }
  .tab-11{
    right: 67%;
  }
  .tab-12{       
    right: 82%;
  }
  .navbar-toggler{
    background-color: #fff!important;
  }
}
@media  (max-width: 941px) {
 
  .tab{
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 1080px){
  .banner-container{
    margin-top: 35%!important;
  }
}

@media screen and (max-width:991px) {
  .banner-container{
    margin-top: 119px !important;
  }
    .wrapper{
      width: 100%;
    position: relative;
    height: 100% !important;
    height: 100%;
    overflow-y: scroll;
    }
  .product-tab{
        position: absolute;
  
        width: 77vw;
        left: 54%;
        transform: translateX(-50%);
        margin: 0 auto;
        height: 80vh;
        overflow-y: scroll;
        margin-bottom: 20px;
        overflow-x: hidden; 
        margin-bottom: 20px;
      scrollbar-width: none; 
        -ms-overflow-style: none;
    }

    .product-tab::-webkit-scrollbar {
      display: none;
  }
  .icon-tab {
    display: flex !important;
    text-align: center !important;
    justify-content: start !important;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}
.icon-tab-1{
  display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
  .tab {
    width: 150px;
    height: 137px;
}

.text{
  margin-top: 8%;
  display: none!important;
}

.tab-1, .tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7, .tab-8, .tab-9, .tab-10, .tab-11, .tab-12{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.nav-container {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start!important;
  width: 100%;
 
}

.search-bar-wrapper {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
 }
  



@media screen and (max-width: 850px) {
  .tab {
    width: 130px;
    height: 137px;
}
}

@media screen and (max-width: 768px) {
  .navbar-brand img{
    width: 120px!important;
  }
}

@media  screen and (max-width: 450px) {
  .icon-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}
.icon-tab-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}
.wrapper {
  width: 100%;
  position: relative;
  height: 110% !important;
  
}
.modal-content {
  width: 95%; /* Make modal fit smaller screens */
}

.modal-body {
  height: 70vh; /* Adjust height for mobile */
}
}

