/* [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");
@import url('https://fonts.cdnfonts.com/css/w95fa');
@import url('https://fonts.googleapis.com/css?family=VT323');
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.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: 'W95FA', sans-serif;
  
  font-size: 14px;
  overflow: hidden; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5f5f5f;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #5f5f5f;
  font-size: 12px;
  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;
}

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; }



.bg-fixed {
  background-attachment: fixed !important; }
  .container {
    flex: 1; /* This will make the container take up all the available space */
    position: relative; /* Needed for absolute positioning inside */
  }

/* :: 14.0 Footer Area CSS */
.footer-area {
  
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1%;
  width: 100%;
  background-color: #CFB5DB;

  color: #fff;
  padding: 20px;
}
  

    

.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; } }


  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
 /* Modal Styles */
 .modal {
  z-index: 9;
  width: 50vw;
  height: 74vh;
  position: absolute;
  top: 12.5vh;
  left: 22vw;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 10px 40px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02)
    ),
    linear-gradient(rgba(192, 192, 192, 0.999), rgba(192, 192, 192, 0.999));
  outline: ridge #000000 1px;
  outline-offset: -2px;
  border-radius: 1.5px;
}

.modal-content {
  background-color: #fff;
  padding: 200px;

  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
}

 /* Modal Styles */
 .modal-music {
  z-index: 9;
  width: 20vw;
  height: 20vh;
  position: absolute;
  top: 12.5vh;
  left: 22vw;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 10px 40px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02)
    ),
    linear-gradient(rgba(192, 192, 192, 0.999), rgba(192, 192, 192, 0.999));
  outline: ridge #000000 1px;
  outline-offset: -2px;
  border-radius: 1.5px;
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;

  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-image: url(img/core-img/dizzy\ port.png);
  background-size: 67%;
}
.modal-music-content {
  background-color: #fff;
  padding: 200px;

  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
}

.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 13px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  scale: 2;
opacity: 0;
}

.close:hover {
  opacity: 0.0 !important
  
}
.navbar {
  position: absolute;

  padding: 20px;
  bottom: -10000px; /* Initially hidden */
  left: 20px;
  border: 1px solid black;
  background-color: #CFB5DB;
  padding: 0px;
  transition: bottom 0.1s ease;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar ul li {
  position: relative; /* Add this for proper positioning of sub-dropdowns */
  color: #000;
  
  
}

.navbar ul li a {
  color: black;
  background-color: #CFB5DB;
  font-size: small;
  
  text-decoration: none;
  display: block;
  padding: 0px;
  transition: background-color 0.3s ease;
}

.navbar ul li a:hover {
  background-color: #480080;
}

button{
  border: 0px;
  background-color: #CFB5DB;
}
/* Button Styles */
.openNavButton {
   
  position: absolute;

  color: #fff;
  padding: 20px;
  width: 4%;
  font-family: w95fa;
  bottom: 1vh;
  left: 16px;
  background-color: #CFB5DB;
  color: black;
  padding: 2px 4px;
  border: 1px solid black;
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
  cursor: pointer;
  z-index: 8;
}
.dropdown-submenu {
  position: relative;
  
  background-color: #CFB5DB;
  
}

.dropdown-submenu .dropdown-menu {
 

  left: 10px;
  top: -100px;
  background-color: #CFB5DB;
  min-width: 160px;
  z-index: 1;
  border-left: 1px solid #E8DFE3;
  border-right: 1px solid black;
  border-top: 1px solid #E8DFE3;
  border-bottom: 1px solid black;
  box-shadow: 
0 1px 2px #fff, /*bottom external highlight*/
0 -1px 1px #666, /*top external shadow*/ 
inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/

}
.btn:hover {
  background-color: #480080;
}

.dropdown-menu{
  
  left: 230px;
  top: 0px;
  font-size: medium;
}

input[type=button], input[type=submit]{

  display: inline-flex;
  align-items: center;
  width: 8%;
  font-family: w95fa;
  bottom: 2px;
  left: 276px;
  font-size:30px;
line-height: 50%;
  background-color: #CFB5DB;
  color: black;
  padding: 2px 4px;
  border-left: 1px solid #E8DFE3;
  border-right: 1px solid black;
  border-top: 1px solid #E8DFE3;
  border-bottom: 1px solid black;
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
  cursor: pointer;
  z-index: 8;
  font-family: 'VT323', sans-serif;
}

#audio {
  display: none; /* Hide the audio element */
}

