/*
* ----------------------------------------------------------------------------------------
Author       : Dreambuzz
Template Name: Ebeat- Event Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*-------------------------------
typography
-------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
  color: #5f5f5f;
}

body, html {
  height: 100%;
}

a {
  color: #222222;
  transition: 0.3s all;
}
a:hover {
  color: #FFC80B;
}

a,
a:hover,
button,
button:focus {
  transition: all 0.3s;
  text-decoration: none;
  outline: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
  color: #222222;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 600;
}

.display-4 {
  font-size: 3rem !important;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 28px;
  letter-spacing: 0.3px;
}

.lead {
  line-height: 35px;
}

.text-secondary {
  color: #443986 !important;
}

.text-primary {
  color: #D04C33 !important;
}

.subtitle {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-left: 5px;
}

.lg-title {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
    
/*-------------------------------
Common
-------------------------------*/
.section {
  padding: 60px 0px;
}
.sectionabout {
  padding-top: 0px;
}

.section-top {
  padding-top: 90px;
}

.section-bottom {
  padding-bottom: 90px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-heading {
  margin-bottom: 55px;
}
.section-heading p {
  margin-top: 20px;
}

.read-more {
  color: #D04C33;
  transition: all 0.7s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.read-more i {
  padding-left: 10px;
  transition: all 0.7s ease;
}
.read-more:hover {
  color: #443986;
}
.read-more:hover i {
  padding-left: 20px;
}

.form-control {
  border-color: #e8e8e8;
  height: 55px;
  padding-left: 20px;
}

.form-control:focus,
.form-control:hover,
.form-control:active {
  box-shadow: none;
  border-color: #D04C33;
}

.bg-secondary {
  background: #D04C33 !important;
}

.bg-primary {
  background: #D04C33 !important;
}

.content-padding {
  padding: 220px 0px 200px 0px;
}

.center-list {
    padding-left: 0;
    list-style-position: inside;
}
/*-------------------------------
buttons
-------------------------------*/
.btn {
  line-height: 2rem;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 0.7s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.btn-small {
  padding: 4px 15px;
  font-size: 12px;
  background: #D04C33;
  color: #ffffff;
  border-color: #D04C33;
}

.btn-small, .btn-dark-outline:hover {
  background: #D04C33;
  color: #ffffff;
  border-color: #D04C33;
}

.btn-small:hover, .btn-dark-outline:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.btn-rounded {
  border-radius: 25px;
}

.btn-inverse {
  background: #F41486;
  color: #FFF;
  font-weight: 700;
  border-color: #D04C33;
  margin-bottom: 10px;
}

.btn-yellow {
  background: #FFC80B;
  color: #000;
  font-weight: 700;
  border-color: #FFC80B;
  margin-bottom: 10px;
}

.btn-white {
  background: #FFF;
  color: #F41486;
  font-weight: 700;
  border-color: #F41486;
  margin-bottom: 10px;
}

.btn-hero, .btn-dark-outline:hover {
  background: #D04C33;
  color: #ffffff;
  border-color: #D04C33;
}
.btn-hero:hover, .btn-dark-outline:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.btn-outline-hero:hover {
  border-color: #D04C33;
}

.btn-hero-trans {
  background: transparent;
  color: #222222;
  border-color: #D04C33;
}
.btn-hero-trans:hover {
  background: #D04C33;
  border-color: #D04C33;
  color: #ffffff;
}

.btn-secondary {
  background: #443986;
  border-color: #443986;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #222222;
  color: #ffffff;
}

.btn-secondary-trans {
  background: #9FB6E3;
  border-color: #9FB6E3;
  color: #222222;
}
.btn-secondary-trans:hover {
  background: #443986;
  border-color: #443986;
  color: #ffffff;
}

.btn-grey {
  background: #fff;
  border: 1px solid #e8e8e8;
}
.btn-grey:hover {
  background: #D04C33;
  color: #ffffff;
  border-color: #D04C33;
}

.icons {
max-width: 50px;
}

/*-------------------------------
header
-------------------------------*/
.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #443986;
}

.main-navigation {
  padding: 40px 0px 15px 0px;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.7s linear;
}
.main-navigation .nav-link {
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: capitalize;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.main-navigation .btn {
  background: transparent;
  color: #222222;
  border-color: #D04C33;
}

.btn-sm {
  padding: 5px 18px;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .top-nav-collapse {
    text-shadow: none;
    border-color: transparent;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/*---------- Transparent Navigation With Black Text Color ----------*/
@media (min-width: 768px) {
  nav.navbar.transparent-black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  nav.navbar.transparent-black li a {
    color: #222222 !important;
    letter-spacing: 1.5px;
  }

  nav.navbar.transparent-black .logo-light {
    display: none;
  }

  nav.navbar.transparent-black .logo-dark {
    display: initial;
  }
}
.transparent-black .navbar-nav > li > a {
  color: #222222;
}

.transparent-black .navbar-nav > li > a:hover {
  color: #222222;
}

.transparent-black .navbar-nav > li > a:focus {
  color: #222222;
}

.transparent-black.navbar .navbar-toggle .icon-bar {
  background-color: #222222;
}

@media (min-width: 768px) {
  nav.navbar.transparent-white {
    background-color: transparent;
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3) !important;
    padding: 20px 0px;
  }
  nav.navbar.transparent-white li a {
    color: #ffffff !important;
  }
  nav.navbar.transparent-white .b-logo {
    display: block;
  }
  nav.navbar.transparent-white .w-logo {
    display: none;
  }

  nav.navbar.transparent-white.top-nav-collapse {
    background-color: #111;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08) !important;
  }
  nav.navbar.transparent-white.top-nav-collapse li a {
    color: #ffffff;
  }
  nav.navbar.transparent-white.top-nav-collapse .b-logo {
    display: none;
  }
  nav.navbar.transparent-white.top-nav-collapse .w-logo {
    display: block;
  }

  nav.navbar.transparent-black .logo-w {
    display: none;
  }

  nav.navbar.transparent-black.top-nav-collapse {
    background-color: #111;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08) !important;
  }
  nav.navbar.transparent-black.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }
  nav.navbar.transparent-black.top-nav-collapse .btn {
    background: #ffffff;
  }
  nav.navbar.transparent-black.top-nav-collapse .logo-w {
    display: block;
    margin-left: -20px;
  }
  nav.navbar.transparent-black.top-nav-collapse .logo-b {
    display: none;
  }
}
.transparent-white .navbar-nav > li > a {
  color: #222222;
}

.transparent-white .navbar-nav > li > a:hover {
  color: #222222;
}

.transparent-white .navbar-nav > li > a:focus {
  color: #222222;
}

.lbafestival {
  width: 80%;
}

.transparent-white.navbar {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08) !important;
}
.transparent-white.navbar .logo-b {
  display: none;
}
.transparent-white.navbar .logo-white {
  display: block;
}

.transparent-white.navbar .navbar-toggle .icon-bar {
  background-color: #222222;
}

.main-nav2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main-nav2 .navbar-nav .nav-link {
  padding-right: 1.4rem;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.inner {
  position: relative;
  padding-left: 55px;
}
.inner i {
  width: 40px;
  height: 40px;
  background: rgba(255, 0, 122, 0.2);
  border-radius: 100%;
  text-align: center;
  background: #fff;
  color: #D04C33;
  padding-top: 12px;
  position: absolute;
  left: 0px;
  top: 7px;
}
.inner span {
  font-size: 14px;
  color: #cfcfcf;
}
.inner h4 {
  color: #ffffff;
  line-height: 20px;
}

.main-nav {
  padding: 20px 0px;
}
.main-nav ul {
  margin-left: 50px;
}
.main-nav ul li a {
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.4rem;
  color: #222222;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-expand-lg.onepage-nav .navbar-nav .nav-link {
  padding-right: 1.4rem;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  background: #ffffff;
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: 0px;
}
.dropdown .dropdown-menu .dropdown-item {
  color: #222222 !important;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #D04C33 !important;
}
.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-toggle::after {
  display: none;
}

/*-------------------------------
banner
-------------------------------*/
#section-banner {
  background: url("../images/banner/banner-2.jpg");
  background-size: cover;
}

.banner-area {
  padding: 327px 0px 150px;
}
.banner-area h6 {
  margin-bottom: 20px;
  margin-left: 5px;
}
.banner-area h2 {
  margin-bottom: 20px;
}

#banner-2 {
  background: url("../images/banner/banner-lba.jpg") 50% 40%;
  background-size: cover;
  position: relative;
  background-attachment: scroll; /* add this line */
}


#banner-2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.banner-content {
  padding: 245px 0px 200px;
}
.banner-content h1 {
  color: #ffffff;
}

