
          :root {
  --background-about: url("/public/assets/img/box.svg")
    white;
}
       body{
        background-image:none;
       }
       .tp-gallery-item {
    position: relative;
}
.top-margin{
    margin-top:150px;
}
.chart-card {
    padding: 15px;
}
.tp-gallery-item.playing {

 box-shadow: 0px 0px 30px 0px #6D02E5;

  transition: all 0.3s ease;
}
.icon-cards__content p {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}
.cover-class p span {
    display: inline-block;
    opacity: 1 !important;
     filter: inherit !important;
}
.video-title {
    position: absolute;
    bottom:100px;
    text-align:center;
    width:100%;
}
.video-title h4{
    text-transform:uppercase;
}
 .p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.tp-gallery-shape-1 {
    position: absolute;
      top: -2px;
    left: -30px;
    z-index: 999;
    right: -30px;
}
.tp-gallery-shape-1 .img-1 {
    display: none;
}
.tp-gallery-shape-1 .img-2 {
    display: block;
}
.tp-gallery-shape-2 {
    position: absolute;
    bottom: -1px;
    left: -30px;
    z-index: 2;
    right: -30px;
}
.tp-gallery-shape-2 .img-1 {
    display: none;
}
.tp-gallery-shape-2 .img-2 {
    display: block;
}
.tp-gallery-item video {
  cursor: pointer;
}

 .tp-gallery-slider-wrap {
      width: 100%;
      overflow:hidden;
      padding:0;
    }
 .tp-gallery-slider-wrap .swiper-slide{
    padding:0;
 }
    .tp-gallery-item video {
      width: 100%;
      height: 650px;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
    }

    .swiper-slide {
      padding: 10px;
    }

       .icon-cards {
  position: relative;
  width: 80vw;
  height: 40vw;
  max-width: 600px;
  max-height: 350px;
  margin: 50px auto;
  color: white;
  perspective: 1000px;
  transform-origin: center;
}
.icon-cards__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-30vw) rotateY(0);
  -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.icon-cards__content.step-animation {
  -webkit-animation: carousel 8s infinite steps(1) forwards;
          animation: carousel 8s infinite steps(1) forwards;
}
.icon-cards__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80vw;
  height: 40vw;
  max-width: 600px;
  max-height: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transform-origin: center;
}
.icon-cards__item:nth-child(1) {
 
  transform: rotateY(0) translateZ(35vw);
}
.icon-cards__item:nth-child(2) {
 
  transform: rotateY(120deg) translateZ(35vw);
}
.icon-cards__item:nth-child(3) {
  
  transform: rotateY(240deg) translateZ(35vw);
}

@-webkit-keyframes carousel {
  0%, 17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }
  27.5%, 45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%, 72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%, 100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}

