@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

a, p, ul, li, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

li {
    list-style: none;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.no-space {
    padding: 0 !important;
    margin: 0 !important;
}

.sp-60 {
    margin-top: 60px;
}

.sp-30 {
    margin-top: 30px;
}

/****************** top-header *************/
.top-header {
    background: #242424;
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}

.sar-list {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;

}

.sar-list li {
    list-style-type: none;
    margin-right: 12px;
}

.sar-list li:last-child {
    margin-right: 0;
}

.sar-list .form-control {
    width: 397px;
    border-radius: 25px;
    background: #fff;
}

.sar-list .btn-sae {
    border-radius: 25px;
    padding: 5px 30px;
    background: #fed849;
    color: #000;
    border: 1px solid #fed849;
    text-transform: uppercase;
    font-weight: 700;
}

.head-title1 h1 {
    margin-bottom: 20px;
}

.sev-1 {
    margin-top: 150px !important;
}

.banner {
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 64px 0;
    top: 78px;
}
.cat{
    text-align: center;
    padding: 3rem;
    margin-top: -5rem;
    color: #049d27;
}
.cat a{
   padding: 0 4px;
    font-size: larger;
}
.ban-text h1 {
    text-shadow: 2.571px 3.064px 0px rgba(0, 0, 0, 0.3);
    font-size: 39px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-right: 100px;
}

.banner img {
    width: 100%;
}

.free_ring {
    margin-top: 90px;
}

.head-title h1 {
    position: relative;
    font-size: 40px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
}

.head-title h1:before {
    content: '';
    background: url("../images/title-left-line.png") no-repeat 0 0;
    width: 110px;
    height: 11px;
    position: absolute;
    top: 19px;
    left: -135px;
}

.head-title h1:after {
    content: '';
    background: url("../images/title-right-line.png") no-repeat 0 0;
    width: 110px;
    height: 11px;
    position: absolute;
    top: 19px;
    right: -135px;
}

.mp3-box {
    border: 1px solid #aeaeae;
    border-radius: 10px;
    text-align: center;
    padding: 50px 20px 0;
}

.song-tit h3 {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.song-tit h3 a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.song-tit h4 {
    font-size: 17px;
    font-weight: 400;
    height: 3rem;
}

.song-tit h4 strong, .mp-size li strong {
    font-weight: 700;
    color: #ad2107;
}

.mp-size {
    /*	border-bottom: 1px solid #aeaeae;*/
    border-top: 1px solid #aeaeae;
    padding: 14px 0 23px;
}

.mp-size li {
    font-size: 16px;
    float: left;
}

.mp-size li:nth-child(2) {
    float: right;
}

.btn-more {
    border: 2px solid #000;
    font-size: 20px;
    color: #000;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}

.btn-more:hover {
    color: #fff;
    border: 2px solid #d84f35;
    background: #d84f35;
}

.btn-more .fa {
    padding-left: 10px;
}

.free_ring1 {
    background: url("../images/sub-banner.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.down-head h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.btn-vi {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: 600;

}

.btn-vi:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -5px;
    transition: 0.9s all;
}

.btn-vi:hover {
    color: #fed849;
}

.btn-vi:hover:after {
    width: 100%;
    border-bottom: 1px solid #fed849;
}

.btn-vi .fa {
    padding-left: 10px;
}

.free_ring2 {
    background: url("../images/musi_bg.png") no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.ferr-rin h1 {
    font-size: 40px;
    color: #151414;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.ferr-rin h1:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #141414;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -5px;
}

.ferr-rin p {
    line-height: 23px;
}

.black-box {
    background: #000000;
    text-align: center;
    padding: 20px 10px;
}

.black-box p {
    color: #fee236;
    margin-bottom: 0;
    font-style: italic;
}

.mp4-box {
    border: 1px solid #aeaeae;
    border-radius: 10px;
    padding: 15px 15px 40px;
    /*	min-height: 461px;*/
}

.mp4-box .ph-img {
    margin-bottom: 20px;
}

.mp4-box h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 20px;
}

.mp4-box p {
    color: #363232;
    line-height: 24px;
}

.btn-vi1 {
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: 600;

}

.btn-vi1:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -5px;
    transition: 0.9s all;
}

.btn-vi1:hover {
    color: #d84f35;
}

.btn-vi1:hover:after {
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #d84f35;
}

.btn-vi1 .fa {
    padding-left: 10px;
}

footer {
    background: url("../images/footer.png") no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
    margin-top: 90px;
}

.foot-1 img {
    margin-bottom: 25px;
}

.lor-1 {
    color: #fff;
    line-height: 22px;
    margin-bottom: 35px;
    font-size: 16
}

.foot-para {
    margin-top: 40px;
}

.foot-social li {
    margin-right: 10px;
}

.foot-social li:last-child {
    margin-right: 0px;
}

.social-link {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    color: #fff;
}

.social-link:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.foot-para li {
    margin-bottom: 15px;
    display: block;
}

.foot-para li:last-child {
    margin-right: 0px;
}

.foot-para li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.copy-right {
    background: #242424;
    padding: 20px 0;
    text-align: center;
}

.ring p {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.ring p .des-ring {
    font-weight: 600;
    font-size: 18px;
    color: #28a745;
    text-decoration: none;
}


.fre-fi p {
    margin-bottom: 15px;
}

.fre-fi p a {
    font-weight: 600;
    color: #121212;
    text-transform: uppercase;
    text-decoration: underline;
}

.ft-1 {
    margin-top: 0;
}

.gal-img {
    text-align: center;
}

.song-detatil h3 {
    font-size: 28px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.list-artist {
    width: 100%;
}

.list-artist li {
    width: 49%;
    font-weight: 600;
}

/*
.johan{
	width: 40%;
text-align: left;
}
*/
.star1 {
    color: #fed849;
}

.free_ring5 {
    margin-top: 125px;
}

/******* menu **********/
#menuToggle {
    display: block;
    position: relative;
    top: 8px;
    right: 0px;
    float: right;
    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
    padding: 15px 25px 15px 20px;
}

#menuToggle a:hover {
    color: #8bc34a;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle {
    border: 2px solid #fff;
    padding: 12px 9px 7px 9px;
    border-radius: 100px;
}

#menuToggle span:last-child {
    margin-bottom: 0;
}

#menuToggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;

    background: #fff;
    border-radius: 3px;
    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(5px, -1px);
    /*  background: #232323;*/

}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(3px, 3px);

}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 500px;
    margin: 10px 0 0 -50px;
    /*  padding: 50px;*/
    padding-top: 10px;

    background: #242424;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(250%, 0);
    height: auto;
    padding-bottom: 28px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #8bc34a;
}

#menu li:last-child {
    border-bottom: 0;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

.btn-down {
    margin-top: 20px;
}

/*
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;  
  padding: 8px 16px;
  text-decoration: none;
}
*/
.text-center2 {
    margin-top: 30px;
}

.text-center2 .pagination {

    display: inline-block !important;
}

.au-ring {
    width: 100%;
}

.page-na {
    margin-top: 30px;
}

.pagination li a {
    color: #000;
}

.pagination .page-link:hover {
    color: #fff !important;
    background-color: #d84f35 !important;
    border-color: #d84f35 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d84f35 !important;
    border-color: #d84f35 !important;
}

.pagination li {
    margin-right: 8px;
}

.page-item:last-child .page-link {
    /*
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    */
}

.page-item:first-child .page-link {
    /*
        border-top-left-radius: 100 !important;
    border-bottom-left-radius: 0 !important;
    */
}