






@media (min-width: 320px) and (max-width: 575px) {
  .wrapper__video{
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .sign{
    font-size: xx-large !important;
    left: 49% !important;
    top: 80% !important;
  }

  .container-rb{
    overflow-x: auto;
    padding: 15px;
    justify-content: inherit !important;
  }

  .container-kj{
    overflow-x: auto;
    padding: 15px;
    justify-content: inherit !important;
  }

  .latest-relese1{
    height: fit-content;
  }

  .abtim1{
    padding-bottom: 5rem !important;
  }

  .highlights{
    padding-top: 0;
    margin-top: -3rem;
  }

  .void .center-circle {
    width: 75px !important;
  }

  .void .mask {
    height: 100% !important;
  }

  .void .card {
    width: 100% !important;
    animation: none !important;
  }

  .void li {
    position: initial !important;
    animation: none !important;
    padding-bottom: 6px !important;
    width: 100% !important;
  }

  .void .crop {
    -webkit-mask-image: none !important;
    padding: 20px !important;
    margin-top: 12rem !important;
  }

  .void .mask {
    display: none !important;
  }

  .void .last-circle {
    display: none !important;
  }

  .void .second-circle {
    display: none !important;
  }

  .void .center-circle {
    top: 9% !important;
    width: 42% !important;
  }

  .void .center-year {
    margin-right: 0 !important;
    margin-top: -27px !important;
  }

  .section-title.style-five h2::after {
    left: 45% !important;
  }

  .section-title.style-five h2:before {
    left: 38% !important;
  }

  .container-2 {
    position: inherit !important;
    display: inline-table !important;
    text-align: center !important;
  }

  .container-2 .card:not(:first-child) {
    margin-left: inherit !important;
  }

  .container-2 .card {
    margin-left: auto !important;
    position: inherit !important;
    display: inline-grid !important;
    margin-bottom: 1.5rem;
  }

  .container-2 .circle {
    position: absolute !important;
    top: revert !important;
    left: calc(50% - 60px) !important;
    margin-top: -11rem !important;
    opacity: 0.8 !important;
  }

  .reviews .card-text {
    padding: 1rem 1rem !important;
    width: auto !important;
    height: fit-content !important;
    margin-top: 1rem !important;
  }

  .reviews .card-img1 {
    width: 100% !important;
    padding: 10px !important;
  }

  .mb-6{
    margin-bottom: -3rem;
  }

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}


.concertsb{
  background: #0000004d;
    border: 1px solid #f29c1396;
}

.section-padding {
  padding: 90px 0;
  padding-top: 40px;
}


.wide_line_bg:after {

    background: none;
}

.abtex{
  font-family: "Changa", sans-serif !important;
  font-size: 17px !important;
}

.abtim{
    padding-bottom: 0rem !important;
}

/* start */




.container-rb {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/Rutuja1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/Rutuja2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/Rutuja3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/Rutuja4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/Rutuja6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/Rutuja5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-kj {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/kd1.png")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/kd7.png")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/kd3.png")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/kd9.png")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(5) {
        background: url("../../media/artist/kd5.jpg")
          no-repeat 50% / cover;
          filter: grayscale(60%);
    }
    &:nth-of-type(6) {
        background: url("../../media/artist/kd8.png")
          no-repeat 50% / cover;
          filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-ak {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/ak1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/ak2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/ak3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/ak4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/ak5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/ak6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}

.container-mc {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/mc1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/mc2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/mc3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/mc4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/mc5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/mc6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-mm {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/mohits1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/mohits2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/mohits3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/mohits4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/mohits5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/mohits6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-rg {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/Rg1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/Rg2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/Rg3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/Rg4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/Rg5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/Rg6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-nf {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/nf1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/nf2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/nf3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/nf4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/nf5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/nf6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


.container-sc {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 160px;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    
    &:nth-of-type(1) {
      background: url("../../media/artist/sc1.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(2) {
      background: url("../../media/artist/sc2.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(3) {
      background: url("../../media/artist/sc3.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
    &:nth-of-type(4) {
      background: url("../../media/artist/sc4.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(5) {
      background: url("../../media/artist/sc5.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }
	&:nth-of-type(6) {
      background: url("../../media/artist/sc6.jpg")
        no-repeat 50% / cover;
        filter: grayscale(60%);
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      /* background: rgb(2, 2, 46); */
      background: linear-gradient( 0deg, rgb(242 156 19) 14%, rgba(255, 255, 257, 0) 52% );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 300px;
      box-shadow: 1px 3px 15px #f29c13;
      transform: translatey(0px);
      filter: grayscale(0%);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}



/* End */



/* Start */

:root {
	--rotate-speed: 40;
	--count: 8; /* Default count, the DOM element should override this */
	--easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
	--easing: cubic-bezier(0.000, 0.37, 1.000, 0.63);
}



.void {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
	aspect-ratio: 1 / 0.8;
}
.void ul:hover * {
	/* animation-play-state: paused; */
}
.void ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.8;
	/* outline: 2px dotted magenta; */
	z-index: 1;
}
.void li {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
/* 	outline: 2px dashed cyan; */
	width: 80%;
  left: 12%;
	animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}
.void .card {
  font-family: "Changa", sans-serif !important;
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 10px;
	gap: 8px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgb(242 156 19 / 26%), 0px 16px 32px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #535062;
	animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}
.void a {
	text-decoration: none;
	color: unset;
}
.void .model-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #f29c13;
	display: block;
}

.void .center-year{
  float: right;
    margin-top: -34px;
    font-family: inherit;
    font-weight: 700;
    font-size: x-large;
    color: #f29c1354;
    letter-spacing: 1px;
    margin-right: -80px;
}

.blinks {
  animation: blinker 1s infinite;
}

@keyframes blinker {
  from { opacity: 1.0; }
  50% { opacity: 0.5; }
  to { opacity: 1.0; }
}


.void svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

li:nth-child(2), li:nth-child(2) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -1s);
}
li:nth-child(3), li:nth-child(3) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -2s);
}
li:nth-child(4), li:nth-child(4) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -3s);
}
li:nth-child(5), li:nth-child(5) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -4s);
}
li:nth-child(6), li:nth-child(6) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -5s);
}
li:nth-child(7), li:nth-child(7) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -6s);
}
li:nth-child(8), li:nth-child(8) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -7s);
}

