@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

.btnPrimary {
  font-size: 1.0rem;
  background: #345457;
  border-radius: 40px;
  padding: 0.5rem 1.5rem;
  border: 0;
  color: white;
  margin-right: 16px;
  margin-top: 20px!important;
  /*margin-bottom: 20px!important;*/
  position: relative;
  border: 1px solid white;
  transition: 0.5s ease-in-out;
}
.btnPrimary::after {
  content: "";
  position: absolute;
  transform: rotate(25deg);
  top: 0%;
  left: -10%;
  background: rgba(255, 255, 255, 0.031372549);
  width: 0%;
  height: 100%;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 10px;
}
.btnPrimary:hover {
  border: 1px solid #345457;
  background: #ffffff;
  color: #345457;
  transition: 0.2s ease-in-out;
}
.btnPrimary:hover::after {
  transition: 0.5s ease-in-out;
  width: 3px;
  left: 120%;
  opacity: 0;
}

@media (max-width: 991px) {
  .btnPrimary {
        font-size: 1rem;
        margin: 0 !important;
        margin-bottom: 0.5rem !important;
        margin-right: 0.25rem !important;
        padding: 0.5rem 1rem;
    }
}



@media (max-width: 376px) {
    .btnPrimary {
        font-size: 11px;
        margin: 0 !important;
        margin-bottom: 0.5rem !important;
        margin-right: 0.25rem !important;
        padding: 0.5rem 1rem;
    }
}

ul {
  list-style-image: url("../images/angle-right-svgrepo-com.svg");
  padding-left: 1rem;
}

.img-shadow {
  box-shadow: 4px 4px 10px lightgray;
}

.heading {
  padding-left: 10px;
  color: #294b4f;
  font-weight: 700;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}
header .navbar .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0%) hue-rotate(124deg) brightness(104%) contrast(105%);
}
header .navbar .container {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
header .navbar .container .navbar-brand {
  width: 12%;
}
@media (max-width: 840px) {
  header .navbar .container .navbar-brand {
    width: 25%;
  }
}
@media (max-width: 840px) {
  header .navbar .container .navbar-brand img {
    width: fit-content;
  }
}
header .navbar .container .bottom-nav-logo {
  display: none;
}
header .navbar .container .event-date {
  width: 35%;
}
@media (max-width: 840px) {
  header .navbar .container .event-date {
    width: 50%;
  }
}
header .navbar .container .event-date h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 840px) {
  header .navbar .container .event-date h3 {
    font-size: 0.75rem;
  }
}
header .navbar .container .sponcer-logo {
  width: 50%;
  display: flex;
  justify-content: end;
  margin-top: -30px;
}
@media (max-width: 840px) {
  header .navbar .container .sponcer-logo {
    width: 90%;
    margin-top: 0;
  }
}
header .navbar .container .sponcer-logo figure {
  margin: 0.5rem;
  margin-bottom: 0;
  padding-right: 1rem;
  overflow: hidden;
  position: relative;
}
header .navbar .container .sponcer-logo figure::after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  border-right: 1px solid white;
  right: 0;
  top: 30%;
}
@media (max-width: 480px) {
  header .navbar .container .sponcer-logo figure::after {
    height: 30px;
    top: 30%;
  }
}
header .navbar .container .sponcer-logo figure:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
}
header .navbar .container .sponcer-logo figure:nth-last-child(1)::after {
  display: none;
}
header .navbar .container .sponcer-logo figure img {
  height: 3.5rem;
  object-fit: cover;
  margin: auto;
  display: block;
  margin-top: 0;
}
@media (max-width: 840px) {
  header .navbar .container .sponcer-logo figure img {
    width: 100%;
    object-fit: contain;
  }
}
header .navbar .container .sponcer-logo figure figcaption {
  font-size: 0.75rem;
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 840px) {
  header .navbar .container .sponcer-logo figure figcaption {
    display: none;
  }
}
header .navbar .container .navbar-collapse {
  color: white;
  top: 100%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 840px) {
  header .navbar .container .navbar-collapse {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    padding: 0 1rem;
  }
}
header .navbar .container .navbar-collapse .container {
  display: flex;
  justify-content: end;
}
@media (max-width: 840px) {
  header .navbar .container .navbar-collapse .container {
    display: block;
  }
}
header .navbar .container .navbar-collapse .container .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
  left: auto;
  right: 0;
}
header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .dropdown-menu .dropdown .nav-link {

  color: #294b4f;

  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);

  margin: 0 !important;

  font-weight: 500;

  font-size: 1rem;

}

