/* 
    Develped & Designed By Lindokuhle Nsibande
    other the contract with Infinity Growth
*/
/* ===========================================================
    General styling
=============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body{
  font-family: 'Space Grotesk', sans-serif;
  background-color: #252525;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
a:hover{
  text-decoration: none;
}

.btn-theme-o{
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 46px;
  line-height: 43px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
      transition-duration: 500ms;
  border: 2px solid #18be8e;
  letter-spacing: 1px;
}
.btn-theme-o:hover{
  background-color: #18be8e;
  color: #ffffff;
}
.btn-theme{
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 46px;
  line-height: 43px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
      transition-duration: 500ms;
  border: 2px solid #18be8e;
  letter-spacing: 1px;
}
.content-head h1{
  text-transform: uppercase;
  letter-spacing: 0.40em;
  font-size: 30px;
  margin-bottom: 25px;
}
/* loader */
.loader-wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a1a1a;
  z-index: 99999999;
  display: flex;
}

@keyframes ldio-338qxb5y6u6 {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}.ldio-338qxb5y6u6 div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-338qxb5y6u6 1s cubic-bezier(0,0.2,0.8,1) infinite;
}.ldio-338qxb5y6u6 div:nth-child(1) {
  border-color: #ffffff;
  animation-delay: 0s;
}
.ldio-338qxb5y6u6 div:nth-child(2) {
  border-color: #18be8e;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-3p7z255ee4t {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
  margin: auto;
}
.ldio-338qxb5y6u6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-338qxb5y6u6 div { box-sizing: content-box; }
/* generated by https://loading.io/ */

/* ===========================================================
    Navigation styling
=============================================================*/
.is-sticky .header_area{
  background-color: #1b1b1b;
  border: none;
}
.header_area{
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.logo_h{
  z-index: 1;
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  padding: 0 12px;
  display: block;
  height: 35px;
  line-height: 34px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}
.navbar-light .navbar-nav .active .nav-link{
  color: #ffffff;
}
.navbar-light .navbar-nav .active .nav-link::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #18be8e;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #18be8e;
}
.top-search-area {
  margin: 0 30px;
  /* padding-right: 30px; */
  border-right: 1px solid rgba(255,255,255,.2);
}
.top-search-area form {
  position: relative;
  width: 210px;
  z-index: 1;
}
.top-search-area form input.form-control {
  width: 100%;
  height: 35px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
.live-btn {
  color: #fff;
  background-color: transparent;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.live-btn:hover{
  background-color: #18be8e;
  color: #fff;
  border-color: #18be8e;
}
.top-search-area form button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  color: #fff;
  text-align: right;
}
.top-social-area {
  position: relative;
  z-index: 1;
}
.top-social-area a {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
  color: #fff;
}
.top-social-area a:first-child {
  margin-left: 0;
}
.top-social-area a:last-child {
  margin-right: 0;
}
/* ===========================================================
    Banner styling
=============================================================*/
.banner-wrap{
  height: 100vh;
  position: relative;
}
.banner-wrap::before{
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,.4);
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.banner-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
}
.banner-container .container{
  display: flex;
}
.banner-text{
  margin: auto;
}
.banner-text h1{
  font-size: 4.5rem;
}
/* ===========================================================
    Banner styling
=============================================================*/



