@import url(mainstyle.css);

*{
    font-family: var(--outfit);
}
a{
    color: inherit;
    text-decoration: none;
} 
/* header CSS */
header{ 
    z-index: 120 !important;
}
.nav-link{
    color: var(--nav-text) !important;
    font-weight: 500;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: var(--prime-text) !important;
}
#btnSwitch{
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video as background */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
}
.banner-main::after{
    content: '';
    background-color: rgba(0, 0, 0, 0.4); 
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
} 
/* Banner Starts Here */
.banner-main{ 
    position: relative;
    z-index: 1; 
    height: calc(100vh - 107px);
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center; 
    background: rgba(0, 0, 0, 0.4);
} 
@media(max-width:768px){
  .banner-main{ 
    height: unset;
    min-height: 650px;
  }
}
.banner-container{
    width: 800px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

/* ----------------------------------- */

.swing-animate {
  display: inline-block; 
} 
.prime-btn:hover .swing-animate {
  animation: bounce 2.5s cubic-bezier(.28,.84,.42,5) infinite;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-18px); }
  50%  { transform: translateY(0); }
  65%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}  

.sale-advt-main{
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),url('../../assets/images/adv.png') no-repeat center/cover;
    background-size: cover;
    background-position: bottom;
    min-height: 500px;
}
.sale-advt-container{
    width: 800px;
    max-width: 100%; 
    min-height: 500px;
}


/* spider */
 .spider-container {
  position: fixed;
  right: -8px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 999; 
  height: 100vh; /* full screen height */
}

/* Group spider and thread together */
.spider-with-thread {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: spider-climb 100s linear infinite;
}

/* Spider’s thread */
.spider-thread {
  width: 1px;
  height: 100vh; /* full screen height */
  background: linear-gradient(to bottom, rgba(214, 214, 214, 0.4), transparent);
}

/* Spider icon */
.spider {
  font-size: 30px;
}

/* Climb animation */
@keyframes spider-climb {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}

.icon-bg{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
::placeholder{
  color: var(--input-text) !important;
  font-family: var(--metal);
} 
.footer-img{ 
  position: relative;
  min-height: 350px;
}
.video-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; 
}
.footer-overlay{
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.error{ 
  color: var(--prime-text); 
}
footer span.error{
  background-color: white;
  color: var(--prime-text);
  position: absolute;
  bottom: -40px; 
  left: 0;
  padding: 5px !important;
  border-radius: 5px !important;
}

 #backtotop {
    position: fixed;
    bottom:  30px;
    right: 10px; 
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;   
    overflow: hidden; 
    border-radius: 0 !important; 
    border: 0 !important;
    object-fit: contain; 
    transform: translateY(-100vh); /* push down */
    transition: all 0.4s ease;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* slide up into view */
}

.footer-container{
  width: 768px;
  max-width: 100%;
  margin: auto;
}
.product-card-img {
  position: relative;
  overflow: hidden;
}
.product-card-img a{
  background: rgba(0, 0, 0, 0.531);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0;
  transition: 0.5s ease;
}
.product-card-img:hover a{
  opacity: 1;
}



/* gallery */
a[data-lightbox="gallery"]{
  position: relative;
}
a[data-lightbox="gallery"]::after{
  width: 100%;
  height: 100%;
  background-color:rgba(91, 0, 0, 0.5);
  content: '\f6e2';
  font-family: 'FontAwesome'; 
  font-size: 50px;
  color: var(--prime-text);
  position: absolute;
  z-index: 99;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
a[data-lightbox="gallery"]:hover::after{
  top: 0;
}
.gallery-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

/* Masonry grid */
.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 15px;
}

.masonry a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.masonry a:hover {
  transform: scale(1.03);
}

.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Custom size modifiers */
.masonry a.wide {
  grid-column: span 2;
}

.masonry a.tall {
  grid-row: span 2;
} 
/* Responsive fix */
@media (max-width: 768px) {
  .masonry {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: 75px;
  }
}
.lb-outerContainer{
  background-color: black;
}
.lb-container{
  background-color: black !important;
  padding: 5px;
}
.lb-image{
  border: 0 !important;
}
.price-card-1{ 
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)),url('../../assets/images/gallery/img5.webp') no-repeat center/cover;
}
.price-card-2{ 
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)),url('../../assets/images/gallery/img7.webp') no-repeat center/cover;
}
.price-card-3{ 
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)),url('../../assets/images/gallery/img8.webp') no-repeat center/cover;
}
.alertmsg{
  z-index: 9999;
}
.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: var(--body-bg);
}
.preloader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 