@keyframes rotateCW {
	from {
		transform: translate3d(0px, -50%, -1px) rotate(-45deg);
	}
	to {
		transform: translate3d(0px, -50%, 0px) rotate(-315deg);
	}
}
@keyframes rotateCCW {
	from {
		transform: rotate(45deg);
	}
	to {
		transform: rotate(315deg);
	}
}
@keyframes pulseGlow {
	from {
		background-size: 60%;
	}
	to {
		background-size: 100%;
	}
}

.three-d-album {
  background-position: left 58%;
}

.void .center-circle {
  border: 2px solid #f29c13;
	position: absolute;
	width: 21rem;
	aspect-ratio: 1 / 1;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
  transition: box-shadow 1s;
	background: #FFFFFF;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
  background: white;
  /* background: url("../../media/artist/RB.png") no-repeat 50% / cover; */
}

.void .center-circle:hover {
  box-shadow: 0px 0px 2px rgb(217 61 0), 0px 2px 32px rgb(216 59 0);
}

.void .center-image{
  width: 90%;
  border-radius: 100%;
  margin: 5%;
}

.void .second-circle {
  position: absolute;
  width: 40%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  opacity: 0.5;
  box-shadow: 0px 18px 36px -18px rgb(242 156 19), 0px 30px 60px -12px rgb(242 156 19 / 20%);
  border-radius: 50%;
}
.void .last-circle {
	position: absolute;
	width: 58%;
	aspect-ratio: 1 / 1;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	background: #F5F4FE;
	opacity: 0.25;
	box-shadow: 8px 18px 36px -18px rgb(242 156 19), 0px 30px 60px -12px rgb(242 156 19 / 20%);
	border-radius: 50%;
}
.void .crop {
	/* padding: 20px; */
	-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1));
}
.void .mask {
	position: absolute;
  opacity: 0.6;
  height: 92%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	animation: pulseGlow 20s linear infinite alternate;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-image: radial-gradient(100% 100% at 100% 100%, rgba(242, 156, 19, 0.25) 0%, rgba(242, 156, 19, 0.247904) 11.79%, rgba(242, 156, 19, 0.241896) 21.38%, rgba(242, 156, 19, 0.2324) 29.12%, rgba(242, 156, 19, 0.219837) 35.34%, rgba(242, 156, 19, 0.20463) 40.37%, rgba(242, 156, 19, 0.1872) 44.56%, rgba(242, 156, 19, 0.16797) 48.24%, rgba(242, 156, 19, 0.147363) 51.76%, rgba(242, 156, 19, 0.1258) 55.44%, rgba(242, 156, 19, 0.103704) 59.63%, rgba(242, 156, 19, 0.0814963) 64.66%, rgba(242, 156, 19, 0.0596) 70.88%, rgba(242, 156, 19, 0.038437) 78.62%, rgba(242, 156, 19, 0.0184296) 88.21%, rgba(242, 156, 19, 0) 100%); */
  background: url("../../assets/img/fans.jpg");
  /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255)); */
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
  
}
.void .mask:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	/* background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #f29c13 50%, rgba(60, 26, 229, 0) 100%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
}


.void .mask:before {
      background-image: -moz-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
      mix-blend-mode: overlay;
}


.void .mask1 {
	position: absolute;
  opacity: 0.6;
  height: 92%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	/* animation: pulseGlow 20s linear infinite alternate; */
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-image: radial-gradient(100% 100% at 100% 100%, rgba(242, 156, 19, 0.25) 0%, rgba(242, 156, 19, 0.247904) 11.79%, rgba(242, 156, 19, 0.241896) 21.38%, rgba(242, 156, 19, 0.2324) 29.12%, rgba(242, 156, 19, 0.219837) 35.34%, rgba(242, 156, 19, 0.20463) 40.37%, rgba(242, 156, 19, 0.1872) 44.56%, rgba(242, 156, 19, 0.16797) 48.24%, rgba(242, 156, 19, 0.147363) 51.76%, rgba(242, 156, 19, 0.1258) 55.44%, rgba(242, 156, 19, 0.103704) 59.63%, rgba(242, 156, 19, 0.0814963) 64.66%, rgba(242, 156, 19, 0.0596) 70.88%, rgba(242, 156, 19, 0.038437) 78.62%, rgba(242, 156, 19, 0.0184296) 88.21%, rgba(242, 156, 19, 0) 100%); */
  background: url("../../assets/img/chess.jpg");
  /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255)); */
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
  
}