#banner-3 {
  background: url("../images/banner/banner-6.jpg") 50% 40%;
  background-size: cover;
  position: relative;
}
#banner-3 .banner-img img {
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
  border-radius: 5px;
  border: 9px solid #ffffff;
}
#banner-3 .banner-content-2 .subtitle {
  background: rgba(255, 0, 122, 0.2);
}
#banner-3 .banner-content-2 h1 {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-form {
  text-align: center;
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
  background: #ffffff;
  padding: 60px;
  border-top: 10px solid #D04C33;
}

.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 15px;
}
.top-bar .top-location {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-bar span {
  font-weight: 600;
  margin-right: 5px;
}
.top-bar ul {
  margin-bottom: 0px;
}
.top-bar ul li {
  margin-left: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  padding: 12px 30px 12px 0px;
}

/* Responsive Banner Adjustments */
@media (max-width: 768px) {
  #banner-2 {
    background-position: center;
    background-size: cover;
  }

  .banner-content {
    padding: 120px 20px 80px; /* smaller top/bottom padding for mobile */
  }

  .banner-content h1 {
    font-size: 8vw; /* scales with screen width */
  }
}

@media (max-width: 480px) {
  .banner-content {
    padding: 80px 15px 60px;
  }

  .banner-content h1 {
    font-size: 10vw;
  }
}

/*-------------------------------
Sponsorship
-------------------------------*/

#sponsorship {
  background: url("../images/banner/banner-lba.jpg") 50% 40%;
  background-size: cover;
  position: relative;
  background-attachment: scroll; /* add this line */
}


#sponsorship:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*-------------------------------
Main Content
-------------------------------*/
#section-page, #section-page2 {
  padding: 120px 0px;
  margin-top: 150px;
  background: #222222;
  background: url("../images/bg/page-header.jpg");
  background-size: cover;
}
#section-page .page-heading h2, #section-page2 .page-heading h2 {
  color: #ffffff;
}
#section-page .page-heading ul li a, #section-page2 .page-heading ul li a {
  color: #ffffff;
}

