/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed&family=Cabin+Condensed&family=Comfortaa:wght@300..700&family=Dancing+Script&family=Epilogue:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost&family=Kalam&family=Kanit&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+Display:wght@600&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Odibee+Sans&family=PT+Sans+Narrow&family=Playwrite+ZA+Guides&family=Poetsen+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sansita+Swashed:wght@300..900&family=Signika+Negative:wght@300..700&family=Slabo+27px&family=Syne:wght@400..800&family=Ubuntu:wght@500&family=Winky+Sans:ital,wght@0,300..900;1,300..900&family=Yesteryear&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Epilogue", "san-serif";
  scroll-behavior: smooth;
}

/* #rc-anchor-container{
    background: var(--clr-conf_Gold);
} */
/* .rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact{
    position: relative;
    left: -10px;
 } */
/* .rc-anchor-normal{
    position: relative;
    left: -30px;
    background: var(--clr-conf_Gold);
  } */
:root {
  --clr-gold-hero: rgba(243, 213, 82, 1);
    --herbal-cream: #f6f4ef;
  --clr-conf-blue: #020f1b;
  --clr-conf_Gold: #f3d552;
  --clr-conf-Gray-bg: rgba(139, 136, 136, 0.05);
  --conf-gray-main: rgba(255, 255, 255, 1);
  --clr-conf-Gold-bg: rgba(243, 213, 82, 0.2);
  --clr-conf-white: #fff;
  --clr-button-gold-bg: rgba(32, 32, 31, 1);
    --herbal-amber: #d8a84e;
}

/* Security */
body {
  user-select: none; /* Modern browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
/* Loader CSS */
#header {
  background: var(--clr-conf-blue);
  display: grid;
  place-content: center;
  align-items: center;
  justify-items: center;
  min-height: 100vh;
  color: var(--clr-conf-white);
}
.loader {
  /* font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px; */
  color: var(--clr-conf_Gold);
  animation: smokeOut 1s ease-in-out infinite alternate;
  text-shadow: 0 0 1px var(--clr-conf_Gold);
}
/* .loader:before {
    content: "Gold Conference";
  } */

@keyframes smokeOut {
  100% {
    opacity: 0.08;
    filter: blur(5px);
    letter-spacing: 4px;
  }
}
/* Container */
.container-main  {
  display: none;
}
/* Overlay */
.popup-overlay,
.pop-upoverlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 10000; /* Always on top */
}

/* Popup box */
/* save this CSS code snippet */
.popup-box,
.popup-box-sponsor {
  background: var(--clr-conf-blue);
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 700px;
  width: 90vw;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-overlay,
.pop-upoverlay2 {
  display: flex;
}

@media (max-width: 750px) {
  .popup-box,
  .popup-box-sponsor {
    max-width: 98vw;
    padding: 15px 5vw;
  }
}

.popup-box h2,
.popup-box-sponsor h2 {
  margin: 0 0 10px;
}

.popup-box p,
.popup-box-sponsor p {
  margin-bottom: 15px;
  color: var(--clr-conf-white);
  line-height: 1.5;
}
.popupButtons,
.popupButtonsSponsors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
#cancelRegistration,
#cancelSponsor {
  background: var(--clr-button-gold-bg);
  color: var(--clr-conf-white);
}
#proceedRegistrationbtn:hover,
#proceedSponsorbtn:hover {
  background: var(--clr-conf_Gold);
}
.popup-box button,
.popup-box-sponsor button {
  background: var(--clr-gold-hero);
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-box button:hover,
.popup-box-sponsor button:hover {
  background: var(--clr-conf-Gold-bg);
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Hero Section */
#hero {
  position: relative;
  padding: 10px 100px;
  height: 99vh;
  color: var(--clr-conf-white);
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  background: linear-gradient(rgb(2, 15, 27, 0.5), rgb(2, 15, 27, 0.5)),
    url(/assets/hero/Estate_bg.jpg) no-repeat center/cover;
}

#hero video {
  display: grid;
  place-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width:85%;
  height:90%;
  object-fit: cover;
  z-index: 0;
  background: linear-gradient(rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.1));
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero_Contents {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
  position: relative;
  z-index: 2;
  padding: 30px 40px;
}
#goldBtn {
  margin: 15px 0 0 0;
  background: var(--clr-button-gold-bg);
  color: var(--clr-conf-white);
  padding: 10px 12px;
  border-radius: 15px;
  border: none;
}
/* .headreTittle{
    position: relative;
    display: inline-block;
} */
 .organize{
  background: var(--herbal-cream);
  padding: 30px 100px;
 }