.void .mask1:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	/* background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #f29c13 50%, rgba(60, 26, 229, 0) 100%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
}

.void .mask1:before {
  background-image: -moz-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  mix-blend-mode: overlay;
}


.void .maskmm {
	position: absolute;
  opacity: 0.6;
  height: 92%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	/* animation: pulseGlow 20s linear infinite alternate; */
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-image: radial-gradient(100% 100% at 100% 100%, rgba(242, 156, 19, 0.25) 0%, rgba(242, 156, 19, 0.247904) 11.79%, rgba(242, 156, 19, 0.241896) 21.38%, rgba(242, 156, 19, 0.2324) 29.12%, rgba(242, 156, 19, 0.219837) 35.34%, rgba(242, 156, 19, 0.20463) 40.37%, rgba(242, 156, 19, 0.1872) 44.56%, rgba(242, 156, 19, 0.16797) 48.24%, rgba(242, 156, 19, 0.147363) 51.76%, rgba(242, 156, 19, 0.1258) 55.44%, rgba(242, 156, 19, 0.103704) 59.63%, rgba(242, 156, 19, 0.0814963) 64.66%, rgba(242, 156, 19, 0.0596) 70.88%, rgba(242, 156, 19, 0.038437) 78.62%, rgba(242, 156, 19, 0.0184296) 88.21%, rgba(242, 156, 19, 0) 100%); */
  background: url("../../assets/img/golf.jpg");
  /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255)); */
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
  
}

.void .maskmm:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	/* background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #f29c13 50%, rgba(60, 26, 229, 0) 100%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
}

.void .golf:before {
  background-image: -moz-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  mix-blend-mode: overlay;
}



.void .masknf {
	position: absolute;
  opacity: 0.6;
  height: 92%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	/* animation: pulseGlow 20s linear infinite alternate; */
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-image: radial-gradient(100% 100% at 100% 100%, rgba(242, 156, 19, 0.25) 0%, rgba(242, 156, 19, 0.247904) 11.79%, rgba(242, 156, 19, 0.241896) 21.38%, rgba(242, 156, 19, 0.2324) 29.12%, rgba(242, 156, 19, 0.219837) 35.34%, rgba(242, 156, 19, 0.20463) 40.37%, rgba(242, 156, 19, 0.1872) 44.56%, rgba(242, 156, 19, 0.16797) 48.24%, rgba(242, 156, 19, 0.147363) 51.76%, rgba(242, 156, 19, 0.1258) 55.44%, rgba(242, 156, 19, 0.103704) 59.63%, rgba(242, 156, 19, 0.0814963) 64.66%, rgba(242, 156, 19, 0.0596) 70.88%, rgba(242, 156, 19, 0.038437) 78.62%, rgba(242, 156, 19, 0.0184296) 88.21%, rgba(242, 156, 19, 0) 100%); */
  background: url("../../assets/img/nf.jpg");
  /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255)); */
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
  
}

