* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background-color: white; */
  font-family: Arial, Helvetica, sans-serif;
}


/* NAVBAR */
    #nav {
      pointer-events: all;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 20px 5vw;
      flex-wrap: wrap;
      gap: 15px;
      background-color: #111;
      /* color: white; */
      /* color: white; */

    }

    #nav img {
      height: 80px;
      background-color: transparent;
    }

    #nleft,
    #nright {
      display: flex;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    #nright a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 650;
      color: white;
      transition: 0.3s;
    }


    #nright a:hover {
      color: #ffcc70;
    }

#home #homemain {
  width: 100%;
  padding: 15vw 13vw;
}

#homemain h1 {
  font-weight: 400;
  font-size: 1.5vw;
}

.headings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#homemain .headings h1 {
  letter-spacing: .5px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: transparent;
  -webkit-text-stroke: 2px black;
  background-color: transparent;
}

#homemain .headings h1:hover {
  color: black;
}

/* video */
#homemain {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
  /* background: #FAF3E0; */
}

/* upar wali line (sirf pehla h1 direct child of #homemain) */
#homemain>h1 {
  font-size: 2.2vw;
  font-weight: 500;
  color: black;
  position: relative;
  z-index: 4;
  background-color: transparent;
  text-align: start;
  margin-left: 5.6vw;
}

#homemain .headings h1 {
  font-size: 5vw;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px black;
  position: relative;
  z-index: 3;
  gap: 10px;


}

/* image container */
#bgImages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#bgImages img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#bgImages img.active {
  opacity: 1;
}

/* white overlay mask */
.reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:white;
  z-index: 2;
  pointer-events: none;
  -webkit-mask: radial-gradient(circle 0px at 50% 50%, transparent 99%, black 100%);
  mask: radial-gradient(circle 0px at 50% 50%, transparent 99%, black 100%);
}



/* end */
#homelast {
  padding: 6vw 13vw;
}

#homelast p {
  font-size: 1.3vw;
  font-weight: 400;
  letter-spacing: -0.7px;
  word-spacing: 4px;

}

#homelast p::selection {
  color: white;
  background-color: black;
}



#featured {
  padding: 10vw 15vw;
}

.fheading>h1 {
  line-height: 1;
  font-size: 4vw;
  font-weight: 400;
}

.fheading>h1:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1px black;
}

#fimages {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  margin-top: 5vw;
}

#fleft {
  overflow: hidden;
  width: 45%;
  height: inherit;
}

.fleftelm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: inherit;

}

.fleftelm h1 {
  line-height: 1;
  text-transform: capitalize;
  margin: 1.5vw 0;
}

.fleftelm h5 {
  opacity: .6;
}

#fright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 45%;
  /* new */
  height: 100vh;
  overflow: hidden;

  height: inherit;
}

#fright .images {
  width: 90%;
  height: 90%;
  /* new  */
  position: relative;
display: inline-block;
overflow: hidden;
    border-radius: 12px;
}


 

   .images img {
    width: 250px; /* apni requirement ke hisaab se */
    height: auto;
    display: block;
    border-radius: 12px;
  }

  /* Circle button */
  .view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100px;
    height: 100px;
    background: white;
    color: black;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }

  .images:hover .view-btn {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
#fright .images img:first-child {
  opacity: 1; 
}

#fright .images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
   top: 0;
  left: 0;
  opacity: 0;
}

#btndiv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.5vw;
  clear: both;
  padding-bottom: 4vw;
}

#btndiv button {
  padding: 1.3vw 2.5vw;
  border-radius: 100px;
  border: 2px solid black;
  background-color: #FAF3E0;
  font-size: 1.1vw;
  font-weight: 500;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all 0.3s ease;

}

#btndiv button:hover {
  background-color: black;
  color: white;
}

/* links */
/* --- Page Links Grid --- */
.page-links {
  width: 100%;
  padding: 6vw 6vw 3vw;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card .media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.card img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .6s ease, filter .6s ease;
}

/* overlay + circle view */
.card .overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0);
  transition-duration: .35s ease;
  ;
  pointer-events: none;
  /* so click passes through to the <a> */
}

.card .view-dot {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: .3px;
  opacity: 0;
  transform: scale(.7);
  transition: transform .35s ease, opacity .35s ease;
}

/* hover effects */
.card:hover img {
  transform: scale(1.08);
  filter: brightness(.85);
}

.card:hover .overlay {
  background: rgba(0, 0, 0, .18);
}

.card:hover .view-dot {
  opacity: 1;
  transform: scale(1);
}

/* meta */
.card .meta {
  padding: 14px 6px 4px;
}

.card .meta h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.25;
  margin: 8px 0 4px;
  font-weight: 700;
}

.card .meta p {
  color: #666;
  font-size: 14px;
}

.pill {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  color: #333;
}

/* responsive */
@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .page-links {
    padding: 8vw 5vw;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .card img {
    height: 220px;
  }
}


/* closing page now  */

#footerfade {
  height: 10vh;
  background: linear-gradient(to bottom, transparent, #fff);
}

#copyright {
  text-align: center;
  padding: 3vw 0;
  font-size: 1vw;
  color: rgb(80, 80, 80);
  border-top: 1px solid #ddd;
}

#closing {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  padding: 4vw 0;
  color: #111;
}

/* previous page working */



html,
body {
  width: 100%;
  height: 100%;
  background-color: white;
}

#minicircle {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 99999;
  border-radius: 50%;
  /* pointer-events: none; */
  background-color: black;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}

#main {
  width: 100%;
  background-color: white;
}

#hero {
  color: black;
  width: 100%;
  height: 100vh;
  background-color: white;
  position: relative;
}

#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  color: black;
}

#nav a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  /* padding: 0 5px; */
}

#heading h1 {
  margin-left: 30px;
  line-height: 1;
  opacity: .6;
  font-size: 9vw;
  font-weight: 900;
  text-transform: uppercase;

}

#heading {
  margin-top: 90px;
}


/* RESPONSIVE FIXES */

/* Tablets */
@media (max-width: 992px) {
  #nav {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  #fimages {
    flex-direction: column;
    height: auto;
    gap: 40px;
  }

  #fleft, #fright {
    width: 100%;
    height: auto;
  }

  #fright .images {
    width: 100%;
    height: auto;
  }

  #btndiv button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  #homemain>h1 {
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }

  #homemain .headings h1 {
    font-size: 10vw;
    -webkit-text-stroke: 1px black;
  }

  #homelast p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .fheading h1 {
    font-size: 8vw;
    text-align: center;
  }

  #fimages {
    margin-top: 20px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #closing {
    font-size: 16px;
    padding: 20px;
  }

  #copyright {
    font-size: 12px;
    padding: 15px 0;
  }
}
@media (max-width: 600px) {
  #fright .images img {
    position: relative !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #fright .images {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 600px) {
  .view-btn {
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 1 !important;
  }
}