@keyframes carousel {
  0%, 17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }
  27.5%, 45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%, 72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%, 100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
         a.pho-icon {
    position: fixed;
    bottom: 166px;
    right: 25px;
    z-index: 111;
    background: linear-gradient(180deg, #E30061 0%, #7C02D4 100%);
    border-radius: 100%;
    padding: 12px;
    font-size: 16px;
}
       .mt-40{
        margin-top:40px
       }
        .test-width {
            width: 70%;
            margin: 0 auto;
        }
        /* Variables */

.slider__screen {
    transform-style: flat;
}
/* Generic */
p.sec-para {
    margin-bottom: 0;
}
#us-about{
       padding-top: 20px;
}
.about__info1111 {
    padding-left: 0px;
}
.animate-txt h2 {
    margin-top: 0px;
    font-size: 90px;
    margin-bottom: 0;
    line-height:1;
      font-family: "Smooch Sans", sans-serif;
}
.animate-txt h4 {
    background: linear-gradient(90deg, #FB0045 0%, #7001E1 10%);
    -webkit-background-clip: text;
    background-clip: text;
     font-family: "Smooch Sans", sans-serif;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-size: 26px;
    text-transform: capitalize;
}
.animate-txt p span{
     background: linear-gradient(90deg, #FB0045 0%, #7001E1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin:0;
    -webkit-text-fill-color: transparent;
}
.animate-txt p {
    margin-top: 10px;
}
        .des-toggle.header-toggle .switches-container {
    width: 7.9em;
        }
        .switch-wrapper{
                width: 49% !important;
        }
.signup-button a {
    padding: 10px 20px;
    text-transform: uppercase;
}
        .testi-slider .slick-dots li.slick-active button {
            background: #ffe400;
        }

        .slick-dots li.slick-active button {
            color: #fff;
        }

        .testi-slider .slick-dots li button {
            background: #fff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
        }

        .card {
            position: sticky;
            top: 100px;
            height: var(--card-height);
            padding-top: calc(var(--index) * var(--card-top-offset));
            border-radius: 20px;
        }

        .bg-4B3563 {
            background: linear-gradient(173.2deg, #1C183A 6.71%, #221539 95.96%);
        }

        .bg-ecdeff {
            background: #ecdeff;
        }

        .cont-accor.third-card p {
            color: #000;
        }

        .cont-accor.third-card .ac-title {
            color: #000;
            font-size: 20px;
        }

        .cont-accor.third-card h5 {
            margin-top: 15px;
            color: #7300ff;
            font-size: 24px;
        }

        li.card.bg-4B3563 {
            border: 2px solid #4B3563;
        }

        .cont-accor.one-card p {
            color: #000;
            font-size: 16px;
        }

        .cont-accor.one-card .ac-title {
            color: #000;
            font-size: 20px;
            margin-bottom: 0;
        }

        .cont-accor.one-card h5 {
            margin-top: 15px;
        }

        .bg-ffdce7 {
            background: #ffdce7;
        }

        .card:nth-of-type(1) {
            --index: 1;
        }

        .card:nth-of-type(2) {
            --index: 2;
        }

        .card:nth-of-type(3) {
            --index: 3;
        }

        .card:nth-of-type(4) {
            --index: 4;
        }

        .card__content {
            transform-origin: 50% 0%;
            will-change: transform;
        }

        #cards {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 48px;
        }

        .card__content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;

            border-radius: 16px;
            box-shadow: var(--top-shadow);
        }

        @supports (animation-timeline: view()) {
            .card {
                --index0: calc(var(--index) - 1);
                --reverse-index: calc(var(--numcards) - var(--index0));
                --reverse-index0: calc(var(--reverse-index) - 1);
            }

            @keyframes  scale {
                to {
                    transform: scale(calc(1.05 - calc(0.05 * var(--reverse-index))));
                    left: 0px;
                    box-shadow: var(--bottom-shadow);
                }
            }

            #cards {
                --numcards: 4;
                view-timeline-name: --cards-element-scrolls-in-body;
            }

            .card__content {
                --start-range: calc(var(--index0) / var(--numcards) * 100%);
                --end-range: calc((var(--index)) / var(--numcards) * 100%);

                animation: linear scale forwards;
                animation-timeline: --cards-element-scrolls-in-body;
                animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
            }
        }


        ul.list-live li {
            line-height: 2;
            font-size: 17px;
            padding-left: 0;
        }

        ul.list-live {

            margin-bottom: 40px;

        }

        h1.live-text {
            font-weight: 100 !important;
            font-family: "Luckiest Guy", cursive;
            -webkit-font-smoothing: antialiased;
            letter-spacing: -4px;
        }

        .txt-liv {
            padding-right: 30px;
        }

        h1.live-text span {
            position: relative;
            top: 20px;
            display: inline-block;
            -webkit-animation: bounce 0.5s ease infinite alternate;
            font-size: 70px;
            /* color: #ff0063; */
            text-shadow: 0 1px 0 #ffaacb, 0 2px 0 #ffaacb, 0 3px 0 #ffaacb, 0 4px 0 #ffaacb,
                0 5px 0 #ffaacb, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
                0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
            font-family: "Luckiest Guy", cursive;
            -webkit-font-smoothing: antialiased;
            font-weight: 100 !important;
        }

        span.pink-clrr {
            color: #ff0063;
        }

        span.ylw-clrr {
            color: #ffe400;
        }

        span.pur-clrr {
            color: #6d02e5;
        }

        h1.live-text span:nth-child(2) {
            -webkit-animation-delay: 0.1s;
        }

        h1.live-text span:nth-child(3) {
            -webkit-animation-delay: 0.2s;
        }

        h1.live-text span:nth-child(4) {
            -webkit-animation-delay: 0.3s;
        }

        h1.live-text span:nth-child(5) {
            -webkit-animation-delay: 0.4s;
        }

        h1.live-text span:nth-child(6) {
            -webkit-animation-delay: 0.5s;
        }

        h1.live-text span:nth-child(7) {
            -webkit-animation-delay: 0.6s;
        }

        h1.live-text span:nth-child(8) {
            -webkit-animation-delay: 0.2s;
        }

        h1.live-text span:nth-child(9) {
            -webkit-animation-delay: 0.3s;
        }

        h1.live-text span:nth-child(10) {
            -webkit-animation-delay: 0.4s;
        }

        h1.live-text span:nth-child(11) {
            -webkit-animation-delay: 0.5s;
        }

        h1.live-textspan:nth-child(12) {
            -webkit-animation-delay: 0.6s;
        }

        h1.live-text span:nth-child(13) {
            -webkit-animation-delay: 0.7s;
        }

        h1.live-text span:nth-child(14) {
            -webkit-animation-delay: 0.8s;
        }

        h1.live-text span:nth-child(15) {
            -webkit-animation-delay: 0.9s;
        }

        h1.live-text span:nth-child(16) {
            -webkit-animation-delay: 1s;
        }

        h1.live-text span:nth-child(17) {
            -webkit-animation-delay: 1.1s;
        }

        h1.live-text span:nth-child(18) {
            -webkit-animation-delay: 1.2s;
        }

        /* ANIMATION */
        @-webkit-keyframes bounce {
            100% {
                top: -20px;
                text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
                    0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
                    0 50px 25px rgba(0, 0, 0, 0.2);
            }
        }

        #overlay {
            display: none;
        }

        .pop-img img {
            position: relative;
        }

        .pop-img button {
            position: absolute;
            top: 27px;
            background: #000;
            color: #fff;
            right: 5px;
            padding: 5px;
            border-radius: 100%;
        }

        .pop-img button svg {
            width: 8px;
        }

        .testimonials-two-content__quate {
            font-size: 50px;
            color: #DF0E0E;
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            line-height: .7;
        }

        .testimonials-two-content {
            text-align: center;
            margin-top: 40px;
        }

        .testimonials-two-content__title {
            margin-bottom: 2px;
        }

        .testimonials-two-content__designation {
            font-family: "Poppins", sans-serif;
            color: #DF0E0E;
            font-size: 16px;
        }

        .testimonials-two-content__desc {
            font-size: 21px;
            font-style: italic;
        }

        ul.testimonial-two-thumbs.testi-img.slick-initialized.slick-slider {
            display: none;
        }
       /* :root {
  --background: url("public/assets/img/box.svg")
    white;
} */