.void .masknf:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	/* background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #f29c13 50%, rgba(60, 26, 229, 0) 100%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
}

.void .masknf:before {
  background-image: -moz-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  mix-blend-mode: overlay;
}


.void .masksc {
	position: absolute;
  opacity: 0.6;
  height: 92%;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	/* animation: pulseGlow 20s linear infinite alternate; */
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-image: radial-gradient(100% 100% at 100% 100%, rgba(242, 156, 19, 0.25) 0%, rgba(242, 156, 19, 0.247904) 11.79%, rgba(242, 156, 19, 0.241896) 21.38%, rgba(242, 156, 19, 0.2324) 29.12%, rgba(242, 156, 19, 0.219837) 35.34%, rgba(242, 156, 19, 0.20463) 40.37%, rgba(242, 156, 19, 0.1872) 44.56%, rgba(242, 156, 19, 0.16797) 48.24%, rgba(242, 156, 19, 0.147363) 51.76%, rgba(242, 156, 19, 0.1258) 55.44%, rgba(242, 156, 19, 0.103704) 59.63%, rgba(242, 156, 19, 0.0814963) 64.66%, rgba(242, 156, 19, 0.0596) 70.88%, rgba(242, 156, 19, 0.038437) 78.62%, rgba(242, 156, 19, 0.0184296) 88.21%, rgba(242, 156, 19, 0) 100%); */
  background: url("../../assets/img/sc.jpg");
  /* background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255)); */
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
  
}

.void .masksc:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	display: block;
	/* background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #f29c13 50%, rgba(60, 26, 229, 0) 100%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 47%);
}

.void .masksc:before {
  background-image: -moz-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(252, 227, 138) 0%, rgb(243, 129, 129) 100%);
  mix-blend-mode: overlay;
}



/* End */

/* start */


.container-2 {
  /* position: absolute; */

  	position: relative;
	left: calc(50% - 465px);
    display: flex;
}

.container-2 .card {
  display: flex;
  height: 254px;
  padding: 4px;
  width: 270px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0rem 0 1.3rem #f89401;
  /* margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  
}

.container-2 .card:not(:first-child) {
    margin-left: -50px;
}

.container-2 .card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

.container-2 .card:hover ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}

.container-2 .title {
  color: white;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 15px;
}

.container-2 .bar {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 5px;
  width: 150px;
}

.container-2 .emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}

.container-2 .filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0,154,217);
  background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgba(217,147,0,1) 65%, rgba(255,186,0,1) 100%);
  transition: 0.6s ease-out;
}

.container-2 .card:hover .filledbar {
  width: 120px;
  transition: 0.4s ease-out;
}

.container-2 .circle {
  position: absolute;
  top: 195px;
  /* left: calc(50% - 60px); */
}

.plybtn{
  margin-top: 2.5rem;
  position: inherit;
  margin-left: 3.1rem;
  font-size: 40px;
  color: #f99501;
}

.container-2 .stroke {
  stroke: #f99501;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out;
  opacity: 0.9;
}

.container-2 svg {
  fill: #17141d;
  stroke-width: 3px;
}

.container-2 .card:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}
/* end */




.wrapper0{
  width: 100%;
  overflow: hidden;
}

.wrapper0 .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper0:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}



/* start */
ul {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
}

.body-t {
  font-family: "Montserrat", sans-serif;
}
.body-t .testimonial {
  padding: 30px 0;
}
.body-t .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.body-t .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
.body-t .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: inherit;
  top: inherit;
  background-color: #f29c13;
  border-radius: 50%;
}
.body-t .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: inherit;
  background-color: #ebac46;
  border-radius: 50%;
}
.body-t .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
.body-t .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
.body-t .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
.body-t .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
.body-t .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 40%;
}
.body-t .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 115px;
  border-radius: 50%;
  right: -120px;
}
.body-t .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.body-t .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
.body-t .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
.body-t .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.body-t .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.body-t .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
.body-t .testimonial .row .tabs li figure {
  position: relative;
}
.body-t .testimonial .row .tabs li figure img {
  display: block;
}
.body-t .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #ffc107;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.body-t .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.body-t .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.body-t .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
.body-t .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.body-t .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
.body-t .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
.body-t .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.body-t .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {

  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Changa", sans-serif !important; 
  text-align: justify;

}
.body-t .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
	.body-t .testimonial .row .tabs {
    margin-right: 25px;
  }
}
/* end */