/* ===========================================================
    Home Page styling
=============================================================*/
/* cariousel */
.each-carousel-container{
  height: 100vh;
  position: relative;
}
.each-carousel-container::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
}
.carousel-content-wrap{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
}
.carousel-content-wrap .carousel-content-container{
  height: 100%;
  display: flex;
}
.text-content {
  margin: auto 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.carousel-content-wrap .carousel-content-container h1{
  font-size: 36px;
  line-height: 66px;
  font-weight: 400;
  letter-spacing: 0.40em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.carousel-content-wrap .carousel-content-container h4{
  margin-bottom: 40px;
} 
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #18be8e;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }
/* Welcome section */
.welcome-section{
  padding: 60px 0px;
}
/* Our programs section */
.program-section{
  padding: 60px 0px;
  background-color: #dddddd;
  color: #ffffff;
}
.program-section h1{
  color: #1a1a1a;
}
.each-program-container {
  background-color: #1b1b1b;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.program-content {
  padding: 15px 0px;
  position: relative;
  height: 100%;
}
.program-content h4{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 7px 0 11px;
}
.program-content .dj-info {
  position: absolute;
  bottom: 15px;
}
.program-content .dj-info span{
  color: #18be8e;
}
/* Subscribe section */
.subscribe-section {
  padding: 60px 0px;
  position: relative;
}
.subscribe-section::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
}
.subscribe-input-wrap{
  position: relative;
}
.subscribe-section .subscribe-input-wrap .form-control {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 13px;
  font-style: italic;
}
.subscribe-section .subscribe-input-wrap button {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  width: 140px;
  text-transform: uppercase;
  border: none;
  border-radius: 0 30px 30px 0;
  position: absolute;
  line-height: 47px;
  top: 0;
  right: 0;
  z-index: 10;
  height: 45px;
  background-color: #18be8e;
  color: #fff;
}
/* ===========================================================
    About us page styling
=============================================================*/
/* our story */
.our-story-section {
  padding: 60px 0px;
}
/* Our team */
.our-team-section{
  padding: 60px 0px;
  background-color: #dddddd;
  color: 1a1a1a;
}
.our-team-section .our-team-container{
  color: #1d1d1d;
}
.team-member {
  position: relative;
}
.member-overlay-wrap {
  position: absolute;
  background-color: rgba(0,0,0,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  opacity: 0;
}
.member-overlay-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
}
.team-member:hover .member-overlay-wrap {
  opacity: 1;
  transition: .4s;
} 
.member-overlay-container span{
  position: relative;
  top: 0px;
  transition: .5s;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  padding: 0px 10px;
  background: rgba(255,255,255,.5);
  height: 25px;
  border-radius: 20px;
}
.swiper-pagination-bullet-active{
  background: #18be8e;
}
/* management */
.management-section{
  padding: 60px 0px;
}
.avatar-container {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
  margin-bottom: 20px;
}
.each-manager {
  background: #1b1b1b;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.manager-info{
  text-align: center;
  color: #fff;
}
.position {
  color: #18be8e;
}
.contact-icons ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-icons ul li{
  margin: 10px;
}
.contact-icons ul li a{
  font-size: 20px;
  color: #fff;
}
/* ===========================================================
    follow us styling
=============================================================*/
.follow-us-section {
  padding: 60px 0px;
  color: inherit;
  color: #1a1a1a;
  background-color: #dddddd;
}
.follow-us-container a{
  font-size: 25px;
  height: 50px;
  width: 50px;
  margin: 5px;
  border: 2px solid #252525;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #1b1b1b;
}
.follow-us-container a i{
  margin: auto;
}
/* ===========================================================
    Show pag styling
=============================================================*/
.show-schedule-section{
  padding: 60px 0px;
}
#playlist {
  width: 100%;
  padding-top: 8px;
  display: table;
  margin-bottom: 44px;
}
.program-item-head {
  width: 100%;
  border-bottom: 2px solid #676767;
  font-size: 14px;
}
.program-item-head ul {
  margin: 0;
  padding: 0;
  width: 101%;
  display: table;
}
.program-item-head ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 0 22px;
  color: #888;
}
/* #playlist ul, #playlist li {
  margin: 0;
  padding: 0;
  list-style: none;
} */
.program-item-head ul li:first-child , .program-item ul li:first-child {
	width: 5%;
}

.program-item-head ul li:nth-child(2), .program-item ul li:nth-child(2) {
	width: 30%;
}

.program-item-head ul li:nth-child(3), .program-item ul li:nth-child(3) {
	width: 30%;
}

.program-item-head ul li:nth-child(4), .program-item ul li:nth-child(4) {
	width: 20%;
}

.program-item-head ul li:nth-child(5), .program-item ul li:nth-child(5) {
	width: 15%;
}

.program-item {
  width: 100%;
  border-bottom: 1px solid #676767 !important;
  font-size: 14px;
  transition: .4s;
}
.program-item:hover {
	border-bottom: 1px solid #ffffff !important;
	transition: .4s;
}
.program-item ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-item ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
.program-item ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 26px 0;
}
.program-item {
	color: #fff;
}

.programs-list {
	margin-bottom: 110px;
}
/* ===========================================================
    Our Gallery Page styling
=============================================================*/
.gallery-section{
  padding: 60px 0px;
}
.each-btn {
  padding: 10px 10px;
  margin: 0px 10px;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
}
/* .each-btn :hover {
  background-color: #18be8e;
  border-color: #18be8e;
} */
.each-btn.active, .each-btn:hover {
  background-color: #18be8e;
  border-color: #18be8e;
}
.filtering-btn-wrap {
  margin-bottom: 50px;
}
.img-list .each-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
/* ===========================================================
    Contact Us Page styling
=============================================================*/
.contact-us-section{
  padding: 60px 0px;
}
.contact-info-container .icon-container{
  float: left;
  margin-right: 10px;
  height: 45px;
  width: 45px;
}
.contact-info-container .icon-container i{
  font-size: 40px;
}
.information::after:last-of-type{
  display: none;
}
.line::after {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 1px;
  height: 50px;
  background: #e1e1e1;
  content: "";
}
.information h5{
  color: #18be8e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contant-info-container {
  margin-bottom: 30px;
}
.contact-from-container {
  margin-top: 70px;
}
.form-container .form-control {
  background: transparent;
  color: #fff;
}
.form-container .form-control::placeholder{
  color: rgb(194, 194, 194);
}
.map-container {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.send-btn {
  margin-top: 21px;
  text-align: center;
}
.form-container {
  background-color: #1b1b1b;
  padding: 30px;
  border-radius: 4px;
}
/* ===========================================================
    Footer styling
=============================================================*/
.footer{
  padding: 60px 0px;
  border-bottom: 1px solid;
}
.footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer ul{
  padding-left: 20px;
}
.footer ul li{
  padding: 5px 0 5px;
}
.footer ul li::marker{
  content: "\e88a";
  font-family: 'Linearicons-Free';
  color: #18be8e;
}
.footer ul li a{
  padding-left: 5px;
  color: #fff;
}
.footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}
.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #18be8e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.copy-right {
  margin: 20px 0px;
}
.copy-right p{
  margin-bottom: 0;
}