/* all blade */
body {
    font-family: 'Playfair Display', serif;
}

main {
    min-height: 87vh;
}

nav {
    background-color: #E94823;
    max-height: 10vh;
}

.c-items ul li a {
    font-size: 20px;
}

.c-items .ci {
    color: white;
}

.bg-dk-red {
    background-color: #E94823 !important;
}

.social-media a {
    color: white;
    font-size: 18px;
}

.nav-hover:hover {
    color: #771212;
}

.bg-gray {
    background-color: #d8d8d8;
}

.nav-active {
    color: #771212 !important;
    text-decoration: underline;
}

.nav-active-e {
    color: #771212 !important;
}

.nav-active-mob {
    color: #771212 !important;
    background-color: white !important;
}

.nav-active-mob-sub {
    color: #771212 !important;
}

.nav-mob-hover:hover {
    color: #771212 !important;
}

.c-mob {
    background-color: #EC6343;
}

/* footer */

footer {
    background-color: #E94823;
    min-height: 5vh;
}

.c-rights span {
    color: white;
}

.c-property a{
    color: #E94823;;
}

.c-property a:hover{
    color: #771212;;
}

.c-foot {
    color: white;
}

.c-foot:hover {
    color: #771212;
}

.social-media-f a {
    color: white;
}


/* home */
.c-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}


@media (max-width: 750px) {
    .c-img {
        height: 300px;
    }
}

@media (max-width: 450px) {
    .nick{
        font-size: 45px !important;
    }
    .nick-sub {
       font-size: 20px !important;
    }
}

.nick {
    font-size: 60px;
}

.nick-sub {
    font-size: 30px;
}

.underline {
    display: inline-block;
    width: 60px;
    border-bottom: 2px solid #000;
    /* Adjust thickness and color */
    color: #05262f;
}

.underline2 {
    display: inline-block;
    width: 90px;
    border-bottom: 2px solid #000;
    /* Adjust thickness and color */
    color: #05262f;
}

.c-btn {
    font-size: 25px;
    color: white;
    background-color: #a23510;
    width: 250px;
    height: 50px;
    border: none;
}

.c-btn:hover {
    background-color: #771212;
}

/* portofolio */
.c-audio-r {
    background-color: #e94823;
}

.c-red {
    background-color: #ec6d50;
}

.active-sound-r {
    background-color: #ec6d50;
    color: white;
}

/* gray audio */
.c-audio {
    background-color: #cbcbc9;
}

.c-audio-label {
    text-align: center;
    font-size: 2rem;
}

.c-audio-label span {
    color: black;
}

.c-audio-icons {
    float: left;
    width: 50px;
    height: 50px;
}

.c-audio-title {
    padding-top: 1rem;
    font-size: 1.4rem;
}

.c-player {
    width: 100% !important;
    border-radius: 0px;
}

.active-sound {
    background-color: #d8d8d8;
    color: #771212;
}

.audio-tab {
    margin-bottom: 2rem;
    height: 208px;
    scrollbar-width: thin;
    overflow-x: hidden;
    box-shadow: #00000061 0 3px 5px inset;
    padding: 15px;
}

.c-gray {
    background: #d8d8d8;
}

.c-ol {
    display: block;
    cursor: pointer;
}

.list-group-item:hover {
    color: #771212;
}


/* Contact */
.c-border {
    border-color: #bbb4b4;
}

.c-details {
    font-size: 22px;
}

.bg-l-white {
    background-color: #f7f6f6;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

/* Music */




/* About */
.download-btn {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;

}

.download-btn i {
    font-size: 23px;
    color: green
}

.download-btn i:hover {
    color: #e94823
}

.download-btn a {
    position: absolute;
    right: 0;
}