#section-page2 {
  margin-top: 0px;
  padding-top: 150px;
}

.contact-form .form-group {
  margin-top: 20px;
}

#map {
  position: relative;
  width: 100%;
  height: 450px;
}

#success, #error {
  display: none;
}

/*-------------------------------
About
-------------------------------*/
.pb-200 {
  padding-bottom: 230px;
}

.counter-block {
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
}
.counter-block p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.counter-block h4 {
  color: #fff;
}

.event-img .img-style {
  position: relative;
  width: 100%;
  z-index: 1;
}
.event-img:before {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/about/pattern.png") no-repeat;
  width: 148px;
  height: 178px;
  content: "";
  margin-top: -30px;
  margin-left: -11px;
}
.event-img:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url("../images/about/pattern.png") no-repeat;
  width: 148px;
  height: 178px;
  content: "";
  margin-bottom: -30px;
  margin-right: -11px;
}

.event-text {
  padding-left: 30px;
}
.event-text h6 {
  margin-bottom: 20px;
}
.event-text a.btn {
  margin-top: 15px;
}

.about-block-box {
  border: 1px solid #FFF;
  background: #F41486;
}

.about-block2 {
  background: #FFC80B;
  position: relative;
  width: 90%;
  margin: -60px auto 0px;
  padding: 30px 20px 30px 20px;
  text-align: center;
  border-radius: 5px;
}
.about-block2 h4 {
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 30px;
}
.about-block2 i {
  position: absolute;
  top: 0px;
  content: "";
  border-radius: 100%;
  margin-top: -30px;
  left: 50%;
  margin-left: -31px;
  width: 70px;
  height: 70px;
  background: #FFC80B;
  font-size: 30px;
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
  padding-top: 10px;
  color: #D04C33;
}

#about-2 {
  padding-top: 180px;
  padding-bottom: 0px;
}

#about-2 .about-block-box img {
  border-radius: 5px 5px 0px 0px;
}

/* White card */
.about-block2{
  position: relative;
  background:#FFC80B;
  box-shadow: 0 7px 25px rgba(22,53,76,.08);
  margin-bottom: 36px;        /* room for the overhanging arch */
  overflow: visible;          /* make sure the arch can hang outside */
  font-weight: 500;
  color: #000;
}


/*-------------------------------
inner pages
-------------------------------*/
#venue {
  position: relative;
}
#venue .venue {
  position: absolute;
  background-size: cover;
  left: 0px;
  top: 0px;
  width: 48%;
  height: 100%;
}
#venue .venue a {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  padding-top: 40px;
  font-size: 40px;
  margin: 0 auto;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  color: #D04C33;
  box-shadow: 0px 16px 32px 0px rgba(188, 188, 188, 0.2);
}

.venue-content {
  width: 100%;
}
.venue-content a.btn {
  margin-top: 10px;
}

.cta-img .img-2 {
  position: absolute;
  left: -92px;
  width: 85%;
  text-align: 40%;
  top: 26%;
  border: 10px solid #fff;
}

.cta-text {
  padding-right: 120px;
}
.cta-text h6 {
  margin-bottom: 20px;
}

/*-------------------------------
Features
-------------------------------*/
#section-feature {
  background: rgba(255, 0, 122, 0.04);
}
#section-feature h2 span {
  display: block;
}

.feature-wrap {
  position: relative;
}

.feature-box i {
  font-size: 62px;
  padding-top: 4px;
  color: #ffffff;
  background: #D04C33;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}
.feature-box h4 {
  line-height: 32px;
  margin-top: 25px;
  font-weight: 500;
}

/*-------------------------------
Features
-------------------------------*/
#ct-action {
  background-size: cover;
  padding: 120px 0px;
  position: relative;
}
#ct-action h2 {
  font-size: 43px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#ct-action p {
  margin: 20px 0px 30px;
  color: #cfcfcf;
}
#ct-action:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  content: "";
}

/*-------------------------------
Team
-------------------------------*/
#section-team {
  position: relative;
}
#section-team:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: 0px;
  height: 50%;
  background: rgba(247, 247, 247, 0.9);
}

.team-block {
  padding: 10px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  margin: 0px 5px;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.team-block img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.team-block h4 {
  margin-bottom: 0px;
  font-weight: 600;
}
.team-block ul {
  background: #eee;
  display: inline-block;
  padding: 0px 12px;
  border-radius: 5px;
  position: absolute;
  bottom: 95px;
  right: 20px;
}
.team-block .icon {
  width: 70px;
  position: absolute;
  content: "";
  right: 20px;
  opacity: 0.05;
  bottom: 0px;
}

#team {
  background: rgba(247, 247, 247, 0.9);
}

.speaker-box {
  padding: 20px 10px;
  background: #ffffff;
  transition: all 0.5s ease 0s;
}
.speaker-box .speaker-img img {
  padding: 5px;
}
.speaker-box ul li a {
  color: #D04C33;
}
.speaker-box .speaker-content {
  margin-left: 40px;
}
.speaker-box .speaker-content h6 {
  font-weight: 300;
}
.speaker-box:hover {
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
}