header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .dropdown-menu .dropdown .dropdown-menu {

  left: 50%;

  width: fit-content;

  top: 28px;

}

header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .nav-link {
  color: white;
  margin: 0.5rem 0.6rem;
  padding: 0;
}
header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid white;
}
@media (max-width: 840px) {
  header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .nav-link {
    color: #294b4f;
  }
  header .navbar .container .navbar-collapse .container .navbar-nav .nav-item .nav-link::after {
    float: right;
  }
}
header .navbar .container .navbar-collapse .container .navbar-nav .dropdown-menu {
  width: auto;
  border: none;
}
@media (max-width: 840px) {
  header .navbar .container .navbar-collapse .container .navbar-nav .dropdown-menu {
    width: 90%;

    margin-left: 8%;
  }
}
header .navbar .container .navbar-collapse .container .navbar-nav .dropdown-menu .dropdown-item i {
  opacity: 0;
  width: 0;
  transition: 0.5s linear;
}
header .navbar .container .navbar-collapse .container .navbar-nav .dropdown-menu .dropdown-item {
  transition: 0.5s linear;
  color: #294b4f;
  font-weight: 500;
}
header .navbar .container .navbar-collapse .container .navbar-nav .dropdown-menu .dropdown-item:hover i {
  opacity: 1;
  width: 1rem;
  margin-right: 0.5rem;
  transition: 0.5s linear;
}
header .navbar .fixed-top {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.99)), url(../images/header-bg.webp);
  max-width: 100%;
}
@media (max-width: 840px) {
  header .navbar .fixed-top {
    display: none !important;
  }
}
header .navbar .fixed-top .navbar-nav {
  margin: 0px 5%;
  align-items: center;
  justify-content: center;
  width: 90%;
}
header .navbar .fixed-top .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  margin: 0.5rem !important;
}
header .navbar .fixed-top .navbar-nav .bottom-nav-logo {
  display: flex;
  width: 20%;
  align-items: center;
  gap: 8px;
}
header .navbar .fixed-top .navbar-nav .bottom-nav-logo img {
  max-width: 5rem;
}
header .navbar .fixed-top .navbar-nav .bottom-nav-logo p {
  font-size: 0.5rem;
  color: white;
  margin-bottom: 0;
}
header .navbar .dropdown .dropdown-menu {

  display: none;

}

header .navbar .dropdown:hover > .dropdown-menu,

header .navbar .dropend:hover > .dropdown-menu {

  display: block;

  margin-top: 0.125em;

  margin-left: 0.125em;

}

