html {
  font-size: 62.5%;
}
html a {
  cursor: pointer;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

.orange_divider {
  display: flex;
  margin: 0 auto;
  content: "";
  height: 0.2rem;
  width: 7rem;
  background-color: #ec5242;
}

.top-bar {
  display: none;
}

.navbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  background-color: transparent;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
}
.navbar .logo {
  display: none;
}
.navbar .mobile_toggle_links ul {
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  padding: 0;
}
.navbar .mobile_toggle_links ul li {
  list-style: none;
  margin: 2rem auto;
  text-align: center;
}
.navbar .mobile_toggle_links ul a {
  text-decoration: none;
  color: #272a31;
}
.navbar .menulinks ul {
  display: none;
}
.navbar .menulinks ul .menulink {
  list-style: none;
  margin: 1rem;
}
.navbar .menulinks ul a {
  text-decoration: none;
}
.navbar #toggle_button_menu,
.navbar #x_button_mobile {
  position: absolute;
  display: flex;
  font-size: 2.5rem;
  margin-left: 2rem;
  margin-top: 2rem;
  z-index: 10;
}

.mobile_button,
.x_button {
  display: flex;
}

.mobile_button.hidden,
.x_button.hidden {
  display: none;
}

.mobile_toggle_links {
  background-color: white;
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  height: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mobile_toggle_links .logo {
  margin: 2rem auto;
  padding: 1.5rem;
  width: 50%;
}
.mobile_toggle_links .menulinks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_toggle_links .joinbutton {
  display: flex;
  justify-content: center;
}
.mobile_toggle_links .joinbutton button {
  background-color: #ec5242;
  text-transform: uppercase;
  color: white;
  font-size: 1.7rem;
  border: none;
  border-radius: 0.5rem;
  height: 6rem;
  width: 80%;
}

.mobile_toggle_links.open {
  height: 90%;
}
.mobile_toggle_links.open ul {
  margin: 1rem auto;
  padding: 0;
}
.mobile_toggle_links.open ul li {
  list-style: none;
  font-size: 3rem;
  margin: 2.5rem 0;
}
.mobile_toggle_links.open ul a {
  color: #272a31;
  text-decoration: none;
}

.container_reg {
  padding: 2rem;
}
.container_reg h3 {
  font-size: 2rem;
}

.left_text {
  text-align: left;
}

.centered {
  text-align: center;
  margin: auto;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.hero-section #bg1,
.hero-section #bg2,
.hero-section #bg3,
.hero-section #bg4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -5;
}

.hero-title {
  color: #ec5242;
  font-size: 1rem;
}
.hero-title h1 {
  margin: 0;
  font-weight: 400;
}

.hero-event {
  color: #ec5242;
  font-size: 4vw;
}
.hero-event h1 {
  margin: 0 0 2rem;
  text-transform: uppercase;
  background-image: url(../Media/hero_text_background.jpg);
  background-color: #ec5242;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.3rem;
  background-color: #d3d3d3;
  padding: 2rem;
  border: solid white 3px;
  margin: 0 0 2rem;
}
.hero-description p {
  margin: 0;
}

.hero-directions {
  margin-top: 0;
}
.hero-directions .hero-time {
  font-size: 2rem;
  color: #535353;
}
.hero-directions .hero-time p {
  font-weight: 900;
  margin: 0;
}
.hero-directions .hero-location {
  font-size: 1.3rem;
}
.hero-directions .hero-location p {
  margin: 0;
}

.main-program {
  padding: 2rem;
  background-image: url(../Media/x_background.jpg);
  background-size: 7%;
  text-align: center;
}
.main-program h3 {
  color: white;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.main-program .program-card {
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 1.5rem 1rem;
  margin: 1.5rem 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.main-program .program-card i.icon_main_programs::before {
  font-size: 3rem;
  width: 10%;
  height: 50px;
  color: white;
  padding: 0 1rem;
  vertical-align: middle;
}
.main-program .program-card h4 {
  font-size: 1.7rem;
  color: #ec5242;
  width: 20%;
  padding: 0 1rem;
}
.main-program .program-card p {
  color: white;
  width: 70%;
  text-align: left;
  padding: 0 1rem;
  margin: 0;
}
.main-program .program-card:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-program #empty_container {
  padding: 0;
}
.main-program #desktop_program_button {
  display: none;
}
.main-program #mobile_program_button {
  color: white;
  background-color: #ec5242;
  border: none;
  height: 7rem;
  width: 80%;
  font-size: 1.5rem;
}

