/* Layout - icon text list (start)*/
.icon-text-list .icon-text {
    margin-bottom: 50px;
    text-align: center;
}

.icon-text-list h2 {
    margin-bottom: 60px;
}

.icon-text-list .icon-text h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 400;
}

.icon-text-list .icon-text i,
.icon-text-list .icon-text span {
    font-size: 49px;
    /* color: #6c757d !important; */
    color: inherit;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    /* border: 1px solid #000;
    border-radius: 100%; */
}

.icon-text-list .icon-text p {
    /* color: #6c757d !important; */
    color: #6c757d;
}
/* Layout - icon text list (end)*/

/* Layout - animated_image_and_text (start)*/
.animated_image_and_text {
    padding: 10px 0;
}

.animated_image_and_text .title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.animated_image_and_text .title h2 {
    font-size: 35px;
    margin-bottom: 13px;
}

.animated_image_and_text .title p {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    color: #6c757d !important;
}

@media (max-width: 480px) {
    .animated_image_and_text .title p {
        width: 100%;
    }
    .animated_image_and_text .image {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.animated_image_and_text .content h2,
.animated_image_and_text .content p {
    margin-bottom: 25px;
}

.animated_image_and_text .content p {
    color: #6c757d !important;
}

@media (max-width: 768px) {
    .animated_image_and_text .content h2,
    .animated_image_and_text .content p {
        text-align: center;
    }
    .animated_image_and_text .image {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/* Layout - animated image and text (end)*/

/* Layout - animated text on image (start)*/
.animated_text_on_image h1 {
    color: #ffffff;
}

.animated_text_on_image p {
    color: #dadada;
}

.animated_text_on_image button {
    color: #ffffff;
    text-transform: none;
}

.animated_text_on_image .content {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 50px 10px;
    margin: 0px 15px;
}
.animated_text_on_image .content h1 {
    font-size: 60px;
    margin: 15px 15px;
}

.animated_text_on_image .content h3 {
    font-size: 30px;
    margin: 10px 15px;
}
.animated_text_on_image .content p {
    font-size: 20px;
    margin: 10px 15px;
}

@media (max-width: 900px) {
    .animated_text_on_image .content {
        padding: 80px 10px 80px 10px;
    }
    .animated_text_on_image .content h1 {
        font-size: 40px;
        margin: 10px 0;
    }

    .animated_text_on_image .content h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .animated_text_on_image .content p {
        font-size: 16px;
        line-height: 35px;
    }

    .animated_text_on_image .hide-small {
        display: none;
    }
}

.animated_text_on_image .background {
    padding: 100px 0;
    /* background: linear-gradient(rgb(40, 42, 53, 0.9), rgba(40, 42, 53, 0.7)),
        url(http://192.168.1.199:8000/storage/photos/wallpaper_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; */
}

.animated_text_on_image .btn-lg.round {
    /* border-radius: 24px; */
    border-radius: 4px;
    transition: 0.3s;
    background: #004696;
    color: #fff;
    border: 2px solid #2e7eed;
}

.animated_text_on_image .btn-lg.round:hover {
    background: #003470;
}

/* Layout - animated text on image (end)*/

/* Layout - video (start)*/

.video-container {
    position: relative;
    background-color: black;
    height: calc(100vh - 100px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    /* position: fixed; */
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /* width: auto;
    height: auto; */
    height: 100vh;
    width: 100vw;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background {
    position: absolute;
    /* position: fixed; */
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /* width: auto;
    height: auto; */
    height: 100vh;
    width: 100vw;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background::-webkit-media-controls {
    display: none !important;
}

.video-filter {
    position: absolute;
    /* position: fixed; */
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /* width: auto;
    height: auto; */
    height: 100vh;
    width: 100vw;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-overlay-wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
}

.video-overlay {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video-container h1 {
    color: #ffffff;
}

.video-container p {
    color: #dadada;
}

.video-container button {
    color: #ffffff;
    text-transform: none;
}

.video-container .content {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 50px 10px;
    margin: 0px 15px;
}
.video-container .content h1 {
    font-size: 60px;
    margin: 15px 15px;
}

.video-container .content h3 {
    font-size: 30px;
    margin: 10px 15px;
}
.video-container .content p {
    font-size: 20px;
    margin: 10px 15px;
}

@media (max-width: 900px) {
    .video-container .content {
        padding: 80px 10px 80px 10px;
    }
    .video-container .content h1 {
        font-size: 40px;
        margin: 10px 0;
    }

    .video-container .content h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .video-container .content p {
        font-size: 16px;
        line-height: 35px;
    }

    .video-container .hide-small {
        display: none;
    }
}

/* Layout - video (end)*/

/* Layout - Bootstrap 4 carousel (start)*/
.bootstrap-carousel .carousel-inner {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 200px;
    position: relative;
}

.bootstrap-carousel .carousel-item {
    /* height: 100vh; */
    /* min-height: 400px; */
    min-height: calc(100vh - 150px);
}

.bootstrap-carousel .carousel-item img {
    /* height: 100%;
    object-fit: cover; */
    width: 100vw;
    height: calc(100vh - 100px);
    object-fit: cover;
    display: block;
}

.bootstrap-carousel .carousel-item .carousel-overlay {
    position: absolute;
    width: 100%;
    height: calc(100vh - 100px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* .bootstrap-carousel {
    width: 100%;
    padding: 0;
} */

.bootstrap-carousel .carousel-control-prev {
    border-bottom: 0;
}

.bootstrap-carousel .carousel-control-next {
    border-bottom: 0;
}

.bootstrap-carousel .carousel-caption {
    padding-bottom: 60px;
}

.bootstrap-carousel .carousel-caption h1 {
    padding-top: 60px;
    color: #fff;
}

.bootstrap-carousel .carousel-caption h3 {
    color: #fff;
}

.bootstrap-carousel .carousel-caption .carousel-caption-description {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

/* .bootstrap-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
} */

@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .bootstrap-carousel .carousel-caption {
        bottom: 20px;
    }

    .bootstrap-carousel .carousel-indicators {
        display: none;
    }
}

@media (max-width: 575px) {
    .bootstrap-carousel .carousel-caption {
        bottom: 0;
        padding-bottom: 20px;
    }

    .bootstrap-carousel .carousel-caption-description {
        display: none;
    }

    .bootstrap-carousel h1,
    .bootstrap-carousel h2,
    .bootstrap-carousel h3 {
        font-size: 18px;
    }

    .bootstrap-carousel .carousel-item {
        max-height: 400px;
    }
}

/* Layout - Bootstrap 4 carousel (end)*/

/* Layout - Bootstrap 4 left & right modals (start)*/
/*left & right modals*/
.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 99999;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.left_modal .modal-dialog,
.right_modal .modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

@media (max-width: 576px) {
    .modal.left_modal .modal-dialog {
        max-width: 100%;
    }

    .modal.right_modal .modal-dialog {
        max-width: 100%;
    }
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
      overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 5px 15px 5px;
}

/* .modal.left_modal {
    pointer-events: none;
    background: transparent;
} */

/* .modal-backdrop {
    display: none;
} */

/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */
.left_modal .modal-content,
.right_modal .modal-content {
    border-radius: 0;
    border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
    padding: 10px 10px;
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 91vh; */
    height: 100vh;
}

/* Layout - Bootstrap 4 left & right modals (end)*/

/* Layout - News styles (start)*/
.news-date {
    font-size: 0.9rem;
    color: #585858;
}

.news-image {
    overflow: hidden; /* 'auto' would probably be better */
}

.news-card img {
    transform: scale(1);
    transition: all 0.2s ease-out;
}

.news-card:hover img {
    transform: scale(1.05);
    transition: all 0.2s ease-in;
}

.news-title {
    color: #2d2d2d;
    font-weight: 500;
}

.news-description {
    font-size: 1rem;
    color: #585858;
}
/* Layout - News styles (end)*/

/* Layout - Market styles (start)*/
.market {
    max-width: 100%;
    background: none;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.market .image {
    padding: 5px;
    width: 100%;
    height: auto;
}

.market .card {
    transform: scale(1);
    transition: all 0.2s ease-out;
    cursor: pointer;
    background: white;
}

.market .card:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.market .card-body {
    padding: 0.5rem;
}

.market .card-body .description {
    font-size: 0.78rem;
    padding-bottom: 8px;
}
/* Layout - Market styles (end)*/

/* Section background */
.section-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Tabbed layout */

.tab-section {
    color: white;
    /* background: linear-gradient(
            290deg,
            rgba(228, 37, 141, 1) 0%,
            rgba(254, 130, 202, 1) 100%
        )
        fixed; */
    /* background: linear-gradient(110deg, #616161, #9bc5c3) fixed; */
    background-size: cover;
    /* min-height: 100vh; */
    height: 100%;
    /* font-family: K2D, "HelveticaNeue-Light", "Helvetica Neue Light",
        "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-weight: 300;
    line-height: 1.25;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow-x: hidden;
}

.tab-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5vmin 5vw 2vmin 5vw;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.tab-header a {
    color: white;
    text-decoration: none;
}

.tab-wrapper {
    background-color: transparent;
    position: relative;
    margin: 10vmin 5vw 10vmin 5vw;
    width: 100%;
    height: 100%;
}

.tab-container {
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: -0.5em 1em 2em rgba(0, 0, 0, 0.5);
}

.tab-container > input,
.tab-wrapper > input {
    position: absolute;
    top: 0;
    left: -9999px;
}

.tab {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    height: 8vmin;
    width: 100%;
    backface-visibility: hidden;
}

.tab > label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    letter-spacing: 1px;
}

.tab > label:last-child {
    border: none;
}

.tab-container .tab-content {
    background: linear-gradient(
        45deg,
        rgba(97, 161, 239, 1) 0%,
        rgba(135, 92, 207, 1) 29%,
        rgba(188, 53, 169, 1) 65%,
        rgba(251, 8, 129, 1) 100%
    );
    width: 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    /* padding: 8vmin 0 5vmin 0; */
    padding: 12vmin 2vw 5vmin 2vw;
    align-items: center;
    flex-direction: column;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: flex;
}

#tab1:checked ~ .tab > .t1,
#tab2:checked ~ .tab > .t2,
#tab3:checked ~ .tab > .t3,
#tab4:checked ~ .tab > .t4,
#tab5:checked ~ .tab > .t5 {
    font-weight: bold;
}

.tab-content.res {
    padding: 1em;
}

/* #content1 {
    clip-path: polygon(25% 0, 25% 8vmin, 100% 8vmin, 100% 100%, 0% 100%, 0% 0);
}

#content2 {
    clip-path: polygon(
        25% 0,
        50% 0,
        50% 8vmin,
        100% 8vmin,
        100% 100%,
        0 100%,
        0 8vmin,
        25% 8vmin
    );
}

#content3 {
    clip-path: polygon(
        50% 0,
        75% 0,
        75% 8vmin,
        100% 8vmin,
        100% 100%,
        0 100%,
        0 8vmin,
        50% 8vmin
    );
}

#content4 {
    clip-path: polygon(75% 8vmin, 75% 0, 100% 0, 100% 100%, 0 100%, 0 8vmin);
} */

#content1,
#content2,
#content3,
#content4,
#content5 {
    display: none;
}

.tab-layout-image {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fadeIn {
    -webkit-animation: fadein 0.2s ease-in forwards;
    animation: fadein 0.2s ease-in forwards;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Embedded video */
.video-section {
    background-size: cover;
    /* min-height: 100vh; */
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow-x: hidden;
}

.embedded-video-container {
    --video-ratio: calc(16 / 9);
    --video-container-max-width: 640px;
    --video-container-x-padding-sum: 2rem; /* eg, padding: 0 1rem */
}

.embedded-video-container iframe {
    --video-container-width: calc(100vw - var(--video-container-x-padding-sum));
    width: 100%;
    height: calc(var(--video-container-width) / var(--video-ratio));
}

@media only screen and (min-width: 672px) {
    .embedded-video-container {
        --video-container-width: var(--video-container-max-width);
    }
}

/* Checkbox slider - start */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    /* width: 60px; */
    width: 44px;
    /* height: 34px; */
    height: 26px;
    /* float: right; */
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px; */
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196f3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #ffc107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    /* -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); */
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    /* border-radius: 34px; */
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}
/* Checkbox slider - end */

/* Count up counter - start */
/* .counter_wrapper {
    max-height: 100%;
    border-right: rgb(53, 53, 53) solid 0.1px;
} */

/* .counter_wrapper:last-child {
    border-right: rgb(53, 53, 53) solid 0px;
} */

.counter_text {
    font-size: 1.3rem;
    min-height: 50px;
}

.counter_number {
    font-size: 2.8rem;
}
/* Count up counter - end */

/* Custom buttons - start */
.btn-custom {
    color: #fff;
    background-color: #0f82c1;
    border-color: #156394;
}

.btn-custom:hover {
    color: #fff;
    background-color: #3699d0;
    border-color: #156394;
}
/* Custom buttons - end */

/* Audio player - start */
.audio-section {
    background-size: cover;
    /* min-height: 100vh; */
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow-x: hidden;
}

.custom-audio-player {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    /*   min-height: 500px; */
    margin: 20px;
    border-radius: 15px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.custom-audio-player .image-box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 40px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.custom-audio-player .image-box .image img {
    width: 100%;
    height: 100%;
}

.rotate-image {
    animation: rotation 10s infinite linear;
    animation-play-state: paused;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.custom-audio-player .text-box {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.custom-audio-player .text-box .author-name {
    margin-bottom: 2px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: #444;
}

.custom-audio-player .text-box .song-name {
    margin-bottom: 2px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    color: #444;
}

.custom-audio-player .text-box .collection-name {
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    color: #444;
}

.custom-audio-player .buttons-box {
    width: 100%;
    padding: 10px 30px 10px 30px;
    display: inline-flex;
    justify-content: space-around;
}

.custom-audio-player .buttons-box .repeat-button {
    margin: 2px 10px 2px 10px;
    font-size: 1.5em;
    font-weight: 400;
    color: #72646f;
    width: 50px;
    text-align: center;
}

.custom-audio-player .buttons-box .repeat-button.active {
    color: #ff3677;
}

.custom-audio-player .buttons-box .like-button {
    margin: 2px 10px 2px 10px;
    font-size: 1.5em;
    font-weight: 400;
    color: #72646f;
    width: 50px;
    text-align: center;
}

.custom-audio-player .buttons-box .like-button.active {
    color: #ff3677;
}

.custom-audio-player .buttons-box .volume-button {
    margin: 2px 10px 2px 10px;
    padding-left: 12px;
    font-size: 1.5em;
    font-weight: 400;
    color: #72646f;
    width: 50px;
    text-align: left;
}

.custom-audio-player .time-box {
    position: relative;
    width: 100%;
    padding: 15px 30px 10px 30px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.custom-audio-player .time-box .current-time {
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    color: #72646f;
}

.custom-audio-player .time-box .length {
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    font-weight: 400;
    color: #72646f;
}

.custom-audio-player .time-box .timeline {
    margin: 0px 5px 0px 5px;
    background: white;
    width: 150px;
    height: 10px;
    cursor: pointer;
    /*   box-shadow: 0 2px 10px 0 #0008; */
    border: 1px solid #72646f;
    border-radius: 5px;
    overflow: hidden;
}

.custom-audio-player .time-box .timeline .progress {
    background: #ff3677;
    width: 0%;
    height: 100%;
    transition: 0.1s;
}

.custom-audio-player .controls-box {
    width: 100%;
    padding: 20px 30px 45px 30px;
    display: inline-flex;
    justify-content: center;
}

.custom-audio-player .controls-box .play-button {
    margin: 0px 0px 0px 0px;
    font-size: 2.5em;
    font-weight: 400;
    color: #72646f;
}
/* Audio player - end */