/* default: black & white */
.speaker-box a img {
  filter: grayscale(100%);
  transition: filter .25s ease;  /* smooth fade to color */
}

/* show color on hover / keyboard focus / tap */
.speaker-box:hover a img,
.speaker-box a:hover img,
.speaker-box a:focus-visible img,
.speaker-box a:active img {
  filter: none;
}

/* optional: on devices without hover, keep them in color */
@media (hover: none) {
  .speaker-box a img { filter: none; }
}
.speaker-box a img {
  filter: grayscale(100%);
  transition: filter .25s ease, transform .25s ease;
}

.speaker-box a:hover img,
.speaker-box a:focus-visible img {
  filter: grayscale(0%) brightness(1.05) contrast(1.1); /* richer */
  transform: scale(1.05); /* gentle zoom */
}

.line {
  width: 70px;
  height: 2px;
  background: #D04C33;
  margin-top: 30px;
}

/*-------------------------------
Lineup --Breweries--
-------------------------------*/

  #lineup {
    position: relative;
    background-color: #F8F9FA;
  }

#lineup .speaker-block {
  position: relative;
  overflow: hidden;
}
#lineup .speaker-block img {
  transition: all 0.5s ease 0s;
}
#lineup .speaker-block .speaker-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
#lineup .speaker-block .speaker-info h4 {
  margin-bottom: 0px;
  color: #ffffff;
}
#lineup .speaker-block .speaker-info p {
  color: #e8e8e8;
}
#lineup .speaker-block .speaker-social {
  position: absolute;
  top: 30px;
  right: 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
#lineup .speaker-block .speaker-social a {
  color: #ffffff;
}
#lineup .speaker-block:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
#lineup .speaker-block:hover .speaker-info {
  opacity: 1;
  visibility: visible;
}
#lineup .speaker-block:hover .speaker-social {
  opacity: 1;
  visibility: visible;
}
#lineup .speaker-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#lineup .speaker-block:hover:before {
  opacity: 0.8;
}

/*-------------------------------
Schedule
-------------------------------*/
.core-schedule {
  padding-bottom: 35px;
  margin-bottom: 30px;
  padding: 35px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.core-schedule div {
  padding-left: 20px;
}
.core-schedule h4 {
  margin-bottom: 10px;
}
.core-schedule h6 {
  margin-left: 38px;
}
.core-schedule h6 span {
  font-size: 14px;
}
.core-schedule:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 58%;
  top: 58px;
  left: 58px;
  background: #443986;
  opacity: 0.4;
}
.core-schedule:hover {
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
  border: 1px solid rgba(255, 0, 122, 0.2);
}

/*-------------------------------
Schedule
-------------------------------*/
.site-tab-nav {
  display: block;
  text-align: center;
  margin-bottom: 80px !important;
}
.site-tab-nav li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.site-tab-nav li a {
  background: none;
  color: gray;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-bottom: 2px solid transparent;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
  font-weight: 600;
  border-bottom: 2px solid #e8e8e8;
}

.site-tab-nav li a.active {
  color: #D04C33;
  background: none;
  border-bottom: 2px solid #D04C33;
}

.site-tab-nav, .nav-pills {
  text-align: center;
}

.progrm-item {
  border-bottom: 1px dotted #ccc;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.progrm-item a.h4 {
  text-transform: capitalize;
  font-size: 20px;
}
.progrm-item .text {
  width: calc(100%);
}
.progrm-item .text img {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 7px;
  float: left;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  .progrm-item .text img {
    float: none;
  }
}
@media (min-width: 768px) {
  .progrm-item .text {
    width: calc(100% - 70px);
  }
}
.progrm-item .time {
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .progrm-item .time {
    width: 70px;
    text-align: right;
  }
  .progrm-item .time strong {
    color: #D04C33;
    font-size: 20px;
  }
  .progrm-item .time a.h4 {
    color: #222222;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .progrm-item .time a.h4:hover {
    color: gray;
  }
}
.progrm-item p:last-child {
  margin-bottom: 0;
}

/*-------------------------------
Sessions
-------------------------------*/

  #sessions {
    position: relative;
    background-color: #F8F9FA;
  }

.package {
  text-align: center;
  background: #ffffff;
  border: 10px solid #D04C33;
  border-radius: 25px;
  padding: 60px 0px;
  
}
.package i {
  font-size: 60px;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #ebedfc;
  display: block;
  margin: 0 auto 30px;
  border-radius: 100%;
  padding-top: 10px;
}
.package ul {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 30px;
  text-align: left; /* add this line */
  margin-left: 0; /* remove the default left margin */
}

.package ul li {
  padding: 2px 0px;
  font-weight: 800;
  color: #222222;
  list-style-position: inside; /* add this line to position the bullet inside the li element */
}

.package .pname {
  text-transform: capitalize;
  font-weight: 600;
}

.note {
 margin-top: 40px;
}
.timesmall {
    font-size: 0.8em; /* or any font-size value you prefer */
    font-weight: 300;
    }

.package h2 {
  color: #D04C33;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
}
.package .line-through {
  text-decoration: line-through;
}

.sponsorspackage {
  text-align: center;
  background: #ffffff;
  border: 10px solid #D04C33;
  border-radius: 25px;
  padding: 20px 20px 20px 20px;
}

.sponsorspackage.bronze {
  border-color: #cd7f32;
}

