@media (min-width: 768px) {
  body {
    font-family: "GeneralSans-Regular" !important;
    font-size: 17px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    margin: 0;
    min-height: 100vh;
  }
  html {
    overflow-x: hidden;
  }
  .js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    width: 100vw;
    overflow: hidden;
  }
  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
.registerBtn {
    color:  #fff !important;
}
.registerBtn:hover {
    scale: 1.02;
}
  .preloader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Custom Loading Animation */
  .loading-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .loading-animation .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0d6efd;
    animation: bounce 0.5s ease-in-out infinite;
  }
  .loading-animation .circle:nth-child(2) {
    animation-delay: 0.1s;
  }
  .loading-animation .circle:nth-child(3) {
    animation-delay: 0.2s;
  }
  .loading-text {
    margin-top: 20px;
    font-size: 16px;
    color: #0d6efd;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    animation: fadeInOut 1.5s ease-in-out infinite;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  /* Styles for medium devices (tablets) */
  /* Styles for large devices (laptops) */
  /* Styles for extra-large devices (desktops) */
  /*@media only screen and (min-width: 1200px) {*/
  /*    !* Your styles for extra-large devices go here *!*/
  /*    .home-banner {*/
  /*        height: 60vh;*/
  /*    }*/
  /*    .home-top-img {*/
  /*        width: 100%;*/
  /*        height: 35rem;*/
  /*        object-fit: cover;*/
  /*        margin-left: 2rem;*/
  /*    }*/
  /*    .left-content {*/
  /*        margin-top: 5rem!important;*/
  /*    }*/
  /*}*/
  /* Style the content element */
  /* CSS Inspector (http://127.0.0.1:8000) */
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  /* Your styles for small devices go here */
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  /* Your styles for medium devices go here */
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1536px) {
  /* Your styles for large devices go here */
  .home-banner {
    height: 75dvh;
    position: relative;
  }
  .home-top-img {
    width: 100%;
    height: 30rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .left-content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1537px) {
  /* Your styles for extra-large devices go here */
  .home-banner {
    height: 70vh;
  }
  .home-top-img {
    width: 100%;
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 2rem;
  }
  .left-content {
    margin-top: 5rem !important;
  }
}
@media (min-width: 768px) {
  .collapse {
    visibility: visible !important;
  }
  .home-banner {
    /* background: url(../images/vicFallsBannerVideo.mp4); */
    /* background-color: #cccccc; */
    /*height: 70vh;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .ptb-10px {
    padding: 10px 0;
  }
  .ptb-20px {
    padding: 20px 0;
  }
  .ptb-30px {
    padding: 30px 0;
  }
  .ptb-40px {
    padding: 40px 0;
  }
  .ptb-50px {
    padding: 50px 0;
  }
  .ptb-60px {
    padding: 60px 0;
  }
  .ptb-70px {
    padding: 70px 0;
  }
  .pt-60px {
    padding-top: 60px;
  }
  .content {
    position: relative;
    z-index: 1;
  }
  .overlay-img {
    height: 30rem;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .country-flags {
    height: 5rem;
  }
  .country-flag {
    height: 3rem;
  }
  .h1-level-3 {
    font-size: 1.1rem;
  }
  .quick-form {
    background: #0a6aa1;
    border-radius: 20px;
  }
  .events-tab-img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-speakers {
    background: url(../images/home-banner-3.jpg);
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .speakers-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 88, 202, 0.65); /* Add background color with opacity for the overlay */
    z-index: 2; /* Place the overlay above the content */
    /* Additional styling for your overlay */
  }
  .speaker-img {
    height: 15rem;
  }
  .partner {
    width: 15rem;
    height: 6rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .form-control {
    border-radius: 20px !important;
  }
  .btn {
    border-radius: 40px !important;
  }
  .nav-pills .nav-link {
    border-radius: 40px !important;
  }
  .bg-primary-color {
    background: #0a6aa1;
  }
  .upper-footer a {
    text-decoration: none;
    color: #ffffff;
  }
  .upper-footer h6 {
    font-size: 1.3rem;
  }
  .lower-footer {
    background: #0f253c;
    color: #ffffff;
  }
  .home-tour-activities h6 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .tour-img {
    border-radius: 0px;
  }
  .page-header {
    position: relative;
    height: 250px;
    width: 100%;
  }
  .page-header-bg-img {
    /* background: url(../images/page-header.jpg);
    background-color: #cccccc; */
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .page-content {
    min-height: 30rem;
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #0f253c !important;
  }
  .h1-custom {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 0rem;
    line-height: 0.8;
  }
  .home-top-img {
    transition: transform 0.3s ease-in-out;
  }
  .home-top-img:hover {
    animation: scaleAnimation 0.5s ease-in-out;
  }
  @keyframes scaleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .theme-text {
    font-size: 1.1rem;
    min-height: 8rem;
    color: #0ea5e9;
  }
  .custom-h-100 {
    height: 100%;
  }
  .heading-title {
    font-size: 1.6rem;
    color: #0a6aa1;
  }
  .section-title {
    font-size: 1.6rem;
    color: #ffffff;
  }
  .section-header {
    font-size: 1.2rem;
    font-family: "GeneralSans-Medium";
    color: #0a6aa1;
  }
  .themes-tabs .nav-link {
    font-size: 0.8rem !important;
    color: gray;
    font-family: "GeneralSans-Regular";
  }
  .countries {
    margin-bottom: 0;
  }
  .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
  }
  .home-slider .slick-prev, .home-slider .slick-next {
    display: none !important;
  }
  .about-counter h1 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .about-counter h4 {
    font-size: 1.25rem;
  }
  .who-will-attend {
    background: url(../images/page-header.jpg);
    background-color: #cccccc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 40rem;
  }
  .who-will-attend-centered-img {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: white;*/
    /*padding: 20px;*/
    /*border: 1px solid black;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  }
  .who-will-attend-left-list {
    position: absolute;
    left: 7rem;
    top: 2rem;
    width: 30%;
  }
  .who-will-attend-right-list {
    position: absolute;
    right: 7rem;
    top: 2rem;
    width: 30%;
  }
  .who-will-attend-left-list .list-group-item,
  .who-will-attend-right-list .list-group-item {
    background-color: transparent;
    color: #fff;
  }
  .who-will-attend-left-list .list-group-item {
    text-align: right;
  }
  .about-text p {
    font-size: 22px;
  }
  .home-videos {
    background: #0c4a6e;
    min-height: 5rem;
  }
  .home-videos-slider .slick-next {
    right: -115px;
  }
  .home-videos-slider .slick-prev {
    left: -115px;
  }
  .home-videos-slider .slick-prev:before,
  .home-videos-slider .slick-next:before {
    font-size: 50px;
  }
  .bg-gray {
    background: #f9fafb;
  }
  .tabs-agenda-sessions .nav-tabs .nav-link {
    text-align: end;
  }
  .tabs-agenda-sessions .nav-tabs {
    border-bottom: none !important;
  }
  .tabs-agenda-sessions .nav-tabs .nav-item.show .nav-link, .tabs-agenda-sessions .nav-tabs .nav-link.active {
    font-weight: bolder;
    border: none;
    background: #dbeafe;
    border-radius: 2rem;
  }
  .tabs-agenda-sessions .nav-tabs .nav-link:hover {
    font-weight: bolder;
    border: none;
  }
  .bg-gray-200 {
    background: #e5e7eb;
  }
  .bg-gray-100 {
    background: #f3f4f6;
  }
  .downloads-img {
    width: 100%;
    height: 6rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .downloads-content p {
    margin-bottom: 0;
  }
  .relative {
    position: relative !important;
  }
  .absolute {
    position: absolute !important;
  }
  .sponsor-logo {
    padding: 1rem;
  }
  .fs-8 {
    font-size: 0.8rem !important;
  }
  .home-transnational-roadshows .slick-prev:before,
  .home-transnational-roadshows .slick-next:before {
    font-family: "Linearicons-Free" !important;
  }
  .home-transnational-roadshows .slick-next:before {
    content: "\e876" !important;
  }
  .home-transnational-roadshows .slick-prev:before {
    content: "\e875" !important;
  }
  .eventWrapper {
    margin-top: 3rem;
    display: flex;
    width: 90%;
    margin-inline: auto;
    max-width: 1300px;
    gap: 2rem;
  }
  .eventWrapper .filterMainWrapper {
    /* background-color: red; */
    min-width: 18rem;
  }
  .eventWrapper .filterMainWrapper .headingWrapper {
    background-color: rgba(10, 106, 161, 0.2666666667);
    /* padding: .3rem; */
    font-family: "GeneralSans-semibold";
    font-size: 0.7rem;
    color: #0a6aa1;
    padding: 0.4rem 1rem;
    border-radius: 10rem;
  }
  .eventWrapper .filterMainWrapper ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .eventWrapper .filterMainWrapper ul .uk-active a {
    font-family: GeneralSans-semibold;
    text-decoration: underline;
  }
  .eventWrapper .filterMainWrapper ul .uk-active a span {
    background-color: #0A6AA1;
  }
  .eventWrapper .filterMainWrapper ul li a {
    display: flex;
    align-items: center;
    font-family: "GeneralSans-Medium";
    font-size: 0.9rem;
    gap: 0.5rem;
    color: #333;
  }
  .eventWrapper .filterMainWrapper ul li a span {
    display: flex;
    height: 1rem;
    width: 1rem;
    background-color: #dedede;
    border-radius: 50%;
  }
  .eventWrapper .cardWrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .eventWrapper .registerConBtn {
    display: flex;
    background: #0A6AA1;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-family: "GeneralSans-semibold";
    font-size: 0.8rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    border-radius: 4px;
    text-decoration: none;
  }
  .eventWrapper .eventDescContainer {
    /* background-color: red; */
    margin-top: 1.5rem;
    width: 95%;
    margin-inline: auto;
  }
  .eventWrapper .eventDescContainer .mainHeading {
    font-size: 1.1rem;
    width: 90%;
    font-family: "Helvetica";
    margin: 0;
    line-height: 1.5;
    color: #333;
  }
  .eventWrapper .eventDescContainer .descriptionText {
    margin-top: 0.5rem;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    color: #333;
  }
  .eventWrapper .displayContainerCardContainer {
    border: 1.2px solid #dedede;
    padding: 1rem;
    border-bottom: none;
    height: 45rem;
    overflow-y: auto;
  }
  .eventWrapper .displayContainerCardContainer::-webkit-scrollbar {
    width: 6px;
  }
  .eventWrapper .displayContainerCardContainer::-webkit-scrollbar-track {
    background: transparent;
  }
  .eventWrapper .displayContainerCardContainer::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 3px;
  }
  .eventWrapper .displayContainerCardContainer .topHeadingCard {
    margin-top: 2rem;
    width: 95%;
    margin-inline: auto;
  }
  .eventWrapper .displayContainerCardContainer .topHeadingCard .conventionHeading {
    font-family: "Helvetica";
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: #0A6AA1;
  }
  .eventWrapper .displayContainerCardContainer .topHeadingCard .descriptionText {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    width: 70%;
    color: rgba(51, 51, 51, 0.7333333333);
    font-family: "GeneralSans-Medium";
  }
  .eventWrapper .cardsMainContainer {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-inline: auto;
  }
  .eventWrapper .cardsMainContainer .active {
    background-color: #333 !important;
  }
  .eventWrapper .cardsMainContainer .dateIdentifier {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 1.7rem;
    gap: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    background-color: rgba(26, 26, 26, 0.5333333333);
  }
  .eventWrapper .cardsMainContainer .dateIdentifier .iconCalendar {
    display: flex;
    height: 1.1rem;
    width: 1.1rem;
    border-radius: 50%;
    background-color: #Fff;
  }
  .eventWrapper .cardsMainContainer .dateIdentifier p {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "GeneralSans-Medium";
    font-size: 0.85rem;
    color: #fff;
  }
  .eventWrapper .cardsMainContainer .dateSwitcherWrapper {
    /* background-color: red; */
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 0;
  }
  .eventWrapper .cardsMainContainer .cardWrapper {
    /* background-color: red; */
    margin-top: 2rem;
    gap: 1rem;
    /* flex-wrap: wrap; */
  }
  .eventWrapper .cardsMainContainer .cardWrapper .eventCard {
    max-width: 26rem;
    border: 1.2px solid #dedede;
    padding-bottom: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .eventWrapper .cardsMainContainer .cardWrapper .eventCard .eventSpeakersWrapper {
    background-color: #f7f7f7;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: end;
    height: 12rem;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.5rem;
    margin-inline: auto;
    gap: 1rem;
    position: relative;
  }
  .eventWrapper .cardsMainContainer .cardWrapper .eventCard .eventSpeakersWrapper .speakerContainer {
    min-height: 10rem;
    height: 10rem;
    transform: translateY(0.5rem);
    position: relative;
  }
  .eventWrapper .cardsMainContainer .cardWrapper .eventCard .eventSpeakersWrapper .speakerNameTag {
    background-color: #fff;
    width: 95%;
    margin-inline: auto;
    position: relative;
  }
  .eventWrapper .cardsMainContainer .cardWrapper .eventCard .eventSpeakersWrapper .speakerNameTag h3 {
    font-size: 0.75rem;
    text-align: center;
    font-family: "GeneralSans-Medium";
  }
  .speakerContainer {
    width: 10rem;
  }
  div.speakerContainer {
    background-color: #0E253C !important;
    box-sizing: border-box;
    min-height: 160px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }
  div.speakerContainer .speakerNameTag {
    position: absolute;
    bottom: -7rem;
  }
  div.speakerContainer .speakerImageWrapper {
    position: absolute;
    top: 0;
    /* background: red; */
    height: 100%;
    width: 100%;
  }
  div.speakerContainer .speakerImageWrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .timeWrapper {
    position: absolute;
    top: 0.3rem;
    border-radius: 10rem;
    padding: 0 1.2rem;
    right: 0.5rem;
    color: #fff;
    font-family: "GeneralSans-Medium";
    font-size: 0.9rem;
    background-color: #0A6AA1;
  }
  div.eventSpeakersWrapper {
    align-items: end;
    background-color: #F7F7F7;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0px 8px;
    position: relative;
  }
  .backgroundImage {
    position: absolute;
    top: 0;
    right: 0;
    height: 16rem;
    width: 20rem;
    /* background-color: red; */
    z-index: 1;
  }
  .backgroundImage img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }
  .displayContainerCardContainer {
    position: relative;
  }
  div.topHeadingCard {
    box-sizing: border-box;
    position: relative;
    z-index: 23 !important;
  }
  div.topHeadingCard .downloadBrochureBtn {
    display: flex;
    margin-bottom: 1rem;
    font-family: "GeneralSans-medium";
    font-size: 0.9rem;
    text-decoration: underline;
  }
  div.cardWrapper {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
  }
  .logoCarouselWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
  }
  .logoCarouselWrapper .inner-carousel {
    display: flex;
    animation: scrollLogos 20s linear infinite;
    gap: 2rem;
  }
  .logoCarouselWrapper .inner-carousel:hover {
    animation-play-state: paused;
  }
  .logoCarouselWrapper .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logoCarouselWrapper .logo img {
    max-width: 150px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @keyframes scrollLogos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  #pdf-container {
    width: 100%;
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
  }
  canvas {
    display: block;
    margin: 0 auto;
  }
  .speakersHeader {
    margin-top: 8vh !important;
    position: relative;
    width: 90%;
    max-width: 1210px;
    margin-inline: auto;
  }
  .speakersHeader .content h1 {
    font-family: "Helvetica";
    font-size: 2rem;
    color: #0A6AA1;
  }
  .speakersHeader .content p {
    margin-top: 0.5rem;
    font-family: "GeneralSans-Medium";
    font-size: 1rem;
    color: #333;
  }
  .speakerCard {
    margin-top: 2rem;
  }
  .speakerCard .flagWapper {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    top: -0.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5764705882);
    position: absolute;
    right: 30%;
  }
  .speakerCard .flagWapper img {
    height: 100%;
    width: 100%;
    transform: translateY(0.1rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speakerCard .role {
    display: flex;
    /* background-color: red; */
    align-items: center;
    height: 1.5rem !important;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .speakerCard .role .companyLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    width: 2.2rem;
    background-color: #fff;
  }
  .speakerCard .role .companyLogo img {
    height: 1.8rem;
    width: 1.8rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .speakerCard .name {
    font-family: "Helvetica";
    font-size: 1.5rem;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .speakerCard p {
    margin: 0;
  }
  .speakerCard .organisation {
    font-size: 0.9rem;
    width: 50%;
    margin-inline: auto;
    /* background: red; */
    min-height: 3.5rem;
    font-family: "GeneralSans-Medium";
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 0.5rem;
  }
  .speakerCard .role {
    margin-top: 0.5rem;
    font-family: "GeneralSans-Medium";
    font-size: 0.75rem;
    text-align: center;
  }
  .speakerCard .avatarContainer {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    margin-inline: auto;
  }
  .speakerCard .avatarContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .globalAcademicConference {
    width: 30rem !important;
  }
  .bannerCTA {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .transnationalRoadshowBtn {
    display: flex;
    border: 1.2px solid white;
    background-color: rgba(255, 255, 255, 0.4901960784);
    gap: 0.5rem;
    color: #333 !important;
    padding: 0rem 1.2rem;
    height: 3rem;
    border-radius: 10rem;
    align-items: center;
    font-family: "GeneralSans-SemiBold";
    font-size: 0.85rem;
    text-decoration: none !important;
    justify-content: center;
  }
  .transnationalRoadshowBtn .transnationalRoadshowIcon path {
    fill: #333;
  }
  .bottomLocationContainer {
    background-color: #fff;
    padding: 0 1rem;
    height: 2.2rem;
    gap: 0.5rem;
    border-radius: 10rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    /* margin-top: ; */
  }
  .bottomLocationContainer .iconWrapper {
    display: flex;
    align-items: center;
    height: 1.2rem;
    width: 1.2rem;
    justify-content: center;
  }
  .bottomLocationContainer p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    font-family: "GeneralSans-Medium";
  }
  .bottomLocationContainer p .rating {
    font-family: "GeneralSans-SemiBold";
  }
  .bottomLocationContainer {
    transform: translateY(480px);
  }
  .navWrapper {
    position: relative;
    /* background-color: red; */
    height: 25vh;
  }
  .navWrapper .navBackgroundWrapper {
    position: absolute;
    top: 0;
    /* background: red; */
    height: 100%;
    width: 100%;
  }
  .navWrapper .navBackgroundWrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .navWrapper nav {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: red; */
    width: 60%;
    left: 30%;
  }
  .navWrapper nav button {
    border: 1.2px solid #333;
    color: #333 !important;
    /* text-transform: ; */
    font-size: 0.7rem !important;
  }
  .navWrapper .nav-link {
    margin: 0.2rem;
    background-color: #f7f7f7;
    border: 1.2px solid rgba(51, 51, 51, 0.2);
  }
  .navWrapper .uk-active {
    background-color: #2888BF !important;
    color: #fff !important;
    font-family: "GeneralSans-semibold";
  }
  .navWrapper .uk-active a {
    color: #fff;
    text-decoration: none;
  }
  .navWrapper .nav-tabs {
    border: none;
  }
  .seperatorWrapper {
    display: flex;
    align-items: center;
    /* background-color: red; */
    width: 25rem;
  }
  .seperatorWrapper img {
    height: 100%;
    width: 100%;
  }
  .aboutAtlasContainer .container {
    max-width: 1210px !important;
  }
  .aboutAtlasContainer .heading-title, .aboutAtlasContainer .mainTextFocusThemes {
    font-size: 1.4rem !important;
    font-family: "Helvetica";
    /* background-color: red; */
    margin: 0;
    margin-top: 1rem;
  }
  .themes-tabs .container {
    max-width: 1210px !important;
  }
  .mainTextFocusThemes {
    font-size: 1.4rem !important;
    font-family: "Helvetica";
  }
  .section-title {
    font-size: 1.4rem !important;
    font-family: "Helvetica";
    color: #0A6AA1;
  }
  .aboutAtlasContainer .contentContainer {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 3rem;
  }
  .aboutAtlasContainer .contentContainer p {
    font-family: "GeneralSans-Medium";
    line-height: 1.8rem;
    color: #333;
    font-size: 0.9rem;
    text-align: justify;
    width: 90% !important;
  }
  .aboutAtlasContainer .contentContainer > * {
    max-height: 25vh;
  }
  .aboutAtlasContainer .contentContainer .imgWrapper {
    border-radius: 10px;
    min-width: 10%;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutAtlasContainer .contentContainer .imgWrapper img {
    height: 100%;
  }
  .socialProofLogos .inner-carousel .logo {
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
  }
  .socialProofLogos .inner-carousel .logo img {
    height: 100%;
  }
  .themesWrapper > ul {
    list-style: none;
    padding: 0;
    width: 50rem;
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
  }
  .themesWrapper > ul > li {
    background: #f7f7f7;
    border: 1px solid #dedede;
    display: flex;
    height: 2.2rem;
    align-items: center;
    padding: 0.5rem;
  }
  .themesWrapper > ul > li a {
    text-wrap: nowrap;
    font-size: 0.9rem;
    text-decoration: none;
    color: #333;
  }
  .conference-btn {
    color: #fff !important;
  }
  .contentWrapper p {
    font-family: "GeneralSans-Medium";
    font-size: 0.85rem;
  }
  .contentWrapper h3 {
    font-family: "Helvetica";
    color: #333;
  }
  .downloadBrochureBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    color: #fff;
    background-color: #0A6AA1;
  }
  .card-img-top {
    max-height: 10rem;
  }
  .switcher-container > div {
    /* background-color: red; */
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .atlasBrochureBtn {
    text-decoration: none !important;
    font-size: 0.8rem !important;
    color: #fff !important;
    height: 2.2rem !important;
    border-radius: 4px;
    font-family: "GeneralSans-Bold" !important;
  }
}/*# sourceMappingURL=custom.css.map */