@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  /* background-color: #000000; */
  color: #fff;
  --primaryColor: #de1b76;
  --secondaryColor: #000000;
}

body {
  background-color: #000000;
}

.primaryColor {
  color: var(--primaryColor) !important;
}

.talalogo {
  height: 50px;
}

.navlist {
  padding: 0;
  margin: 0;
}

.navlist li {
  padding: 5px 20px;
  text-decoration: none;
  list-style-type: none;
}

.nav-active {
  color: var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
}

.navbt {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  transition: 0.5s ease;
}

.navbt:hover {
  background-color: var(--primaryColor);
}

.hero-heading {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  margin-top: 15px;
}

.hero-subheading {
  font-weight: 400;
  font-size: 22px;
  color: #dedede;
}

.hero-video video {
  border-radius: 15px;
  overflow: hidden;
  margin-top: -8%;
}

.circle-logo {
  position: relative;
  width: 190px;
  height: 190px;
  left: 80%;
  margin-top: -6%;
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
}

.rotating-text {
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
  display: block;
  background-color: transparent;
}

text {
  font-size: 25px;
  font-weight: 800;
  fill: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primaryColor);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}

.arrow {
  color: #fff;
  font-size: 4rem;
  background-color: var(--primaryColor);
  transform: rotate(45deg);
  cursor: pointer;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.talaheading {
  font-weight: 900;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.talasubheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  width: 70%;
}

.section3,
.section3 .container,
.section3 .container .talaheading,
.eventCards {
  background-color: var(--primaryColor);
}

.card {
  border-radius: 30px;
  overflow: hidden;
}

.eventCards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-body {
  padding: 5%;
}

.card-tag {
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid white;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.card-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  text-transform: uppercase;
  margin: 0;
}

.bg-color {
  background-color: var(--primaryColor);
}

.bgimg,
.bgimgpast {
  background-image: url(https://d2l1mqxn454m0a.cloudfront.net/reckSrc/talameet/img/bannerPH5thEd.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bgimgpast {
  background-image: url(https://d2l1mqxn454m0a.cloudfront.net/reckSrc/talameet/img/bannerIndiaHYD.png);
}

.registerImg {
  background-image: url(https://d2l1mqxn454m0a.cloudfront.net/reckSrc/talameet/img/formbg.png);
}

.no-border {
  border: none;
}

.glass {
  height: 300px;
  width: 100%;
  border-radius: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(137deg,
      rgba(27, 28, 54, 0.2) 23.98%,
      rgba(112, 113, 122, 0.2) 65.73%);
  backdrop-filter: blur(5.849999904632568px);
}

.card-title2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapCard {
  background-color: transparent;
}

.primg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#indiaMap {
  background: transparent;
  height: 100%;
  width: 100%;
}

.formatTag {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 32px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 0;
}

.formatTag::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: 32px;
  background: linear-gradient(87.95deg,
      rgba(21, 19, 29, 0) -15.78%,
      rgba(229, 45, 131, 0.66) 102.06%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.Formaticon {
  background-color: #e52d83;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.memberCard {
  position: relative;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}

.memberName {
  position: absolute;
  bottom: 1%;
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding: 3% 6%;
  text-align: center;
}

.memberbadge {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background-color: #2a292d;
  backdrop-filter: blur(8px);
  border-radius: 5px;
  padding: 3% 6%;
}

.lheignt {
  line-height: 36px;
}

.card-img-top {
  width: 140%;
  position: relative;
  right: 25%;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  /* Adjust as needed */
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.4),
      transparent);
}

.img-fluid {
  max-width: 100%;
  height: 100%;
  padding: 5% 20%;
}

.border-15 {
  border-radius: 10px;
}

.image-100 {
  max-width: 100%;
  height: auto;
}

.bg-gray {
  background-color: #b6b7b6;
}

.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.talapresidentheading {
  font-weight: 700;
  font-size: 45px;
  line-height: 62px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.talapresidentname {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
  margin: 0;
  color: var(--primaryColor);
}

.talapresidenttitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
}

.w-90 {
  width: 90%;
}

.footerContenr {
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
}

.footerLogo {
  height: 100px;
}

.mail {
  text-decoration: none;
  color: #fff;
}

.copyWritetext {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #b3b3b3;
}

.CopyWrite {
  border-top: 1px solid #b3b3b3;
}

.talaPhbanner {
  height: 80vh;
  border-radius: 15px;
  padding: 6%;
}

.banner-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.banner-time {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
}

.banner-hotel {
  font-weight: 800;
  font-size: 34px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.banner-add {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
}

.lh-normal {
  line-height: normal;
}

.glimpsesvideo {
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}

.input-box label {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 90%;
  text-align: start;
}

.input-box {
  width: 100%;
  text-align: center;
}

.regiInput {
  width: 90%;
  height: 53;
  border-radius: 30px;
  gap: 10px;
  padding: 10px 20px;
  background-color: #e2e2e2;
  margin-bottom: 30px;
  color: var(--secondaryColor);
}

.inviteSection .container {
  transform: scale(0.9);
}

.tabmenu {
  padding: 5px;
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  display: inline-flex;
}

#PHbutton,
#Indiabutton {
  font-weight: 800;
  font-size: 18px;
  line-height: 29px;
  border-radius: 5px;
  padding: 10px 35px;
  text-decoration: none;
  color: #fff;
  width: 200px;
  cursor: pointer;
}

.tabMenuActive {
  background: var(--primaryColor);
}

.greyscale-1 {
  filter: grayscale(1);
}

.gallery-container :hover {
  transform: scale(1.1);
  z-index: 2;
  transition: transform 0.5s;
}

.gallery-item {
  padding: 5px;
  border-radius: 20px;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0.5rem 0;
  width: 150%;
  z-index: 1000;
  border-radius: 4px;
  height: auto;
}

.navlist li.position-relative:hover .dropdown-menu-custom {
  display: block;
  transition: transform 0.5s;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  display: block;
  white-space: nowrap;
}

.dropdown-item:hover {
  color: var(--primaryColor) !important;
}

.has-dropdown>a::after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5rem;
  transition: transform 0.5s;
}

.has-dropdown:hover>a::after {
  content: "\f077";
  /* fa-chevron-up */
}

.swiper-horizontal {
  width: -webkit-fill-available !important;
}

.swiper-slide {
  width: 240px !important;
}

.bg-video-IN {
  position: relative;
  overflow: hidden;
}

.bg-video-IN .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
  opacity: 0.5;
}

