body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
    font-weight: normal;
    overflow-x: hidden;
 }
 
:root {
   --main-title:#141241;
  --text-black:#000000;
  --bg-color-white:#ffffff;
  --bg-color-black:#000000;
  --title-fonts-size: 44px;
}
 
a{
     text-decoration: none !important;
}
 
ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 
p{
     padding: 0;
     margin-bottom: 10px;
}
 
h1, h2, h3, h4, h5, h6{
     margin-bottom: 0px;
}
 

h1{
    font-weight: 600;
}



/* ......................................meloany-page-css...................................................... */

body.melony-bg {
    background-image: url(../image/meloany-bg.png);
    width: auto;
    background-size: cover;
    background-position: TOP;
    background-repeat: no-repeat;
    height: 100vh;
  
}
.melony-bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.left-melony-section h4 {
    color: #456ed1;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 50px;
}
.left-melony-section h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
}
.left-melony-section p {
    padding-top: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.left-melony-section {
    padding-left: 80px;
}
.btn-popup-section button.btn.btn-primary {
    background: #edee7d;
    border: none;
    color: #000;
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 600;
}
.btn-popup-section {
    padding-top: 30px;
}
.btn-popup-section .modal-content {
    background: #0b1d31;
}
.btn-popup-section .modal-header {
    border: none;
    padding: 30px 30px 0 30px;
}
.btn-popup-section .modal-footer {
    border: none;
        display: block;
            padding: 42px;
}
.meloany-left-popup h1 {
    font-size: 85px;
    line-height: 95px;
}
.meloany-right-popup img {
    width: 75%;
}
.meloany-right-popup {
    text-align: center;
}
.btn-popup-section .modal-body {
    padding: 29px 0 0 42px;
}
.meloany-left-popup p {
    font-size: 32px;
    line-height: 42px;
}
.modal-footer input.fieldSml {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
}
.meloany-pop-submit {
    width: 100%;
    background: #1e4f9a;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    color: #fff;
}
.meloany-pop-submit a {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
button.btn-close {
    --bs-btn-close-bg: url(../image/popup-close.png);
        font-size: 32px;
    opacity: 1;
}



/* ......................................meloany-page-css...................................................... */



/* ......................................SongProtect-page-css...................................................... */

body.SongProtect-bg {
    background-image: url(../image/SongProtect-bg.png);
    width: auto;
    background-size: cover;
    background-position: TOP;
    background-repeat: no-repeat;
    height: 100vh;
  
}
.SongProtect-bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.SongProtect-middle-contant {
    text-align: center;
    color: #fff;
}
.SongProtect-middle-contant h1 {
    font-size: 60px;
    line-height: 85px;
    padding-bottom: 40px;
}
.SongProtect-middle-contant p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
        padding-bottom: 20px;
        color: #FFFFFFCC;
}

.SongProtect-middle-contant a {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    background: #fff;
    color: #452a94;
    font-weight: 600;
    border-radius: 5px;
}
.SongProtect-middle-contant h1 span {
    position: relative;
}
.SongProtect-middle-contant h1 span:after {
    position: absolute;
    content: '';
    background: #824deb;
    width: 100%;
    height: 24px;
    right: 0;
    display: inline;
    bottom: 0;
        z-index: -1;
 
}






/* ......................................SongProtect-page-css...................................................... */



/* ......................................Artists-Social-page-css...................................................... */

body.Artists-Social-bg {
    background-image: url(../image/Artists-Social-bg.png);
    width: auto;
    background-size: cover;
    background-position: TOP;
    background-repeat: no-repeat;
    height: 100vh;
  
}
.Artists-Social-bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.Artists-Social-middle-contant {
    color: #fff;
}
.artists-social-left p {
    font-size: 18px;
      padding-bottom: 20px;
}
.artists-social-left h1 {
    font-family: IbarraRealNova;
    font-size: 55px;
    padding-bottom: 30px;
    display: block;;
}
.artists-social-left {
    padding-top: 50px;
}
.artists-social-left a {
    background: #fff;
    color: #026661;
    padding: 15px 31px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
        display: inline-block;
}
.artists-social-right img {
    width: 100%;
}



/* ......................................Artists-Social-page-css...................................................... */



/* ......................................BestDamnBeats-page-css...................................................... */




body.BestDamnBeats-bg {
    background-image: url(../image/BestDamnBeats-bg.png);
    width: auto;
    background-size: cover;
    background-position: TOP;
    background-repeat: no-repeat;
    height: 100vh;
  
}
.BestDamnBeats-bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.BestDamnBeats-middle-contant {
    color: #fff;
}
.BestDamnBeats-left p {
    font-size: 18px;
      padding-bottom: 20px;
}
.left-BestDamnBeats-section h1  {
     font-size: 62px;
    color: #fff;
    padding: 80px 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}
.left-BestDamnBeats-section img {
    width: 25%;
    background: #fff;
    padding: 5px 10px;
}

.left-BestDamnBeats-section {
    padding-left: 100px;
}
.left-BestDamnBeats-section input.fieldSml {
    width: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.left-BestDamnBeats-section .BestDamnBeats-search a {
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}

.left-BestDamnBeats-section .BestDamnBeats-search {
    position: absolute;
    right: 29px;
    top: 25px;
}
.left-BestDamnBeats-section  .field{
    position: relative;

}


/* ......................................BestDamnBeats-page-css...................................................... */

.left-BestDamnBeats-section input:focus-visible {
    outline: none;
}
.modal-footer input:focus-visible {
    outline: none;
}