.headreTittle h2,
#typed-strings p {
  font-weight: 500;
  line-height: 100%;
  margin: 22px 0;
  transition: color 0.9s ease;
}
.headreTittle:hover {
  color: var(--clr-gold-hero);
  cursor: vertical-text;
}
.hero_insights{
  max-width: 50%;
}
.hero_insights p {
  line-height: 1.4;
  font-size: 1rem;
  /* text-align: justify; */
}
/* Fixed Container */
.fixedContainer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#float_sponsor {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
#float_sponsor i {
  background: #f3d552;
  color: #0a1a2f;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  transition: background 0.2s;
}
#float_sponsor i:hover {
  background: #ffe066;
}
#float_sponsor .fa-handshake {
  font-size: 2rem;
}
.fixedContainer i {
  font-size: 25px;
  background: var(--clr-conf-blue);
  color: var(--clr-gold-hero);
  padding: 10px 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-right: 10px;
  box-shadow: 0 0 10px #7f7c7c;
  cursor: pointer;
  transition: transform 0.7s;
  display: none;
}
.fixedContainer i:hover {
  transform: translateY(-10px);
}
.event_target_ics {
  margin: 25px 0;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 15px;
}
.event_target_ics img {
  width: 30px;
}
.event_target_ics i {
  font-size: 22px;
  color: var(--clr-conf-white);
}
.event_target_ics span {
  position: relative;
  top: -7px;
}
.event_target_ics .location_dot i,
.event_target_ics .time_dot i {
  position: relative;
  top: -7px;
}
.countdown {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
  /* gap: 10px; */
}
.countdown div {
  margin: 0 15px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  left: -15px;
}
.countdown div button {
  font-size: 2rem;
  background: transparent;
  border-top: 1px solid var(--clr-conf-white);
  border-left: 1px solid var(--clr-conf-white);
  border-right: 1px solid var(--clr-conf-white);
  border-bottom: 5px solid var(--clr-conf-white);
  border-bottom-style: solid;
  color: var(--clr-conf-white);
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 5px;
  cursor: alias;
    background: linear-gradient(rgb(50, 50, 50, 0.8), rgb(50, 50, 50, 0.4));

}
.countdown div p {
  margin: 2px 0;
  /* font-size: clamp(1rem, 2.5vh, 2rem); */
  text-transform: uppercase;
}
#event-status {
  font-weight: bold;
  background: var(--clr-conf-blue);
  color: var(--clr-conf-white);
  border-radius: 10px;
  padding: 18px;
  border: none;
  position: relative;
  top: -20px;
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: 1;
  animation-iteration-count: infinite;
  display: none;
  cursor: not-allowed;
}
/* @keyframes scale {
  0% {
    transform: scale(1.1);
    box-shadow: 0 0 10px var(--clr-conf_Gold);
  }
} */

/* Duplicates return */
#duplicates {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 12px;
  z-index: 999;
  background: rgb(2, 15, 27, 0.7);
  margin-top: 0;
  box-shadow: 0 0 8px rgb(2, 15, 27, 0.9);
  visibility: hidden;
  transition: 0.7s;
  /* animation-name: duplicate; */
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}
#duplicates button {
  position: relative;
  top: 10px;
}