.containes {
  width: 224px;
  position: relative;
  transition: width 1s ease-in-out;
   z-index:111;
}


.containes.slide-out {
  animation: slideOut 1s ease-in-out forwards;
}

.cover {
  width: 270px;
  aspect-ratio: 1;
  background: var(--background-about);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 5px 7px 20px 0px rgb(8 6 24);
}
.disk {
  width: 270px;
  aspect-ratio: 1;
  background: black;
  border-radius: 50%;
  z-index: -3;
  overflow: hidden;
  border: 2px solid black;
  animation: rotate 10s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.innerDisk {
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--background-about);
  background-position: center;
  background-size: cover;
  border: 10px solid black;
  z-index: 5;
}
.innerMostDisk {
  width: 20px;
  aspect-ratio: 1;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
}
.highlightContainer {
  width: 220px;
  aspect-ratio: 1;
  animation: rotate 12s linear infinite reverse;
}
.highlight {
  position: absolute;
  width: 110px;
  aspect-ratio: 1;
  background: gray;
  opacity: 0.5;
  z-index: -1;
  filter: blur(25px);
}
.highlight2 {
  top: 50%;
  left: 50%;
}
.lighterHighlight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 220px;
  aspect-ratio: 15/1;
  background: white;
  opacity: 0.3;
  filter: blur(10px);
}
.line {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid black;
  opacity: 0.4;
}
.line:nth-child(1) {
  width: 165px;
}
.line:nth-child(2) {
  width: 130px;
  border: 1px solid black;
}
@keyframes  rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes  slideOut {
  100% {
    width: 480px;
  }
}
        @media(max-width:600px) {
            .test-width {
                width: 90%;
            }
            .courses-img img {
        width: 55px;
            }
            .couse-tit.two-list {
    top: 23%;
}
            .containes.slide-out {
    margin-bottom: 25px;
    margin-top: 20px;
}
           @keyframes  slideOut {
  100% {
    width: 350px;
  } 
  .about__info1111 {
    padding-left: 00px;
}
           }
        }
         @media(max-width:500px) {
             .cover {
    width: 180px;
  }
  .disk {
    width: 180px;
           }
  @keyframes  slideOut {
  100% {
    width: 320px;
  } 
 
  }
         }
         @media(max-width:400px) {
              .cover {
    width: 150px;
  }
  .disk {
    width: 150px;
           }
  @keyframes  slideOut {
  100% {
    width: 260px;
  } 

  }
         }
         .switch {
    transform-style: flat;
}
         .linesContainer {
    transform-style: flat;
}
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transform-style: preserve-3d;
}
h5.class-online {
    font-size: 43px;
    width: 100%;
    margin-bottom: 25px;
}
         .main11 {
  width: 100%;
  height: 350px;
   
    padding: 40px;
  position: relative;
  border-radius:10%
}
@media (max-width: 800px) {
  .main11 {
    transform: scale(0.7);
  }
}
@media (max-width: 700px) {
  .main11 {
    transform: scale(0.6);
  }
}
@media (max-width: 500px) {
  .main11 {
    transform: scale(0.5);
  }
  .main11 {
    display: none;
}
}
@media (max-width: 400px) {
  .main11 {
    transform: scale(0.3);
  }
}