.sponsorspackage.bronze h2  {
  color: #cd7f32;
}

.sponsorspackage.silver {
  border-color: #C0C0C0;
}

.sponsorspackage.silver h2 {
  color: #C0C0C0;
}

.sponsorspackage.gold {
  border-color: #FFD700;
}

.sponsorspackage.gold h2 {
  color: #FFD700;
}

.sponsorspackage.platinum {
  border-color: #7229D0;
}
.sponsorspackage.platinum h2 {
  color: #7229D0;
}

.sponsorspackage i {
  font-size: 60px;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #ebedfc;
  display: block;
  margin: 0 auto 30px;
  border-radius: 100%;
  padding-top: 10px;
}
.sponsorspackage ul {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 30px;
  text-align: left; /* add this line */
  margin-left: 0; /* remove the default left margin */
}

.sponsorspackage ul li {
  padding: 2px 0px;
  font-weight: 800;
  color: #222222;
  list-style-position: inside; /* add this line to position the bullet inside the li element */
}

.sponsorspackage .pname {
  text-transform: capitalize;
  font-weight: 600;
}

.note {
 margin-top: 40px;
}
.timesmall {
    font-size: 0.8em; /* or any font-size value you prefer */
    font-weight: 300;
    }

.sponsorspackage h2 {
  color: #D04C33;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
}
.sponsorspackage .line-through {
  text-decoration: line-through;
}

#section-pricing {
  position: relative;
}
#section-pricing:before {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../images/dots.png") repeat;
  width: 50%;
  height: 100%;
  content: "";
  opacity: 0.06;
}
#section-pricing .pricing-block {
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #eee;
  position: relative;
  background: rgba(247, 247, 247, 0.9);
  padding-bottom: 60px !important;
}
#section-pricing .pricing-block i {
  font-size: 16px;
  color: #D04C33;
}
#section-pricing .pricing-block p {
  margin-bottom: 20px;
}
#section-pricing .pricing-btn {
  margin-top: -30px;
  position: relative;
  margin-left: 40px;
}

/*-------------------------------
Sponsors
-------------------------------*/
#section-sponsor {
  margin-top: -200px;
  position: relative;
  background: url("../images/banner/banner5.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.sponsors-wrap a {
  display: inline-block;
  margin: 0px 5px 10px 0px;
  padding: 40px 50px;
}

#sponsor {
  background: url("../images/call-to-action-bg.jpg");
  background-size: cover;
  position: relative;
}
#sponsor:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.902;
}
#sponsor .single-sponsor {
  text-align: center;
  margin: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
#sponsor .single-sponsor a {
  display: block;
  text-align: center;
}
#sponsor .single-sponsor img {
  max-height: 50px;
}
#sponsor .single-sponsor p {
  margin-bottom: 0px;
}

#section-partners {
  margin-bottom: -60px;
  position: relative;
  padding-top: 90px;
  z-index: 1;
}

.partner-img {
  background: #eee;
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------
Countdown
-------------------------------*/
.countdown {
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: -80px;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.countdown:before {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}
.countdown .counter-item {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.countdown .counter-item span {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  line-height: 70px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .countdown .counter-item span {
  font-size: 30px;

  }
}
.countdown .counter-item .count {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.counter-block i {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 0, 122, 0.2);
}

/*-------------------------------
Blog
-------------------------------*/
#section-blog .blog-post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 5px;
  margin-top: 70px;
}
#section-blog .blog-post img {
  border-radius: 5px;
  margin: -70px 0px 25px;
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
}
#section-blog .blog-post p {
  margin: 15px 0px 30px 0px;
}
#section-blog .blog-post a.learn-more {
  color: #D04C33;
}
#section-blog .blog-post a.learn-more i {
  margin-right: 10px;
}
#section-blog .blog-post h6 {
  font-weight: normal;
  margin-bottom: 20px;
}

#section-blog-2 .blog-box {
  transition: all 0.4s ease;
  position: relative;
}
#section-blog-2 .blog-box span.date {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  position: absolute;
  right: 8px;
  padding: 10px;
  line-height: 20px;
  padding-top: 14px;
  color: #222222;
  top: 0px;
  font-weight: 600;
}
#section-blog-2 .blog-box img {
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
}
#section-blog-2 .blog-box a {
  margin: 12px 0px 20px;
  display: block;
  font-size: 22px;
}
#section-blog-2 .blog-box a.read-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
#section-blog-2 .blog-box h6 {
  font-size: 14px;
}
#section-blog-2 .blog-box h6 span {
  margin-left: 10px;
}

/* Space between the pink banner and the yellow block */
#section-join {
  margin-top: 40px;    /* space above */
  margin-bottom: 40px; /* space below */
}

@media (max-width: 767px) {
  #section-join {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* CTA layout - desktop/tablet */
.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #FFC80B;
  padding: 32px 28px; /* slightly reduced from 40px 32px */
  border-radius: 5px;
  overflow: visible;
}

.cta-content h2 {
  color: #000;
  margin: 0;
}

.cta-content .text-center {
  flex: 1;
  text-align: left;
}

.cta-content .cta-btn {
  flex: 0 0 auto;
}