@media screen and (min-width: 769px) {

  header .navbar .dropend:hover > .dropdown-menu {

    position: absolute;

    top: 0;

    left: 100%;

  }

  header .navbar .dropend .dropdown-toggle {

    margin-left: 0.5em;

  }

}
.hero .background-video {
  position: relative;
}
.hero .background-video video,
.hero .background-video .carousel {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.hero .background-video video .carousel-item,
.hero .background-video .carousel .carousel-item {
  position: relative;
}
.hero .background-video video .carousel-item::after,
.hero .background-video .carousel .carousel-item::after {
  content: " ";
  width: 100%;
  height: 700px;
  display: block;
  position: absolute;
  background: linear-gradient(102deg, black, transparent);
  z-index: 9;
  top: 0;
}
@media (max-width: 991px) {
  .hero .background-video video .carousel-item::after,
  .hero .background-video .carousel .carousel-item::after {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .hero .background-video video .carousel-item::after,
  .hero .background-video .carousel .carousel-item::after {
    height: 540px;
  }
}
.hero .background-video video .carousel-control-next,
.hero .background-video video .carousel-control-prev,
.hero .background-video .carousel .carousel-control-next,
.hero .background-video .carousel .carousel-control-prev {
  width: 5% !important;
}
.hero .background-video video img,
.hero .background-video .carousel img {
  height: 700px;
}
@media (max-width: 991px) {
  .hero .background-video video img,
  .hero .background-video .carousel img {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .hero .background-video video img,
  .hero .background-video .carousel img {
    height: 540px;
  }
}
@media (max-width: 991px) {
  .hero .background-video video,
  .hero .background-video .carousel {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .hero .background-video video,
  .hero .background-video .carousel {
    height: 540px;
  }
}
.hero .banner-text {
  width: 90%;
  position: absolute;
  top: 30%;
  color: #ffffff;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero .banner-text {
    width: 70%;
    top: 40%;
    backdrop-filter: blur(0.25rem);
  }
}
@media (max-width: 480px) {
  .hero .banner-text {
    width: 95%;
    top: 35%;
    padding: 0 1rem;
    backdrop-filter: blur(0);
  }
}
.hero .banner-text h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero .banner-text h1 {
    font-size: 1.5rem;
  }
}
.hero .banner-text h4 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .hero .banner-text h4 {
    font-size: 1rem;
  }
}
.hero .banner-text h5 {
  font-size: 1.2rem;
}
@media (max-width: 991px) {
   .hero .banner-text h5 {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
}

.about {
  padding: 3rem 0;
  position: relative;
}
.about .heading {
  border: none;
  padding: 0;
}
.about .about-img {
  width: 20rem;
  height: 380px;
  object-fit: contain;
  position: relative;
  float: left;
  margin-right: 2rem;
}
@media (max-width: 480px) {
  .about .about-img {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.about .img-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .about .img-wrapper {
    margin-bottom: 3rem;
  }
}
.about .img-wrapper .about-imgs {
  height: 350px;
  object-fit: cover;
}
.about .img-wrapper::before {
  content: " ";
  width: 70%;
  height: 100%;
  display: block;
  background: #294b4f;
  position: absolute;
  right: 1rem;
  bottom: -2rem;
}
.about .img-wrapper-2::before {
  height: 85%;
  right: -2rem;
  bottom: 2rem;
}
@media (max-width: 991px) {
  .about .img-wrapper-2::before {
    right: 0;
  }
}
.about .img-wrapper-2 .owl-nav {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.about .img-wrapper-2 .owl-nav .owl-next,
.about .img-wrapper-2 .owl-nav .owl-prev {
  background: white;
  border-radius: 50px;
  box-shadow: 0 0 10px lightgrey;
  font-size: 2rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #294b4f;
}

.counter-section {
  text-align: center;
  margin-top: -60px;
  z-index: 1;
  position: relative;
}
.counter-section .container {
  background: #ffffff;
}
.counter-section .heading {
  width: fit-content;
  margin: 0rem auto 3rem auto;
}
.counter-section .col:nth-child(even) {
  background: #294b4f;
  color: white;
}
.counter-section .col:nth-child(even) .count span {
  color: white !important;
}
.counter-section .col .count {
  padding: 1.5rem 1rem;
  width: 165px;
  height: 150px;
  margin: auto;
}
@media (max-width: 991px) {
  .counter-section .col .count {
    width: 170px;
    margin-bottom: 1rem;
  }
}
.counter-section .col .count span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #294b4f;
}
.counter-section .col .count p {
  margin-bottom: 0;
}

.what-to-expect {
  padding: 4rem 0;
  background: #345457;
  outline: 2px solid white;
  outline-offset: -50px;
}
@media (max-width: 480px) {
  .what-to-expect {
    outline-offset: -10px;
  }
}
.what-to-expect h2 {
  color: #ffffff;
  font-weight: 700;
}
.what-to-expect p,
.what-to-expect h4 {
  color: #ffffff;
}
.what-to-expect .card {
  height: 10rem;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  transition: 0.3s linear;
  margin-bottom: 1rem;
  padding: 1rem;
}
.what-to-expect .card h3 {
  font-size: 1rem;
  color: #ffffff;
}
.what-to-expect .card svg {
  width: 90px;
  height: 90px;
  min-height: 90px;
  fill: #9bffea;
  margin: auto;
}
.what-to-expect .btnPrimary {
  display: block;
  margin: auto;
  width: fit-content;
  background: #9bffea;
  color: #294b4f;
}
@media (max-width: 480px) {
.what-to-expect .btnPrimary {
    margin: auto !important;
}
    
}

.sponcer {
  padding: 3rem 0;
}
.sponcer h2 {
  color: #294b4f;
  font-weight: 700;
  text-align: center;
}
.sponcer .sponcer-logo {
  width: 200px;
  height: 130px;
  padding: 1.5rem;
  object-fit: contain;
}
.sponcer p {
  font-size: 1rem;
  text-align: center;
  color: #294b4f;
  font-weight: 500;
}
.sponcer a {
  text-align: center;
  width: fit-content;
  display: block;
  margin: 1rem auto !important;
}
.sponcer .img-shadow {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 480px) {
    .sponcer .img-shadow {
        object-fit: contain;
        margin-bottom: 1rem;
    }
    
}

.sponcer .accordion-body p {
  text-align: left;
}
.sponcer .card {
  margin-top: 2rem;
  text-align: center;
  border: 0;
  box-shadow: 4px 4px 10px lightgray;
}
.sponcer .card .card-body {
  padding: 0;
  background: #294b4f;
  color: #ffffff;
}
.sponcer .card .card-body h4 {
  margin-top: 0.5rem;
}
.sponcer .card .card-body p {
  color: #ffffff;
}

.organiser {
  padding: 3rem 0;
  color: #000000;
  background-size: cover;
  background-position: bottom;
}
.organiser h2 {
  color: #294b4f;
  font-weight: 700;
  text-align: center;
}
.organiser img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(31%) saturate(537%) hue-rotate(137deg) brightness(91%) contrast(83%);
}
.organiser .btnPrimary {
  margin-top: 0;
}


.feature-card {
    padding: 1rem 2rem;
    border-radius: 20px;
    border: 2px solid #1aa98b;
    background: linear-gradient(180deg, #f3fffd, #f3fffd);
    min-height: 32rem;
    margin-bottom: 2rem;
}
.feature-card .top-img {
  background: #294b4f;
  padding: 1rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.feature-card img {
  width: 3rem;
  height: 3rem;
}
.feature-card h4 {
  color: #294b4f;
  font-weight: 600;
}
.feature-card p {
  font-weight: 500;
}

.key-feature {
  justify-content: center;
}
.key-feature .card {
  padding: 1rem;
  width: 100%;
  height: 15rem;
  border-radius: 20px;
  border: 2px solid #1aa98b;
  background: #ffffff;
  margin-bottom: 2rem;
}
.key-feature .card .top-img {
  background: #294b4f;
  padding: 1rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  display: block;
}
.key-feature .card .top-img img {
  width: 3rem;
  height: 3rem;
}
.key-feature .card h4 {
  text-align: center;
  font-size: 1.25rem;
}


.technical-committee {
  padding: 3rem 0;
  text-align: center;
  color: #294b4f;
  position: relative;
}
.technical-committee::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.technical-committee h2 {
  color: #294b4f;
  font-weight: 700;
  text-align: center;
}
.technical-committee .technical-committee-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.technical-committee .technical-committee-section .item {
  background-size: 100% 100%;
  padding: 0.5rem;
  width: 260px;
  margin: 1rem;
  color: #294b4f;
  position: relative;
}
.technical-committee .technical-committee-section .item .member-card {
  margin-bottom: 1rem;
}
.technical-committee .technical-committee-section .item h4 {
  margin-top: 1rem;
  font-size: 1.25rem;
  width: 100%;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 480px) {
  .technical-committee .technical-committee-section .item h4 {
    font-size: 1.25rem;
  }
}
.technical-committee .technical-committee-section .item p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: normal;
}
.technical-committee .technical-person {
  width: 150px !important;
  height: 150px;
  object-fit: cover;
  object-position: center;
  background: white;
  border-radius: 50%;
  object-position: center;
}
@media (max-width: 991px) {
  .technical-committee .technical-person {
    height: 270px;
    width: 70% !important;
    margin: auto;
  }
}
@media (max-width: 480px) {
  /*.technical-committee .technical-person {*/
  /*  width: 50% !important;*/
  /*  height: 130px;*/
  /*}*/
}

.event-structure {
  padding: 3rem 0;
  background: #294b4f;
}
.event-structure h2 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.event-structure .bar {
  background: white;
}
.event-structure .bar::after, .event-structure .bar::before {
  background: #294b4f;
}
.event-structure .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  background: transparent;
}
.event-structure .card .img-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .event-structure .card .img-wrapper {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .event-structure .card .img-wrapper {
    margin-bottom: 0;
  }
}
.event-structure .card .img-wrapper .about-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  position: relative;
  transition: 0.3s linear;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.event-structure .card .img-wrapper .about-img img {
  transition: 0.3s linear;
  width: 100%;
  height: 270px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .event-structure .card .img-wrapper::before {
    width: 90%;
  }
}
.event-structure .card .stretched-link {
  float: right;
  width: fit-content;
  margin-left: 0;
  z-index: 15;
  margin-top: 0.7rem;
  margin-right: 0;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3s linear;
}
.event-structure .card .stretched-link i {
  transition: 0.3s linear;
}
.event-structure .card p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}
.event-structure .card:hover .img-wrapper .about-img {
  border: 5px solid #ffffff;
}
.event-structure .card:hover .img-wrapper .about-img img {
  transform: scale(110%);
}
.event-structure .card:hover .stretched-link {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.event-structure .card:hover .stretched-link i {
  transform: translateX(5px);
}

footer {
  background: #294b4f;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.99)), url("../images/footer-bg.webp");
  background-size: 100% 100%;
  color: #ffffff;
  padding: 4rem 0 1rem;
  position: relative;
}
footer::after {
  content: " ";
  width: 40%;
  height: 100%;
  background: url("../images/vector-bg-1.webp");
  display: block;
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  background-size: 100% 100%;
  z-index: 0;
}
@media (max-width: 480px) {
  footer::after {
    width: 200%;
  }
}
footer .container {
  z-index: 1;
  position: relative;
}
footer .container .footer-logo {
  margin-bottom: 1rem;
  width: 160px;
  height: 120px;
}
footer .container .nav .nav-item .nav-link {
  color: white;
  padding-left: 0;
  transition: 0.3s linear;
}
footer .container .nav .nav-item .nav-link:hover {
  color: #1aaa8c;
}
footer .container h3 {
  font-size: 1rem;
}
@media (max-width: 480px) {
  footer .container h3 {
    margin-top: 1rem;
  }
}
footer .container .footer-sponcer {
  display: flex;
  gap: 3rem;
}
footer .container .footer-sponcer img {
  
  height: 4.5rem;
  /*object-fit: contain; */
  margin-top: 1rem;
}
@media (max-width: 480px) {
  footer .container .footer-sponcer img {
    object-fit: contain;
  }
}
footer .container .social-media {
  display: flex;
  gap: 1rem;
  align-items: end;
  margin-top: 3.2rem;
}
footer .container .social-media h3 {
  margin-bottom: 0;
}
footer .container .social-media a svg {
  fill: white;
  width: 2rem;
  height: 2rem;
  transition: 0.3s linear;
}
footer .container .social-media a:hover svg {
  background: #ffffff;
  fill: #294b4f;
  border-radius: 10%;
  padding: 0.25rem;
}

.bar {
  height: 4px;
  width: 130px;
  background: #294b4f;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 2rem;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #fff;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #fff;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG1;
}

@keyframes MOVE-BG {
  0% {
    transform: translateX(130px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(60px);
  }
}
@keyframes MOVE-BG1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(130px);
  }
}
.step-container {
  position: relative;
  text-align: center;
  flex-wrap: wrap;
}

.step-circle {
  background-color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 0.125rem 1rem;
  cursor: pointer; /* Added cursor pointer */
}
.step-circle.active {
  background: #294b4f;
  color: white;
  border-bottom: 4px solid #55bfa9;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}
@media (max-width: 480px) {
    #multi-step-form {
      padding-top: 4rem !important;
    }
}

#multi-step-form {
  overflow-x: hidden;
  border-top: 1px solid;
  padding-top: 4rem;
}
#multi-step-form .btnPrimary {
  font-size: 1rem;
}
#multi-step-form .sub-heading {
  font-weight: 600;
  text-decoration: underline;
}
#multi-step-form a {
  color: #294b4f;
}
#multi-step-form .table tr th {
  text-align: center;
}
#multi-step-form .table tr th:nth-child(1) {
  text-align: left;
}
#multi-step-form .table tr td {
  width: 33%;
  text-align: center;
}
#multi-step-form .table tr td:nth-child(1) {
  text-align: left;
}
#multi-step-form .hotel-table tr th {
  text-align: left;
}
#multi-step-form .hotel-table tr th:nth-child(1) {
  text-align: left;
}
#multi-step-form .hotel-table tr td {
  width: auto;
  text-align: left;
}
#multi-step-form .hotel-table tr td:nth-child(1) {
  text-align: left;
}
#multi-step-form .form-control {
  border-radius: var(--bs-border-radius);
}