/* Add missing keyframes for duplicate animation */
@keyframes duplicate {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .registerActions{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: var(--clr-conf-Gray-bg);
    width: 100%;
} */
.registerActions button {
  background: var(--clr-gold-hero);
  /* padding: 15px 25px; */
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
#registerEvent {
  cursor: not-allowed;
  margin: 205px 0 0 0;
}
#registerEvent a,
#viewTopics a {
  color: #000;
  text-decoration: none;
}
#viewTopics {
  background: transparent;
  color: var(--clr-conf-white);
  border: 1.6px solid var(--clr-gold-hero);
  transition:
    transform 0.7s ease,
    background-color 0.7s ease;
  margin-left: 18px;
}
#viewTopics:hover {
  background: var(--clr-conf_Gold);
  color: var(--clr-conf-blue);
}

#heroImg {
  height: 80vh;
  width: 100%;
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
}
/* For mobile */
#heroImgMobile {
  width: 100%;
  display: none;
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
}
#heroImg:hover,
#heroImgMobile:hover {
  cursor: pointer;
  transform: scale(1.1);
  filter: grayscale(70%);
}
/* Professionals */
#professionals {
  background: var(--clr-conf-Gray-bg);
  padding: 40px 100px;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
}

.profHeadre,
.expertsHeadre,
.conf_header,
.deatilsHeader,
.registration_heder,
.sponsor_header {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.profHeadre h2,
.expertsHeadre h2,
.conf_header h2,
.deatilsHeader h2,
.registration_heder h2,
.sponsor_header h2 {
  font-size: 3rem;
  font-weight: 500;
  font-style: medium;
  margin: 5px 0;
  /* color: var(--clr-conf_Gold); */
}
/* Professional Section */
.professionals_Cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 45px;
  margin: 35px 0;
}
.professionals_Cards > div {
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 35px 20px;
  text-align: center;
  background: var(--conf-gray-main);
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
}
.professionals_Cards > div:hover {
  background: var(--clr-gold-hero);
  transform: translateY(15px);
  cursor: pointer;
}
.professionals_Cards > div img,
.professionals_Cards > div p {
  margin: 15px 0;
}

/* Experts */
#Experts {
  padding: 40px 100px;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
}
.expertsCard {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 35px;
}
.expertsCard .card {
  background: var(--clr-gold-hero);
  border-radius: 10px;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
  width: 300px;
}
.expertsCard > .card:hover {
  cursor: pointer;
  transform: translate3d(20px, 30px, 0);
}
.imgPlaceholder img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* #cardImage{
 border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */
.cardContents {
  padding: 5px 15px;
  line-height: 1.7;
  /* line-height: 2; */
}
.speaker_field {
  margin: 10px 0;
}
.cardContents > #identity {
  background: var(--conf-gray-main);
  padding: 10px;
}
.social_icons {
  margin-top: 20px;
}
.social_icons img,
.scroll_Icons i {
  margin: 0 10px;
  cursor: pointer;
}
/* Topics Section */
#conf_topics {
  padding: 40px 100px;
  background: var(--clr-conf-Gray-bg);
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
}
.main_topics_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 30px 0 0 0;
}
.conf_cards {
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 30px;
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
}
.conf_cards:hover {
  cursor: pointer;
  transform: translateX(10px);
  background: var(--clr-conf-Gold-bg);
}
.cardtagImg {
  background: var(--clr-conf-blue);
  width: 51px;
  height: 46px;
  opacity: 1;
  border-radius: 4.05px;
  text-align: center;
}
.cardtagImg img {
  width: 30px;
  position: relative;
  top: 5px;
}
.cardtagImg i {
  font-size: 30px;
  /* font-weight: lighter; */
  color: #fefefef2;
  position: relative;
  top: 5px;
  padding: 3px;
}
.card_reader {
  display: flex;
  margin: 31px 0;
}
.cardContentsHeader {
  margin-left: 10px;
}
.conf_cards button {
  background: var(--clr-conf_Gold);
  border: none;
  padding: 10px 12px;
  border-radius: 5px;
  font-weight: bold;
}
/* Expect */
#expect {
  margin: 40px 0 0 0;
  padding: 0 50px;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
}
.expect_Content {
  background: var(--conf-gray-main);
  border-radius: 10px;
  padding: 30px 0;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.expect_Cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 30px 0;
  text-align: center;
}
.cardExpect {
  border-radius: 10px;
  transition: transform 0.9s ease;
  padding: 10px 20px;
}
.cardExpect:hover {
  cursor: pointer;
  background: var(--clr-conf-Gray-bg);
  transform: translate3d(10px, 10px, 0);
}

