@charset "UTF-8";


/* GLOBAL 
----------------------*/

body {
    font-family: 'Hubballi', cursive;
    position: relative;
    background-image: linear-gradient(to right, #ffffff, #fdfbff, #fcf6fd, #fdf1fa, #ffecf5);
}

a,
a:hover {
  text-decoration: none;
  color: black;
}

h1 {
    font-family: 'Paytone One', serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}

h2 {
    
    font-size: 45px;
    font-weight: 700;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 900;
}

h4 {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Hubballi', cursive;
    color: #633991;
}

/* Under text Underline */

.headline h2::before{
    content:'';
    width:60%;
    height:0.2rem;
    background-image: linear-gradient(to right bottom, #474d8a, #6658a4, #8b60ba, #b466cd, #df6adb);
    position:absolute;
    bottom:0rem;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius: 0.625rem;
}

.light-bg {
    background-image: linear-gradient(to right, #ffffff, #fdfbff, #fcf6fd, #fdf1fa, #ffecf5);
}

.bg-gradient {
    background-image: linear-gradient(to right bottom, #182446, #242c64, #3c307f, #5c3098, #8227ac);
}

.section {
    padding: 80px 0; 
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

/* DiscoGraphy Section */

.listen-btn {
    position: relative;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 1rem;
    padding: 0.425rem 0.975rem;
    border-radius: 40px;
    border: 1px solid #884596;
    line-height: 1.5625rem;
    background-image: linear-gradient(to right bottom, #474d8a, #6658a4, #8b60ba, #b466cd, #df6adb); background-color: #e38cb7;

    color: #fff;

    font-size: 18px;
    font-weight: 900;

    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 20%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.listen-btn:hover {
    background-image: linear-gradient(to right, #f2e8fd, #f3e4f9, #f5e0f4, #f6dcee, #f7d8e8);
    border-color: #884596;
    color: #884596 !important;
}

.section .disco-section h3{
    color:#ce30c9;
    font-weight:900;
}

/* Contact Section */

.contact-section .social-menu {
    align-items: center;
}

.contact-menu ul {
  position: relative;
  margin-top: 20px;
  padding-left: 5px;
  display: inline-flex;
}
.contact-menu ul li {
  list-style: none;
  margin: 0 30px;
}
.contact-menu ul li:nth-child(1) .fa-brands{
  color: #e4721a;
  font-size: 34px;
  line-height: 50px;
  transition: 0.2s;
}
.contact-menu ul li:nth-child(2) .fa-brands{
  color: #3b5999;
  font-size: 34px;
  line-height: 50px;
  transition: 0.2s;
}
.contact-menu ul li .fa-brands:hover,
.contact-menu ul li .fa-solid:hover {
  color: #ffffff;
}
.contact-menu ul li a {
  position:relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  transform: translate(0, 0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.contact-menu ul li:nth-child(2) a:hover {
  background-color: #3b5999;
}
.contact-menu ul li:nth-child(1) a:hover {
  background-color: #e4721a;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 0.1rem 0;
}

.call-to-action h2 {
    color: #FFF;
}


/*Email*/
.contact-section .email a{
    padding-left: 20px;
    color: #fff;
}
.contact-section .email h4{
    font-size: 22px;
}
.contact-section .email i{
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 40px;
    padding-top: 5px;
    color: #fa1313;
}

/*Watch music videos*/

.watch-btn {
    position: relative;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.825rem 0.875rem;
    border-radius: 40px;
    line-height: 1.5625rem;
    background-image: linear-gradient(to right bottom, #474d8a, #6658a4, #8b60ba, #b466cd, #df6adb); background-color: #e38cb7;
    border: 1px solid #171a3c;
    color: #fff;

    font-size: 20px;
    font-weight: 900;

    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 20%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.watch-btn:hover {
    background-image: linear-gradient(to right, #f2e8fd, #f3e4f9, #f5e0f4, #f6dcee, #f7d8e8);
    border-color: #d6619c;
    color: #a24999 !important;
    
}

.section .watch-video-section {
    padding-top: 50px;
    padding-bottom: 10px;
}

.section .watch-video-section .watch-btn .listen-btn {
    padding: 0.725rem 0.975rem;
    width: 130px;
    font-size: 18px;
}

/* HERO
----------------------*/

header {
    padding: 50px 0 0;
    text-align: center;
    color: #FFF;
}
/*
.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
} */


/*  FOOTER
----------------------*/
.footer-section {
    background-color: var(--primary-color);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 45px;
    margin-top: 80px;
}

.footer-section .footer-content {
   color: #fff;
   font-size: 22px;
   margin: 0;
}


/* Footer  Responsive */

@media (max-width: 600px) {
   .footer-section {
      padding: 35px;
   }

   .footer-section .footer-content {
      font-size: 12px;
   }
}

footer {
   position: fixed;
   bottom: 0;
}

@media (max-height: 800px) {
   footer {
      position: static;
   }
   
}

/*---------------------Responsive Design --------------------*/

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

@media(max-width:414px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 30px;
    }
    .contact-section .contact-menu .email a{
        padding-left: 1px;
    }
    .contact-section .contact-menu .email h4{
        font-size: 20px;
    }
    .contact-section .contact-menu .email i{
        height: 35px;
        width: 35px;
    }
}

@media (max-width:375px) {
    h1{
        font-size: 30px
    }
    h2{
        font-size: 40px;
    }
    .disco-section .listen-btn{
        width: 90px;
        padding: 0.325rem 0.875rem;
    }
    .contact-section .contact-menu .email a{
        padding-left: 1px;
    }
    .contact-section .contact-menu .email h4{
        font-size: 18px;
    }
    .contact-section .contact-menu .email i{
        height: 35px;
        width: 35px;
    }
    .section .watch-video-section{
        margin-bottom: -90px;
    }
}