html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/*
 *  STYLE 2
 */
.sc-overflow {
  overflow-y: auto;
}

.scstyle-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scstyle-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scstyle-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

/*
 *  STYLE 2
 */

.action-slot {
    height: 3rem;
    min-width: 3rem;
    width: 3rem;
    margin: auto 0px auto 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .4rem;
    border: 0;
    background: transparent;
    transition:
        background-color .15s ease,
        transform .15s ease,
        opacity .15s ease;
}

.action-btn:hover {
    background:#fdfdfd99;
    transform: translateY(-1px);
}

.action-btn:active {
    transform: scale(.94);
}

.action-btn i {
    font-size: .9rem;
}

.action-btn i {
    font-size: .9rem;
    transition: transform .15s ease;
}

.action-btn:hover i {
    transform: scale(1.3);
}

.action-close i {
    transform: rotate(45deg);
}

.action-close:hover i {
    transform: rotate(45deg) scale(1.3);
}

.action-close i {
    transform: rotate(45deg);
}

.action-close:hover {
    background: rgba(209, 182, 27, 0.12);
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1232px;
  }
}
#card-box{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("cover/0.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.volume-slider {
    width: 0;
    opacity: 0;
    transition: opacity 0.5s ease, width 0.7s ease;
}

.volume-control-container:hover .volume-slider {
    width: 100%;
    opacity: 0.7;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

#album-cover{
    position: relative;     
    margin-left: 9%;
    animation-play-state: paused;
}

.spin{
    animation: spin 6s linear infinite;
    -webkit-animation:spin 6s linear infinite;
    -moz-animation:spin 6s linear infinite;      
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.progress-area .song-timer, .controls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-area{
    margin-top: 10%;
    height: 6px;
    width: 100%;
    border-radius: 50px;
    background: #f0f0f081;
    cursor: pointer;
}
.progress-area .progress-bar{
    height: inherit;
    width: 0%;
    position: relative;
    border-radius: inherit;
    background: #ffffff;
}

.progress-area .song-timer{
    margin-top: 2px;
    }

.song-timer span{
    font-size: 13px;
    color: #ffffff;
}

.controls{
    margin: 40px 0 5px 0;
}

.controls i{
    user-select: none;
    color: white;
}

.controls #prev{
margin-right: -13px;
font-size: 36px;    
}

.controls #next{
margin-left: -13px;
font-size: 36px;
}

.controls .play-pause{
    height: 54px;
    width: 54px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #f0ecec;
}
.play-pause::before{
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    border-radius: inherit;
    background: transparent;
    border: 3px solid #ffffff;
}

.prev , .next {
    box-shadow: 
        0px 0px 15px #f0ecec;
    border-radius: 50%;
}


.credit-card-widget .card-header::before {
  background: -webkit-linear-gradient(225deg, var(--bs-primary) 6%, var(--bs-primary) 56%);
  background: -o-linear-gradient(225deg, var(--bs-primary) 6%, var(--bs-primary) 56%);
  background: linear-gradient(225deg, var(--bs-primary) 6%, var(--bs-primary) 56%);
  top: -45px;
  left: -3.125rem;
  -webkit-box-shadow: 0px 10px 50px 10px rgba(153, 159, 172, 0.2);
          box-shadow: 0px 10px 50px 10px rgba(153, 159, 172, 0.2);
}
.credit-card-widget .card-header::after {
  background: -webkit-linear-gradient(305deg, var(--bs-info) 6%, var(--bs-info) 56%);
  background: -o-linear-gradient(305deg, var(--bs-info) 6%, var(--bs-info) 56%);
  background: linear-gradient(145deg, var(--bs-info) 6%, var(--bs-info) 56%);
  bottom: -45px;
  right: -3.125rem;
  -webkit-box-shadow: -10px 0px 50px 10px rgba(75, 199, 210, 0.2);
          box-shadow: -10px 0px 50px 10px rgba(75, 199, 210, 0.2);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .credit-card-widget .card-header::before, .credit-card-widget .card-header:after {
    height: 255px;
    width: 255px;
  }
}
@media (max-width: 1199.98px) {
  .credit-card-widget .primary-gradient-card .master-card-content .master-card-2 {
    margin-left: -5rem;
  }
  .credit-card-widget .card-number .fs-5 {
    font-size: 1rem !important;
  }
}
.progress-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.progress-widget .progress-detail {
  margin-left: 1.5rem;
}