/* Conference Details & Registrations */
#details_registration {
  padding: 40px 100px;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
}
aside small {
  display: block; /* makes it behave like a paragraph */
  white-space: normal; /* allows text to wrap */
  line-height: 1.4; /* better readability */
  font-size: 0.85rem; /* scale down slightly */
  color: #555; /* softer tone */
}

.details_reg_Cards {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px;
  margin: 45px 0;
}
.registration_card {
  border-radius: 10px;
  border: 1px solid var(--clr-conf-blue);
  padding: 35px 20px;
  text-align: center;
  width: 300px;
  transition:
    transform 0.9s ease,
    background-color 0.9s ease;
}
.registration_card:hover {
  cursor: pointer;
  background: var(--clr-conf-Gray-bg);
  border: 1px solid var(--clr-conf-Gray-bg);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.img_Details {
  margin-bottom: 30px;
}
.img_Details img {
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 10px;
}
.details_title {
  margin-bottom: 8px;
}
.scroll_Icons {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -160px;
  content-visibility: hidden;
}
.scroll_Icons_Experts {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -250px;
  content-visibility: hidden;
}
.scroll_Icons i,
.scroll_Icons_Experts i {
  font-size: 25px;
  padding: 5px 10px;
  border-radius: 5px;
  /* box-shadow: 0 4px 4px 1px var(--clr-conf-blue); */
  background: var(--clr-conf-Gold-bg);
  cursor: pointer;
}
.venueInfo {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
.venueLocationImportant,
.venueOrganizers {
  background: var(--clr-conf-Gold-bg);
  border-radius: 7.8px;
  padding: 35px 45px;
  animation: fadeInUpScale 0.8s ease-out forwards;
  opacity: 0;
  /* animation-name: venueHue;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: 1; */
  transition:
    transform 0.8s ease,
    background-color 0.8s ease;
}
@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.venueLocationImportant {
  display: flex;
  justify-content: space-between;
}
.venueInfoImg {
  position: relative;
  top: -10px;
}
#venueLocate {
  width: 300px;
}
.venueOrganizers img {
  width: 80px;
  border-radius: 10px;
}
#old_english {
  margin-left: 12px;
}
#supportersCourts {
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
  z-index: 999;
}
#supportersCourts::-webkit-scrollbar {
  display: none;
}
.venueOrganizers #supportersCourts img {
  margin: 5px 15px;
  transition: transform 0.7s;
  animation: supportersIn 10s linear infinite;
}
@keyframes supportersIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.venueOrganizers #supportersCourts img:hover {
  cursor: pointer;
  transform: rotate(10deg);
}

.google_embed {
  margin: 35px 0;
}
.google_embed h2 {
  margin: 15px 0;
  text-align: center;
}

/* Registration Form */
#resgistration_form {
  padding: 40px 100px;
}
#attendees{
  padding: 30px 100px;
}
#resgistration_form hr {
  border-top-width: 2px;
  position: relative;
  top: -20px;
}
.resgistration_Form_Card_option {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px;
  margin-top: 50px;
  align-items: end; /* Align all items to the bottom line */
}
/*.resgistration_Form_Card_option .card.middle {
     height: 350px;  Taller height for the middle one 
}
*/

/*.resgistration_Form_Card_option .card:not(.middle) {
    height: 270px;  Shorter height for the side ones 
}
*/

