/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/audioplayer.css);
@import url(css/one-music-icon.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family: "Archivo Narrow", sans-serif;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }
  

  #about-me {
        
    background: linear-gradient(to bottom, #e6e5e5 0%, #000000 100%);
    outline: 1px solid rgb(0, 0, 0) !important;
    height: 130vh !important;

}
  #about-me .row {
    display: flex;
    flex-wrap: wrap;
}
#about-me .row.justify-content-center {
  display: flex !important;        /* force flex */
  flex-wrap: wrap !important;      /* allow wrapping on small screens */
  align-items: center !important;  /* vertical alignment */
  gap: 20px !important;            /* space between them */
}

#about-me .particlehead,
#about-me .ablums-text {
  flex: 1 !important;              /* each takes equal width */
  min-width: 300px !important;     /* prevent too narrow on small screens */
}


#about-me .section-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#about-me .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#about-me .particlehead {
    position: relative;
            width: 100%;
            height: 60vh; /* Make it full height */
            padding-top: 40px; /* Add padding to the top */
            padding-right: 0px;;
            box-sizing: border-box; 
}
.particlehead {
  transform: translate(-20% , -20%) !important;  
}

#about-me .ablums-text {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.ablums-text p {
  color: #ffffff !important; /* red text */
}




@media (max-width: 992px) {
    #about-me .row {
        flex-direction: column;
    }

    #about-me .particlehead, #about-me .content {
        width: 100%;
        height: auto;
    }
}


 /* Footer css */
  #hacker-footer {
  position: relative;
  width: 100%;
  background: #000; /* pure black */
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 30px 0; }


.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.social-icons {
  display: flex;
  gap: 2rem;
}

.logo {
  font-size: 1.8rem;
  position: relative;
  color: inherit;
  transition: all 0.3s ease;
}

/* Colorful glitch effect on hover */
.logo:hover {
  animation: glitch-color 0.6s infinite;
}

@keyframes glitch-color {
  0% {
    text-shadow: 2px 0 #ff00ff, -2px 0 #00ffff;
    transform: translate(0,0);
  }
  20% {
    text-shadow: -2px 0 #ff00ff, 2px 0 #00ffff;
    transform: translate(-1px,1px);
  }
  40% {
    text-shadow: 2px 0 #ff00ff, -2px 0 #00ffff;
    transform: translate(1px,-1px);
  }
  60% {
    text-shadow: -2px 0 #ff00ff, 2px 0 #00ffff;
    transform: translate(-1px,-1px);
  }
  80% {
    text-shadow: 2px 0 #ff00ff, -2px 0 #00ffff;
    transform: translate(1px,1px);
  }
  100% {
    text-shadow: 2px 0 #ff00ff, -2px 0 #00ffff;
    transform: translate(0,0);
  }
}

