.ticket-container .ticket .option {
  padding: 0.25rem;
  border-radius: 10px;
}

header .navbar button, .hero .hero-content .hero-ticket .button-hero, .ticket-container .ticket .buy-ticket {
  background: transparent;
  position: relative;
  z-index: 1;
}

header .navbar button::before, header .navbar .links a::before, .hero .hero-content .hero-ticket .button-hero::before, .ticket-container .ticket .buy-ticket::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  transition: 0.5s;
}

header .navbar button::after, .hero .hero-content .hero-ticket .button-hero::after, .ticket-container .ticket .buy-ticket::after, header .navbar .pr-container .schedule button.schedule-time::before, .pr-container .schedule header .navbar button.schedule-time::before, .hero .hero-content .hero-ticket .pr-container .schedule .button-hero.schedule-time::before, .pr-container .schedule .hero .hero-content .hero-ticket .button-hero.schedule-time::before, .ticket-container .ticket .pr-container .schedule .buy-ticket.schedule-time::before, .pr-container .schedule .ticket-container .ticket .buy-ticket.schedule-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

header .navbar {
  background-color: #0b2235;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  color: #F8F8FF;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 8px 8px;
  align-items: center;
  flex-wrap: nowrap;
}
header .navbar > :last-child {
  display: none;
}
header .navbar img {
  width: 80px;
  height: 60px;
  cursor: pointer;
}
header .navbar button {
  background-color: #F8F8FF;
  color: #0b2235;
  padding: 0.5rem;
  border-radius: 10psx;
  outline: none;
  cursor: pointer;
}
header .navbar button::before {
  background-color: #a5d4e1;
}
header .navbar button::after, header .navbar .pr-container .schedule button.schedule-time::before, .pr-container .schedule header .navbar button.schedule-time::before {
  background-color: #F8F8FF;
}
header .navbar button:hover::before {
  width: 100%;
}
header .navbar i {
  font-size: 1.75rem;
  transition: 0.3s;
}
header .navbar .links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
header .navbar .links ul {
  list-style: none;
}
header .navbar .links li,
header .navbar .links a {
  color: #F8F8FF;
  text-decoration: none;
}
header .navbar .links a {
  padding: 1rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}
header .navbar .links a::before {
  background-color: #F8F8FF;
  height: 15%;
  width: 100%;
  width: 12px;
  height: 0px;
  border-radius: 12px 8px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  header .navbar .links a::before {
    display: none;
  }
}
header .navbar .links a.no-before::before {
  content: none;
}
header .navbar .links a:hover::before {
  height: 50%;
}
header .navbar .links a.active::before {
  height: 100%;
}
@media (max-width: 992px) {
  header .navbar .links {
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    align-items: center;
    position: fixed;
    top: 85px;
    right: 0;
    width: 70%;
    z-index: 2;
    background-color: #0b2235;
    max-height: 0;
  }
  header .navbar .links.active {
    max-height: 500px;
    opacity: 1;
  }
}
@media (max-width: 992px) {
  header .navbar {
    justify-content: end;
  }
  header .navbar > :first-child {
    margin-right: auto;
  }
  header .navbar > :nth-child(2) {
    opacity: 0;
  }
  header .navbar > :last-child {
    display: block;
  }
}

h1 {
  font-size: clamp(1.25rem, 3vw, 3rem);
}

