@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

nav li,
h1,
h2,
h3,
h4,
h5,
h6,
table thead td {
  font-family: "Noto Sans", sans-serif;
}

.navbar-brand {
  width: 225px;
}

img {
  max-width: 100%;
  width: 100%;
}

.border {
  border: 1px solid #c5c5c5 !important;
}

.navbar {
  padding: 20px 0px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
  color: #4d8c40;
}

.registerBtn {
  margin-left: 15px;
}

.btn.btn-primary,
.navbar-expand-sm .navbar-nav .nav-link.btn.btn-primary {
  background: #7b3f3b;
  border-color: #7b3f3b;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
}

.btn.btn-primary:hover,
.navbar-expand-sm .navbar-nav .nav-link.btn.btn-primary:hover {
  background: #4d8c40;
  border-color: #4d8c40;
}

.bannerSection {
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0px 15px 30px -30px #000000;
}

.sectionPadding {
  padding: 50px 0;
}

p a {
  color: #000000;
  text-decoration: none;
}

.contentWrap {
  z-index: 2;
  position: relative;
}

.contentWrap p {
  font-size: 16px;
  line-height: 22px;
}

.contentWrap ul {
  display: flex;
  justify-content: center;
  margin: 35px 0px;
  padding: 0;
  gap: 15px;
}

.contentWrap ul li {
  list-style: none;
  min-width: 220px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.contentWrap ul li span.icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6edea;
  border-radius: 50px;
}

.contentWrap ul li span.icon svg {
  width: 30px;
  height: 30px;
  fill: #4d8c40;
}

.contentWrap ul li h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.contentWrap ul li span.content {
  width: calc(100% - 100px);
}

.contentWrap ul li span.content p {
  margin: 0;
}

.contentWrap h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contentWrap h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#aboutUs .sectionInner,
#exhibitorLogos {
  background: #bde5ea url(../images/bg_image.jpg) no-repeat;
  padding: 70px 0;
  margin-top: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}


#aboutUs .sectionInner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #4d8c408a;
  top: 0;
  left: 0;
  z-index: 1;
}

#exhibitorLogos {
  background: #4d8c408a;
}

#aboutUs .sectionInner h3 {
  text-align: left;
}

#aboutUs .sectionInner ul {
  margin-top: 25px;
}

.Highlights .item .card {
  background: #ffffff;
  padding: 25px;
  display: block;
  border: 1px solid #7b3f3b;
  box-shadow: 7px 7px 1px #7b3f3b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 288px;
}

.item .card:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
}

.item .card h4 {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #4d8c40;
}

.item .card {
  margin-bottom: 30px;
  border-radius: 0px;
  border: 1px solid #7b3f3b;
  box-shadow: 7px 7px 1px #7b3f3b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: calc(100% - 30px);
}

#sponsorsPartners .card {
  padding: 15px;
}

#speakers .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#speakers .card .card-body h4 {
  color: #4d8c40;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#speakers .card .card-body p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#speakers .card .card-body a.btn.btn-primary {
  color: #000000;
  font-weight: bold;
  background: transparent;
  border: 0;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
}

#speakers .card .card-body a.btn.btn-primary span {
  z-index: 2;
  display: block;
  position: relative;
}

#speakers .card .card-body a.btn.btn-primary:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  background: #4d8c40;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#speakers .card .card-body a.btn.btn-primary:hover:before {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#speakers .card .card-body a.btn.btn-primary:hover {
  color: #ffffff;
}

.speakers .item {
  margin: 0px 15px;
}

#speakers .speakers .items .card {
  min-height: 465px;
}

.card-img-top {
  border-radius: 0px !important;
}

.agendaTable thead tr td {
  border: 1px solid #f6edea;
  background: #f6edea;
  color: #4d8c40;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7.5px 15px;
}

.agendaTable tbody tr td {
  padding: 7.5px 15px;
  border: 1px solid #c5c5c5;
}

#sponsorsPartners .card {
  min-height: 60px;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#sponsorsPartners .card img {
  /*  max-width: 70px;*/
}

.contactBox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
  background: #f6edea;
  padding: 20px 15px;
}

.contactBox ul li a {
  color: #000;
  text-decoration: none;
}

.contactBox ul li a:hover {
  color: #0093a1;
}

footer {
  background: #4d8c40;
}