.bg-video-IN .center {
  position: relative;
  z-index: 1;
  /* content above the video */
  color: white;
  /* optional: for text visibility */
}

.logoCompany {
  display: none;
}

.thankyou {
  font-size: 32px;
  font-weight: 400;
}

.Thankyoupara {
  font-size: 24px;
  font-weight: 300;
}

.danger::placeholder {
  color: #b91c1c !important;
}

.heading-size {
  font-size: 50px;
}

.countryButton:hover,
.banner-bt:hover,
.subbtn:hover {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

/* width */
::-webkit-scrollbar {
  width: 01px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #de1b76;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #963965;
}

.member-bt {
  font-weight: 700;
}

.member-bt:hover {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.companyBadge {
  height: 80px;
  width: 200px;
  padding: 10px 15px;
  text-align: center;
}

.banner-bt {
  border: 1px solid #de1b76;
}

.countryButton {
  border: 1px solid #fff;
}

.collapsible-card {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1s ease;
  opacity: 1;
}

.collapsible-card.collapsed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.gallery-wrapper {
  padding: 3rem 1rem;
}

.gallery-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.5rem;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gallery-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.gallery-item::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 8rem;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* --- Styles for the Full-Screen GALLERY MODAL ONLY --- */

/* Target the dialog ONLY inside the gallery modal */
#galleryModal .modal-dialog {
  display: contents;
  margin: 0;
}

/* Target the content ONLY inside the gallery modal */
#galleryModal .modal-content {
  background-color: #000000ba !important;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  position: relative;
  /* Establishes positioning context for nav buttons */
}