/* Original brand colors */
.github { color: #ffffff; }
.linkedin { color: #0077B5; }
/* Twitter gradient text */
.twitter {
  color: #6529ef;
  background: #1da1f2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Instagram gradient text */
.instagram {
  color: #e1306c;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.email { color: #D44638; }
.linktree { color: #06C755; }

#hacker-footer p {
  font-family: 'Orbitron', sans-serif;
  color: #0f0;
  font-size: 0.9rem;
  text-shadow: 0 0 8px #0f0;
  margin: 0;
}



/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  text-align: center; }
  .section-heading p {
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 5px; }
  .section-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        letter-spacing: 5px; } }
  .section-heading.white h2 {
    color: #fff; }
  .section-heading.style-2 p {
    font-size: 16px; }
  .section-heading.style-2 h2 {
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .section-heading.style-2 h2 {
        font-size: 24px; } }

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    width: fit-content;
  font-size: 17px;
  font-family: Cursive;
  line-height: 1.4;
  font-weight: bold;
  padding: 30px 2px 50px;
  background: linear-gradient(#ffffff 0 0) 0 0/100% 100% content-box padding-box no-repeat; 
  position: relative;
  overflow: hidden;
  animation: l10-0 2s infinite cubic-bezier(1,175,.5,175);
  }
  .lds-ellipsis::before {
    content:"Loading";
    display:inline-block;
    animation: l10-2 2s infinite;
  }
  .lds-ellipsis::after {
    content:"";
    position: absolute;
    width: 34px;
    height: 28px;
    top: 110%;
    left: calc(50% - 16px);
    background:
      linear-gradient(90deg,#0000 12px,#f92033 0 22px,#0000 0 26px,#fdc98d 0 32px,#0000) bottom 26px left 50%,
      linear-gradient(90deg,#0000 10px,#f92033 0 28px,#fdc98d 0 32px,#0000 0) bottom 24px  left 50%,
      linear-gradient(90deg,#0000 10px,#643700 0 16px,#fdc98d 0 20px,#000 0 22px,#fdc98d 0 24px,#000 0 26px,#f92033 0 32px,#0000 0) bottom 22px left 50%,
      linear-gradient(90deg,#0000 8px,#643700 0 10px,#fdc98d 0 12px,#643700 0 14px,#fdc98d 0 20px,#000 0 22px,#fdc98d 0 28px,#f92033 0 32px,#0000 0) bottom 20px left 50%,
      linear-gradient(90deg,#0000 8px,#643700 0 10px,#fdc98d 0 12px,#643700 0 16px,#fdc98d 0 22px,#000 0 24px,#fdc98d 0 30px,#f92033 0 32px,#0000 0) bottom 18px left 50%,
      linear-gradient(90deg,#0000 8px,#643700 0 12px,#fdc98d 0 20px,#000 0 28px,#f92033 0 30px,#0000 0) bottom 16px left 50%,
      linear-gradient(90deg,#0000 12px,#fdc98d 0 26px,#f92033 0 30px,#0000 0) bottom 14px left 50%,
      linear-gradient(90deg,#fdc98d 6px,#f92033 0 14px,#222a87 0 16px,#f92033 0 22px,#222a87 0 24px,#f92033 0 28px,#0000 0 32px,#643700 0) bottom 12px left 50%,
      linear-gradient(90deg,#fdc98d 6px,#f92033 0 16px,#222a87 0 18px,#f92033 0 24px,#f92033 0 26px,#0000 0 30px,#643700 0) bottom 10px left 50%,
      linear-gradient(90deg,#0000 10px,#f92033 0 16px,#222a87 0 24px,#feee49 0 26px,#222a87 0 30px, #643700 0) bottom 8px left 50%,
      linear-gradient(90deg,#0000 12px,#222a87 0 18px,#feee49 0 20px,#222a87 0 30px,#643700 0) bottom 6px left 50%,
      linear-gradient(90deg,#0000 8px,#643700 0 12px,#222a87 0 30px,#643700 0) bottom 4px left 50%,
      linear-gradient(90deg,#0000 6px,#643700 0 14px,#222a87 0 26px,#0000 0) bottom 2px left 50%,
      linear-gradient(90deg,#0000 6px,#643700 0 10px,#0000 0 ) bottom 0px left 50%;
    background-size: 34px 2px;
    background-repeat: no-repeat;
    animation: inherit;
    animation-name: l10-1;
  }
  @keyframes l10-0{
    0%,30%   { background-position: 0 0px }
    50%,100% { background-position: 0 -0.1px }
  }
  @keyframes l10-1{
    50%,100% { top:109.5% };
  }
  @keyframes l10-2{
    0%,30%   { transform:translateY(0); }
    80%,100% { transform:translateY(-260%); }
  }


/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f5f9fa; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.custom-row {

  display: flex;
    flex-wrap: wrap;
    gap: 150px;

}

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp 
#scrollUp {
  background-color: #000000;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 1px 5px 2px rgba(149, 0, 255, 0.15); }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 30px;
      bottom: 30px; } }
  #scrollUp:hover {
    background-color: #fff;
    color: #232323; }
*/
/* :: 3.8.0 oneMusic Button */
.oneMusic-btn {
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 212px;
  height: 49px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  text-transform: capitalize; }
  .oneMusic-btn i {
    margin-left: 5px; }
  .oneMusic-btn:hover, .oneMusic-btn:focus {
    font-size: 16px;
    font-weight: 700;
    background-color: #000000;
    color: #fff; }
  .oneMusic-btn.btn-2 {
    background-color: #000000;
    color: #fff; }
    .oneMusic-btn.btn-2:hover, .oneMusic-btn.btn-2:focus {
      background-color: #fff;
      color: #232323; }



/* :: 4.0 Header Area CSS */
.header-area {
  
  position: fixed;
  z-index: 1000;
  width: 90%;
  color: rgb(0, 0, 0);
  left: 50%;                     /* position middle horizontally */
    transform: translateX(-50%);   /* shift it back by half its width */
 
transition: color 0.3s ease, background-color 0.3s ease;
 }
 .header-area a {
  color: white; /* default */
  transition: color 0.3s ease;
}

.header-area.light a {
  color: black; /* when background is light */
}

  .header-area .oneMusic-main-menu {
      top: 20px;
   position: fixed;
  width: 90% !important;                     /* make it narrower so it "pops out" */
  margin: 0 auto;                 /* center horizontally */
  height: 85px;
  left: 50%;                     /* position middle horizontally */
    transform: translateX(-50%);   /* shift it back by half its width */

  background: rgba(255, 255, 255, 0.15); /* transparent glass */
  backdrop-filter: blur(12px);    /* glass blur effect */
  -webkit-backdrop-filter: blur(12px); /* safari support */
  border-radius: 25px;            /* circular edges */
  border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); /* soft floating shadow */
  transition: height 0.35s cubic-bezier(0.25,1,0.5,1),
  background 0.6s ease,
  backdrop-filter 0.6s ease,
  box-shadow 0.45s cubic-bezier(0.4,0,0.2,1),
   border-radius 0.35s ease; ;      /* smooth animation */ }
   
    .header-area .oneMusic-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .oneMusic-main-menu .classy-navbar {
      background-color: transparent;
      height: 85px;
      padding: 0; }
     
     
  /* Transition animation For the transparent Depth. Transition between the sticky and non sticky. */    
  .header-area .oneMusic-main-menu {
    transition:
    height 0.35s cubic-bezier(0.25, 1, 0.5, 1),   /* smooth ease-out */
    top 0.35s cubic-bezier(0.25, 1, 0.5, 1),      /* slide nicely */
    background 0.6s ease,                         /* gentle fade */
    backdrop-filter 0.6s ease,                    /* glass blur fade */
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1); /* soft shadow */
  }

  

.classy-navbar .nav-brand {
  max-width: 130px; }


.classycloseIcon .cross-wrap span {
  background: #ffffff; }

    @media only screen and (max-width: 767px) {
      .header-area .is-sticky .oneMusic-main-menu {
        height: 70px; } }


/* Mobile breakpoint */




  
/* :: 5.0 Hero Slides Area */
.particlehead {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Puts the particle background behind other content */
}
.hero-area{
  position: relative;
  z-index: 1; }

.single-hero-slide2 {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide2 {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide2 {
      height: 650px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide2 {
      height: 500px; } }
  .single-hero-slide2::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    content: ''; }
  .single-hero-slide2 .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .single-hero-slide2 .hero-slides-content2 {
    display: inline-block;
    width: 100%; }
    .single-hero-slide2 .hero-slides-content2 h6 {
      font-size: 18px;
      color: #fff;
      letter-spacing: 20px;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .single-hero-slide2 .hero-slides-content2 h6 {
          letter-spacing: 5px; } }
    .single-hero-slide2 .hero-slides-content2 h2 {
      position: relative;
      z-index: 1;
      font-size: 60px;
          /* Gradient inside text */
          color: #ffd700;

      margin-bottom: 0;
      font-weight: 900;
      display: block;
      text-transform: capitalize;
      letter-spacing: 30px;
      overflow: hidden; 
      text-shadow: 5px 2px 0px rgba(0,0,0,0.7);
      margin-bottom: 0;
      font-weight: 900;
      display: block;
      text-transform: capitalize;
      letter-spacing: 30px;
      overflow: hidden; 
      text-shadow: 7px 2px 0px rgba(0,0,0,0.7);
    }
      .single-hero-slide2 .hero-slides-content2 h2 span {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        color: rgba(22, 0, 0, 0.15);
        -webkit-animation: textsonar 6s linear infinite;
        animation: textsonar 6s linear infinite; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide2 .hero-slides-content2 h2 {
          letter-spacing: 15px;
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide2 .hero-slides-content2 h2 {
          letter-spacing: 5px;
          font-size: 30px; } }
    .single-hero-slide2 .hero-slides-content2 .btn {
      border: 1px solid #fff;
      background-color: transparent;
      color: #fff; }
      .single-hero-slide2 .hero-slides-content2 .btn:hover, .single-hero-slide2 .hero-slides-content2 .btn:focus {
        background-color: #fff;
        color: #000000; }

@-webkit-keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.single-hero-slide2 .slide-img {
  -webkit-animation: slide 12s linear infinite;
  animation: slide 12s linear infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }


/* :: 6.0 Buy Now Area CSS */
.oneMusic-buy-now-area.has-fluid {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
    background: linear-gradient(
    135deg,
    #0d0d0f,
    #1a1a2e,
    #2c2c54,
    #433d8b,
    #6a0572,
    #b983ff,
    #ffd700
  );
  background-size: 400% 400%;
  animation: gradientBG 5s ease infinite;
  z-index: 1; }
      @keyframes gradientBG { 0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%} }


/* :: 7.0 Events Area CSS */
.single-event-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-event-area img {
    width: 100%;
     height: auto;
    display: block;
    object-fit: cover; /* maintain aspect ratio */ }
  .single-event-area .event-text {
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    background-color: #77E4C8;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-event-area .event-text h4 {
      color: #fff;
      text-transform: uppercase;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-event-area .event-text .event-meta-data {
      position: relative;
      margin-bottom: 30px; }
      .single-event-area .event-text .event-meta-data a {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        padding-right: 29px; }
        .single-event-area .event-text .event-meta-data a:first-child::after {
          position: absolute;
          content: '|';
          top: 0;
          right: 12px;
          z-index: 1; }
        .single-event-area .event-text .event-meta-data a:last-child {
          padding-right: 0; }
    .single-event-area .event-text .see-more-btn {
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 10px;
      border-bottom: 1px solid #fff;
      padding-left: 0;
      padding-right: 0;
      border-radius: 0; }
      .single-event-area .event-text .see-more-btn:hover, .single-event-area .event-text .see-more-btn:focus {
        font-weight: 400; }
  .single-event-area:hover, .single-event-area:focus {
    box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2); }
    .single-event-area:hover .event-text, .single-event-area:focus .event-text {
      background-color: #003C43; }
      .single-event-area:hover .event-text h4,
      .single-event-area:hover .event-text .event-meta-data a, .single-event-area:focus .event-text h4,
      .single-event-area:focus .event-text .event-meta-data a {
        color: #ea1212; }
      .single-event-area:hover .event-text .see-more-btn, .single-event-area:focus .event-text .see-more-btn {
        border-bottom-color: #83c421;
        color: #2d08ff; }

/* :: 8.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 45px; }
  .newsletter-area .newsletter-form {
    position: relative;
    z-index: 1; }
    .newsletter-area .newsletter-form input {
      width: 100%;
      height: 40px;
      font-size: 14px;
      color: #b3b3b3;
      font-style: italic;
      border: none;
      border-bottom: 1px solid #d6d6d6;
      margin-bottom: 30px;
      display: block; }

.testimonials-area {
  position: relative;
  z-index: 1;
  padding: 45px; }
  .testimonials-area .testimonials-slide {
    position: relative;
    z-index: 1; }
    .testimonials-area .testimonials-slide .single-slide p {
      font-size: 15px;
      color: #fff;
      font-style: italic; }
    .testimonials-area .testimonials-slide .single-slide .testimonial-info {
      margin-top: 30px;
      display: block; }
      .testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin-right: 15px; }
        .testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb img {
          border-radius: 50%; }
      .testimonials-area .testimonials-slide .single-slide .testimonial-info p {
        font-style: normal;
        font-size: 15px;
        color: #fff;
        margin-bottom: 0; }

/* :: 9.0 Album Catagory Area CSS */
.featured-artist-area {
  position: relative;
  z-index: 1; }

.featured-artist-content {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .featured-artist-content {
      margin-top: 50px; } }
  .featured-artist-content p {
    color: #fff; }

.browse-by-catagories {
  position: relative;
  z-index: 1; }
  .browse-by-catagories a {
    display: inline-block;
    background-color: #f4f4f4;
    border: 2px solid transparent;
    padding: 6px 9px;
    font-size: 15px;
    margin-right: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 4px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      .browse-by-catagories a {
        padding: 2px 5px;
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 5px; } }
    .browse-by-catagories a:hover, .browse-by-catagories a:focus, .browse-by-catagories a.active {
      border: 2px solid #000000; }
    .browse-by-catagories a:first-child {
      border-color: transparent;
      background-color: transparent; }

.single-album {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px; }
  .single-album img {
    width: 100%; }
  .single-album .album-info {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .single-album .album-info h5 {
      font-size: 18px;
      margin-bottom: 0;
      text-transform: uppercase; }
    .single-album .album-info p {
      margin-bottom: 0; }
  .single-album:hover, .single-album:focus {
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15); }

.single-album-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px; 
  overflow: hidden; }
  .single-album-area .album-thumb {
    position: relative;
    z-index: 1; }
    .single-album-area .album-thumb .album-price p {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #fff;
      margin-bottom: 0;
      line-height: 1;
      padding: 5px 15px;
      border-radius: 15px;
      z-index: 20; }
    .single-album-area .album-thumb .play-icon a {
      color: #fff;
      font-size: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      line-height: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .single-album-area img {
    width: 100%; }
  .single-album-area .album-info {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px; }
    .single-album-area .album-info h5 {
      font-size: 18px;
      margin-bottom: 0;
      text-transform: uppercase; }
    .single-album-area .album-info p {
      margin-bottom: 0; }

.albums-slideshow {
  position: relative;
  z-index: 1; }
  .albums-slideshow .single-album {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    border: 1px solid transparent; }
    .albums-slideshow .single-album:hover, .albums-slideshow .single-album:focus {
      border: 1px solid #000000;
      box-shadow: none;
      background-color: #f5f9fa; }
  .albums-slideshow .owl-prev,
  .albums-slideshow .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    top: 50%;
    left: -25px;
    margin-top: -50px;
    z-index: 50;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .albums-slideshow .owl-prev,
      .albums-slideshow .owl-next {
        left: 0; } }
    .albums-slideshow .owl-prev:hover, .albums-slideshow .owl-prev:focus,
    .albums-slideshow .owl-next:hover,
    .albums-slideshow .owl-next:focus {
      background-color: #000000;
      color: #fff; }
  .albums-slideshow .owl-next {
    left: auto;
    right: -25px; }
    @media only screen and (max-width: 767px) {
      .albums-slideshow .owl-next {
        right: 0; } }
  .albums-slideshow:hover .owl-prev,
  .albums-slideshow:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* :: 10.0 Songs Area CSS */
.single-song-area {
  position: relative;
  z-index: 1; }
  .single-song-area .song-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    width: 135px;
    margin-right: 50px; }
    .single-song-area .song-thumbnail img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-song-area .song-thumbnail {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .single-song-area .song-play-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 185px);
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
    width: calc(100% - 185px);
    background-color: #262626;
    padding: 15px 30px 20px; }
    @media only screen and (max-width: 767px) {
      .single-song-area .song-play-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-song-area .song-play-area .song-name p {
      color: #b8b8b8;
      margin-bottom: 5px; }
    .single-song-area .song-play-area .audioplayer {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      align-items: center;
      border: none;
      border-radius: 0;
      background: transparent; }
    .single-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
    .single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
    .single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
      background: #fff; }
    .single-song-area .song-play-area .audioplayer-time {
      font-size: 14px;
      color: #fff; }

.song-play-area {
  position: relative;
  z-index: 1;
  width: 90%;
  background-color: #e6cdcd;
  padding: 15px 30px 20px;
  border: 1px solid #262626;
  box-shadow: 5px 6px 6px rgb(0, 0, 0);
  border-radius: 30px 50px;
 }
  
  .song-play-area .song-name p {
    color: #000000;
    margin-bottom: 5px; }
  .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent; }
  .song-play-area .audioplayer-playing .audioplayer-playpause,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #fff; }
  .song-play-area .audioplayer-time {
    font-size: 14px;
    color: #000000; }

/* :: 11.0 Miscellaneous Area CSS */
.weeks-top-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid transparent; }
  .weeks-top-area .single-top-item {
    position: relative;
    z-index: 1;
    margin-bottom: 21px; }
    .weeks-top-area .single-top-item:last-child {
      margin-bottom: 0; }
    .weeks-top-area .single-top-item .thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
      flex: 0 0 73px;
      max-width: 73px;
      width: 73px;
      margin-right: 20px; }
    .weeks-top-area .single-top-item .content- h6 {
      text-transform: uppercase;
      margin-bottom: 0; }
    .weeks-top-area .single-top-item .content- p {
      font-size: 14px;
      margin-bottom: 0; }
  .weeks-top-area:hover, .weeks-top-area:focus {
    background-color: #b5f0ff;
    border-color: #d8d8d8; }

.popular-artists-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #d8d8d8;
  background-color: #f5f9fa; }
  .popular-artists-area .single-artists {
    position: relative;
    z-index: 1;
    margin-bottom: 17px; }
    .popular-artists-area .single-artists:last-child {
      margin-bottom: 0; }
    .popular-artists-area .single-artists .thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 63px;
      flex: 0 0 63px;
      max-width: 63px;
      width: 63px;
      margin-right: 20px;
      border-radius: 50%; }
      .popular-artists-area .single-artists .thumbnail img {
        border-radius: 50%; }
    .popular-artists-area .single-artists .content- p {
      font-size: 16px;
      margin-bottom: 0; }

.new-hits-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #d8d8d8;
  background-color: #f5f9fa; }
  .new-hits-area .single-new-item {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .new-hits-area .single-new-item:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .new-hits-area .single-new-item .thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
      flex: 0 0 73px;
      max-width: 73px;
      width: 73px;
      margin-right: 20px; }
    .new-hits-area .single-new-item .content- h6 {
      text-transform: uppercase;
      margin-bottom: 0; }
    .new-hits-area .single-new-item .content- p {
      font-size: 14px;
      margin-bottom: 0; }
    .new-hits-area .single-new-item .audioplayer {
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      border: none;
      border-radius: 0;
      background: transparent; }
    .new-hits-area .single-new-item .audioplayer-playing .audioplayer-playpause,
    .new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
    .new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
      background: #d6d6d6; }
    .new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
      border-left: 12px solid #fff; }
    .new-hits-area .single-new-item .audioplayer-time,
    .new-hits-area .single-new-item .audioplayer-volume,
    .new-hits-area .single-new-item .audioplayer-bar {
      display: none; }

/* :: 12.0 Login Area CSS */
.login-content {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  border: 1px solid #d8d8d8;
  padding: 50px 100px;
  box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.15);
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .login-content {
      padding: 50px 30px; } }
  .login-content h3 {
    margin-bottom: 30px; }
  .login-content .form-group {
    text-align: left; }
  .login-content .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #000000;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px;
    border-radius: 0; }
    .login-content .form-control:focus {
      box-shadow: none; }

/* :: 13.0 Services Area CSS */
.single-service-area .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  max-width: 78px;
  width: 78px;
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border: 1px solid #000000;
  text-align: center; }
  .single-service-area .icon span {
    line-height: 76px;
    font-size: 40px; }
.single-service-area .text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 78px);
  flex: 0 0 calc(100% - 78px);
  max-width: calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 30px; }



/* :: 15.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 385px; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 270px; } }
  .breadcumb-area .bradcumbContent {
    position: absolute;
    background-color: #fff;
    width: 552px;
    bottom: 0;
    left: 50%;
    z-index: 100;
    text-align: center;
    padding-top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        width: calc(100% - 60px);
        padding-top: 30px; } }
    .breadcumb-area .bradcumbContent p {
      line-height: 1.5;
      font-size: 16px;
      color: #5f5f5f; }
    .breadcumb-area .bradcumbContent h2 {
      font-size: 30px;
      letter-spacing: 10px;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 18px;
          letter-spacing: 5px; } }

/* :: 16.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1; }
    .single-blog-post .blog-post-thumb .post-date {
      width: 76px;
      height: 106px;
      border: 1px solid #000000;
      text-align: center;
      background-color: #fff;
      position: absolute;
      z-index: 10;
      top: -30px;
      left: 30px;
      padding: 17px 0; }
      .single-blog-post .blog-post-thumb .post-date span {
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3; }
        .single-blog-post .blog-post-thumb .post-date span:first-child {
          font-size: 36px; }
  .single-blog-post .blog-content {
    background-color: #f5f9fa;
    padding: 45px 40px;
    border: 1px solid #d8d8d8; }
    @media only screen and (max-width: 767px) {
      .single-blog-post .blog-content {
        padding: 30px 20px; } }
    .single-blog-post .blog-content .post-title {
      font-size: 24px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .single-blog-post .blog-content .post-title {
          font-size: 20px; } }
      .single-blog-post .blog-content .post-title:hover, .single-blog-post .blog-content .post-title:focus {
        color: #232323; }
    .single-blog-post .blog-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 10px; }
      .single-blog-post .blog-content .post-meta p {
        color: #8d8d8d;
        font-size: 13px;
        padding-right: 25px;
        position: relative;
        z-index: 1; }
        .single-blog-post .blog-content .post-meta p::after {
          content: '|';
          position: absolute;
          right: 12px;
          top: 0;
          z-index: 5; }
        .single-blog-post .blog-content .post-meta p:last-child::after {
          display: none; }
        .single-blog-post .blog-content .post-meta p a {
          color: #8d8d8d;
          font-size: 13px;
          margin-bottom: 0;
          font-weight: 400; }
          .single-blog-post .blog-content .post-meta p a:hover, .single-blog-post .blog-content .post-meta p a:focus {
            color: #000000; }
    .single-blog-post .blog-content p {
      margin-bottom: 0; }

.oneMusic-pagination-area .pagination .page-item .page-link {
  background-color: transparent;
  display: block;
  padding: 0;
  border: 1px solid transparent;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  margin-right: 10px; }
  .oneMusic-pagination-area .pagination .page-item .page-link:hover, .oneMusic-pagination-area .pagination .page-item .page-link:focus {
    color: #000000;
    border: 1px solid #000000; }
.oneMusic-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oneMusic-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.oneMusic-pagination-area .pagination .page-item.active .page-link {
  color: #000000;
  border: 1px solid #000000; }

.blog-sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .blog-sidebar-area {
      margin-top: 100px; } }

.single-widget-area {
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  border: 1px solid #d8d8d8; }
  .single-widget-area img {
    width: 100%; }
  .single-widget-area .widget-title {
    padding: 25px 45px;
    border-bottom: 1px solid #d8d8d8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-widget-area .widget-title {
        padding: 20px 30px; } }
    .single-widget-area .widget-title h5 {
      margin-bottom: 0;
      line-height: 1; }
  .single-widget-area .widget-content {
    padding: 25px 45px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-widget-area .widget-content {
        padding: 20px 30px; } }
    .single-widget-area .widget-content ul li {
      margin-bottom: 10px; }
      .single-widget-area .widget-content ul li a {
        color: #5f5f5f;
        font-size: 15px;
        font-weight: 400; }
        .single-widget-area .widget-content ul li a:hover, .single-widget-area .widget-content ul li a:focus {
          color: #000000; }
      .single-widget-area .widget-content ul li:last-child {
        margin-bottom: 0; }
    .single-widget-area .widget-content .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .single-widget-area .widget-content .tags li {
        margin-bottom: 0; }
        .single-widget-area .widget-content .tags li a {
          display: block;
          line-height: 28px;
          font-size: 15px;
          color: #5f5f5f;
          height: 30px;
          background-color: #fff;
          padding: 0 15px;
          border: 1px solid #000000;
          margin: 3px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .single-widget-area .widget-content .tags li a {
              padding: 0 10px; } }

/* :: 17.0 Skills Area CSS */
.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 24px;
      color: #232323;
      font-weight: 500; }
    .single-skils-area .skills-text p {
      font-size: 15px;
      color: #5f5f5f;
      line-height: 1; }

/* :: 18.0 Contact Area CSS */
.contact-content {
  position: relative;
  z-index: 2; }
  .contact-content .contact-social-info a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #000000; }
    .contact-content .contact-social-info a:hover, .contact-content .contact-social-info a:focus {
      color: #232323; }
  .contact-content .single-contact-info {
    position: relative;
    margin-bottom: 20px; }
    .contact-content .single-contact-info:last-child {
      margin-bottom: 0; }
    .contact-content .single-contact-info p {
      font-size: 15px;
      margin-bottom: 0; }
    .contact-content .single-contact-info .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
      flex: 0 0 35px;
      max-width: 35px;
      width: 35px;
      height: 35px;
      border: 1px solid #000;
      text-align: center; }
      .contact-content .single-contact-info .icon span {
        font-size: 20px;
        line-height: 33px; }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 15px 0;
  font-style: italic;
  color: #b3b3b3;
  border-bottom: 1px solid #000000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000; }
.contact-form-area textarea.form-control {
  height: 160px; }

.has-bg-img {
  position: relative;
  z-index: 1; }
  .has-bg-img .contact-form-area .form-control {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .has-bg-img .contact-form-area .form-control:focus {
      border-bottom: 1px solid #fff; }
  .has-bg-img .oneMusic-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .has-bg-img .oneMusic-btn:hover, .has-bg-img .oneMusic-btn:focus {
      background-color: #fff;
      color: #000000; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 385px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 300px; } }

/* :: 19.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title h2 {
    font-size: 24px; }

/* :: 20.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #232323; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
  .single-cool-fact .scf-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #5f5f5f;
    line-height: 1; }

/* :: 20.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #000000;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #000000; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: transparent;
      color: #232323; }
      .single-accordion h6 a.collapsed span {
        color: #000000; }
        .single-accordion h6 a.collapsed span.accor-close {
          opacity: 0; }
        .single-accordion h6 a.collapsed span.accor-open {
          opacity: 1; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* :: 20.3.0 Tabs Area CSS */
.oneMusic-tabs-content {
  position: relative;
  z-index: 1; }
  .oneMusic-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .oneMusic-tabs-content .nav-tabs .nav-link {
      background-color: transparent;
      border: 1px solid #000000;
      padding: 0 30px;
      height: 58px;
      line-height: 58px;
      color: #232323;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .oneMusic-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .oneMusic-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 12px;
          margin-bottom: 5px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .oneMusic-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      .oneMusic-tabs-content .nav-tabs .nav-link.active {
        background-color: #000000;
        color: #ffffff; }
  .oneMusic-tabs-content .oneMusic-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .oneMusic-tabs-content .oneMusic-tab-text p {
      margin-bottom: 0; }
  .oneMusic-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-web-icon {
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #b8b8b8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-web-icon i {
    display: block;
    font-size: 50px;
    margin-bottom: 15px; }
  .single-web-icon span {
    font-size: 16px; }
  .single-web-icon:hover {
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15); }

/* Welcome Screen */
    #welcome {
      position: fixed;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: linear-gradient(-45deg, #0f2027, #2c5364, #203a43, #134e5e, #71b280, #3a6073, #16222a);
      background-size: 600% 600%;
      animation: gradientShift 12s ease infinite, fadeOut 1.5s ease forwards 5s;
      z-index: 1000;
      text-align: center;
      padding: 1.5rem;
    }

    #welcome h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.5rem, 5vw, 3rem); 
      margin-bottom: 0.5rem;
      background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a18cd1);
      background-clip: text;
      -webkit-background-clip: text;
      
      -webkit-text-fill-color: transparent;
    }

    #welcome p {
      font-size: 1.2rem;
      color: #f4f4f4;
      letter-spacing: 1px;
    }
     @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    @keyframes fadeOut {
      to { opacity: 0; visibility: hidden; }
    }
    @media (max-width: 480px) {
      #welcome {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* new slide animation */
/* Horizontal sliding container */
/* Horizontal slider wrapper */
.custom-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 950px; /* match your old single-hero-slide height */
}

@media only screen and (max-width: 991px) {
  .custom-slider { height: 650px; }
}
@media only screen and (max-width: 767px) {
  .custom-slider { height: 500px; }
}






.hero-slides2 {
  position: relative;
  height: 117vh; /* full viewport height */
  overflow: hidden; /* hide extra part of video that goes outside */
  background: #000; /* fallback color if needed */
}

.slide-video {
 position: absolute;
    top:0;
    left: 50%;
  transform: translate(-50% ,-25%) scale(0.68); /* shrink and keep horizontal center */
    width: auto;
  height: 200%; /* make video taller so shifting up doesn't show empty space */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0); /* semi-transparent black */
  z-index: 1; /* behind text but above video */
}
.hero-slides-content2 {
  position: relative;
  z-index: 2; /* text above overlay */
}

#proj {
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 900px;
  overflow: hidden;
  animation: backgroundShift 5s infinite alternate;
  background: rgba(0, 0, 0, 0.15);
  background-size: 300% 300%;
  /* Cartoonish thick black border */
  border: 8px solid black;
   border-left-width: 0px;
   border-right-width: 0px;
 
   
}

/* Smooth gradient animation */
@keyframes backgroundShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Glass panel behind the title */
#proj::before {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 1rem);
  

  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1; /* behind the text */
}


/* General styling */
.project-title {
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transform: rotateX(10deg);
  gap: 0.3rem;

}

/* DESERT "Pro" */
.desert2 {
  color: #d2b48c;
  text-shadow:
     1px 1px 0 #c19a6b,
     2px 2px 0 #a0522d,
     3px 3px 0 #8b4513,
     4px 4px 0 #704214,
     5px 5px 0 #000000;
  position: relative;
}

/* Palm tree 🌴 */
.palm {
  font-size: 3.5rem;
  margin: 0 -0.2rem;
  animation: sway 3s infinite alternate ease-in-out;
}
@keyframes sway {
  0% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  100% { transform: rotate(-5deg); }
}

/* FOREST "jec" */
.forest2 {
  color: #2e8b57;
  text-shadow:
     1px 1px 0 #228b22,
     2px 2px 0 #1e7b1e,
     3px 3px 0 #176617,
     4px 4px 0 #0f4d0f,
     5px 5px 0 #000000;
  position: relative;
}

/* Cipher symbol 🌀 */
.cipher {
  font-size: 3.5rem;
  margin: 0 -0.2rem;
  color: #5555ff;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* SCI-FI "ts" */
.scifi2 {
  color: #00f5ff;
  -webkit-text-stroke: 2px black; /* thickness + color of border */

  text-shadow:
     1px 1px 0 #7f00ff,
     2px 2px 0 #5500aa,
     3px 3px 0 #330077,
     4px 4px 0 #110044,
     5px 5px 0 #000022,
     0 0 10px #00f5ff,
     0 0 20px #7f00ff,
     0 0 30px #00ffcc;
  animation: neon 2s infinite alternate;
}
@keyframes neon {
  from { text-shadow: 0 0 10px #00f5ff, 0 0 20px #7f00ff, 0 0 30px #00ffcc; }
  to   { text-shadow: 0 0 20px #00f5ff, 0 0 40px #7f00ff, 0 0 60px #00ffcc; }
}

/* Lightning spark ⚡ */
.spark {
  font-size: 3.5rem;
  margin: 0 -0.2rem;
  animation: flash 1.2s infinite alternate;
}
@keyframes flash {
  0% { opacity: 0.3; transform: rotate(0deg) scale(0.9); }
  50% { opacity: 1; transform: rotate(-10deg) scale(1.1); }
  100% { opacity: 0.3; transform: rotate(0deg) scale(0.9); }
}
/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