#multi-step-form1 {

  overflow-x: hidden;

  border-top: 1px solid;

  padding-top: 4rem;

}

@media (max-width: 480px) {
    #multi-step-form1 {
      padding-top: 4rem !important;
    }
}

#multi-step-form1 .btnPrimary {
  font-size: 1rem;
}

#multi-step-form1 .sub-heading {
  font-weight: 600;
  text-decoration: underline;
}

#multi-step-form1 a {
  color: #294b4f;
}

#multi-step-form1 .table tr th {
  text-align: center;
}

#multi-step-form1 .table tr th:nth-child(1) {
  text-align: left;
}

#multi-step-form1 .table tr td {
  width: 33%;
  text-align: center;
}

#multi-step-form1 .table tr td:nth-child(1) {
  text-align: left;
}

#multi-step-form1 .hotel-table tr th {
  text-align: left;
}

#multi-step-form1 .hotel-table tr th:nth-child(1) {
  text-align: left;
}

#multi-step-form1 .hotel-table tr td {
  width: auto;
  text-align: left;
}

#multi-step-form1 .hotel-table tr td:nth-child(1) {
  text-align: left;
}

#multi-step-form1 .form-control {
  border-radius: var(--bs-border-radius);
}

.sponserSection {
  padding: 2rem 0;
  text-align: center;
}
.sponserSection h2 {
  color: #294b4f;
  font-weight: 700;
  text-align: center;
}
.sponserSection .card {
  border: 0;
  width: fit-content;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 10px lightgray;
}
.sponserSection .card:hover {
  box-shadow: 4px 4px 10px lightgray;
  transition: 0.2s linear;
}
.sponserSection .card:hover img {
  transform: scale(105%);
  transition: 0.2s linear;
}
.sponserSection img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  border-radius: 10px;
}