.featured-speakers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.featured-speakers h3 {
  margin-bottom: 0.5rem;
}

#featured-speakers-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}

.featured_sp_card {
  display: none;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
}
.featured_sp_card .speaker_headshot {
  flex: 1;
  z-index: 3;
}
.featured_sp_card .speaker_headshot img {
  display: block;
  width: 100%;
}
.featured_sp_card .decoration-block {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1;
}
.featured_sp_card .decoration-block img {
  width: 10vw;
}
.featured_sp_card .speaker_info {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 2;
  padding: 0 1rem;
}
.featured_sp_card .speaker_info .speaker_name {
  font-size: 1.7rem;
  margin: 0.5rem 0;
}
.featured_sp_card .speaker_info .bio_divider {
  width: 15%;
  height: 0.2rem;
  background-color: #d3d3d3;
  border: none;
  border-radius: 5px;
  margin: 0.5rem 0;
}
.featured_sp_card .speaker_info .speaker_designation {
  font-size: 1.3rem;
  font-style: italic;
  color: #ec5242;
  margin: 0.5rem 0;
}
.featured_sp_card .speaker_info .speaker_bio {
  font-size: 1.3rem;
  margin: 0.5rem 0;
}

.featured_sp_card:nth-child(1),
.featured_sp_card:nth-child(2) {
  display: flex;
}

#load-more-button {
  width: 80%;
  font-size: 1.5rem;
  border: solid 1px gray;
  margin: 2rem;
}

#arrow {
  color: #ec5242;
}

.partners_section {
  background-color: #414141;
}
.partners_section h3 {
  color: white;
  margin-bottom: 0.5rem;
}

.partners_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.partners_list .partner_logo {
  list-style: none;
  margin: 0 2rem;
}
.partners_list .partner_logo img {
  width: 10rem;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: auto;
}
.footer .footer_logo {
  height: 15vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_logo img {
  height: 50%;
}
.footer .footer_disclaimer {
  margin: 0 2rem;
}
.footer .footer_disclaimer .f_disclaimer {
  font-weight: 700;
  font-size: 1.5rem;
}
.footer .footer_disclaimer p {
  font-size: 1.3rem;
}

.hero_about {
  height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 2.5vh 0;
}
.hero_about .about_contact {
  font-size: 1.5rem;
}
.hero_about #about_email {
  font-weight: 500;
  border-bottom: solid 1px black;
}

.about_the_logo {
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  padding: 4rem 0;
}

.about_description {
  text-align: justify;
  background-color: #d3d3d3;
  border: solid 1px white;
  font-size: 1.3rem;
  margin: 2.5rem auto;
  padding: 0 2rem;
}

.about_content {
  text-align: justify;
  font-size: 1.3rem;
  margin: 2.5rem 0;
}

.past_sumits {
  padding: 4rem 0;
}

.twocolum {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.twocolum .pastbutton {
  position: relative;
  width: 100%;
  height: 20rem;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.twocolum .pastbutton .ab_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(236, 82, 66, 0.7);
}

#t1 {
  background-image: url("../Media/2021expo.jpg");
  background-size: cover;
}
#t1 h4,
#t1 p {
  position: absolute;
  z-index: 2;
}
#t1 h4 {
  font-size: 4rem;
}
#t1 p {
  top: 55%;
  font-size: 1.7rem;
}

