@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: white;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
input:focus {
	background-color: inherit;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
p {
}
a {
	color: inherit;
}
img {
	vertical-align: middle;
	height: auto;
	display: inline-block;
}
h1,
h2 {
	font-weight: 700;
}
.clearfix {
	clear: both;
}
.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center center;
}
/*servce section*/
#service {
    z-index: 5;

}
.service {
    width: 100%;
    padding: 2px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color .3s ease;
    cursor: pointer;
}
.service a {
    width: 100%;
    display: inline-block;
    color: white;
}
.service .plays {
text-align: center;
    float: right;
    margin: 15px 15px 15px 0;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 155px;
    color: #fff;
    margin: 10px 14px 10px 0;
    font-size: 15px;
}
.service img {
    max-width: 60px;
    margin: 0;
    margin-left: 0;
    color: white;
    float: left;
}
@media (max-width: 767px){
.xl-title {
    font-size: 24px!important;
    padding-bottom: 10px!important;
    margin-bottom: 15px!important;
    margin-top: 25px!important;
}
.sm-title {
    font-size: 30px!important;
    padding-bottom: 20px!important;
    margin-bottom: 20px!important;
}
.music-video {
    min-height: 400px!important;
}
.play-btn {
    font-size: 25px!important;
    width: 90px!important;
    height: 90px!important;
    line-height: 90px!important;
    border: 1px solid #fff!important;
    border-radius: 50%!important;
    margin-left: -43px!important;
    transform: translateY(167%)!important;
}
.black-version .social-links li a {
    font-size: 20px!important;
}
.social-links li {
    margin-right: 8px!important;
    margin-left: 8px;
}
}

a,
h1,
h2,
h3,
h4 {
	transition: all 0.4s ease-in-out;
}
h1,
h2,
h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}


/* ABOUT SECTION */
.xl-title {
font-size: 28px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: white;

    display: inline-block;
    margin-top: 30px;
}
.sm-title {
	color: #ffffff;
	font-size: 44px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 30px;
    margin-bottom: 10px;
}


.about-text {
	max-width: 620px;
	margin-left: auto;
	padding-right: 130px;
}

.about-text > span {
	display: block;
	color: #0f0101;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 37px;
	font-weight: 700;
}
.about-text p {
	color: #000000;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 50px;
}
.about-section {
	align-items: center;
}
.social-links li {
	display: inline-block;
	margin-right: 30px;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links li a {
	display: inline-block;
	color: #000000;
	font-size: 16px;
}
.about-text .social-links li a {
	font-size: 20px;
}
.black-version .social-links li a {
	color: #fff;
	font-size: 22px;
}
small{
	font-size: 13px;
}
.music-video {
	min-height: 522px;
    background-size: cover;
    background-position: center;
    margin: auto;
    text-align: center;
}
.play-btn {
display: inline-block;
    color: #fff;
    font-size: 30px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: -70px;
    transform: translateY(132%);
    position: absolute;
    z-index: 100;
}
.play-btn.v2,
.plus-icon {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 110px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	margin-top: 30px;
}
.music-video > h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 33px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 25px;
}




/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoomInFade {
  0% {
    opacity: 0;
    transform: scale(.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.slick-active .banner-text h1 {
  animation-name: zoomInFade;
  animation-duration: 0.5s;
  transition-timing-function:ease;
}
.slick-active .banner-text p {
  animation-name: zoomInFade;
  animation-duration: 0.5s;
  transition-timing-function:ease;
}
.slick-active .dw-btns,
.slick-active .slide-btn {
  animation-name: fadeInUpSD;
  animation-duration: 0.6s;
  transition-timing-function:ease;
}





/* PRELOADER */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fff;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f7bd0d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.black-version .bt-btns li a.apple,
.black-version .bt-btns li a.spotify:hover,
.black-version .shows-row .theme-btn:hover,
.black-version button.theme-btn,
.black-version .bt-btns li a.apple,
.black-version .bt-btns li a.spotify:hover,
.black-version .shows-row .theme-btn:hover,
.black-version .subs-form .theme-btn:hover,
.black-version  .lds-ellipsis div,
.black-version header nav ul ul,
.black-version .divider-line{
	background-color: #f7bd0d;
}

.dark-background {
    background-image: url(../../../img/lamerica-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: inherit;
}
@media (max-width: 575px) {
.white-logo img{
  width: 150px;
  }
}
/* About Artist*/
/*mixins*/
.about-artist .row >div:nth-of-type(3){
  padding-top: 50px;
 }
 .about-artist .row >div:nth-of-type(2){
   position: relative;
 }
 .about-artist .row >div:nth-of-type(2)::after{
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   display: block;
   margin: auto;
   height: 6px;
   width: 150px;
   background-color: #b59327;
 }
 
 .about-artist {
   font-family: "Barlow", sans-serif;
   position: absolute;
   margin-top: 0rem;
   left: 0;
   background-color: #fff;
   width: 100%;
   padding: 50px 0;
 }
 .about-artist__heading {
   width: 100%;
   color: #000;
   display: flex;
   flex-direction: column;
   align-items: center;
 }
 .about-artist__heading .xl-title {
   color: #000;
   position: relative;
   margin-bottom: 0;
 }
 .about-artist__heading .xl-title::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 6px;
   background-color: #b59327;
 }
 .about-artist__heading p {
   font-size: 36px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 20px 0;
 }
 .about-artist__content {
   display: flex;
   color: #000;
   width: 100%;
   justify-content: space-around;
 
  
 }
 @media (max-width: 1200px) {
   .about-artist__content {
     flex-direction: column;
     align-items: center;
   }
 }
 .about-artist__content--img {
   max-width: 100%;
 }
 .about-artist__content--img img {
   max-width: 100%;
 }
 .about-artist__content--txt {
   width: 500px;
 }
 .about-artist__content--txt p {
   font-size: 20px;
   padding: 15px 0;
   line-height: 1.7;
   text-align: justify;
 }
 @media (max-width: 500px) {
   .about-artist__content--txt p {
     font-size: 16px;
   }
 }
 @media (max-width: 1200px) {
   .about-artist__content--txt {
     width: 600px;
     max-width: 100%;
   }
 }
 .about-artist .row {
   width: 1170px;
   margin: auto;
   max-width: 90%;
 }
 
 .lm30footer {
   margin-top: 1900px;
   padding: 20px 0;
 }
 @media (max-width: 1200px) {
   .lm30footer {
     margin-top: 2650px;
   }
 }
 @media (max-width: 500px) {
   .lm30footer {
     margin-top: 2200px;
   }
 }
 /* About Artist*/