.whysponserSection {
  padding: 2rem 0;
}
.whysponserSection .btnPrimary {
  margin: auto;
  text-align: center;
  display: block;
  width: fit-content;
}
.whysponserSection h2 {
  color: #294b4f;
  font-weight: 700;
  text-align: center;
}
.whysponserSection h3,
.whysponserSection h4 {
  font-weight: 600;
}

.countdownSection {
  background: url("../images/banner-1.webp");
  width: 100%;
  height: 370px;
  position: relative;
  padding-top: 15rem;
}
.countdownSection .banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .countdownSection .banner {
    height: 305px;
  }
}
.countdownSection::before {
  content: " ";
  width: 100%;
  height: 370px;
  display: block;
  position: absolute;
  background: linear-gradient(102deg, rgba(0, 0, 0, 0.3607843137), rgba(0, 0, 0, 0.3607843137));
  z-index: 1;
  top: 0;
}
@media (max-width: 480px) {
  .countdownSection::before {
    height: 305px;
  }
}
.countdownSection .countdown {
  text-align: center;
  color: #ffffff;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.countdownSection .countdown .number {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 480px) {
  .countdownSection .countdown .number {
    font-size: 3rem;
  }
}
.countdownSection .countdown .label {
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .countdownSection {
    height: 315px;
    padding-top: 13rem;
  }
}

