* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "AvenirLTStd";
  /* font-family: "Publico"; */
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("./font/AvenirLTStd-Black.otf");
  src: url("./font/AvenirLTStd-Book.otf");
  src: url("./font/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "Publico";
  /* url(./font/Publico-Black.otf), */
  /* url(./font/Publico-Extrabold.otf), */
  src: url(./font/Publico-Light.otf), url(./font/Publico-Medium.otf),
    url(./font/Publico-Bold.otf);
}

h1,
h2 {
  font-family: "Publico";
}

p,
h5,
h4,
h3 {
  font-family: "AvenirLTStd";
}

.navigation {
  position: fixed;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #a1ce3f !important;
}

.header{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

/* Agenda starts */

.agenda {
  padding: 50px 0px;
  /* background: url(images/Topic-BG.png) no-repeat center/cover;
  background-blend-mode: multiply;
  color: white; */
}

.agenda .agenda-table {
  padding: 10px 0px;
}

.agenda .agenda-table .time {
  color: #013026;
  font-weight: 14px;
  font-weight: 600;
}

.agenda .agenda-table .topic {
  padding: 10px;
  background-color: #004760;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.agenda .agenda-table .keynote {
  padding: 10px;
  background-color: #0d7e56 ;
}

.agenda .agenda-table .panel {
  padding: 10px;
  background-color: #A1CE40 ;
}

.agenda .agenda-table .partner {
  padding: 10px;
  background-color: #013026 ;
}

.agenda .agenda-table .break {
  padding: 10px;
  background-color: #cfcece ;
  font-weight: 900;
}

/* Agenda starts */

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 50px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

@media (min-width: 320px) and (max-width: 700px) {
  .navigation {
    background-color: #0e0e0eaf;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    font-size: small;
  }

  .nav-font-size {
    font-size: 12px !important;
  }

  /* form */
  .section1 form {
    padding: 20px 0px !important;
  }

  /* footer section */
  .footer-section {
    position: relative;
    background: url(./images/x_footer.svg) no-repeat right;
    background-color: #0c0c0c;
    background-blend-mode: soft-light;
    color: white;
  }

  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navigation {
    background-color: #0e0e0eaf;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
