/*
Theme Name: Mtuns
Theme URI: /
Version: 2.5
Author: Kumar
Author URI: /
 */


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --main_color: #ffffff;
    --primary-color: #d9028a;
    --secondary-color: var(--primary-color);
    --nav-bg-color: var(--primary-color);
    --nav-logo-fill-color: #ffffff;
    --nav-menu-icon-color: #fff;
    --nav-menu-search-color: #7a7a7a;
    --sidenav-a-color: #fff;
    --menu-gradient: var(--primary-color);
}


html {
    background: #f6f8fc;
    margin: 0;
    font: 14px/22px "Droid Sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

/*-----------------------------------------------------------------------------
  ----------------------------- 2 - Header --------------------------------------
  -----------------------------------------------------------------------------*/
.ads {
    margin: 5px auto;
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
}

.header .nav {
    background: var(--menu-gradient);
    background-size: 400% 400%;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo a {
    text-decoration: none;
    color: #fff;
}

.logo span {
    font-size: 24px;
    font-weight: 700;
}

.header .nav .container {
    display: inline-block;
    cursor: pointer;
    margin-left: 16px;
    z-index: 2;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: .4s;
    border-radius: 50px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.search-box {
    width: 100%;
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 6px;
}

.search-input {
    width: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 10px 0 0 10px;
    border-right: none;
    outline: none;
    font-size: 16px;
    background: none;
}

.search-button {
    text-align: center;
    height: 36px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border: none;
    background: var(--nav-menu-search-color);
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.header .nav form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 16px;
    max-width: 700px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    box-shadow: -6px -4px 12px 0 rgb(34 25 25 / 20%);
    padding-top: 52px;
}

.Sidenavopen {
    width: 250px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
    display: block;
    transition: .3s;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.card {
    margin: auto;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    max-width: 500px;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 0px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 12%) 0px 4px 16px;
    font-family: proxima-regular, Arial, Tahoma, PingFangSC, sans-serif, "Segoe UI Emoji", "Noto Emoji";
    font-weight: 600;
}

.popup {
    margin: auto;
    top: 40%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    max-width: 400px;
    position: relative;
    transition: all 5s ease-in-out;
}

.share-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single_like_share .share-btn {
    display: block;
}

.share-btn svg {
    fill: #7a7a7a;
}



.share-item-wrapper {
    display: block;
    overflow: hidden;
    padding: 11px 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.share-icon {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.share-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 12px;
    color: #000;
}

svg.bi.bi-x-lg {
    background: #c7c7c7;
    padding: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}





.success-body {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
}

.success-body button {
    background-color: var(--primary-color);
    width: 100%;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

/*Index*/

.index-title {
    margin: 20px;
}

.ringtones {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 10px;
    padding: 0 5px;
}

.ringtone {
    box-shadow: 0px 0px 2px 1px rgb(165 161 161 / 50%);
    border-radius: 6px;
    padding: 10px;
    background: #fff;
}

.index_title a {
    text-decoration: none;
    color: #000;
}

.play-btn {
    margin-right: 5px;
}

.grid-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.duration {
    font-size: 14px;
    display: inline;
    color: #2c2f51;
    margin-right: 20px;
}

.downloads {
    font-size: 14px;
    display: inline;
    color: #2c2f51;
}

.duration::after {
    font-weight: 400;
    margin-left: 4px;
    content: "Sec";
}

.downloads::after {
    font-weight: 400;
    margin-left: 4px;
    content: "Downloads";
}

.tags {
    margin: 5px 0;
    overflow: hidden;
    max-height: 80px;
}

.tags a {
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #888;
    padding: 4px 6px;
    color: #2c2f51;
    text-decoration: none;
    margin: 0 4px 4px 0;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 600px) {
    .ringtones {
        display: block;

    }

    .ringtone {
        margin-top: 10px;

        /* box-shadow: none; */
        /* border-radius: 0; */
    }
}

.btn {
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border: none;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none;
    width: 50%;
    text-align: center;
}

.download_button {
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
}

.upload_button {
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
}


.like-share-btn {
    display: flex;
    align-items: center;
}


.play {
    width: 60px;
    height: 60px;
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border-radius: 50%;
    position: relative;
    display: block;
}

.play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
}

.pause::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border: 10px solid #fff;
}

.ringtone_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0;
}

.like-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.like-btn span {
    margin: 0 5px;
}

.spinner {
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.like_share_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

.dlbtn {
    background: var(--primary-color);
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    margin: 10px 0;
}

/* single */

.single_ringtone .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.single_ringtone .duration {
    font-size: 16px;
    margin-right: 0;
    font-weight: 700;
}

.single_ringtone .downloads {
    font-size: 16px;
    margin-right: 0;
    font-weight: 700;
}

.uploader {
    display: flex;
    align-items: center;
}

.single_like_share {
    display: flex;
}

.single_like_share {
    margin: 0;
}

.single_like_share svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    margin: 5px;
    padding: 5px;
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border-radius: 15%;
}

.fn,
.fn a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.single_ringtone .play {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    padding: 25px;
}



.like-btn {
    width: 80px;
}

.like-btn svg {
    width: 26px;
    height: 26px;
    fill: var(--secondary-color);
}

.single_like_share svg {
    fill: #fff;
}



.like_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.description a {
    color: var(--primary-color);
    text-decoration: none;
}

.display-none {
    position: absolute;
    top: -999em;
    left: -999em;
}

.description {
    border-radius: 5px;
    background: #e6e6e6;
    padding: 5px;
    margin: 5px 0;
}

.downloading {
    box-shadow: 0px 0px 2px 1px rgb(34 25 25 / 50%);
    border-radius: 6px;
    padding: 6px;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
    border-radius: 50px;
    margin: 10px 0;
}

#myBar {
    width: 10%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border-radius: 50px;
}


/* Loader */

.loader,
.loader:before,
.loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:after {
    left: .375em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}

/*  *************************************************************************************************
    *************************************************************************************************
    *******************************************Lode More loader**************************************
    *************************************************************************************************
    *************************************************************************************************
*/
/* Load More */
.load-more-button {
    background: var(--menu-gradient);
    background-size: 400% 400%;
    border: none;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    margin: 10px auto;
    text-align: center;
    max-width: 500px;
}

.load-loading {
    height: 80px;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(196, 196, 196) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* /////////////////////////////////Table ///////////////////////////// */


.video_info {
    background: #fff;
    margin: auto;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 0px 2px 1px rgb(165 161 161 / 50%);
    border-radius: 6px;
    padding: 5px;
}

.rd__card {
    /* border-radius: 4px;
    border: 1px solid rgba(26, 26, 26, .15); */
    padding: 1.15rem;
    background: #fff;
    margin: auto;
}

.rd__card__title {
    display: block;
    font-size: 10px;
    line-height: 19px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: .4px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #5e5e5e;
    text-align: left;
}

.rd__card__section__content h3,
.rd__card__section__content .h3 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 13px;
}

.rd__card__section__content>*.no-margin,
.rd__card__section__content>*:last-child {
    margin-bottom: 0;
}

.rd__card__section__content>*.secondary {
    color: #5e5e5e;
}

.rd__card__section__content small {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 8px;
}

.photo-page__info__additional-information__table {
    border-collapse: separate;
    border-spacing: 0 0.9rem;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.photo-page__info__additional-information__table tr td:last-child {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.photo-page__info__additional-information__table tr td a {
    color: var(--primary-color);
    text-decoration: none;
}







.pagination {
    margin: 20px 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 10px 5px;
}

.pagination li a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.pagination li a:hover {
    background-color: #ccc;
    color: #fff;
}

.pagination .active a {
    background-color: #000;
    color: #fff;
    border-color: #000;
}



footer {
    background-color: #000000;
    padding: 20px 0;
    text-align: center;
}

footer .container {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.footer-copyright {
    font-size: 14px;
    color: #999;
}

.list-inline {
    margin-left: 0;
    padding-left: 0;
}

.list-inline li {
    display: inline-block;
    margin-right: 5px;
}

.list-inline li a {
    color: #fff;

}

h1 {
    line-height: normal;
}


 .footer {
        margin-top: 20px;
        padding: 20px 10px;
        background: #fff;
    }

    .footer a {
        line-height: normal;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #888;
        padding: 6px 6px;
        color: #000;
        text-decoration: none;
        margin: 0 4px 4px 0;
        overflow: hidden;
        display: inline-block;
    }