#t2 {
  background-image: url("../Media/2022expo.jpg");
  background-size: cover;
}
#t2 h4,
#t2 p {
  position: absolute;
  z-index: 2;
}
#t2 h4 {
  font-size: 4rem;
}
#t2 p {
  top: 55%;
  font-size: 1.7rem;
}

.footer_container_about {
  background-color: #2e2e2e;
  color: white;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  header {
    position: relative;
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    background-color: white;
  }
  .top-bar {
    background-color: #272a31;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2rem;
  }
  .top-bar a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
    width: 70%;
    margin: auto;
  }
  .navbar .menulinks ul {
    display: flex;
  }
  .navbar .menulinks ul .menulink {
    list-style: none;
    margin: 1rem;
  }
  .navbar .logo {
    display: flex;
    height: 2.5vw;
    width: 5vw;
  }
  .navbar .logo a {
    display: flex;
    height: 2.5vw;
    width: 5vw;
  }
  .navbar .mobile_button,
  .navbar .x_button {
    display: none;
  }
  .mobile_toggle_links {
    display: none;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-section #bg1,
  .hero-section #bg2,
  .hero-section #bg3,
  .hero-section #bg4 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -5;
  }
  .container_reg {
    width: 70%;
    max-width: 1200px;
  }
  .hero-title {
    font-size: 1.7rem;
  }
  .hero-event {
    font-size: 2.5vw;
  }
  .hero-event h1 {
    font-weight: 900;
    line-height: 5vw;
  }
  .hero-description {
    width: 50%;
  }
  .main-program {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 2.5%;
  }
  .main-program #empty_container {
    display: flex;
    align-items: stretch;
  }
  .main-program .program-card {
    flex-direction: column;
    padding: 1.5rem 1rem;
    margin: 0 0.15rem;
  }
  .main-program .program-card h4 {
    width: 100%;
    margin: 1rem 0;
  }
  .main-program .program-card p {
    width: 100%;
    text-align: center;
  }
  .main-program #desktop_program_button {
    display: flex;
    margin: auto;
    height: auto;
    color: white;
    background: none;
    border: none;
    border-bottom: solid white 0.1rem;
    transition: all 0.3s;
  }
  .main-program #desktop_program_button:hover {
    color: #ec5242;
  }
  .main-program #mobile_program_button {
    display: none;
  }
  #featured-speakers-grid {
    grid-template-columns: 1fr 1fr; /* two equally divided columns */
    grid-gap: 20px; /* gap between grid items */
  }
  .featured_sp_card {
    display: flex;
  }
  .featured_sp_card .decoration-block {
    top: 0;
    left: 0;
  }
  .featured_sp_card .decoration-block img {
    width: 3.5vw;
  }
  .speaker_headshot {
    padding: 0 1rem;
  }
  .speaker_headshot img {
    display: block;
    width: 100%;
    height: auto;
  }
  .speaker_info {
    flex: 2;
    padding: 0 1rem;
  }
  #load-more-button {
    display: none;
  }
  .partners_section,
  .footer_container {
    min-height: 10vw;
    padding: 2vh 0;
  }
  .footer_container {
    background-color: #fff;
  }
  .partners_list {
    justify-content: space-evenly;
  }
  .footer {
    flex-direction: row;
  }
  .footer .footer_logo {
    height: 5vw;
    justify-content: start;
  }
  .about_title h3 {
    margin: 1rem 0;
  }
  .about_description {
    text-align: center;
    padding: 0 5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
  }
  .about_content {
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.4rem;
  }
  .about_content img {
    width: 40%;
    height: auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 1.5rem;
  }
  .twocolum {
    justify-content: center;
    flex-direction: row;
    margin: auto;
  }
  .twocolum .pastbutton {
    position: relative;
    width: 40%;
    height: 20rem;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .twocolum .pastbutton .ab_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(236, 82, 66, 0.7);
  }
}/*# sourceMappingURL=style.css.map */