



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "Rubik", sans-serif;
    color: #1a1a1a;
}


.rd {
    font-family: "Rubik Distressed", system-ui;

}

.container-fluid {
    max-width: 2000px;
}


::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #000;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0px
}



.container {
    max-width: 1400px;
}

.heading-box .heading {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #000;
    text-transform: uppercase;
}

.heading-box .heading-text {
    font-size: 17px;
    font-weight: 300;
    color: #474747;
    max-width: 500px;
    margin: auto;
    line-height: 1.7;

}

.heading-box .spread-title {
    color: var(--main-color);
    font-size: 28px;
    font-weight: 900;

}


@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 40px;
    }

    .heading-box .spread-title {
        font-size: 20px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }
}






/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 14px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    padding: 1em 1.5em;
    line-height: 1;
    border: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.1s ease-in;
}


.t-btn:hover,
.t-btn:focus {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.t-btn.dark {
    background: #333;
}

.t-btn {
    position: relative;
    z-index: 2;
}



.t-btn:hover {
    opacity: 1;
}



.t-color {
    color: var(--main-color);
}

.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}


.t-btn.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}





/***************** MAIN HEADER *****************/



.main-header.sticky {
    position: sticky;
    top: 0;
    z-index: 9998;
}

.main-header {
    background: #fff;
}



.main-header:not(.is-sticky) .logo .second {
    display: none;
}

.main-header.is-sticky .logo .first {
    display: none;
}




.main-header .main-bar {
    padding: 15px 0;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: rgba(0,0,0,1);
    position: relative;
}

.main-header:not(.is-sticky) .main-menu .menu-list .menu-link,
.main-header:not(.is-sticky) .main-menu .menu-list .dropdown-toggle.menu-link {
    color: rgba(255,255,255,1);
}




.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-color);
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
}


.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}



.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}


.main-header .menu-link:hover {
    color: var(--main-color) !important;
}



.main-header .js-menu .contact-info i {
    color: var(--main-color);
}


.main-header .menu-link {
    color: #fff;
}

.main-header.is-sticky .menu-link {
    color: #000;
}

.main-header {
    background: transparent;
}

.main-header.is-sticky {
    background: #fff;
}


/* mobile menu */


@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    .main-header .main-menu .menu-list .menu-link,
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        color: rgba(0,0,0,1);
    }

    body.menu-opened .main-header .soc-box a {
        font-size: 25px !important;
    }

    .main-header:not(.is-sticky) .main-menu .menu-list .menu-link,
    .main-header:not(.is-sticky) .main-menu .menu-list .dropdown-toggle.menu-link {
        color: rgba(0,0,0,1);
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #000;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.07);
        font-size: 16px;
        padding: 17px 0;
        color: #000;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }
}



@media (max-width: 767.98px) {
    .main-header .logo img {
        width: 250px !important;
        max-width: 100%;
    }
}




/*********** MAIN FOOTER ***********/


.main-footer {
    background: #f9f9f9;
    padding-top: 150px;
}

.main-footer .main-bar {
    padding-bottom: 35px;
}


.main-footer .copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
}

.main-footer .copyright a {
    color: #000;

    text-decoration: none;
}

.main-footer .copyright .container {
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0,0,0,0.07);
}

.main-footer .social-menu {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.main-footer .title {
    color: var(--second-color);
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.main-footer .social-menu a {
    font-size: 35px;
    color: #000;
}

.main-footer .booking-box span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


.main-footer .booking-box {
    margin-bottom: 35px;
    text-align: center;
}

.main-footer .booking-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


.main-footer .booking-box a {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
}

.main-footer .booking-box a:hover {
    color: var(--main-color);
}


@media (max-width: 767.98px) {

    .main-footer .copyright {
        font-size: 11px;
        font-weight: 300;
    }
}




/******************* HOME PAGE ********************/


/* A - slider*/

.home-page .slider-box img:not(.spec-logo) {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);

}

.home-page .slider-box {
    position: relative;


}

.home-page .slider-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.65) 49%, rgba(0,0,0,1) 95%);
}

.home-page .spec-logo {
    position: absolute;
    right: 25px;
    bottom: 25px;
    transform: translate(0,0%);
    z-index: 999;
    max-width: 100%;
    height: auto;
    opacity: 0.5;
}


/* B -concert */

.home-page .concert {
    background: #fff;
}


.home-page .concert .concert-item {
    display: flex;
    font-weight: 900;
    padding: 25px 0;
}

.home-page .concert .concert-list .concert-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.home-page .concert .concert-item .date-box {
    width: 15%;
    padding: 8px 25px;
    padding-left: 0;
    font-size: 25px;
}

.home-page .concert .date-box .day {
    color: var(--second-color);
    font-size: 45px;
    display: block;
    line-height: 1;
}

.home-page .concert .date-box .year {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: rgba(0,0,0,0.85);
    margin-top: 5px;
}

.home-page .concert .date-box .time {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: rgba(0,0,0,1);
    margin-top: 5px;
}

