.particlesBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35dvh;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #0f172a, #1e293b);
}

.particlesBackground::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0) 0.82%, rgba(14, 37, 60, 0.72) 74.01%, #0E253C 99.18%);
  z-index: 2;
}

#waveCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35dvh;
  opacity: 1;
  pointer-events: none;
  filter: blur(0.3px);
  transform: scale(1.02);
  transition: filter 0.3s ease;
}

.themes-page-header {
  /* background-color: red; */
  height: 35dvh;
  display: flex;
  align-items: center;
}
.themes-page-header .content {
  margin-top: 4rem;
  /* background-color: blue; */
  width: 90%;
  padding: 0;
  margin-inline: auto;
  max-width: 1210px;
}
.themes-page-header .content h1 {
  color: #fff;
  font-family: "Helvetica";
  width: 100%;
  text-wrap: nowrap;
  text-transform: uppercase;
}
.themes-page-header .content p {
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
}

.themes-event-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 1210px !important;
}
.themes-event-wrapper ul.listItemsSwitcher {
  border: 1.2px solid #dedede !important;
  /* border-radius: 4px; */
  border-right: none !important;
  border-radius: 0 !important;
  border-left: none !important;
  box-sizing: border-box;
  display: flex;
  gap: 19.2px;
  margin: 32px 0px 20px;
  overflow: hidden;
  padding: 16px;
  flex-direction: row !important;
  flex-wrap: wrap;
  position: relative;
  /* display: flex; */
}

.themes-event-wrapper {
  position: relative;
}
.themes-event-wrapper .countryListOption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18rem;
  min-width: 17rem;
  margin-top: -1rem;
  background: #f7f7f7;
  border: 1.2px solid #dedede;
  padding: 1rem;
  width: 15rem;
  /* border-radius: 10px; */
}
.themes-event-wrapper .countryListOption h2 {
  margin: 0;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #333;
  text-transform: capitalize;
  font-family: "GeneralSans-semibold";
}
.themes-event-wrapper .countryListOption p {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #333;
}
.themes-event-wrapper .countryListOption select {
  border: 1.2px solid #dedede;
  font-size: 0.85rem;
  border-radius: 10rem;
  height: 2.5rem;
  margin-top: 2rem;
  display: flex;
  padding: 0.5rem 1.5rem !important;
  align-items: center !important;
  /* padding: .5rem !important; */
}
.themes-event-wrapper .countryListOption .countriesList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.themes-event-wrapper .countryListOption .countriesList .countryIcon {
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  background: red;
}