/* Target the body ONLY inside the gallery modal */
#galleryModal .modal-body {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Target the image ONLY inside the gallery modal */
#galleryModal #modalImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Scales the image down to fit, preserving aspect ratio */
}

/* Target the nav buttons ONLY inside the gallery modal */
#galleryModal .modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s ease;
}

#galleryModal .modal-nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#galleryModal .modal-nav-btn.prev {
  left: 10px;
}

#galleryModal .modal-nav-btn.next {
  right: 10px;
}

/* Mobile devices (phones, less than 768px) */
@media (max-width: 767px) {
  .talalogo {
    height: 40px;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 36px;
  }

  .hero-subheading {
    font-size: 16px;
  }

  .circle-logo {
    width: 75px;
    height: 75px;
    left: 75%;
    margin-top: -12%;
  }

  .center-icon {
    width: 50px;
    height: 50px;
  }

  .arrow {
    font-size: 2rem;
  }

  .hero-video video {
    margin-top: -10%;
  }

  .talaheading {
    font-size: 23px;
    line-height: 30px;
  }

  .talasubheading {
    font-size: 16px;
    line-height: 25px;
    width: 85%;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .card {
    width: 100% !important;
  }

  .eventCards {
    padding: 2%;
  }

  .card-body {
    padding: 5% 10%;
  }

  .card-tag {
    font-size: 12px;
    line-height: 19px;
  }

  .card-title {
    font-size: 23px;
    line-height: 30px;
  }

  .card-text {
    font-size: 16px;
    line-height: 21px;
  }

  .navbt {
    font-size: 14px;
    line-height: 20px;
  }

  .bgimg,
  .bgimgpast {
    height: 30vh;
  }

  .eventCards :nth-child(2) .row {
    flex-direction: column-reverse;
  }

  .mobileColumn {
    flex-direction: column;
    gap: 20px;
  }

  .card-title2 {
    font-size: 19px;
    line-height: 30px;
  }

  .w-75 {
    width: 100% !important;
  }

  .formatTag {
    font-size: 12px;
    display: flex;
    width: -webkit-fill-available;
  }

  .card {
    border-radius: 10px;
    overflow: hidden;
  }

  .talapresidentheading {
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    margin-top: 10px;
  }

  .talapresidentname {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }

  .talapresidenttitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footerLogo {
    height: 70px;
  }

  .footerContenr {
    font-size: 16px;
    line-height: 24px;
  }

  .paralinks .fs-2 {
    display: none;
  }

  .paralinks {
    gap: 10px !important;
  }

  .talaPhbanner {
    height: auto !important;
    padding: 15% 5%;
  }

  .banner-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .banner-time,
  .banner-hotel,
  .banner-add {
    font-size: 20px;
    line-height: 26px;
  }

  .inviteSection .container {
    transform: scale(1);
    width: 100% !important;
  }

  #register .card-body {
    padding: 10% 5%;
  }

  .memberbadge {
    font-size: 9px;
    line-height: 12px;
  }

  .lheignt {
    font-size: 14px;
    line-height: 20px;
  }

  .footerContenr {
    width: 90%;
  }

  .dropdown-menu-custom {
    width: 100%;
  }

  .logoCompany {
    display: block;
  }

  #PHbutton,
  #Indiabutton {
    width: 150px;
    padding: 2%;
  }

  .heading-size {
    font-size: 24px;
    line-height: 32px;
  }

  #registrationModal .modal-dialog{
    width: 90% !important;
    height: auto;
    margin: auto;
}
  #galleryModal #modalImage{
    padding: 0 !important;
  }
}