.home-page .concert .concert-item .date-box .year {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.home-page .concert .concert-item .name-box {
    width: 35%;
    padding: 8px 25px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}


.home-page .concert .concert-item .location-box {
    width: 35%;
    padding: 8px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 22px;
    color: rgba(0,0,0,0.9);
    font-weight: 500;
}

.home-page .concert .concert-item .op-box {
    width: 15%;
    padding: 8px 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-page .concert .concert-item .op-box .t-btn {
    background: #000 !important;
    color: #fff !important;
}

.home-page .concert .concert-item .op-box .small {
    font-weight: 400;
    display: block;
    text-align: right;
    line-height: 1;
    width: 100%;
    color:rgba(0,0,0,0.7);
    font-size: 12px;

}


@media( max-width: 767.98px) {
    .home-page .concert .concert-item {
        flex-wrap: wrap;
    }

    .home-page .concert .concert-item > div {
        width: 100% !important;
    }

    .home-page .concert .concert-item .op-box {
        justify-content: start;
    }

    .home-page .concert .concert-item .location-box {
        padding-left: 0;
    }

    .home-page .concert .concert-item .op-box .t-btn {
        width: 100%;
    }

    .home-page .concert .concert-item .op-box .small {
        text-align: center;
        margin-top: 8px;
    }

}


/** C - videos ***/

.home-page .videos .container {
    max-width: 1600px;
}

.home-page .videos .other-col {
    display: none;
}

.home-page .videos .videoclip-item {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
}

.home-page .videos .videoclip-item img {
    filter: grayscale(100%);
    transition: filter 0.3s linear;
}

.home-page .videos .videoclip-item:hover img {
    filter: grayscale(0);
    transition: filter 0.3s linear;
}

.home-page .videos .videoclip-item:hover .title {
    color: var(--second-color);
}

.home-page .videos .videoclip-item .title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    z-index: 15;
}

.home-page .videos {
    position: relative;
}








/** E - members ***/


.home-page .members {
    position: relative;
    background: #ededea;
}

.home-page .members .heading {
    color: #111;
}

.home-page .members .pattern-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transform: translate(0,-2px) rotate(180deg);
}

.home-page .members .pattern-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(0,50%);
    z-index: 5;
}


.home-page .members {
    padding-top: 85px !important;
}


.home-page .members .member-item .info-box {
    text-align: center;
    margin-bottom: 8px;
}

.home-page .members .member-item .soc-box a:not(.bio) {
    color: var(--second-color);
    font-size: 20px;
    line-height: 1;

}

.home-page .members .member-item .soc-box .bio {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 4px 6px;
}

.modal-content {
    color: #555;
    font-weight: 300;
}

.modal-content strong {
    color: #000;
    font-weight: 400;
}

.home-page .members .member-item .soc-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}

.home-page .members .member-item .info-box .name {
    font-size: 18px;
    color: #111;
    font-weight: 800;
    display: block;
}

.home-page .members .member-item .info-box .position {
    display: block;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    font-size: 14px;
}

.home-page .members .pattern-3 {
    display: none;
}


@media (max-width: 767.98px) {
    .home-page .members .member-item {
        text-align: center;
        margin: auto;
    }

    .home-page .members .member-item img {
        width: 250px;
    }

    .home-page .members .pattern-3 {
        position: absolute;
        bottom: 0;
        display: block;
        left: 0;
        width: 100%;
        transform: translate(0,50%);
        z-index: 5;
    }
    .home-page .members .member-col {
        position: relative;
    }

}

/** D - albums **/

.home-page .albums {
    background: #fff;
    min-height: 100vh;
}


.home-page .albums .container {
    max-width: 1100px;
}

.home-page .albums .album-item table tr td:nth-of-type(3) {
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    padding-left: 10px;
}

.home-page .albums .album-item table tr td:nth-of-type(1) {
    font-weight: 400;
    padding-right: 10px;
    color: rgba(0,0,0,0.8);

}

.home-page .albums .album-item table tr td:nth-of-type(2) {
    font-weight: 700;
    padding-right: 10px;
}

.home-page .albums  #album-slider {
    padding-top: 40px;
}

.home-page .albums .splide__arrows {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 100px;
}

.home-page .albums .splide__arrows button {
    background: #000;
}

.home-page .albums .album-item .title {
    color: var(--second-color);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
}

.home-page .albums .album-item .title span {
    color: #000;
    font-size: 20px;
}

.home-page .albums .album-item .share-box {
    margin-top: 10px;
}

.home-page .albums .album-item .share-box .title {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.home-page .albums .album-item .share-box a {
    font-size: 27px;
}

.home-page .albums .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}




@media (max-width: 767.98px) {
    .home-page .albums  #album-slider {
        padding-top: 40px;
    }

    .home-page .albums .album-item .title {
        font-size: 25px;
    }
}




/** global **/


.social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-decoration: none;
    border-radius: 0;
    color: var(--main-text-color);
    background: var(--main-color);
    transition: transform 0.1s ease-in;
}

.social-links a:hover {
    transform: scale(1.05);
}



.social-links a.facebook {
    background: #1877f2;
    color: #fff;
}
.social-links a.youtube {
    background: #ff0000;
    color: #fff;
}
.social-links a.instagram {
    background: #c32aa3;
    color: #fff;
}
.social-links a.linkedin {
    background: #0a66c2;
    color: #fff;
}
.social-links a.tiktok {
    background: #010101;
    color: #fff;
}
.social-links a.x-twitter {
    background: #000;
    color: #fff;
}









/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}