.cta-btn .btn {
  white-space: nowrap;
  margin: 0, 5px, 0, 5px;
  max-width: 200px;
  width: auto;
  
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 18px 14px; /* reduced mobile padding */
  }

  .cta-content .text-center {
    text-align: center;
    width: 100%;
  }

  .cta-content h2 {
    font-size: 20px; /* slightly smaller */
    line-height: 1.25;
    word-break: break-word;
  }

  .cta-content .cta-btn {
    width: auto;
  }
  
}
/*  -----------------------
Single blog
---------------- ------------*/
.single-post img {
  margin-bottom: 30px;
}
.single-post a {
  font-family: "Oswald", sans-serif;
}

.comments {
  background: #f8f8f8;
}

.blog-sidebar {
  background: #f8f8f8;
}
.blog-sidebar h4 {
  margin-bottom: 30px;
}

.blockquote {
  margin: 30px 0px;
  position: relative;
}
.blockquote i {
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.blockquote p {
  color: #000;
  font-size: 20px;
  font-style: italic;
  padding: 30px;
  line-height: 38px;
  background: rgba(247, 247, 247, 0.9);
  padding-left: 100px;
}

/*  -----------------------
Post Navigation
---------------- ------------*/
.blog-nav {
  margin-top: 60px;
}
.blog-nav li {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
}

.blog-nav li.active {
  background: #D04C33;
  border-color: #D04C33;
}
.blog-nav li.active a {
  color: #fff;
  font-weight: 700;
}

.bg-footer {
  background: #F41486;
}

/*  -----------------------
Search
---------------- ------------*/
.search {
  position: relative;
}

.search span {
  position: absolute;
  right: 23px;
  top: 20px;
}

/* -----------------------------
POst Pagination
-----------------------------*/
.post-pagination {
  padding: 20px 10px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.post-pagination a span {
  display: block;
}

/*  -----------------------
Tags
---------------- ------------*/
.tags-cloud a {
  display: inline-block;
  padding: 7px 9px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.tags li {
  text-transform: capitalize;
  color: #000;
}

/*  -----------------------
Receent posts
---------------- ------------*/
.post-content a.h6 {
  line-height: 20px;
  color: #666;
}

/*  -----------------------
Category
---------------- ------------*/
.cat-list li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.cat-list li a {
  color: #666;
}

/*-------------------------------
Subscribe
-------------------------------*/
#sub {
  position: absolute;
  margin-top: -130px;
  padding-top: -130px;
  border-radius: 5px;
  width: 100%;
}
#sub .form-group {
  position: relative;
}
#sub .form-control {
  border: 2px solid #e8e8e8 !important;
  border-radius: 5px;
  border: 0px;
  height: 60px;
  padding-left: 30px;
}
#sub i {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  left: 15px;
  top: 20px;
  color: #232323;
}

.sub-bg {
  position: relative;
  background: #fff;
  box-shadow: rgba(22, 53, 76, 0.08) 0px 7px 25px 0px;
  padding: 70px 0px;
  border-radius: 5px;
  z-index: 1;
}
.sub-bg:before {
  position: absolute;
  content: "";
  background-size: cover;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/*-------------------------------
footer
-------------------------------*/
a.back-top {
  background: #D04C33;
  color: #ffffff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
}
a.back-top i {
  color: #ffffff;
}

.widget h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.widget ul {
  margin-bottom: 0px;
}
.widget ul li {
  padding: 6px 0px;
  text-transform: capitalize;
}
.widget ul li i {
  width: 25px;
  color: #D04C33;
}
.widget ul.footer-social li {
  width: 50%;
  float: left;
}
.widget ul.footer-social i {
  color: #454545;
}

.footer-sub input {
  margin-top: 30px;
}
.footer-sub a.btn {
  margin-top: 20px;
}

#footer-2 {
  position: relative;
}
#footer-2:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  background: url("../images/wrapper-img.png") no-repeat;
  height: 100%;
  width: 20%;
}

#section-footer {
  background: #F41486;
  background-size: cover;
  padding: 100px 0px 80px;
}
#section-footer .footer-socials {
  margin-bottom: 25px;
}
#section-footer .footer-socials li a {
  color: #ffffff;
  font-size: 32px;
  padding: 0px 8px;
}
#section-footer .footer-socials li a:hover {
  color: #ffc80B;
  font-size: 32px;
  padding: 0px 8px;
}
#section-footer .footer-menu li a {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  padding: 0px 10px;
}
#section-footer p {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 30px;
  margin-top: 40px;
}

.gallery-block img {
  width: 100%;
  height: 100%;
}

#footer-dark {
  background: #121212;
  font-size: 15px;
  background: url("../images/bg/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
#footer-dark .footer-widget h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}
#footer-dark .footer-widget p {
  color: gray;
}
#footer-dark .footer-contact-widget .contact-email {
  color: #ff7a5c;
}
#footer-dark .social a {
  font-size: 30px;
  color: #ffffff;
  margin-right: 10px;
}
#footer-dark a {
  color: #ffffff;
}

.footer-newsletter {
  position: relative;
}
.footer-newsletter .form-group .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border: none !important;
  background: none;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}

