/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========

/* :: 2.0 Import All CSS */
@import url("https://fonts.googleapis.com/css?family=Allura|Raleway:200,300,400,500,600,700,800,900");
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
  }

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: #262626;
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family: "Raleway", sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px;
  font-family: "Raleway", sans-serif; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  text-align: center; }
  .section-heading h2 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #c5afd9; }
  .section-heading.dark h2 {
    color: #262626; }
  .section-heading.dark h6 {
    color: #c1c1c1; }

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .preloader .circle-preloader {
    -webkit-animation: spin 900ms infinite linear;
    animation: spin 900ms infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(21, 4, 48, 0.89);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-overlay2 {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay2::after {
    background-color: rgba(21, 4, 48, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

.bg-gradients {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 5px;
  background: #ffffff;
  background: -webkit-linear-gradient(to right, #cc1573, #5722a9);
  background: linear-gradient(to right, #cc1573, #5722a9); }

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background: #cc1573;
  background: -webkit-linear-gradient(to right, #cc1573, #5722a9);
  background: linear-gradient(to right, #cc1573, #5722a9);
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

/* :: 3.8.0 Musica Button */
.musica-btn {
  background: #cc1573;
  background: -webkit-linear-gradient(to right, #cc1573, #5722a9);
  background: linear-gradient(to right, #cc1573, #5722a9);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 133px;
  height: 42px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 12px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase; }
  .musica-btn:hover, .musica-btn:focus {
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff; }
  .musica-btn.btn-2 {
    background: #262626; }
    .musica-btn.btn-2:hover, .musica-btn.btn-2:focus {
      box-shadow: none;
      color: #ffffff; }
  .musica-btn.btn-3 {
    color: #bd177a;
    line-height: 42px;
    padding: 0 15px;
    width: 133px;
    height: 42px;
    border-left: 3px solid #cc1573;
    border-right: 3px solid #5722a9;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-image: -webkit-linear-gradient(left, #f 0%, #5722a9 100%), -webkit-linear-gradient(left, #cc1573 0%, #5722a9 100%);
    background-image: linear-gradient(to right, #cc1573 0%, #5722a9 100%), linear-gradient(to right, #cc1573 0%, #5722a9 100%); }
    .musica-btn.btn-3::after {
      -webkit-transition-duration: 750ms;
      transition-duration: 750ms;
      color: #ffffff;
      background: #cc1573;
      background: -webkit-linear-gradient(to right, #cc1573, #5722a9);
      background: -webkit-linear-gradient(left, #cc1573, #5722a9);
      background: linear-gradient(to right, #cc1573, #5722a9);
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
    .musica-btn.btn-3:hover, .musica-btn.btn-3:focus {
      box-shadow: none;
      color: #ffffff; }
    .musica-btn.btn-3:hover::after, .musica-btn.btn-3:focus::after {
      opacity: 1;
      visibility: visible; }



/* :: 13.0 Music Artists Area CSS */
.musica-music-artists-area {
  position: relative;
  z-index: 1; }
  .musica-music-artists-area .music-search {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 5px;
    height: 530px; }
    @media only screen and (max-width: 767px) {
      .musica-music-artists-area .music-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 350px; } }
    .musica-music-artists-area .music-search .music-search-content {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10; }
      .musica-music-artists-area .music-search .music-search-content h2 {
        color: #ffffff;
        font-size: 60px;
        font-weight: 900; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .musica-music-artists-area .music-search .music-search-content h2 {
            font-size: 48px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .musica-music-artists-area .music-search .music-search-content h2 {
            font-size: 42px; } }
        @media only screen and (max-width: 767px) {
          .musica-music-artists-area .music-search .music-search-content h2 {
            font-size: 30px; } }
      .musica-music-artists-area .music-search .music-search-content h4 {
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .musica-music-artists-area .music-search .music-search-content h4 {
            font-size: 18px; } }
  .musica-music-artists-area .artists-search {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-left: 5px;
    height: 530px; }
    @media only screen and (max-width: 767px) {
      .musica-music-artists-area .artists-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        height: 350px; } }
    .musica-music-artists-area .artists-search .music-search-content {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10; }
      .musica-music-artists-area .artists-search .music-search-content h2 {
        color: #ffffff;
        font-size: 60px;
        font-weight: 900; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .musica-music-artists-area .artists-search .music-search-content h2 {
            font-size: 48px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .musica-music-artists-area .artists-search .music-search-content h2 {
            font-size: 42px; } }
        @media only screen and (max-width: 767px) {
          .musica-music-artists-area .artists-search .music-search-content h2 {
            font-size: 30px; } }
      .musica-music-artists-area .artists-search .music-search-content h4 {
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .musica-music-artists-area .artists-search .music-search-content h4 {
            font-size: 18px; } }

.counter-section{padding-top:100px;position:absolute;right:150px;bottom:100px}@media only screen and (min-width: 992px) and (max-width: 1199px){.counter-section{right:80px;bottom:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.counter-section{right:30px;bottom:30px}}@media only screen and (min-width: 576px) and (max-width: 767px){.counter-section{right:30px;bottom:30px}}@media (max-width: 575px){.counter-section{right:30px;bottom:30px}}.counter-section .cd-timer .cd-item{margin-right:16px;padding-right:15px;height:60px;width:40px;position:relative;display:inline-block;text-align:center}.counter-section .cd-timer .cd-item:after{position:absolute;right:-13px;top:6px;width:5px;height:5px;content:"";border-radius:50%;background:#ffffff}.counter-section .cd-timer .cd-item::before{position:absolute;right:-13px;bottom:40px;width:5px;height:5px;content:"";border-radius:50%;background:#ffffff}.counter-section .cd-timer .cd-item:last-child::before{position:unset}.counter-section .cd-timer .cd-item:last-child:after{position:unset}.counter-section .cd-timer .cd-item span{font-size:30px;color:#ffffff;font-weight:400;line-height:30px;font-family:"Sen",sans-serif;display:inline-block}.counter-section .cd-timer .cd-item p{font-size:12px;color:#ffffff;margin-bottom:0;line-height:30px;font-family:"Sen",sans-serif;text-transform:uppercase}.counter-section .cd-timer .cd-item:first-child{margin-left:0}.counter-section .counter-text span{font-size:12px;color:#ffffff}.counter-section .counter-text h3{color:#ffffff;font-weight:700;line-height:38px;margin-top:10px}