.conventionHeading {
  display: flex;
  align-items: center;
  gap: 2rem;
  /* background-color: red; */
  max-height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.conventionHeading .flagWrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.conventionHeading .flagWrapper img {
  height: 4rem;
}

.countryDescriptionText {
  margin-top: 1rem !important;
}

.countryPromoVideoWrapper {
  height: 15rem;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px !important;
}
.countryPromoVideoWrapper video {
  width: 45%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
}

.countryIcon {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}
.countryIcon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.themes-event-wrapper div.uk-drop.uk-dropdown.uk-open {
  background-color: #ffffff;
  bottom: -230px;
  box-shadow: rgba(0, 0, 0, 0.1490196078) 0px 5px 12px 0px;
  box-sizing: border-box;
  left: 1px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 18rem;
  border-radius: 10px;
  min-width: 200px;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 17.9219px;
  top: 50px;
  z-index: 1020;
}

button.uk-button.uk-button-default.country-select-btn {
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  /* display: inline-block; */
  font-family: GeneralSans-Medium;
  font-size: 14px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  border-radius: 10rem;
  padding: 0px 0.5rem;
  gap: 0.5rem;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  vertical-align: middle;
}
button.uk-button.uk-button-default.country-select-btn .selected-country-icon {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
}

.countryBackgroundImage {
  height: 22rem;
  width: 22rem;
}
.countryBackgroundImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.videoConferenceToggler {
  height: 30vh;
  width: 100%;
  position: relative;
  /* z-index: 10000000000 !important; */
}
.videoConferenceToggler img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.videoConferenceToggler video {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.countryPromoVideoWrapper {
  /* background-color: red; */
  display: flex;
  gap: 3rem;
  align-items: end;
}
.countryPromoVideoWrapper .logoCarouselWrapper {
  display: flex;
  /* background: black; */
  flex-direction: row !important;
}
.countryPromoVideoWrapper .partner {
  width: 10rem !important;
  height: 6rem !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.countryPromoVideoWrapper .logoCarouselWrapper {
  display: flex;
  flex-direction: row !important;
  margin-top: 0.5rem;
  align-items: center;
  gap: 2rem;
  width: 43rem;
  overflow: hidden;
  position: relative;
}
.countryPromoVideoWrapper .logoCarouselWrapper .inner-carousel {
  display: flex;
  gap: 20px;
  animation: scroll 60s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1620px); /* (logo width + gap) * number of original logos */
  }
}
.countryPromoVideoWrapper .logoCarouselWrapper .logo {
  height: 5rem;
  min-width: 10rem;
  /* background-color: #dedede; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.countryPromoVideoWrapper .logoCarouselWrapper .logo img {
  height: 90% !important;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.countryPromoVideoWrapper .logoCarouselWrapper .logo:hover {
  opacity: 0.7;
}
.countryPromoVideoWrapper .logoSocialProof {
  position: relative;
}
.countryPromoVideoWrapper .logoSocialProof::before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  z-index: 1000;
  height: 100%;
}
.countryPromoVideoWrapper .logoSocialProof::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  z-index: 1000;
  height: 100%;
}

div.inner-carousel {
  /* background-color: blue; */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.displayContainerCardContainer {
  overflow: hidden;
}

.bottomModifier {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.downloadBrochureBtn {
  height: 2rem;
  align-items: center;
  margin-bottom: unset !important;
}

.countryList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.countryList .countryDataSwitcher {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.countryList a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "GeneralSans-Medium";
  font-size: 0.85rem;
  text-decoration: none;
  color: #333;
  border: 1px solid rgba(10, 106, 161, 0);
  background-color: rgba(10, 106, 161, 0);
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  transition: all 0.3s ease;
}
.countryList a:hover {
  border: 1px solid #0a6aa1;
  background-color: rgba(10, 106, 161, 0.1);
}

.topHeadingCard .subHeading {
  font-size: 1.1rem;
  margin: 0;
  margin-top: 1rem;
  color: #333;
  font-family: "GeneralSans-Semibold";
}

/* CSS Inspector (http://127.0.0.1:8000) */
.carouselDescription {
  display: flex;
  align-items: end;
  gap: 2rem;
}
.carouselDescription .descriptionText {
  text-align: justify;
}
.carouselDescription > div {
  width: 50%;
}
.carouselDescription .logoSocialProof .logo img {
  height: 100%;
}

.academicConferenceWrapper .backgroundImage {
  width: 30rem;
}
.academicConferenceWrapper .backgroundImage img {
  margin-top: -4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.academicConferenceWrapper .logoSocialProof::before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  z-index: 1000;
  height: 10rem;
}

.scientificCommiteeWrapper {
  /* background-color: red; */
  margin-top: 2rem;
}
.scientificCommiteeWrapper .subHeading {
  font-family: "Helvetica";
  font-size: 1.5rem;
  color: #333;
  margin-top: 1.5rem;
}
.scientificCommiteeWrapper .mainCardsWrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.scientificCommiteeWrapper .commiteeDisplay {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.5rem 1rem;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard {
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  position: relative;
  min-width: 22rem;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .commiteeImageWrapper {
  display: flex;
  height: 80%;
  max-height: 12rem;
  min-width: 14rem;
  align-items: end;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .commiteeImageWrapper img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper {
  position: relative;
  /* background-color: red; */
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper h3 {
  font-size: 1rem;
  color: #0A6AA1;
  font-family: "GeneralSans-Medium";
  margin: 0;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper .rolePosition {
  /* background-color: red; */
  margin: 0;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
  font-family: "GeneralSans-Medium";
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper .description {
  display: flex;
  font-size: 0.8rem;
  margin: 0;
  font-family: "GeneralSans-Medium";
  color: rgba(51, 51, 51, 0.8705882353);
  margin-top: 1rem;
  text-align: justify;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper .socialMediaLinks {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.scientificCommiteeWrapper .commiteeDisplay .commiteeCard .descriptionWrapper .socialMediaLinks a {
  display: flex;
  background: #23516C;
  height: 2rem;
  width: 2rem;
  align-items: center;
  border-radius: 50%;
  scale: 0.8;
  color: #fff;
  justify-content: center;
}

.scientificCommitteeContainer {
  border: none !important;
}

.accordion-container, .accordion-sessions, .scientificCommitteeContainer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1.2px solid #dedede;
}
.accordion-container .comingSoon, .accordion-sessions .comingSoon, .scientificCommitteeContainer .comingSoon {
  font-family: "GeneralSans-semibold";
  color: #333;
  font-size: 0.9rem;
}
.accordion-container .uk-accordion-title, .accordion-sessions .uk-accordion-title, .scientificCommitteeContainer .uk-accordion-title {
  /* background-color: red; */
  font-family: "Helvetica";
  color: #0A6AA1;
  font-size: 1.2rem;
}
.accordion-container .uk-accordion-title::before, .accordion-sessions .uk-accordion-title::before, .scientificCommitteeContainer .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-right: 15px;
  float: left;
  background-image: url(../icons/downIcon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion-container .uk-open > .uk-accordion-title::before, .accordion-sessions .uk-open > .uk-accordion-title::before, .scientificCommitteeContainer .uk-open > .uk-accordion-title::before {
  background-image: url(../icons/upIcon.svg);
}
.accordion-container .commiteeCard, .accordion-sessions .commiteeCard, .scientificCommitteeContainer .commiteeCard {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
  position: relative;
  /* background-color: red; */
  height: -moz-fit-content;
  height: fit-content;
  min-width: 22rem;
  width: 40%;
}
.accordion-container .commiteeCard h3, .accordion-sessions .commiteeCard h3, .scientificCommitteeContainer .commiteeCard h3 {
  font-size: 1.1rem !important;
  color: #0A6AA1;
  line-height: 1.6;
  font-family: "GeneralSans-Medium";
  margin: 0;
}

.ctaBtn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  text-decoration: underline;
  /* padding-bottom: .2rem; */
  margin-top: 1rem;
  font-family: "GeneralSans-Medium";
  color: #333;
}

.promotionalTextVideo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  z-index: 10;
}
.promotionalTextVideo .promotionalTextVideoHeading {
  font-family: "GeneralSans-semibold";
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  margin: 0;
}
.promotionalTextVideo p {
  margin: 0;
  margin-top: 0.5rem;
  color: #fff;
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
}/*# sourceMappingURL=themes.css.map */