.reg_card {
  border: 1px solid var(--clr-conf_Gold);
  border-radius: 20px;
  padding: 35px 25px;
  /* text-align: center; */
  transition: transform 0.9s ease;
}
.reg_card:hover {
  transform: translateY(12px);
  cursor: pointer;
  box-shadow: 0 0 80px var(--clr-conf-Gold-bg);
}
.reg-type {
  color: var(--clr-conf_Gold);
  margin: 10px 0;
}
.price_info {
  margin: 25px 0;
}
.price_info h2 {
  margin-bottom: 8px;
}
#discount_btn {
  background: var(--herbal-amber);
  padding: 12px 45px;
  border: none;
  box-shadow: 0 4px 4px 4px 1px var(--clr-conf_Gold);
  margin-bottom: 13px;
  transition: transform 0.9s ease;
}
#discount_btn:hover {
  box-shadow: 0 0 5px var(--herbal-amber);
  transform: scale(1.1);
  cursor: pointer;
}
/* #vipPass{
    transform: translateY(-50px);
} */
#vipPass > #_Most {
  position: relative;
  /* top: -60px; */
  border: none;
  border-radius: 20px;
  padding: 13px 45px;
  background: var(--clr-conf_Gold);
}
.reg_card ul {
  list-style-type: none;
}
.reg_card ul li {
  padding: 5px 0;
}
.reg_card ul li i {
  padding-right: 8px;
}
/* Discalimer */
.disclaimerContainer {
  background: var(--clr-conf-Gold-bg);
  padding: 30px;
  border: 1px solid var(--clr-conf-blue);
  border-radius: 10px;
  margin: 20px 50px;
  line-height: 1.5;
}
.fa-circle-check {
  color: var(--clr-conf-blue);
}
/* Sponsors */
#sponsor {
  padding: 40px 100px;
}
.sponsor_tag {
  border-bottom: 3px solid var(--clr-conf-blue);
  border-color: var(--clr-conf_Gold);
}
.sponsors_Card_Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
  align-items: end; /* Align all items to the bottom line */
  /* flex-wrap: wrap; */
}
.sponsors_Card_Container > .sponsor_card {
  margin: 0 25px;
}
.sponsor_card {
  border: 2px solid var(--clr-gold-hero);
  border-radius: 20px;
  padding-bottom: 20px;
  /* text-align: center; */
  transition: transform 0.9s ease;
}
.sponsor_card:hover {
  transform: translateY(-12px);
  cursor: pointer;
  box-shadow: 0 0 80px var(--clr-conf-Gold-bg);
}
.sponsor_package {
  background: var(--clr-gold-hero);
  padding: 15px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sponsor_price {
  padding: 25px 25px;
}
.sponsor_card ul {
  padding: 5px 25px;
  list-style-type: none;
}
.sponsor_card ul li {
  padding: 5px 0;
}
.sponsor_card ul li i {
  padding-right: 8px;
}
#sponsor_btn {
  background: var(--herbal-amber);
  padding: 12px 45px;
  border: none;
  box-shadow: 0 4px 4px 4px 1px var(--herbal-amber);
  margin-bottom: 13px;
  transition: transform 0.9s ease;
  margin-left: 25px;
}
#sponsor_btn:hover {
  box-shadow: 0 0 5px var(--clr-gold-hero);
  transform: scale(1.1);
  cursor: pointer;
}