/*Base*/
.face-keyboard,
.face-key {
  position: absolute;
}

.keyboard {
  position: relative;
  left: 28%;
  top: 10%;
  transform-origin: bottom left;
  transform: perspective(10000px) rotateY(-16deg) rotateX(66deg) rotateZ(37deg);
  /**/
  /**/
}
.keyboard__front {
  width: 100%;
  height: 220px;
  transform: rotateY(0deg) translateZ(15px);
  background-color: #3F3B43;
}
.keyboard__back {
  width: 80%;
  height: 100px;
  transform: rotateY(180deg) translateZ(13px);
  background-color: #151514;
  /* box-shadow: 0px 25px 0 #6E68C5, -40px 5px 0 #6E68C5, -40px 25px 0 #6E68C5; */
}
.keyboard__right {
    width: 30px;
    height: 220px;
    transform: rotateY(90deg) translateZ(590px);
    background-image: linear-gradient(to right, #1A191C 50%, #151514 50%);
}
.keyboard__left {
  width: 30px;
  height: 220px;
  transform: rotateY(-90deg) translateZ(15px);
  background-image: linear-gradient(to right, #1A191C 50%, #151514 50%);
}
.keyboard__top {
  width: 100%;
  height: 30px;
  transform: rotateX(90deg) translateZ(15px);
  background-color: #3F3B43;
}
.keyboard__bottom {
    width: 101%;
    height: 30px;
    transform: rotateX(-90deg) translateZ(205px);
    background-image: linear-gradient(to bottom, #1A191C 50%, #151514 50%);
}
.keyboard__f-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  width:100%;
  height: 100px;
  margin-top: 10px;
  border-bottom: 20px solid #2A2631;
  transform: translateZ(5px) rotateX(-6deg) rotateZ(0.9deg);
  background-color: #3F3B43;
}
.keyboard__led {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 110px;
  height: 42px;
  background-color: #3CFBFE;
  border-top: 10px solid #151514;
  border-left: 10px solid #151514;
  box-shadow: inset 8px 8px 0 #00A6D1;
}
.keyboard__line {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  padding: 0 1px;
  transform: rotateZ(180deg);
  overflow: hidden;
}
.keyboard__line:nth-of-type(1) {
  animation: line 1s ease-in alternate infinite 0.1s;
}
.keyboard__line:nth-of-type(2) {
  animation: line 1s ease-in alternate infinite 0.2s;
}
.keyboard__line:nth-of-type(3) {
  animation: line 1s ease-in alternate infinite 0.3s;
}
.keyboard__line:nth-of-type(4) {
  animation: line 1s ease-in alternate infinite 0.4s;
}
.keyboard__line:nth-of-type(5) {
  animation: line 1s ease-in alternate infinite 0.5s;
}
.keyboard__line:nth-of-type(6) {
  animation: line 1s ease-in alternate infinite 0.6s;
}
.keyboard__line:nth-of-type(7) {
  animation: line 1s ease-in alternate infinite 0.7s;
}
.keyboard__line:nth-of-type(8) {
  animation: line 1s ease-in alternate infinite 0.8s;
}
.keyboard__line:nth-of-type(9) {
  animation: line 1s ease-in alternate infinite 0.9s;
}
.keyboard__line:nth-of-type(10) {
  animation: line 1s ease-in alternate infinite 1s;
}
.keyboard__dot {
  height: 6px;
  width: 6px;
  flex-shrink: 0;
  background-color: rgba(21, 21, 20, 0.3);
}
.keyboard__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60px;
  height: 80px;
  margin: 0 40px;
  padding: 5px 0;
}
.keyboard__button {
  height: 20px;
  width: 20px;
  margin: 0 3px;
  box-shadow: 4px 4px 0 #151514;
  background-color: #3CFBFE;
}
.keyboard__button:nth-of-type(2) {
  animation: button-1 1s infinite;
}
.keyboard__button:nth-of-type(3) {
  animation: button-1 2s infinite reverse;
}
.keyboard__button:nth-of-type(5) {
  animation: button-2 2s infinite;
}
.keyboard__button:nth-of-type(6) {
  animation: button-3 1.5s infinite;
}
.keyboard__speaker {
  width: 70px;
  height: 70px;
  background-color: #1A191C;
  border-radius: 50%;
  margin-bottom: 5px;
  background-image: radial-gradient(#1A191C 3px, transparent 3px);
  background-color: #3F3B43;
  background-position: 0 0, 4px 4px;
  background-size: 10px 10px;
}
.keyboard__f-bottom {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 98%;
  height: 96px;
  margin: 0 auto;
  padding-top: 1px;
  background-color: #FFFFFF;
}

.key {
  position: relative;
  width: 30px;
  z-index: 1000;
}
.key:nth-of-type(1) {
  animation: key-down-white 0.5s infinite alternate 0.0666666667s;
}
.key:nth-of-type(2) {
  animation: key-down-white 0.5s infinite alternate 0.1333333333s;
}
.key:nth-of-type(3) {
  animation: key-down-white 0.5s infinite alternate 0.2s;
}
.key:nth-of-type(4) {
  animation: key-down-white 0.5s infinite alternate 0.2666666667s;
}
.key:nth-of-type(5) {
  animation: key-down-white 0.5s infinite alternate 0.3333333333s;
}
.key:nth-of-type(6) {
  animation: key-down-white 0.5s infinite alternate 0.4s;
}
.key:nth-of-type(7) {
  animation: key-down-white 0.5s infinite alternate 0.4666666667s;
}
.key:nth-of-type(8) {
  animation: key-down-white 0.5s infinite alternate 0.5333333333s;
}
.key:nth-of-type(9) {
  animation: key-down-white 0.5s infinite alternate 0.6s;
}
.key:nth-of-type(10) {
  animation: key-down-white 0.5s infinite alternate 0.6666666667s;
}
.key:nth-of-type(11) {
  animation: key-down-white 0.5s infinite alternate 0.7333333333s;
}
.key:nth-of-type(12) {
  animation: key-down-white 0.5s infinite alternate 0.8s;
}
.key:nth-of-type(13) {
  animation: key-down-white 0.5s infinite alternate 0.8666666667s;
}
.key:nth-of-type(14) {
  animation: key-down-white 0.5s infinite alternate 0.9333333333s;
}
.key:nth-of-type(15) {
  animation: key-down-white 0.5s infinite alternate 1s;
}
.key:nth-of-type(16) {
  animation: key-down-white 0.5s infinite alternate 1.0666666667s;
}
.key:nth-of-type(17) {
  animation: key-down-white 0.5s infinite alternate 1.1333333333s;
}
.key:nth-of-type(18) {
  animation: key-down-white 0.5s infinite alternate 1.2s;
}
.key:nth-of-type(19) {
  animation: key-down-white 0.5s infinite alternate 1.2666666667s;
}
.key:nth-of-type(20) {
  animation: key-down-white 0.5s infinite alternate 1.3333333333s;
}
.key:nth-of-type(21) {
  animation: key-down-white 0.5s infinite alternate 1.4s;
}
.key__front {
  width: 30px;
  height: 105px;
  transform: rotateY(0deg) translateZ(2px);
  background-color: #FFFFFF;
}
.key__front-1 {
  animation: key-down-color 0.5s infinite alternate 0.0666666667s;
}
.key__front-2 {
  animation: key-down-color 0.5s infinite alternate 0.1333333333s;
}
.key__front-3 {
  animation: key-down-color 0.5s infinite alternate 0.2s;
}
.key__front-4 {
  animation: key-down-color 0.5s infinite alternate 0.2666666667s;
}
.key__front-5 {
  animation: key-down-color 0.5s infinite alternate 0.3333333333s;
}
.key__front-6 {
  animation: key-down-color 0.5s infinite alternate 0.4s;
}
.key__front-7 {
  animation: key-down-color 0.5s infinite alternate 0.4666666667s;
}
.key__front-8 {
  animation: key-down-color 0.5s infinite alternate 0.5333333333s;
}
.key__front-9 {
  animation: key-down-color 0.5s infinite alternate 0.6s;
}
.key__front-10 {
  animation: key-down-color 0.5s infinite alternate 0.6666666667s;
}
.key__front-11 {
  animation: key-down-color 0.5s infinite alternate 0.7333333333s;
}
.key__front-12 {
  animation: key-down-color 0.5s infinite alternate 0.8s;
}
.key__front-13 {
  animation: key-down-color 0.5s infinite alternate 0.8666666667s;
}
.key__front-14 {
  animation: key-down-color 0.5s infinite alternate 0.9333333333s;
}
.key__front-15 {
  animation: key-down-color 0.5s infinite alternate 1s;
}
.key__front-16 {
  animation: key-down-color 0.5s infinite alternate 1.0666666667s;
}
.key__front-17 {
  animation: key-down-color 0.5s infinite alternate 1.1333333333s;
}
.key__front-18 {
  animation: key-down-color 0.5s infinite alternate 1.2s;
}
.key__front-19 {
  animation: key-down-color 0.5s infinite alternate 1.2666666667s;
}
.key__front-20 {
  animation: key-down-color 0.5s infinite alternate 1.3333333333s;
}
.key__front-21 {
  animation: key-down-color 0.5s infinite alternate 1.4s;
}
.key__back {
  width: 30px;
  height: 100px;
  transform: rotateY(180deg) translateZ(2px);
  background-color: #B2B3D2;
}
.key__right {
  width: 4px;
  height: 90px;
  transform: rotateY(90deg) translateZ(28px);
  background-color: #B2B3D2;
}
.key__left {
  width: 4px;
  height: 90px;
  transform: rotateY(-90deg) translateZ(2px);
  background-color: #FFFFFF;
}
.key__top {
  width: 30px;
  height: 4px;
  transform: rotateX(90deg) translateZ(2px);
  background-color: #B2B3D2;
}
.key__bottom {
  width: 30px;
  height: 0px;
  transform: rotateX(-90deg) translateZ(107px);
  background-color: #B2B3D2;
  border-left: 1px solid #2A2631;
}
.key--black {
  position: absolute;
  transform: translateZ(8px);
  border-bottom: none;
  z-index: 2000;
}
.key--black-1 {
  left: 15px;
}
.key--black-2 {
  left: 50px;
}
.key--black-3 {
  left: 110px;
}
.key--black-4 {
  left: 140px;
}
.key--black-5 {
  left: 170px;
}
.key--black-6 {
  left: 230px;
}
.key--black-7 {
  left: 260px;
}
.key--black-8 {
  left: 320px;
}
.key--black-9 {
  left: 350px;
}
.key--black-10 {
  left: 380px;
}
.key--black-11 {
  left: 440px;
}
.key--black-12 {
  left: 470px;
}
.key--black-13 {
  left: 530px;
}
.key--black-14 {
  left: 560px;
}
.key--black-1 {
  animation: key-down-black 0.5s infinite alternate 0.0666666667s;
}
.key--black-2 {
  animation: key-down-black 0.5s infinite alternate 0.1333333333s;
}
.key--black-3 {
  animation: key-down-black 0.5s infinite alternate 0.2s;
}
.key--black-4 {
  animation: key-down-black 0.5s infinite alternate 0.2666666667s;
}
.key--black-5 {
  animation: key-down-black 0.5s infinite alternate 0.3333333333s;
}
.key--black-6 {
  animation: key-down-black 0.5s infinite alternate 0.4s;
}
.key--black-7 {
  animation: key-down-black 0.5s infinite alternate 0.4666666667s;
}
.key--black-8 {
  animation: key-down-black 0.5s infinite alternate 0.5333333333s;
}
.key--black-9 {
  animation: key-down-black 0.5s infinite alternate 0.6s;
}
.key--black-10 {
  animation: key-down-black 0.5s infinite alternate 0.6666666667s;
}
.key--black-11 {
  animation: key-down-black 0.5s infinite alternate 0.7333333333s;
}
.key--black-12 {
  animation: key-down-black 0.5s infinite alternate 0.8s;
}
.key--black-13 {
  animation: key-down-black 0.5s infinite alternate 0.8666666667s;
}
.key--black-14 {
  animation: key-down-black 0.5s infinite alternate 0.9333333333s;
}
.key--black-15 {
  animation: key-down-black 0.5s infinite alternate 1s;
}
.key--black .key__front {
  width: 20px;
  height: 70px;
  transform: rotateY(0deg) translateZ(3px);
  background-color: #3F3B43;
  border-right: none;
}
.key--black .key__back {
  width: 20px;
  height: 70px;
  transform: rotateY(180deg) translateZ(3px);
  background-color: #2A2631;
}
.key--black .key__right {
  width: 6px;
  height: 70px;
  transform: rotateY(90deg) translateZ(16px);
  background-color: #1A191C;
  border-bottom: none;
}
.key--black .key__left {
  width: 6px;
  height: 70px;
  transform: rotateY(-90deg) translateZ(3px);
  background-color: #3F3B43;
}
.key--black .key__top {
  width: 20px;
  height: 6px;
  transform: rotateX(90deg) translateZ(3px);
  background-color: #3F3B43;
}
.key--black .key__bottom {
  width: 20px;
  height: 6px;
  transform: rotateX(-90deg) translateZ(67px);
  background-color: #1A191C;
}

/**/
@keyframes  key-down-color {
  0% {
    background-color: #88fdfe;
  }
  30%, 100% {
    background-color: #FFFFFF;
  }
}
@keyframes  key-down-white {
  0% {
    transform: translateZ(0px) rotateX(-1deg);
    transform-origin: center;
  }
  30%, 100% {
    transform: translateZ(3px) rotateX(0deg);
    transform-origin: center;
  }
}
@keyframes  key-down-black {
  0% {
    transform-origin: center;
    transform: translateZ(9px);
  }
  30%, 100% {
    transform: translateZ(8px);
    transform-origin: center;
  }
}
@keyframes  line {
  0%, 100% {
    height: 60%;
  }
  24% {
    height: 80%;
  }
  25%, 30% {
    height: 85%;
  }
  55%, 60% {
    height: 65%;
  }
  61%, 65% {
    height: 90%;
  }
  80%, 82% {
    height: 50%;
  }
  83%, 90% {
    height: 40%;
  }
  95% {
    height: 40%;
  }
}
@keyframes  button-1 {
  0% {
    background-color: #3CFBFE;
  }
  50%, 100% {
    background-color: #B8ACFB;
  }
}
@keyframes  button-2 {
  0%, 40% {
    background-color: #FFA862;
  }
  50%, 100% {
    background-color: #3CFBFE;
  }
}
@keyframes  button-3 {
  0%, 40% {
    background-color: #00D27F;
  }
  50%, 100% {
    background-color: #3CFBFE;
  }
}


//course
 .list-data h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}
.pt-50{
    padding-top:50px;
}
.item-desc h3 {
    text-transform: uppercase;
}
h2.price-from {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #ffe400;
    text-transform: capitalize;
}
.game-section .owl-theme .owl-dots {
    display: none;
}


.game-section .owl-theme .owl-nav.disabled {
    display: none;
}
.game-section .owl-theme .owl-nav {
    display: none;
}
.img-lice img {
    width: 70%;
    margin-top: 10px;
}
.form-group-form p {
    margin-top: 7px;
    font-size: 13px;
}
.des-plan-det h6 span {
    color: #fff;
    font-size: 15px;
}
    .list-data ul li i {
    padding-right: 8px;
}
    .plan-des {
    border: 1px solid #B5AAFF;
    height: 100%;
    border-radius: 23px;
    box-shadow: 4px 4px 4px 0px #00000040;
   
}
.list-data ul li {
    line-height: 2.7;
    color: #fff;
    font-size: 15px;
}
.list-data {
    padding: 30px;
}
.des-plan-det {
    border-bottom: 1px solid #ccc;
    padding: 30px;
    background: #080618;
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.des-plan-det h6 {
   
    text-transform: capitalize;
    margin-bottom: 0;
}
.des-plan-det h5 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
    .card-img-found h5 {
    margin-top: 20px;
    text-align: center;
        margin-bottom: 0;
}
.get-recom h6 {
    font-size: 20px;
    line-height: 1.7;
}

.get-recom h2 {
    font-size: 40px;
}
    .page-ses {
        text-align: center;
    }
    .found-card {
        margin-top: 30px;
        background: #121021;
        padding: 30px;
        box-shadow: 5px 7px 5.7px 3px #0000001c;
        border-radius: 20px;
    }
    .form-group-form input {
        width: 100%;
    }

    .form-group-form select {
        width: 100%;
    }
    .page-ses h3 {
        font-size: 48px;
        text-transform: capitalize;
    }
.card-img-found h5 {
    margin-top: 20px;
    text-align: center;
}

.sess-form h6 {
    font-size: 20px;
        margin-bottom: 10px;
}

.form-group-form {
    margin-top: 30px;
}
.form-group-form .nice-select.form-control ul {
    width: 100%;
    color: #000;
}
.form-group-form label {
    margin-bottom: 10px;
        font-size: 14px;
        display:none;
}
.form-group-form .nice-select.form-control {
    background: #1e1c2c;
    border: 1px solid #808080;
    padding: 0 10px;
    border-radius: 10px;
    color: #a1a1b9;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-group-form input {
    background: #1e1c2c;
    border: 1px solid #a5a4ab;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
    .page-ses h6 {
        font-size: 23px;
    }
.sess-form h6 {
    font-size: 22px;
}
    .page-ses h6 span {
        color: #e5005f;
        text-transform: uppercase;
    }
    .live-ses h3 {
        text-transform: capitalize;
        margin-bottom: 5px;
    }
    a.learn-btn {
        width: inherit !important;
    }
    ul.list-desi.sec-slide li {
        line-height: 2;
    }

    ul.list-desi.sec-slide p {
        margin-bottom: 10px;
    }

    ul.list-desi.sec-slide li img {
        width: 20px;
        margin-right: 10px;
    }

    ul.list-desi.sec-slide li {
        font-size: 16px;
    }

    ul.list-desi.sec-slide p {
        font-size: 16px;
        font-weight: 400;
    }

  .card-course {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.card-course:hover img {
    transform: scale(1.1);
}
.card-course img {
    border-radius: 20px;
    width: 100%;
    height: 430px;
        transition: transform 0.4s ease;
    object-fit: cover;
}
.detail-card {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.detail-card h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.detail-card a {
    border: 1px solid #FFFFFF;
    background: linear-gradient(90deg, #EF0153 0%, #7302DE 100%);
    box-shadow: 3px 2px 31px 1px #00000082;
    padding: 10px 20px;
    border-radius: 100px;
}

    .img-lice {
        padding-right: 20px;
    }

    #ex {
        text-align: center;
        background-image: url("public/assets/img/bg-live.webp");

        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 120px 0;
    }

    div#ex h2 {
        font-size: 40px;
    }
a.learn-btn-1 {
        margin-top: 15px;
    background: linear-gradient(to right, #ff0042, #6d02e5, #ff0042, #ff0042);
    padding: 12px 18px;
    border-radius: 23px;
    font-size: 16px;
    width: 100% !important;
    color: #fff;
    background-size: 300% 100%;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    text-align: center;
    text-transform:capitalize;
}
a.learn-btn-1:hover{
    color: white;
    background-position: 100% 100%;
}
.slick-slider {
    margin-bottom: 0;
}
    @media(max-width:515px) {
        .live-ses {
            margin-top: 25px;
        }

        .img-lice {
            padding-right: 0;
        }
        .card-img-found {
    display: none;
}
.country-code {
    width: 43%;
}

.whats-num {
    width: 57%;
}
.form-group-form input {
    font-size: 12px;
}
.form-group-form .nice-select.form-control {
    font-size: 12px;
}
.img-lice img {
    width: 100%;
    margin-bottom: 30px;
}
    }
    
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 420px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 90px));
  -webkit-transform: translateY(calc(100% - 90px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.slick-slide {
    height: inherit;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {


  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
@media (max-width: 1366px) {
    .game-section .item.active {
    width: 400px;
}
 .tp-gallery-item video {
      width: 100%;
      height: 450px;
 }
.game-section .item{
    width: 320px;
}
.video-title{
    bottom:60px;
}
}
@media (max-width: 1199px) {
    .game-section .item.active {
    width: 380px;
}
.game-section .item{
    width: 320px;
}
}
@media (max-width: 767px) {
 .page-ses h3 {
    font-size: 28px;
 }
 .music-about{
margin-top:70px;
 }
 .chart-card {
    padding: 10px;
    margin-bottom:20px;
}
 .icon-cards {
    margin-bottom: 70px;
}
  .line-title {
    width: 250px;
  }
.chart-card.__web-inspector-hide-shortcut__ {
    height: 100%;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    background: white;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}



li.slick-active button {
    background: #869791;
}


  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 0px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height:350px;
  }
  .game-section .item.active {
    width: 300px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
@media (max-width: 500px) {
    .game-section .item.active {
    width:360px;
     height:400px;
    }
    .game-section .owl-theme .owl-dots {
    display: block;
}
     .game-section .item {
         width:360px;
     height:400px;
     }
}
@media (max-width: 380px) {
      .game-section .item.active {
    width:300px;
     height:400px;
    }
    .game-section .item {
         width:300px;
     height:400px;
     }
}
   
