/* *
* Template Name: TheEvent
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/ */

/* --------------------------------------------------------------
# Fonts
-------------------------------------------------------------- */

/* Noto Sans */

/* Open Sans */

/* --------------------------------------------------------------
# General
-------------------------------------------------------------- */

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #f82249;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /*color: #f8234a;*/
  /*outline: none;*/
  /*text-decoration: none;*/
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

/* Prelaoder */

/* --------------------------------------------------------------
# Back to top button
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Schedule Section
-------------------------------------------------------------- */

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

#schedule .nav-tabs a.active {
  background-color: var(--bs-primary);
  color: #fff;
}

#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}

/* --------------------------------------------------------------
# Venue Section
-------------------------------------------------------------- */
