@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;500&display=swap');

:root{
  --purple:#32205d;
  --purple-dark:#16275d;
  --pink:#d744b8;
  --aqua:#19bfc4;
  --white:#fff;
}

*{box-sizing:border-box;}
body{margin:0;font-family:'Montserrat',Arial,sans-serif;color:#000;overflow-x:hidden;}

.hero-section{min-height:100vh;background:#222;}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(50,32,93,.72) 0%,rgba(50,32,93,.50) 45%,rgba(50,32,93,.62) 100%);}
.site-header,.hero-content,.top-social,.side-social{z-index:3;}

.show-logo{position:relative;display:block;width:260px;min-height:170px;color:#fff!important;line-height:.82;text-decoration:none;font-weight:500;letter-spacing:-3px;margin-top:64px;margin-left:24px;}
.logo-the,.logo-business,.logo-show{display:block;font-size:46px;}
.logo-business{font-size:51px;}
.logo-show{font-size:48px;}
.logo-miami{position:absolute;top:24px;left:92px;font-size:16px;font-weight:500;letter-spacing:7px;line-height:1;color:#fff;}
.logo-arrows{letter-spacing:-10px;margin-left:0;}

.main-menu{padding-top:20px;}
.main-menu .nav-link{color:#fff!important;font-size:15px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;padding:8px 0!important;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.2);}
.main-menu .nav-link:hover,.main-menu .home-icon{color:var(--pink)!important;}

.site-header{
  z-index:10;
}

.navbar{
  position:relative;
}

.navbar-collapse{
  padding-right:20px;
}

.main-menu{
  padding-top:20px;
  gap:28px!important;
}

.main-menu .nav-link{
  font-size:15px;
  letter-spacing:1.4px;
}

/* FIX TOP SOCIAL ICONS */
.top-social{
  position:absolute;
  top:48px;
  right:70px;
  display:flex;
  align-items:center;
  gap:28px;
  z-index:20;
}

.top-social a{
  color:#25105a;
  font-size:16px;
  text-decoration:none;
}

/* FIX SIDE SOCIAL */
.side-social{
  position:fixed;
  right:0;
  top:53%;
  transform:translateY(-50%);
  background:#18336d;
  width:42px;
  z-index:30;
}

.top-social a{color:var(--purple);font-size:16px;text-decoration:none;opacity:.95;}
.side-social{position:absolute;right:0;top:40%;background:#18336d;width:42px;}
.side-social a{width:42px;height:43px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:16px;}
.side-social a:hover{background:#101f49;color:#fff;}

.hero-content{position:relative;}
.hero-title{font-weight:800;font-size:68px;line-height:1.25;letter-spacing:-2px;margin-bottom:36px;text-shadow:0 2px 3px rgba(0,0,0,.08);}
.hero-subtitle{font-size:26px;font-weight:500;line-height:1.2;margin-bottom:22px;}
.hero-date{font-size:18px;font-weight:500;}
.hero-buttons{gap:18px;}
.hero-btn{border-radius:0;border:0;color:#fff!important;font-size:14px;font-weight:500;letter-spacing:1px;padding:18px 58px;text-transform:uppercase;min-width:170px;}
.hero-btn-dark{background:#171430;}
.hero-btn-aqua{background:var(--aqua);}
.hero-btn:hover{opacity:.9;}

.largest-business-event{
    background:#f5f5f5;
    padding:70px 0;
}

.business-event-box{
    background:#ece7e7;
    padding:60px 80px;
}

.business-event-title{
    font-size:42px;
    font-weight:800;
    color:#07122b;
    margin-bottom:35px;
    line-height:1.2;
}

.business-event-text{
    font-size:24px;
    line-height:1.7;
    font-weight:500;
    color:#07122b;
    max-width:1200px;
    margin:0 auto;
}

.whats-on-section{
  background:#fff;
  padding:60px 0 80px;
}

.section-title h2{
  color:#02091e;
  font-size:34px;
  font-weight:500;
  margin-bottom:25px;
}

.section-title span{
  width:25px;
  height:3px;
  background:#16306c;
  display:block;
  margin:0 auto 38px;
}

.whats-card{
  height:318px;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.whats-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(106,50,146,0);
  transition:all .45s ease;
  z-index:1;
}
.whats-card-content{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background:#6a3292;
  color:#fff;
  padding:25px 26px;
  min-height:82px;
 
 transition:all .45s ease;
}

.whats-card h3{
  font-size:28px;
  font-weight:500;
  margin:0;
}

.whats-card p{
  display:none;
  font-size:17px;
  line-height:1.45;
  font-weight:600;
  margin:25px 0;
  max-width:560px;
}

.whats-card .fa-chevron-up{
  position:absolute;
  right:25px;
  top:32px;
  font-size:24px;
}

/* SMOOTH PURPLE HOVER */
.whats-card:hover::before{
  background:rgba(106,50,146,.82);
}

.whats-card:hover .whats-card-content{
  min-height:100%;
  padding-top:32px;
}

.whats-card:hover p,
.whats-card:hover .whats-btn{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.whats-card:hover .fa-chevron-up{
  transform:rotate(180deg);
}

.whats-btn{
  display:none;
  background:#1dbfc8;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:15px;
  font-weight:500;
  letter-spacing:1.2px;
  padding:18px 28px;
}

.whats-card:hover .whats-card-content,
.whats-card.active .whats-card-content{
  top:0;
  bottom:auto;
  height:100%;
  padding:28px 26px;
z-index:1;
}

.whats-card:hover p,
.whats-card:hover .whats-btn,
.whats-card.active p,
.whats-card.active .whats-btn{
  display:inline-block;
}

.show-info-speakers-section{
  background:#fff;
  padding:80px 0 60px;
}

.section-title h2{
  color:#02091e;
  font-size:30px;
  font-weight:500;
  margin-bottom:25px;
}

.section-title span{
  width:22px;
  height:3px;
  background:#18336d;
  display:block;
  margin:0 auto 30px;
}

.show-time-box{
  margin-bottom:55px;
}

.show-time-box h3{
  color:#02091e;
  font-size:23px;
  font-weight:500;
  line-height:1.6;
  margin:0;
}

.speakers-title{
  margin-top:25px;
}

.speakers-slider{
  margin-top:25px;
}

.speaker-item{
  text-align:center;
  padding:0 20px;
}

.speaker-item img{
  width:105px;
  height:105px;
  object-fit:cover;
  border-radius:50%;
  margin:0 auto 15px;
}

.speaker-item h4{
  color:#02091e;
  font-size:14px;
  font-weight:500;
  margin-bottom:4px;
}

.speaker-item p{
  color:#25315f;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
  max-width:170px;
  margin:0 auto;
}

.slick-prev,
.slick-next{
  display:none!important;
}

.slick-dots{
  bottom:-35px;
}

.slick-dots li button:before{
  font-size:9px;
  color:#18336d;
}
.running-alongside-section{
  background:#fff;
  padding:75px 0 85px;
}

.running-alongside-section .section-title h2{
  color:#02091e;
  font-size:28px;
  font-weight:500;
  margin-bottom:22px;
}

.running-alongside-section .section-title span{
  width:22px;
  height:3px;
  background:#18336d;
  display:block;
  margin:0 auto 35px;
}

.running-logo{
  width:420px;
  max-width:100%;
  margin-bottom:20px;
}

.running-content p{
  color:#02091e;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
  margin-bottom:18px;
}

.running-img{
  width:500px;
  max-width:100%;
  height:270px;
  object-fit:cover;
}

.world-series-section{
    background:#71cfd2;
    padding:80px 0;
}

.world-series-section .section-title h2{
    color:#02091e;
    font-size:30px;
    font-weight:500;
    margin-bottom:25px;
}

.world-series-section .section-title span{
    width:22px;
    height:3px;
    background:#18336d;
    display:block;
    margin:0 auto 40px;
}

.world-card{
    position:relative;
    overflow:hidden;
    height:170px;
    cursor:pointer;
}

.world-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .4s ease;
}

.world-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.1));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:18px 20px;
    transition:all .4s ease;
}

.world-overlay h3{
    color:#fff;
    font-size:18px;
    font-weight:500;
    margin:0;
    transition:all .4s ease;
}

.world-content{
    opacity:0;
    visibility:hidden;
    max-height:0;
    overflow:hidden;
    transition:all .4s ease;
}

.world-content p{
    color:#fff;
    font-size:15px;
    line-height:1.5;
    margin-bottom:10px;
    font-weight:500;
}

/* Hover Effect */

.world-card:hover img{
    transform:scale(1.08);
}

.world-card:hover .world-overlay{
    background:rgba(0,0,0,.72);
    justify-content:flex-start;
    padding-top:25px;
}

.world-card:hover .world-overlay h3{
    margin-bottom:18px;
}

.world-card:hover .world-content{
    opacity:1;
    visibility:visible;
    max-height:300px;
}

.site-footer{
    background:#223966;
    color:#fff;
}

.footer-main{
    background:#223966;
    padding:45px 0 70px;
}

.site-footer h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:28px;
    color:#fff;
}

.footer-links{
    padding-left:18px;
    margin-bottom:45px;
}

.footer-links li{
    color:#fff;
    margin-bottom:4px;
}

.footer-links a,
.site-footer a{
    color:#fff;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}

.site-footer p{
    font-size:14px;
    font-weight:400;
    line-height:1.45;
    margin-bottom:16px;
    max-width:360px;
}

.site-footer i{
    margin-right:8px;
    font-size:17px;
}

.footer-logo{
    display:block;
    width:190px;
    max-width:100%;
    margin-bottom:22px;
}

.footer-award{
    display:block;
    width:170px;
    max-width:100%;
}

.footer-bottom{
    background:#304b80;
    padding:18px 0;
}

.footer-bottom-links{
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.footer-bottom-links span{
    margin-right:22px;
}

.footer-bottom-links a{
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}

.footer-showoff{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:13px;
    font-weight:700;
}

.footer-showoff a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
}

.asp-box{
    background:#00b48a;
    color:#fff;
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:500;
}

.inner-banner-section{
  position:relative;
  min-height:430px;
  background:linear-gradient(105deg,#32175d 0%,#45166c 55%,#951470 100%);
  overflow:hidden;
}

.inner-banner-section .site-header{
  padding-top:50px;
}

.inner-banner-section .show-logo{
  margin-top:35px;
}

.inner-banner-section .main-menu{
  padding-top:25px;
}

.inner-banner-section .top-social{
  top:48px;
  right:460px;
}

.inner-header-buttons{
  position:absolute;
  top:30px;
  right:42px;
  z-index:6;
  gap:5px;
}

.inner-header-buttons .hero-btn{
  padding:17px 36px;
  min-width:auto;
}

.inner-banner-title{
  position:absolute;
  bottom:25px;
  left:0;
  width:100%;
  text-align:center;
  z-index:5;
}

.inner-banner-title h1{
  color:#fff;
  font-size:58px;
  font-weight:500;
  margin:0;
}


/* FIX FOR SMALL LAPTOP */
@media (max-width:1399px){
  .main-menu{
    gap:22px!important;
  }

  .main-menu .nav-link{
    font-size:14px;
    letter-spacing:1px;
  }

  .top-social{
    top:48px;
    right:55px;
  }
}


@media (max-width:1199px){
 .top-social{
    display:none!important;
  }
  .navbar-collapse{background:rgba(22,17,54,.95);padding:20px;margin-top:15px;}
  .main-menu{padding-top:0;align-items:flex-start!important;}
  .show-logo{margin-top:20px;margin-left:0;width:210px;min-height:115px;}
  .logo-the,.logo-business,.logo-show{font-size:38px;}
  .logo-business{font-size:42px;}.logo-show{font-size:40px;}.logo-miami{left:78px;top:21px;font-size:13px;}
  .hero-title{font-size:54px;}
}

@media(max-width:991px){
 .world-card{
        height:220px;
    }
 .running-img{
    margin-top:35px;
    height:auto;
  }
    .business-event-box{
        padding:45px 35px;
    }

    .business-event-title{
        font-size:34px;
    }

    .business-event-text{
        font-size:20px;
    }
}


@media (max-width:767px){
	.inner-banner-title h1 {
    font-size: 29px;

}
  .hero-section{min-height:760px;}
  .show-logo{width:170px;min-height:95px;}
  .logo-the,.logo-business,.logo-show{font-size:31px;}
  .logo-business{font-size:35px;}.logo-show{font-size:33px;}.logo-miami{left:63px;top:17px;font-size:11px;letter-spacing:5px;}
  .hero-title{font-size:30px;line-height:1.18;}
  .hero-subtitle{font-size:20px;}
  .hero-date{font-size:15px;}
  .hero-buttons{margin-top:32px!important;}
  .hero-btn{width:100%;padding:16px 25px;}
 .largest-business-event{
        padding:45px 0;
    }

    .business-event-box{
        padding:35px 20px;
    }

    .business-event-title{
        font-size:28px;
        margin-bottom:20px;
    }

    .business-event-text{
        font-size:17px;
        line-height:1.6;
    }

 .whats-on-section{
    padding:45px 0;
  }

  .whats-card{
    height:300px;
  }

  .whats-card h3{
    font-size:24px;
  }

  .whats-card p{
    font-size:15px;
  }
   .world-series-section{
        padding:50px 0;
    }

    .world-series-section .section-title h2{
        font-size:28px;
    }

    .world-card{
        height:240px;
    }
 .footer-main{
        padding:40px 0;
    }

    .footer-bottom-links span{
        display:block;
        margin-right:0;
        margin-bottom:8px;
    }
}