.card-profile-progress {
  margin-top: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-profile-progress .circle-progress {
  width: 9.375rem;
  height: 9.375rem;
}
.card-profile-progress .card-img {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-wiget-list .card-progress .circle-progress {
  width: 3rem;
  height: 3rem;
}
.card-wiget-list .card-progress .circle-progress div {
  position: absolute;
  width: 3.125rem;
  text-align: center;
  height: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-wiget-list .card-progress .circle-progress .circle-progress-text {
  display: none;
}

.card-slide {
  height: auto;
}
.card-slide .circle-progress svg .circle-progress-text {
  display: none;
}

.profile-img {
  margin-top: -4.375rem !important;
}
.profile-img img {
  border: 4px solid #ffffff;
}

.comment-attagement {
  position: absolute;
  left: auto;
  right: 1.875rem;
  font-size: 1.25rem;
}

.content-inner {
  padding: -webkit-calc(var(--bs-gutter-x, 0.75rem) * 3);
  padding: calc(var(--bs-gutter-x, 0.75rem) * 3);
}

@media (max-width: 767.98px) {
  .content-inner {
    padding: -webkit-calc(var(--bs-gutter-x, 0.75rem) * 2);
    padding: calc(var(--bs-gutter-x, 0.75rem) * 2);
  }
}

#carousel-1,
#carousel-1 .carousel-inner,
#carousel-1 .carousel-item {
    height: 22rem;
}

#carousel-1 .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-sm{
  font-size: .69rem;
}

.media-controls {
align-items: center;
  background: rgb(228, 228, 228);
  border: 1px solid rgb(233, 233, 233);
  border-radius: .5rem;
  color: rgb(70, 65, 55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem;
  max-width: calc(100% - 0rem);
  padding: 1.5rem;
  position: relative;
  filter: grayscale(100);
  opacity: .878;
}

.media-controls::after {
  border-radius: .5rem;
  box-shadow:
    0 2px 2px rgba(230, 126, 34, 0.25),
    0 4px 4px rgba(230, 126, 34, 0.20),
    0 8px 8px rgba(230, 126, 34, 0.15),
    0 16px 16px rgba(230, 126, 34, 0.10),
    0 24px 24px rgba(230, 126, 34, 0.05);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}




/* =========================================================
   MEDIA BUTTONS
   ========================================================= */

.media-buttons {
  display: flex;
  flex-wrap: nowrap;
}

.media-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (min-width: 421px) {
  .media-button {
    padding: 0.5rem;
  }
}


/* =========================================================
   BUTTON ICONS
   ========================================================= */

.button-icons {
  background-color: rgba(230, 126, 34, 0.40);
  border-radius: 100%;
  margin-top: auto;
  padding: 0.75rem;
}

/* Glassmorphism utility V-2.0*/

.glass-btnv2{
background: rgb(225, 225, 225);
  border: 0px solid rgba(233, 233, 233, 0.24);
  color: rgb(39, 39, 39);
  align-self: stretch;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}



.glass-btnv2 .input-group-text {
background: rgba(225, 225, 225, 0.157);
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-bottom: 2px solid #1c1c1c08;
}

.glass-btnv2 .video-title {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    max-width: 100%;
    padding-right: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    
}

.glass-v2{
  align-items: start;
  background: rgba(225, 225, 225, 0.79);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0.5rem;
  color: rgb(70, 65, 55);
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: .0rem;
  max-width: calc(100% - 0.1rem);
  padding: .0rem 0rem;
  position: relative;
}
.glass-v2::after {
  border-radius: .5rem;
  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.25),
    0 4px 4px rgba(11, 11, 11, 0.2),
    0 8px 8px rgba(13, 13, 13, 0.15),
    0 16px 16px rgba(12, 12, 12, 0.10),
    0 24px 24px rgba(24, 24, 24, 0.05);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/*
.offcanvas-start {
  background: rgba(225, 225, 225, 0.79);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0.5rem;
  color: rgb(70, 65, 55);
  margin: .0rem;
  padding: .0rem 0rem;
} */
#project-canvas {
  
   background: rgba(255, 255, 255, 0.1)!important;
  backdrop-filter:blur(1px) brightness(1.3) contrast(1) drop-shadow(0.5rem 0.5rem 0rem black) grayscale(1) hue-rotate(0.1turn) invert(.1) opacity(0.7) saturate(5) sepia(0.1)!important;
  border: 1px solid rgba(255, 255, 255, 0.1)!important;
  border-radius: 8px;
}
.glass-btnv2:hover .video-title {
    animation: slide-title 5s linear infinite alternate;
}
/* Glassmorphism utility V-2.0*/

.glass-btnv2:hover{
  background: rgba(225, 225, 225, 0.88);
  border: 1px solid rgba(233, 233, 233, 0.36);
  box-shadow: 0 2px 2px rgba(24, 13, 3, 0.05), 0 4px 4px rgba(20, 11, 3, 0.07), 0 4px 5px rgba(22, 12, 3, 0.02), 0 9px 9px rgba(22, 12, 3, 0.06), 0 12px 12px rgba(1, 0, 0, 0.05);
}

.fa-youtube {
    color: rgb(59, 60, 69) ;
}
.glass-btnv2:hover .fa-youtube {
    color: #FF0000;
    filter: none;
    z-index: 555;
}

@keyframes slide-title {
    0%, 20% {
        transform: translateX(0);
    }

    80%, 100% {
        transform: translateX(calc(-100% + 100px));
    }
}



#offcanvas-vid{
  position: absolute;
  overflow: hidden;
  max-width: 15rem;
  max-height: 46%;
  top: .1rem;
  right: 7.3rem;
}