/* Media Querry for Mobiles */
@media screen and (min-width: 0) and (max-width: 700px) {
  #hero{
    height: 90vh;
  }
  .hero_insights{
    max-width: 100%;
  }
  #hero,.organize,
  #professionals,
  #Experts,
  #conf_topics,
  #details_registration,
  #sponsor,
  #resgistration_form, #attendees,
  #footer {
    padding: 10px 20px;
  }
  /* #hero{
        height: 140vh;
    } */
     .hero_Contents{
      max-width: 100%;
      padding: 4px 10px;
     }
  .hero_Contents,
  .footer_contents {
    display: block;
  }
  #duplicates {
    padding: 5px;
  }
  .registerActions button {
    padding: 10px 12px;
  }
  #viewTopics {
    margin-left: 10px;
  }
  .countdown {
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 20px;
  }
  .countdown div {
    margin: 0 5px;
    left: 0;
  }
  .hero_Contents h2 {
    font-size: 2.5rem;
  }
  .profHeadre h2,
  .expertsHeadre h2,
  .conf_header h2,
  .deatilsHeader h2,
  .registration_heder h2,
  #typed,
  .sponsor_header h2 {
    font-size: 2rem;
  }
  .heroImg {
    margin: 30px 0;
  }
  #heroImg {
    display: none;
  }
  #heroImgMobile {
    display: block;
  }
  .event_target_ics {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #hero video {
    width: 90%;
    height: 70vh;
  }

  /* Supporters */
  #supportersCourts {
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  /* Professionals */
  .professionals_Cards {
    grid-template-columns: auto;
    row-gap: 30px;
  }
  /* Conf Cards */
  .main_topics_card,
  .resgistration_Form_Card_option {
    grid-template-columns: auto;
  }
  .sponsors_Card_Container {
    grid-template-columns: auto;
  }
  .sponsors_Card_Container > .sponsor_card {
    margin: 0;
  }
  /* Expect */
  #expect {
    padding: 0 30px;
  }
  .expect_Cards {
    display: block;
    padding: 0 20px;
  }
  .cardExpect,
  .disclaimerContainer {
    margin: 25px 0;
    background: var(--clr-conf-Gray-bg);
    padding: 10px 20px;
    border-radius: 10px;
  }
  .disclaimerContainer {
    background: var(--clr-conf-Gold-bg);
  }
  /* Registration Details */
  .details_reg_Cards,
  .expertsCard {
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .expertsCard {
    grid-template-columns: repeat(11, 1fr);
  }
  .details_reg_Cards::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .scroll_Icons,
  .scroll_Icons_Experts {
    content-visibility: visible;
    scroll-behavior: smooth;
  }
  /* Venue Info */
  .venueInfo,
  .venueLocationImportant {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  .venueInfoImg {
    position: relative;
    top: 15px;
  }
  #venueLocate {
    width: 100%;
  }
  /* Footer */
  .rightFooter {
    margin: 35px 0;
  }
  .footer_Contacts {
    margin: 15px 0;
  }
  .footer_Contacts p {
    margin: 17px 0;
  }
  .bitmaps_footer {
    margin-left: 5px;
  }
  .newsForm button,
  .newsForm input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  /* Register Btn */
  .sponsor_subheading {
    text-align: justify;
  }
  #float_sponsor .fa-handshake {
    font-size: 1.5rem;
    width: 54px;
    height: 54px;
  }
}

/* Sponsors */
.scrollAdd {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
/* Media for iPads */
@media screen and (min-width: 700px) and (max-width: 1025px) {
  #hero,
  #professionals,
  #resgistration_form,
  #footer,
  #sponsor {
    padding: 10px 20px;
  }
  .hero_Contents {
    display: block;
  }
  .heroImg {
    margin: 30px 0;
  }
  /* Professionals */
  .professionals_Cards,
  .expertsCard,
  .resgistration_Form_Card_option,
  .expertsCard {
    grid-template-columns: auto auto;
    row-gap: 30px;
  }
  /* Registration */
  .details_reg_Cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  aside small {
    display: block; /* makes it behave like a paragraph */
    text-wrap: wrap;
  }
  /* Venue Info */
  .venueInfo {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  #venueLocate {
    width: 100%;
  }
  /* Venue Info */
  .venueInfo,
  .venueLocationImportant {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  /* Sponsors */
  .sponsors_Card_Container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
  /* Registration */
  .details_reg_Cards,
  .resgistration_Form_Card_option,
  .expertsCard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* Sponsors */
  /* .sponsors_Card_Container{
    flex-wrap: wrap;
} */
}
