@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth !important;
}

.navbar {
  background-color: #212529;
}

.navbar .nav-item .nav-link {
  color: #fafafa;
}

header .container {
  position: relative;
  z-index: 2;
}

/*header .overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 75%;*/
/*  width: 100%;*/
/*  background-color: black;*/
/*  opacity: 0.5;*/
/*  z-index: 1;*/
/*}*/

header .navbar {
  position: absolute;
  width: 100%;
  z-index: 3;
}


header .navbar.scrolled {
  position: fixed;
  width: 100%;
  z-index: 3;
    background-color: #94c590 !important;
}

.jumbotron {
  position: relative;
  padding: 10rem 2rem 0 2rem;
}

header {
  background-image: url("../../assets/images/smallscale.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 75vh;
  min-height: 20rem;
}

.check-icon {
  margin-right: 1rem;
}

/*********** Footer ***********/
.footer {
  background-color: #c25929 !important;
  color: white !important;
  padding: 2rem !important;
}

.footer-item {
  list-style: none !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
}

.footer-item:hover {
  color: black !important;
  cursor: pointer !important;
}

.footer-list {
  -webkit-padding-start: 0% !important;
          padding-inline-start: 0% !important;
}

/*********** Social Media Bar ***********/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*********** Event card ***********/
.event-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.event-font {
  font-weight: 700 !important;
  color: #01245e;
  margin-bottom: 1rem;
}

.font-size-xs {
  font-size: 12px !important;
  color: #64748b !important;
}

.date-font {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  display: block !important;
  color: #01245e;
}

.event-btn {
  display: inline-block;
  margin: 0 10px 20px;
  background-color: #5d8220;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: none;
  padding: 15px 40px;
  position: relative;
  overflow: hidden;
}

.event-btn:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #5d8220;
}

.event-btn span {
  position: relative;
  z-index: 1;
}

.event-btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.event-btn:before {
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.event-btn:hover {
  color: #fff;
}

.event-btn:hover:before {
  height: 400%;
}

.nav-pills {
  color: #fff;
  background-color: #64ab5e;
}
/*********** Key Highlights ***********/
.highlights,
.d-row {
  background-color: #f1f4f9;
}

.highlights-text {
  text-align: justify;
}

.highlights-font {
  font-weight: 700 !important;
  color: #01245e;
}

/*********** About Event ***********/
.about,
.d-row {
  background-color: #f1f4f9;
}

.about-text {
  text-align: justify;
}

.about-font {
  font-weight: 700 !important;
  color: #01245e;
}

/*********** Speakers ***********/
.speakers {
  padding: 2rem;
  background-color: #f1f4f9;
}

.speakers-font {
  font-weight: 700 !important;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  font-size: 1.5rem;
  color: #01245e;
}

.avatar {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.name-font {
  font-weight: 700 !important;
}

.position-font {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  display: block !important;
  color: #01245e;
}

/*********** Scroll Top ***********/
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #5d8220;
  /* Set a background color */
  color: #fafafa;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

@media screen and (max-width: 767px) {
  /*********** Speakers ***********/
  .speakers .card {
    margin-top: 1rem;
  }
  /*********** Header ***********/
  header .overlay {
    height: 70%;
  }
  header {
    height: 70vh;
  }
  .jumbotron {
    position: relative;
    padding: 7rem 2rem 0 2rem;
  }
  .jumbotron p {
    font-size: 1rem;
  }
  h1 {
    letter-spacing: -0.03em;
    font-size: 0.5rem;
    font-weight: 700 !important;
  }
  /*********** Related Event ***********/
  .related-events .card {
    width: 300px;
    margin-top: 1rem;
    margin-left: -2rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu1 {
    display: none;
  }
  .navbar .dropend:hover .dropdown-menu1 {
    display: block;
  }
  .navbar .nav-item .dropdown-menu,
  .drop {
    font-size: 0.9rem !important;
  }
  .dropdown-menu1 {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    -webkit-transform: translate(110px, 0px);
            transform: translate(110px, 0px);
    left: 15%;
    z-index: 2;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.9rem !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .navbar {
    background-color: transparent !important;
  }
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-nav .nav-item .nav-link {
    color: white !important;
    font-size: 0.9rem !important;
    font-weight: lighter;
  }
  .jumbotron {
    position: relative;
    padding: 15rem 2rem 0 2rem !important;
  }
  /*********** Related Event ***********/
  .related-font {
    font-weight: 700 !important;
    color: #01245e;
  }
  .related-font .text-muted {
    color: #465568 !important;
    font-size: 1rem;
    font-weight: 400;
  }
  .related-events .card .font-size-xz {
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color: #3b82f6 !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
  }
  .related-events .card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .related-events .font-size-xs {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #465568 !important;
    text-transform: uppercase !important;
    margin-top: 0.25rem !important;
  }
  .related-events .h3 {
    font-size: 1.75rem;
  }
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  .ml-4 h5 {
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }
}
/*# sourceMappingURL=smallscale.css.map */