footer p {
  margin: 0;
  color: #fff;
  padding: 25px;
}

footer p a {
  color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  z-index: 999999;
  border: none;
  outline: none;
  background-color: #4d8c40;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #4d8c40;
  bottom: 30px;
  right: 30px;
  color: #fff;
  width: 60px;
  height: 40px;
}

#myBtn:hover {
  background-color: #4d8c40;
}



#agenda .card,
.aboutusAccordion .card {
  border: 0px;
  border-radius: 0px !important;
}

#agenda .card .card-header,
.aboutusAccordion .card .card-header {
  padding: 0;
  border-radius: 0px;
}

#agenda .card a,
.aboutusAccordion .card a {
  background: #4d8c40;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 10px 40px 10px 10px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 7.5px);
  background-position-y: 0px;
  background-size: 40px;
}

#agenda .card a span.textIcons,
.aboutusAccordion .card a span.textIcons {
  background: #7b3f3b;
  padding: 2.5px 15px;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: none;
}

#agenda .card .card-body ol,
.aboutusAccordion .card .card-body ol {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  margin: 15px 0;
  gap: 10px;
}

#agenda .card .card-body ol li,
.aboutusAccordion .card .card-body ol li {
  list-style-type: disclosure-closed;
}

#agenda img.iconImage,
.aboutusAccordion img.iconImage {
  border: 1px solid #7b3f3b;
  margin-bottom: 15px;
}

#agenda .card a.noArrow,
.aboutusAccordion .card a.noArrow {
  background-image: none;
  cursor: default;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -40px;
}

.slick-prev.slick-arrow {
  background: url(../images/left-arrow-circle-white.svg) left top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  color: transparent;
  border: 0;
  left: 25px;
}

.slick-next.slick-arrow {
  background: url(../images/right-arrow-circle-white.svg) left top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  color: transparent;
  border: 0;
  right: 25px;
}

/* Youtube */
.video-container {
  position: relative;
  width: 100%;
  /* height: 720px; */
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Youtube */

/* Optional: Add some basic styling */
.slider-container {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* border: 1px solid #ccc; */
}

.slider-content {
  /* aspect-ratio: 16/9; */
  display: flex;
  transition: transform 0.5s ease;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Initially hide all items */
}

/* Optional: Add styling for navigation arrows */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 1;
}

.prev {
  background: url(../images/left-arrow-circle-white.svg) left top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  color: transparent;
  border: 0;
  left: 25px;
}

.next {
  background: url(../images/right-arrow-circle-white.svg) left top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  color: transparent;
  border: 0;
  right: 25px;
}

.video-container {
  position: relative;
  /* padding-bottom: 50%; */
  /* padding-bottom: 56.25%; */
  /* 16:9 aspect ratio */
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  aspect-ratio: 16/9;
  /* overflow: hidden; */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 1400px) {
  section:has(.contentWrap) {
    margin-top: 78px !important;
  }

  .navbar {
    padding: 5px 0;
  }

  .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;

  }

  .navbar-nav li {
    width: 50%;

    a {
      padding: 0 !important;
    }

    a.btn {
      padding: 5px !important;
    }
  }

  .navbar-nav li:nth-child(1) {
    /* order: 1; */
  }

  .navbar-nav .registerBtn {
    margin: 0;
  }

  .navbar-nav li:nth-child(7) {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .slider-container {
    width: 100%;
  }

  .slick-next.slick-arrow,
  .slick-prev.slick-arrow,
  .prev,
  .next {
    width: 25px;
    height: 25px;
  }

  button.navbar-toggler {
    border-radius: 0px;
    border: 1px solid #000;
  }

  /* .navbar-brand {
        width: 50px;
    }*/

  .contentWrap h2 {
    font-size: 24px;
    text-align: center;
  }

  .contentWrap h2.d-flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .agendaTable tbody tr td {
    font-size: 14px;
    padding: 5px 10px;
  }

  #sponsorsPartners .card {
    min-height: 100px;
  }

  #aboutUs .sectionInner ul li h4 {
    font-size: 16px;
  }

  #aboutUs .sectionInner ul li {
    width: 100%;
  }

  .sectionPadding {
    padding: 30px 0px;
  }

  .contentWrap ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .contentWrap .contactBox ul {
    align-items: center;
  }

  .contactBox ul li {
    margin-bottom: 15px;
  }
}