.audioplayer {
  display: none; /* Hide the audio element */
}

input[type=text] {
  border-left: 2px solid black;
  border-right: 2px solid #E8DFE3;
  border-top: 2px solid black;
  border-bottom: 2px solid #E8DFE3;
  background-color: #F6E8FD;
  
}
input[type=email] {
  border-left: 2px solid black;
  border-right: 2px solid #E8DFE3;
  border-top: 2px solid black;
  border-bottom: 2px solid #E8DFE3;
  background-color: #F6E8FD;
  
}
input[type=message] {
  border-left: 2px solid black;
  border-right: 2px solid #E8DFE3;
  border-top: 2px solid black;
  border-bottom: 2px solid #E8DFE3;
  background-color: #F6E8FD;
  
}
textarea {
  position: absolute;
  left: 645px;
  border-left: 2px solid black;
  border-right: 2px solid #E8DFE3;
  border-top: 2px solid black;
  border-bottom: 2px solid #E8DFE3;
  background-color: #F6E8FD;
  
}

.dropdown-toggle:after { content: none }

.play {
  background: url('img/icons/Play\ Button2.png');
  height: 28px;
  width: 28px;
  display: block;
  /* Other styles here */
}
.pause {
  background: url('img/icons/Pause\ Button.png');
  height: 28px;
  width: 25px;
  display: block;
  /* Other styles here */
}
.stop {
  background: url('img/icons/Stop\ Button.png');
  height: 28px;
  width: 25px;
  display: block;
  /* Other styles here */
}
.skip {
  background: url('img/icons/Skip.png');
  height: 28px;
  width: 44px;
  display: block;
  /* Other styles here */
}
.back {
  background: url('img/icons/Rewind.png');
  height: 29px;
  width: 36px;
  display: block;
  /* Other styles here */
}
.last {
  background: url('img/icons/Start\ Over\ or\ Previous\ song.png');
  height: 29px;
  width: 44px;
  display: block;
  /* Other styles here */

}
.fastFo {
  background: url('img/icons/Fast\ Forward.png');
  height: 29px;
  width: 36px;
  display: block;
  /* Other styles here */
}
.sound {
  background: url('img/icons/');
  height: 20px;
  width: 20px;
  display: block;
  /* Other styles here */
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: #000;
  outline: none;
  border: 6px solid #E8DFE3;
  border-radius: 1px;
}


/* for chrome/safari */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  cursor: pointer;
  border: 1px solid #CFB5DB;
  border-radius: 1px;
}

/* for firefox */
.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #000;
  cursor: pointer;
  border: 2px solid #CFB5DB;
  border-radius: 1px;
}
.wrapper {
  position: relative;
  margin: 1rem;
}

.wrapper{
  -webkit-appearance: none; 
  max-width: 7rem;
  width: 100%; 
  background: transparent; 
}

input[type=range]:focus {
  outline: none;
}

.wrapper::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #464646;
  background: linear-gradient(
    to bottom right, 
    transparent 50%,
    #464646 50%
  );
}

.wrapper::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #464646;
  background: linear-gradient(
    to bottom right, 
    transparent 50%,
    #464646 50%
  );
}

.wrapper::-ms-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
  background: #464646;
  border: 0;
  background: linear-gradient(
    to bottom right, 
    transparent 50%,
    #464646 50%
  );
}

.wrapper::-ms-fill-lower {
 background: transparent;
}

.wrapper::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: -5px;
  border-radius: 3px;
  cursor: pointer;
}

.wrapper:focus::-webkit-slider-thumb {
  box-shadow: 0px 0px 7px 3px #0065c4;
}

.wrapper::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  border-radius: 3px; 
  cursor: pointer;
  margin-top: 0;
}

.wrapper:focus::-moz-range-thumb {
  box-shadow: 0px 0px 7px 3px #0065c4;
}

.wrapper::-ms-thumb {
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}

.wrapper:focus::-ms-thumb {
  box-shadow: 0px 0px 7px 3px #0065c4;
}

.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

/* Styles for desktop */
.desktop-content {
  display: block; /* Ensure desktop content is displayed */
}


#starting-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

#start-image {
  cursor: pointer;
  z-index: 999;
}

#intro-video {
  display: none;
  z-index: 999;
}

#main-content {
  display: none;
  padding: 20px;
}