.video-playlist {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 .25rem;
}

.video-playlist ul,
.video-playlist li {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.video-playlist .glass-btnv2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.video-playlist .input-group-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.video-playlist .video-title {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    max-width: 100%;
    border-bottom: solid 1.99px #00000033 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;

    padding-right: 2.5rem;
}

/* Back / Skip */

.back-button .button-icons,
.skip-button .button-icons {
  background-color: transparent;
  color: rgb(92, 88, 78);
}


/* Rewind / Fast Forward */

.rewind-button .button-icons,
.fast-forward-button .button-icons {
  background: linear-gradient(
    to bottom left,
    rgb(255, 247, 204),
    rgba(230, 126, 34, 0.20)
  );
  color: rgb(87, 83, 73);
}


/* =========================================================
   PLAY BUTTON
   ========================================================= */

.play-button .button-icons {
  background: linear-gradient(
    to bottom left,
    rgb(255, 255, 255),
    rgb(255, 247, 204)
  );

  border: 1px solid rgb(255, 214, 128);

  box-shadow:
    -1px 1px 1px rgba(230, 126, 34, 0.25),
     1px -1px 1px rgba(255, 255, 255, 0.25),

    -2px 2px 2px rgba(230, 126, 34, 0.20),
     2px -2px 2px rgba(255, 255, 255, 0.20),

    -4px 4px 4px rgba(230, 126, 34, 0.15),
     4px -4px 4px rgba(255, 255, 255, 0.15),

    -8px 8px 8px rgba(230, 126, 34, 0.10),
     8px -8px 8px rgba(255, 255, 255, 0.10),

    -16px 16px 16px rgba(230, 126, 34, 0.05),
     16px -16px 16px rgba(255, 255, 255, 0.05);

  color: rgb(191, 91, 0);
  margin-bottom: 0.375rem;
  padding: .87rem;
}


/* =========================================================
   BUTTON TEXT
   ========================================================= */

.button-text {
  margin-top: auto;
}


/* =========================================================
   PROGRESS
   ========================================================= */

.media-progress {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: scale(0.87);
  margin-top: -1.5rem;
}
.media-progress {
    position: relative;
    overflow: hidden;
}

#audioVisualizer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    pointer-events: none;
    z-index: 0;
}