/* start */


.tim-container1{
	padding: 5px;
}

@media (max-width: 1440px){
    .reviews .main-wrapper{
        width: 100vw;
    }
}

.reviews .back-text{
    position: relative;
    z-index: -2000;
}


.reviews{
    margin-top: 1rem;
    overflow: hidden;
}

.reviews .reviews-title{
    text-align: center;
    margin-bottom: 7rem;
}

.reviews .reviews-title p{
    font-size: 5rem;
    color: white;
}

.reviews .reviews-card{
    display: grid;
    grid-template-columns: 1fr 480px;
    width: 781px;
}

@media (max-width: 425px){
    .reviews .reviews-card{
        grid-template-columns: 1fr;
        width: fit-content;
    }
}
.reviews .card-img1{
  width: 320px;
  border: 1px solid gray;
  height: fit-content;
  max-width: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
}

.reviews .card-title {
  font-family: "Changa", sans-serif !important;
}

.reviews .card-para {
  font-family: "Changa", sans-serif !important;
}

.reviews img{
	max-width: inherit;
}

.reviews .card-text{
    background-color: white;
    padding: 0.9rem 4rem; 
    overflow: hidden;
    font-family: "Changa", sans-serif !important;
}



.reviews .card-title p{
    font-weight: 800;
    font-size: 2rem;
    line-height: 105.52%;
}

.reviews .card-para{
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.reviews .card-author{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}


.reviews .reviews-row{
    display: flex;
    gap: 2rem;
}

@media (max-width: 425px){
    .reviews .card-title p{
        font-weight: 700;
        font-size: 1rem;
    }



   
    .reviews .reviews-row{
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
    }
    .reviews .reviews img{
        width: 70vw;
    }
}

.reviews .row-first, .reviews .row-third{
    animation: move-first 20s linear infinite;
    margin-bottom: 2rem;
}

.reviews .row-second{
    transform: translateX(-1000px);
    animation: move-second 20s linear infinite;
    margin-bottom: 2rem;
}


@media (max-width: 425px){
    .reviews .row-second, .reviews .row-third{
        display: none;
    }

    .reviews .row-first{
        animation: none;
    }
}

@keyframes move-first{
    50%{
        transform: translateX(-1000px);
    }
    100%{
        transform: translateX(0);
    }
}

@keyframes move-second{
    50%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-1000px);
    }
}

/* end */





.sign {
  font-family: "Changa", sans-serif !important;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #f3970d88,
    transparent
  );
  transform: translate(-48%, -45%);
  letter-spacing: 4px;
  left: 75%;
  top: 70%;
  font-size: 2.5rem;
  color: #f86031;
  text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #f5b657,
    -0.2rem 0.1rem 1rem #f5b657, 0.2rem 0.1rem 1rem #f5b657,
    0 -0.5rem 2rem #f5b657, 0 0.5rem 3rem #f5b657;
  animation: shine 2s forwards, flicker 3s infinite;
  z-index: 9;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #f86031;
    text-shadow: 0 0 0.6rem #f9a166, 0 0 1.5rem #f5b65797,
      -0.2rem 0.1rem 1rem #f5b657a0, 0.2rem 0.1rem 1rem #f5b65793,
      0 -0.5rem 2rem #f5b657ba, 0 0.5rem 3rem #f5b65790;
  }
  28%,
  33% {
    color: #f86031e2;
    text-shadow: none;
  }
  82%,
  97% {
    color: #e45e35e7;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #c59855;
    text-shadow: none;
  }
  100% {
    color: #f2ebe1;
    /* text-shadow: 0 0 0.6rem #f2ebe1, 0 0 1.5rem #f2ebe1,
      -0.2rem 0.1rem 1rem #f2ebe1, 0.2rem 0.1rem 1rem #f2ebe1,
      0 -0.5rem 2rem #f2ebe1, 0 0.5rem 3rem #f2ebe1; */
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}