/*-------------------------------
Responsive
-------------------------------*/
/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .dropdown i {
    display: none;
  }
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav ul {
    margin-left: 0px;
  }

  .navbar-toggler {
    background: #ffffff;
  }

  .team-block {
    margin-top: 30px;
  }
  .team-block img {
    width: 100%;
  }

  .package {
    margin-bottom: 30px;
  }

  .section-page {
    margin-top: 100px;
  }

  .pricing-btn {
    margin-bottom: 40px;
  }

  .cta-img .img-2 {
    left: 0px;
  }

  .blog-box {
    margin-bottom: 40px;
  }

  .cta-content h2 {
    font-size: 24px;
  }

  nav.navbar.transparent-black.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-black.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  nav.navbar.transparent-white.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-white.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  .navbar-collapse {
    background-color: #111;
    padding: 20px;
  }
  .navbar-collapse .nav-link {
    color: #ffffff !important;
  }
}
/* Small Devices Potrait */
/* Extra Small Devices, Phones */
@media (min-width: 480px) and (max-width: 767px) {
  .transparent-black {
    background: #ffffff;
    padding: 20px;
  }
  .transparent-black .logo-w {
    display: none;
  }

  .main-nav ul {
    margin-left: 0px;
  }

  .section-page {
    margin-top: 100px;
  }

  #section-counters {
    padding-top: 0px;
  }

  .about-block-box {
    margin-bottom: 25px;
  }

  .about-block-box img {
    width: 100%;
  }

  .event-text {
    padding-left: 0px;
    margin-top: 50px;
  }

  .team-block {
    margin-top: 30px;
  }
  .team-block img {
    width: 100%;
  }

  .venue {
    display: none;
  }

  .venue-content {
    width: 95%;
    padding-bottom: 90px;
    margin-top: 40px;
  }

  #section-feature h2 span {
    display: inline;
  }

  .pricing-block {
    margin-bottom: 40px;
  }

  .pricing-block ul {
    margin-top: 80px;
  }

  #section-blog .blog-post {
    margin-bottom: 30px;
  }

  #section-blog .blog-post img {
    width: 100%;
  }

  .sub-form {
    padding: 0px 20px;
  }

  .top-bar {
    display: none;
  }

  .widget, .speaker-box {
    margin-top: 25px;
  }

  .cta-img .img-2 {
    display: none;
  }

  .cta-text {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .package, .blog-box {
    margin-bottom: 30px;
  }

  #section-sponsor {
    margin-top: 0px;
  }

  .sponsors-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #section-page {
    margin-top: 0px;
  }

  .pricing-btn {
    margin-bottom: 40px;
  }

  .cta-content h2 {
    font-size: 18px;
  }

  .speaker-block img {
    width: 100%;
  }

  .navbar-toggler {
    background: #ffffff;
  }

  #section-countdown {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .countdown {
    position: relative;
    margin-top: 0px;
  }

  nav.navbar.transparent-black.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-black.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  nav.navbar.transparent-white.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-white.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  .navbar-collapse {
    background-color: #111;
    padding: 20px;
  }
  .navbar-collapse .nav-link {
    color: #ffffff !important;
  }

  .banner-form {
    box-shadow: none;
    margin-bottom: 50px;
  }
}
/* Custom, iPhone Retina */
@media (min-width: 320px) and (max-width: 478px) {
  .transparent-black {
    background: #ffffff;
    padding: 20px;
  }
  .transparent-black .logo-w {
    display: none;
  }

  .main-nav ul {
    margin-left: 0px;
  }

  .top-bar {
    display: none;
  }

  .lg-title {
    font-size: 36px;
  }

  .event-text {
    padding-left: 0px;
    margin-top: 50px;
  }

  .display-4 {
    font-size: 2rem !important;
    padding-top: 30px;
  }

  .team-block {
    margin-top: 30px;
  }

  h6 {
    font-size: 14px;
  }

  .core-schedule::before {
    display: none;
  }

  .core-schedule h6 {
    margin-left: 0px;
  }

  .venue {
    margin-bottom: 30px;
    display: none;
  }

  .venue a {
    width: 70px;
    height: 70px;
    padding-top: 20px;
    font-size: 18px;
  }

  .venue-content {
    width: 100%;
    padding-bottom: 90px;
  }

  #section-feature h2 span {
    display: inline;
  }

  .sponsors-wrap {
    padding: 20px;
  }

  .blog-post {
    margin-bottom: 30px;
  }

  .pricing-block {
    margin-bottom: 30px;
  }

  .sub-bg {
    box-shadow: none;
  }

  #section-counters {
    padding-top: 0px;
  }

  .top-bar {
    display: none;
  }

  .widget, .speaker-box {
    margin-top: 25px;
  }

  .cta-img .img-2 {
    display: none;
  }

  .cta-text {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .package, .blog-box {
    margin-bottom: 30px;
  }

  #section-sponsor {
    margin-top: 0px;
  }

  .sponsors-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #section-page {
    margin-top: 0px;
  }

  .cta-content h2 {
    font-size: 18px;
  }

  .speaker-block img {
    width: 100%;
  }

  .navbar-toggler {
    background: #ffffff;
  }

  #section-countdown {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .countdown {
    position: relative;
    margin-top: 0px;
  }

  nav.navbar.transparent-black.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-black.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  nav.navbar.transparent-white.top-nav-collapse {
    background-color: #111;
  }
  nav.navbar.transparent-white.top-nav-collapse .nav-link {
    color: #ffffff !important;
  }

  .navbar-collapse {
    background-color: #111;
    padding: 20px;
  }
  .navbar-collapse .nav-link {
    color: #ffffff !important;
  }

  .banner-form {
    box-shadow: none;
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Match header menu style to footer menu style, mobile-friendly */
#section-footer .footer-menu li a,
header.header-bar .navbar.onepage-nav .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 700; /* visually matches footer */
  text-transform: capitalize;
  padding: 0 10px;
}