.formSection {
  padding: 3rem 0;
}
.formSection .row .form-control {
  padding: 1rem 1.5rem;
  border-radius: 50px;
  border: 1px solid black;
}
.formSection .row .form-control:focus {
  box-shadow: none;
}
.formSection .row .form-floating > label {
  padding: 1rem 1.5rem;
}
.formSection .row .form-floating > label > span {
  color: red;
}
.formSection .row .form-floating > .form-control-plaintext ~ label,
.formSection .row .form-floating > .form-control:focus ~ label,
.formSection .row .form-floating > .form-control:not(:placeholder-shown) ~ label,
.formSection .row .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
  border-radius: 50px;
  color: #000000;
}
.formSection .row textarea.form-control {
  border-radius: 20px;
}
.formSection .row img {
  border-radius: 50px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.accordion .accordion-item {
  border: 0 !important;
  padding-top:2px;
}
.accordion .accordion-item .accordion-button {
  border: 1px solid #294b4f;
  font-weight: 600;
  border-radius: 40px!important;
  font-size: 14px;
}
.accordion .accordion-item .accordion-button::after {
  content: none;
}
.accordion .accordion-item .accordion-button::before {
  content: " ";
  background: url("../images/plus-symbol-button.png") 100%/100%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #294b4f;
  color: white;
  border-radius: 60px !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: " ";
  background: url("../images/minus.png") 100%/100%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  font-size: 13px;
}
.accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

#myCarousel {
  --f-carousel-gap: 10px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-color: #222;
  --f-carousel-font-size: 17px;
  --f-carousel-slide-height: 500px;
  --f-arrow-pos: 10px;
  --f-arrow-bg: #fff;
  --f-arrow-color: #777;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  --f-arrow-svg-stroke-width: 2.5px;
}