h2 {
  color: #10375b;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

img {
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.section {
  padding: 2rem 2rem;
  margin: 0 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background-color: #F8F8FF;
  min-height: 300px;
}

.hero {
  position: relative;
  border-radius: 0;
  color: #F8F8FF;
  background-image: url("../images/conference.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 2rem 0;
  height: 100vh;
  width: 100%;
  margin-top: 80px;
}
.hero h2 {
  margin-top: 100px;
  color: #F8F8FF;
  font-size: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 768px) {
  .hero h2 {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .hero h2 {
    margin-top: 25px;
  }
}
.hero .hero-content {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  row-gap: 1rem;
}
.hero .hero-content .venue {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 40px;
}
.hero .hero-content .venue .button-event {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  border: 2px solid;
  width: 200px;
  border-radius: 5px;
  padding: 10px;
  background-color: #a5d4e1;
  color: #0b2235;
}
.hero .hero-content .venue .button-event i {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .hero .hero-content .venue {
    margin-bottom: 20px;
  }
}
.hero .hero-content .hero-ticket {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero .hero-content .hero-ticket .button-hero {
  color: #F8F8FF;
  border: 2px solid #0b2235;
  min-width: 200px;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
}
.hero .hero-content .hero-ticket .button-hero::before {
  background-color: #F8F8FF;
}
.hero .hero-content .hero-ticket .button-hero::after, .hero .hero-content .hero-ticket .pr-container .schedule .button-hero.schedule-time::before, .pr-container .schedule .hero .hero-content .hero-ticket .button-hero.schedule-time::before {
  background-color: #0b2235;
}
.hero .hero-content .hero-ticket .button-hero:hover::before {
  width: 100%;
}
.hero .hero-content .hero-ticket .button-hero:hover {
  color: #0b2235;
  font-weight: bold;
}

.overview {
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  min-height: 400px;
}
.overview h2 {
  color: #10375b;
  margin-bottom: 2rem;
}
.overview p {
  color: #3982a3;
  font-size: clamp(1.15rem, 2vw, 2.5rem);
}
.overview .overview-content {
  flex: 1;
  padding: 2rem 2rem;
  gap: 1rem;
}
.overview .overview-content p {
  margin-top: 2rem;
}
.overview .features-all {
  flex: 1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  height: max-content;
  gap: 2rem;
  align-items: stretch;
}
.overview .features-all .feature {
  text-align: center;
  border-radius: 1rem;
  flex: 1 1 calc(50% - 16px);
  min-height: 10px;
  padding: 1rem;
  flex-direction: column;
  color: #E0EDE9;
  background-color: #3982a3;
  box-shadow: 0 0 4px 4px rgba(11, 34, 53, 0.3);
}
@media (max-width: 768px) {
  .overview {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  .overview .features-all {
    align-self: center;
  }
}

.speakers .hero-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  gap: 1rem;
  height: max-content;
  padding-top: 2rem;
  align-items: stretch;
  gap: 1rem;
}
.speakers .speaker-card {
  position: relative;
  background-color: #a5d4e1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  color: #0b2235;
  height: max-content;
  padding: 1rem;
  flex-wrap: wrap;
  min-width: 250px;
  gap: 8px;
  flex: 0 1 300px;
  max-width: calc(33.333% - 32px);
  border-radius: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  align-items: stretch;
  height: auto;
  justify-content: start;
  overflow: hidden;
}
.speakers .speaker-card::after, .speakers .pr-container .schedule .speaker-card.schedule-time::before, .pr-container .schedule .speakers .speaker-card.schedule-time::before {
  position: absolute;
  content: "";
  height: 75%;
  width: 50%;
  background-color: #1F2937;
  left: 1rem;
  bottom: 1rem;
  border-radius: 20px;
  display: none;
}
.speakers .speaker-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 1;
  position: relative;
}
.speakers .speaker-card .social {
  margin-top: auto;
  margin-right: 1rem;
}
.speakers .speaker-card .social i {
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
}
.speakers .speaker-card .social i:hover {
  color: rgba(11, 34, 53, 0.5);
}
.speakers .speaker-card .social img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.speakers .speaker-card .profile {
  position: absolute;
  top: 20%;
  right: -100%;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 1rem;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  transition: opacity 0.4s ease, transform 0.4s ease, right 0.4s ease;
  overflow: hidden;
}
.speakers .speaker-card:hover {
  box-shadow: 0 4px 8px 8px #0b2235;
}
.speakers .speaker-card:hover .profile {
  opacity: 1;
  right: 0%;
}
@media (max-width: 768px) {
  .speakers .speaker-card {
    max-width: 80%;
  }
}

.location-image {
  margin-top: 2rem;
  display: flex;
  padding: 2rem;
  justify-content: end;
  background-image: url(../../../images/loc2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.location-image .venue-details {
  padding: 1rem;
  min-width: 300px;
  background-color: white;
}
.location-image .venue-details .venue-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}
.location-image .venue-details .venue-row * {
  text-align: left;
}
.location-image .venue-details .venue-row strong {
  flex: 1;
}
.location-image .venue-details .venue-row span {
  flex: 2;
}

.ticket-container {
  padding: 2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  gap: 20px;
  min-height: 200px;
  justify-content: space-around;
  align-items: stretch;
}
.ticket-container > * {
  flex: 1;
  border: 2px solid black;
}
.ticket-container .perks,
.ticket-container .benefits {
  padding: 0 2rem;
}
.ticket-container .ticket {
  padding: 1rem;
  background-color: #96bbd2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: calc(33.33% - 16px);
  border-radius: 20px;
  min-width: 250px;
  max-width: 250px;
  height: auto;
  color: #0b2235;
  transition: 0.3s;
}
.ticket-container .ticket:hover {
  transform: scale(1.05);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.ticket-container .ticket .option {
  border: 2px solid #3982a3;
  width: 100px;
  text-align: center;
  background-color: #F8F8FF;
}
.ticket-container .ticket .price {
  align-self: center;
}
.ticket-container .ticket .price span {
  font-size: 1.5rem;
  font-weight: bold;
}
.ticket-container .ticket .buy-ticket {
  margin-top: auto;
  margin-left: auto;
  color: #96bbd2;
  padding: 0.5rem;
  border-radius: 10px;
  outline: none;
  border: 2px solid #0b2235;
  border-radius: 5px;
  cursor: pointer;
}
.ticket-container .ticket .buy-ticket::before {
  background: #F8F8FF;
}
.ticket-container .ticket .buy-ticket::after, .ticket-container .ticket .pr-container .schedule .buy-ticket.schedule-time::before, .pr-container .schedule .ticket-container .ticket .buy-ticket.schedule-time::before {
  background: #0b2235;
}
.ticket-container .ticket .buy-ticket:hover::before {
  width: 100%;
}
.ticket-container .ticket .buy-ticket:hover {
  color: #0b2235;
  font-weight: bold;
}

.testimonials .testimonials-main {
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  align-items: stretch;
  gap: 3rem;
}
.testimonials .testimonials-main > * {
  flex: 1;
}
.testimonials .testimonials-main .test-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 2rem;
  border: 2px solid #0b2235;
  background-color: white;
  border-top-left-radius: 3rem;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.testimonials .testimonials-main .test-card .test-detail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  color: #10375b;
}
.testimonials .testimonials-main .test-card .test-detail .test-pic {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.testimonials .testimonials-main .test-card .name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex: 2;
}
.testimonials .testimonials-main .test-card .my-icon {
  margin-left: auto;
  font-size: 48px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .testimonials .testimonials-main .test-card .my-icon {
    font-size: 1rem;
  }
}
.testimonials .testimonials-main .test-card p {
  color: #3982a3;
  margin-left: 50px;
}
.testimonials .testimonials-main .test-card::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #0b2235;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonials .testimonials-main .test-card:hover .my-icon {
  transform: scale(1.5);
}
.testimonials .testimonials-main .test-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(11, 34, 53, 0.5);
}
@media (max-width: 768px) {
  .testimonials .testimonials-main .test-card {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-main {
    padding: 8px;
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  background-color: #0b2235;
  padding: 2rem 2rem 8px 2rem;
}
.footer a:hover,
.footer i:hover {
  color: #3982a3;
}
.footer * {
  color: #F8F8FF;
}
.footer .top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.footer .top .footer-branding {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.footer .top .footer-branding img {
  width: 80px;
  height: 60px;
  cursor: pointer;
}
.footer .top .footer-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  column-gap: 3rem;
}
.footer .top .footer-links ul {
  text-decoration: none;
  list-style: none;
}
.footer .top .footer-links li {
  margin-bottom: 1rem;
}
.footer .top .footer-links p {
  font-weight: bold;
}
.footer .top .footer-links .footer-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.footer .top .footer-links .footer-social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  align-items: center;
}
.footer .top .footer-links .footer-social i {
  font-size: 1.5rem;
  cursor: pointer;
}
.footer .bottom .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

#agenda h2 {
  margin-bottom: 2rem;
}

.pr-container {
  margin: auto;
  box-shadow: 0 0 8px 16px rgba(11, 34, 53, 0.3);
}
.pr-container .schedule {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
}
.pr-container .schedule .schedule-time {
  background-color: #10375b;
  color: #a5d4e1;
  font-weight: bold;
  margin-right: 40px;
  padding: 10px;
  border: 2px solid black;
  border-radius: 10px;
  position: relative;
}
.pr-container .schedule .schedule-time::after, .pr-container .schedule .schedule-time::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0b2235;
  transform: translate(29px);
}
.pr-container .schedule .schedule-time::before {
  transform: translate(0px);
  display: none;
}
.pr-container .schedule .schedule-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 10px;
  border: 2px solid black;
  border-radius: 10px;
  flex-grow: 1;
  background-color: #96bbd2;
}
.pr-container .schedule .schedule-content .part1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
}
.pr-container .schedule::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  transform: translate(117px);
  background-color: #3982a3;
}
.pr-container .schedule:first-child::before {
  top: 50px;
}
.pr-container .schedule:last-child::before {
  height: 18%;
}
@media (min-width: 1201px) {
  .pr-container {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .pr-container {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .pr-container {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .pr-container .schedule .schedule-time {
    margin-left: 20px;
  }
  .pr-container .schedule .schedule-time::after, .pr-container .schedule .schedule-time::before {
    display: none;
  }
  .pr-container .schedule .schedule-time::before {
    display: block;
    background-color: teal;
    left: -27px;
  }
  .pr-container .schedule .schedule-content {
    width: 90%;
    margin-left: 20px;
  }
  .pr-container .schedule::before {
    transform: translate(2px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}

body,
html {
  height: 100vh;
  background-color: white;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  color: #374151;
}