.media-progress > *:not(#audioVisualizer) {
    position: relative;
    z-index: 1;
}
.glass-v2 table,
.glass-v2 table thead,
.glass-v2 table tbody,
.glass-v2 table tr,
.glass-v2 table th,
.glass-v2 table td {
    background-color: transparent !important;
   border-color: #00000033 !important;
}

/* =========================================================
   PROGRESS BAR WRAPPER
   ========================================================= */

.progress-bar-wrapper {
  background-color: transparent;
  border-radius: 0.5rem;

  box-shadow:
    inset -1px 1px 1px rgba(230, 126, 34, 0.25),
    inset 1px -1px 1px rgba(255, 255, 255, 0.25),

    inset -2px 2px 2px rgba(230, 126, 34, 0.20),
    inset 2px -2px 2px rgba(255, 255, 255, 0.20),

    inset -4px 4px 4px rgba(230, 126, 34, 0.15),
    inset 4px -4px 4px rgba(255, 255, 255, 0.15),

    inset -8px 8px 8px rgba(230, 126, 34, 0.10),
    inset 8px -8px 8px rgba(255, 255, 255, 0.10),

    inset -16px 16px 16px rgba(230, 126, 34, 0.05),
    inset 16px -16px 16px rgba(255, 255, 255, 0.05);

  height: 0.5rem;
  margin-bottom: 0.7em;
  margin-top: 0;
  position: relative;
  width: 100%;
}


/* =========================================================
   PROGRESS BAR
   ========================================================= */

.progress-bar {
  background: linear-gradient(
    to right,
    rgb(255, 210, 55),
    rgb(230, 126, 34)
  );

  border-radius: 0.5rem;
  box-shadow: none;
  height: 0.5rem;
  width: 44%;
}

.abt-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.glass-v2{
  align-items: start;
  background: rgba(225, 225, 225, 0.79);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0.5rem;
  color: rgb(70, 65, 55);
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: .0rem;
  max-width: calc(100% - 0.1rem);
  padding: .0rem 0rem;
  position: relative;
}


.abt-vid {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    width:100%;
    margin: auto;
    border: .3rem solid rgba(225, 225, 225, 0.79);
    border-radius: 7px !important;
}
.abt-vid::after{
    border-radius: .5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(11, 11, 11, 0.2), 0 8px 8px rgba(13, 13, 13, 0.15), 0 16px 16px rgba(12, 12, 12, 0.10), 0 24px 24px rgba(24, 24, 24, 0.05);
    content: '';
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.abt-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(130,144,169,0.19);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}




.abt-play-btn {
    width: 4.5rem;
    height: 4.5rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.55);
    color: #fff;

    font-size: 1.5rem;

    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.abt-play-btn:hover {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}

.abt-play-btn:active {
    transform: scale(.95);
}

.abt-play-btn i {
    margin-left: .2rem;
}

/* background-size: cover; */
/*  filter: grayscale(20%); */
.modal-backdrop {
    opacity: 1;
  --bs-backdrop-zindex: 0!important;
  --bs-backdrop-bg: #00000000!important;
  --bs-backdrop-opacity: 0.9!important;
    background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(20, 20, 20, 0.60) 20%,
    rgba(35, 35, 35, 0.45) 40%,
    rgba(45, 45, 45, 0.25) 60%,
    rgba(45, 45, 45, 0.10) 80%,
    rgba(39, 39, 39, 0.00) 100%
) !important;
}

.glasstip-container{
  display: inline-table;
  min-width: 20rem;
}

.glasstip-v2{
  background: rgba(225, 225, 225, 0.79);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5rem;
  color: rgb(70, 65, 55);
}
.glasstip-v2::after {
  border-radius: 5rem;
  box-shadow:
    0 2px 2px rgba(197, 197, 197, 0.25),
    0 4px 4px rgba(172, 170, 170, 0.2),
    0 8px 8px rgba(202, 202, 202, 0.15),
    0 16px 16px rgba(230, 227, 227, 0.1),
    0 24px 24px rgba(233, 232, 232, 0.05);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fa-globe-asia{
  transform: rotate(45deg);
}