#myCarousel2 {
  --f-carousel-gap: 10px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-color: #222;
  --f-carousel-font-size: 17px;
  --f-carousel-slide-height: 500px;
  --f-arrow-pos: 10px;
  --f-arrow-bg: #fff;
  --f-arrow-color: #777;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  --f-arrow-svg-stroke-width: 2.5px;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  border-radius: 50%;
  z-index: 1;
}

.nav-pills .nav-item .nav-link {
  color: #294b4f;
  font-weight: 600;
  border-bottom: 1px solid #55bfa9;
  border-radius: 0;
}
.nav-pills .nav-item .nav-link.active {
  background: #294b4f;
  color: white;
  border-bottom: 4px solid #55bfa9;
  border-radius: 0;
}

.tab-content h3 {
  color: #294b4f;
  font-weight: 700;
}
.tab-content h4 {
  font-size: 1rem;
}
.tab-content img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  padding: 0;
  border-radius: 50%;
  background: #e6fbff;
  margin-bottom: 10px;
}
.tab-content p {
  font-weight: 500;
}
.tab-content p a {
  color: #294b4f;
}

.event-modal h2 {
  color: #294b4f;
  font-weight: 700;
  font-size: 1.5rem;
}
.event-modal p {
  font-weight: 500;
}
.event-modal .event-modal-logo {
  width: 150px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.accordion-body p {
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}
.accordion-body p a {
  text-decoration: none;
}

.news-card-section {
  padding: 1.5rem;
  background: rgb(245, 245, 245);
  margin-bottom: 1rem;
  border-radius: 0;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 10px lightgray;
}
.news-card-section:nth-child(odd) {
  background: #294b4f;
  color: white;
  border-radius: 0;
}
.news-card-section .col-md-4 {
  padding: 0;
}
.news-card-section .img-wrapper-2::before {
  right: -1rem;
  bottom: 3rem;
}

.news-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: auto;
}

