



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


.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
}

body:not(.home) .main-header {
    background: #111;
}

.container {
    max-width: 1300px;
}

.heading-box .heading {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #fff;
    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: 1500px) {
    .heading-box .heading {
        font-size: 45px;
    }

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

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

    }
}


@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); */
    color: #000;
}


.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(255,255,255,0.8);
    position: relative;
}




.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 .js-menu-open svg {
    width: 25px;
    height: 25px;
    object-fit: contain;
    fill: #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(255,255,255,0.8);
    text-decoration: none;
}

@media (max-width: 1350px) and (min-width:1200px) {
    .main-header .menu-link {
        font-size: 12px !important;
    }

    .main-header .t-btn {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .main-header .menu-item {
    display: flex;
    align-items: center;
}
}



.main-header .soc-box svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.main-header .soc-box svg:hover {
    fill: var(--main-color);
}



.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 !important;
}

.main-header {
    background: transparent;
}

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


/* mobile menu */


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

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

    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;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #fff;
    }

    body.menu-opened .mobile-head .js-menu-close svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }





    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(255,255,255,0.07);
        font-size: 16px;
        padding: 17px 0;
        color: #fff;
    }

    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: #111;
    padding-top: 150px;
}

.main-footer .cookie-link {
    color: #fff;
    font-size: 14px;
}

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


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

.main-footer .copyright a {
    color: #fff;
}

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

.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: #fff;
}

.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:not(.t-btn) {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
}

.main-footer .social-menu svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.main-footer .social-menu svg:hover {
    fill: var(--main-color);
}

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


@media (max-width: 767.98px) {

    .main-footer .copyright {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 25px;
    }
}




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


/* A - slider*/

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

}

.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%);*/
    background-image: radial-gradient(circle,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.35) 49%, rgba(0,0,0,0.55) 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;
}

@media (max-width: 767.98px) {
    .home-page .slider-box img:not(.spec-logo) {
        /*min-height: 400px;*/
        /*height: auto;*/
        /*height: -webkit-fill-available;*/
        height: 100lvh;
        max-height: 100lvh;
        min-height: 800px;
    }
}

/* B -concert */

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


.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(255,255,255,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(255,255,255,0.85);
    margin-top: 5px;
}

.home-page .concert .date-box .time {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: rgba(255,255,255,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(255,255,255,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: #fff !important;
    color: #000 !important;
}

.home-page .concert .concert-item .op-box .small {
    font-weight: 400;
    display: block;
    text-align: right;
    line-height: 1;
    width: 100%;
    color:rgba(255,255,255,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: #000;
    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: #fff;
    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: #000;
}

/*.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 svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    object-fit: contain;
    fill: var(--main-color);
}

.home-page .members .member-item .soc-box svg:hover {
    fill: var(--second-color);
}



.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: #fff;
    font-weight: 800;
    display: block;
}

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

.home-page .members .pattern-3 {
    display: none;
}
.home-page .members .member-item {
    text-align: center;
    margin: auto;
}

@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: #000;
    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(255,255,255,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(255,255,255,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: #fff;
}

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

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

.home-page .albums .album-item .share-box svg {
    width: 28px;
    height: 28px;
    fill: #1DD05C;
}

.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;
}




@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;
}

/****** cookies page ******/
.cookies-page {
    padding: 150px 0;
    background: #000;
}

.cookies-page .content {
    padding: 35px;
    border-radius: 6px;
    background: #111;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

@media (max-width: 767.98px) {
    .cookies-page .content {
        padding: 15px;

    }
}

/****** promo page ******/
.promo-page {
    padding: 150px 0;
    background: #000;
}

.promo-page .promo-item {
    background: #222;
    padding: 25px;
    border-radius: 10px;
}

.promo-page .t-btn.theme {
    background: #fff !important;
    color: #000 !important;
}

.promo-page .promo-item {
    text-align: center;
}

.promo-page .promo-item .title {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: rgba(255,255,255,0.8);
}


/******** category-page *******/

.category-page {
    padding: 150px 0;
    background: #000;
}


/** product item ***/

.product-item .img-box img {
    border-radius: 15px;
}

.product-item {
    margin-bottom: 45px;
}

.product-item .title {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 15px;
    font-weight: 700;
    text-decoration: none;
}

.product-item .img-box {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.product-item .hover-box {
    display: none;

}

.product-item .price {
    font-size: 25px;
    color: var(--main-color);
}


@media (min-width: 1200px) {
    .product-item:hover .img-box img {
        transform: scale(1.2) rotate(5deg);
        transition: transform 0.2s linear;
    }


    .product-item:hover .hover-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 5;
        display: block;
    }


    .product-item:hover .img-box::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
    }

    .product-item img {
        transition: transform 0.2s linear;
    }
}

@media (max-width: 767.98px) {
    .product-item .title {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 600;
    }
}


/*** product page **/

.product-page {
    padding: 150px 0;
}

.product-page .small svg {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.product-page .container {
    max-width: 1400px;
}

.product-page {
    background: #000;
}



.product-page .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
    color: var(--main-color);
}

.product-page .product-info {
    padding-left: 70px;
}



.product-page .product .price {
    font-size: 45px;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 25px;
}

.product-page ul.benefits {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    color: rgba(255,255,255,0.9);
}

.product-page .benefits li {
    margin-bottom: 10px;
}

.product-page  .size-box .title {
    font-weight: 600;
    color: rgba(255,255,255, 0.8);
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-page ul.benefits {
    list-style: none;
}

.product-page ul.benefits li {
    position: relative;
    padding-left: 25px;
}

.product-page ul.benefits li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 7px;
    border-top-left-radius: 2px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-135deg);
}


.product-page .lSSlideOuter .lSPager.lSGallery li.active,
.product-page .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    opacity: 0.8;
}

.product-page .size-box {
    margin-top: 35px;
}

.product-page .size-box .box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-page .size-box .size {
    background: rgba(255,255,255,1);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    min-width: 30px;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
}

.product-page .op-box .t-btn {
    font-size: 20px;
}

.product-page .small {
    color: rgba(255,255,255,0.8);
    margin-top: 5px;
}

.product-page .code {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.product-page .code strong {
    color: var(--second-color);
}

@media (max-width: 767.98px) {
    .product-page .product-info {
        padding-left: 0;
    }

    .product-page .gallery {
        margin-bottom: 25px;
    }

    .product-page .title {
        font-size: 25px;
    }

    .product-page  .size-box .title {

        font-size: 15px;

    }

    .product-page .op-box .t-btn {
        font-size: 17px;
    }

    .product-page {
        padding: 120px 0;
    }
}



/*************** 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);
}