/* Desktop font size */
@media (min-width: 992px) {
  #section-footer .footer-menu li a,
  header.header-bar .navbar.onepage-nav .navbar-nav .nav-link {
    font-size: 20px;
  }
}

/* Tablet font size */
@media (min-width: 768px) and (max-width: 991px) {
  #section-footer .footer-menu li a,
  header.header-bar .navbar.onepage-nav .navbar-nav .nav-link {
    font-size: 18px;
  }
}

/* Mobile font size */
@media (max-width: 767px) {
  #section-footer .footer-menu li a,
  header.header-bar .navbar.onepage-nav .navbar-nav .nav-link {
    font-size: 16px;
  }
}
/* Match scrolled header background to footer background */
nav.navbar.transparent-white.top-nav-collapse {
  background: #F41486 !important; /* same as footer background */
}

/* brand pink once, reuse */
:root { --brand-pink: #E91683; }

 
}
/* --- Hover color for top nav (all states) --- */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #FFC80B !important;
}

/* When the navbar is in its scrolled/collapsed variants */
nav.navbar.transparent-black.top-nav-collapse .navbar-nav .nav-link:hover,
nav.navbar.transparent-white.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #FFC80B !important;
}

/* Mobile menu panel */
.navbar-collapse .nav-link:hover { 
  color: #FFC80B !important; 
}

/* --- Hover color for footer menu --- */
#section-footer .footer-menu li a:hover,
#footer-dark a:hover {
  color: #FFC80B !important;
}

/* === Mobile menu restyle === */
@media (max-width: 991px) {
  /* Menu background – matches site branding */
  .navbar-collapse {
    background: rgba(244, 20, 134, 1); /* yellow w/ transparency */
    border-radius: 0 0 12px 12px;          /* softer bottom corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }

  /* Menu links – more padding & matching font style */
  .navbar-nav .nav-link {
    padding: 1rem 1.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000; /* darker text for contrast */
  }

  .navbar-nav .nav-link:hover {
    background: rgba(0,0,0,0.05);
    color: #000;
  }

  /* Special style for Buy Tickets link */
  .navbar-nav .nav-link.buy-tickets {
    color: #fff !important;
    background: #F41486;
    border-radius: 999px;
    margin: 0.5rem 1rem;
    text-align: center;
  }

  .navbar-nav .nav-link.buy-tickets:hover {
    background: #F41486;
  }

  /* Smooth slide & fade effect when menu opens */
  .navbar-collapse {
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateY(-10px);
    opacity: 0;
  }
  
  .navbar-collapse.show {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ===== DesignMyNight modal (namespaced) ===== */
.dmnx-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.dmnx-modal[aria-hidden="false"]{
  display: block;
}

/* overlay */
.dmnx-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

/* dialog: fixed + transform so it centers even if parent display is overridden */
.dmnx-dialog{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(1040px, calc(100vw - 40px)); /* a bit wider but with side padding */
  max-height: min(90vh, 1000px);
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px; /* breathing room so content isn’t edge-to-edge */
  display: flex;
  flex-direction: column;
}

.dmnx-close{
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.dmnx-body,
#dmnx-mount{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ensure widget fits fluidly */
#dmnx-mount iframe{ width:100% !important; border:0; }
#dmnx-mount .tonic-widget,
#dmnx-mount [data-dmn-ticket-widget="true"]{ max-width:100% !important; }

/* a11y helper */
.sr-only{
  position:absolute!important; width:1px!important; height:1px!important;
  padding:0!important; margin:-1px!important; overflow:hidden!important;
  clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important;
}

/* Make the map visible and usable on tablets/phones */
@media (max-width: 991px) {
  #venue .venue{
    display:block !important;
    position:relative !important;
    width:100% !important;
    height:360px !important;
    margin:0 0 20px !important;
    z-index:1;
  }
  #venue .venue iframe{
    display:block !important;
    width:100% !important;
    height:100% !important;
    border:0 !important;
  }
  /* Make the text span full width under the map */
  #venue .venue-content{ width:100% !important; }
}

/* Reduce space between footer sections */
#section-footer {
  padding-top: 20px;
}

#section-footer .footer-menu {
  margin-bottom: 0px; /* was likely bigger */
}

#section-footer .footer-heading {
  margin: 10px 0 5px; /* tighten above/below text headings */
  font-size: 1.1rem;  /* slightly smaller if desired */
   font-weight: 700;
   padding-top: 10px;
  color: #FFC80B; /* or your footer text color */
  letter-spacing: 1px;
}

#section-footer .footer-socials {
  margin: 0 0 10px;
    font-size: 2rem;
}

#section-footer .footer-socials li {
  margin: 0 5px; /* less gap between icons */
}

#section-footer .copyright {
  margin-top: 10px; /* reduce space before copyright */
}

#section-footer p {
  margin-bottom: 8px; /* reduce space after each paragraph */
}

/* Untappd embed overrides */
.section-header-bg-color {
  background-color: #FFC80B !important; /* force override */
}

.section-title-color {
  color: #000 !important; /* ensure text stays readable on yellow */
}