.news-card {
  padding-left: 1rem;
}
.news-card h3 {
  font-size: 1.25rem;
}
.news-card span {
  font-size: 1rem;
  font-weight: 500;
  color: #1aa98b;
  margin-bottom: 0.5rem;
  display: block;
}
.news-card .btn {
  font-size: 1rem !important;
  margin-top: 0;
}

.contact-card {
  /* Roll-link */
  /* Underline roll-link */
  /* Hover roll-links */
}
.contact-card .card {
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 0;
  box-shadow: 0 0 10px lightgray;
  border-bottom: 3px solid #294b4f;
  transition: 0.4s linear all;
}
.contact-card .card:hover {
  transform: scale(1.1);
}
.contact-card .card h2 {
  color: #294b4f;
  font-weight: 700;
  font-size: 1.25rem;
}
.contact-card .card .linkedInLink {
  height: 2rem;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.contact-card .card .linkedInLink svg {
  fill: #294b4f;
}
.contact-card .card .linkedInLink a svg {
  width: 1.5rem;
  right: 20px;
  bottom: 20px;
  fill: #294b4f;
}
.contact-card .card img {
  width: 300px;
  height: 300px;
  filter: grayscale(100%);
  padding: 0;
}
.contact-card .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: #2c6e49;
  opacity: 0.2;
}
.contact-card .role {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  margin: 0.25rem 0 0.75rem;
  height: 35px;
}
.contact-card .roll-link {
  position: relative;
  height: 1.4rem;
  width: fit-content;
  margin: 0.25rem 0;
  overflow: hidden;
}
.contact-card .roll-link div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 2.8rem;
  transition: transform 0.5s ease;
}
.contact-card .roll-link div a {
  color: #345457;
}
.contact-card .roll-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1em;
  background-color: #345457;
  transition: width 0.5s ease-out;
}
.contact-card .roll-link:hover div {
  transform: translateY(-85%);
}
.contact-card .roll-link:hover::after {
  width: 100%;
}

.hotel-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
#exibitors-carausel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 34%;
    width: 105%;
left: -2%;
}
#exibitors-carausel .owl-nav .owl-prev , #exibitors-carausel .owl-nav .owl-next{
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 10px lightgrey;
    font-size: 1.5rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #294b4f;
}


#sponcer-carausel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 34%;
    width: 105%;
left: -2%;
}
#sponcer-carausel .owl-nav .owl-prev , #sponcer-carausel .owl-nav .owl-next{
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 10px lightgrey;
    font-size: 1.5rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #294b4f;
}
@media (max-width: 480px) {
#sponcer-carausel .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
  }
#exibitors-carausel .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
}
}
@media (max-width: 480px) {
  .counter-section,
  .about,
  .what-to-expect,
  .technical-committee,
  .event-structure,
  .sponcer,
  .formSection {
    padding: 1rem 0;
  }
  .mtop{
      margin-top:2rem;
  }
}