body {
    font-family: 'General Sans', sans-serif;
    font-weight: 500;
}
.btn, button {
    font-weight: 500;
}
.btn {
    padding: 16px 24px;
}
#navbar {
    padding: 15px 0px;
    border-bottom: 2px solid #ccc;
    z-index: 999999;
}
#navbar .logo {
    line-height: 56px;
}
#header-spacer {
    height: 88px;
}
#megatron {
    padding: 84px 0px;
}
#megatron h1 {
    font-weight: 600;
    font-size: 96px;
    line-height: 98.5px;
    letter-spacing: -4px;
    text-transform: capitalize;
    text-shadow: 0px 3px 4px #9f9f9f;
}
#news {
    padding: 94px 0px;
    background-color: #fff;
}
#our-artist {
    padding: 122px 0px;
    background-color: #EEEEFF;
}
nav{
   z-index: 1; 
}
footer .footer-top {
    padding: 83px 0px;
}
footer .footer-top .list-group-item {
    margin-bottom: 35px;
}
footer .footer-bottom {
    padding: 47px 0px;
}
a {
    text-decoration: none;
}
.fs-80{
    font-size: 80px;
}
.fs-64{
    font-size: 64px;
}
.fs-48{
    font-size: 48px;
}
.fs-40{
    font-size: 40px;
}
.fs-24{
    font-size: 24px;
}
.fs-18{
    font-size: 18px;
}
.fs-14{
    font-size: 14px;
}
.row{
    --bs-gutter-x: 0!important
}
.pointer{
    cursor: pointer;
}
#preloader {
    background-color: white;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.line-loader {
    width: 190px;
    height: 100px;
    margin: 50px auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
@media (max-width:450px) {
    .line-loader {
      width: 100px;
      height: 70px;
    }
}
.line-loader .line {
    background-image: linear-gradient(180deg, #FF589B 0%, #69E7CB 50%, #F40862 100%);
    width: 3px;
    height: 100%;
    display: inline-block;
    margin: 0 3px;
    transform-origin: bottom;
    animation: dance 1.6s ease-in-out infinite;
    position: relative;
    z-index: 999999;
}  
.line-loader .line:nth-child(2) {
    animation-delay: 0.1s;
}  
.line-loader .line:nth-child(3) {
    animation-delay: 0.2s;
}  
.line-loader .line:nth-child(4) {
    animation-delay: 0.3s;
}  
.line-loader .line:nth-child(5) {
    animation-delay: 0.4s;
}  
.line-loader .line:nth-child(6) {
    animation-delay: 0.5s;
}  
.line-loader .line:nth-child(7) {
    animation-delay: 0.6s;
}  
.line-loader .line:nth-child(8) {
    animation-delay: 0.7s;
}  
.line-loader .line:nth-child(9) {
    animation-delay: 0.8s;
}  
.line-loader .line:nth-child(10) {
    animation-delay: 0.9s;
}  
.line-loader .line:nth-child(11) {
    animation-delay: 1s;
}  
.line-loader .line:nth-child(12) {
    animation-delay: 1.1s;
}  
.line-loader .line:nth-child(13) {
    animation-delay: 1.2s;
}  
.line-loader .line:nth-child(14) {
    animation-delay: 1.3s;
}  
.line-loader .line:nth-child(15) {
    animation-delay: 1.4s;
}
@keyframes dance {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.3);
    }
}
.fa-google {
    background: 
      linear-gradient(to bottom left,transparent 49%,#fbbc05 50%) 0 25%/48% 40%,
      linear-gradient(to top    left,transparent 49%,#fbbc05 50%) 0 75%/48% 40%,
      linear-gradient(-40deg ,transparent 53%,#ea4335 54%),
      linear-gradient( 45deg ,transparent 46%,#4285f4 48%),
      #34a853;
    background-repeat:no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}