<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  padding: 0;
  margin: 0;
}

html, body{
  position: relative;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 sans-serif;
  color: #232323;
  background-color: rgba(0, 0, 0, 0.588);
}

/*navigation start*/
header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #232323;
  z-index: 1;
}

li{
  list-style: none;
}

a{
  color: white;
  text-decoration: none;
}

.container{
  width: 1600px;
  margin: auto;
}

.s-container{
  width: 85%;
  margin: auto;
}

.navbar{
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.brand{
  font-size: 2rem;
}

.hamburger{
  display: none;
  cursor: pointer;
}

.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
  background-color: azure;
}

.item{
  font-family: proveU;
  font-size: 1rem;
}

.fa-caret-down{
  font-size: 1rem;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown{
  display: none;
  position: absolute;
  background-color: #232323;
  min-width: 160px;
  z-index: 1;
  padding-top: 1rem;
}

.dropbtn{
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
  font-size: 1rem;
}

.item:hover .dropdown{
  display: block;
  background-color: #232323;
}

.link:hover, .dropbtn:hover{
  color: rgb(204, 63, 63);
  transition: 0.6s ease;
}

li .about, .beatstars,
.music, .studio{
  float: none;
  padding: 16px 20px;
  display: block;
  text-align: left;
}
/*navigation end*/



/*Social Bar start*/
.social {
	position:fixed;
	top:20%;
  z-index: 1;
}

.social ul {
	list-style-type: none;
	padding:0;
	-webkit-transform: translate(-260px, 0);
	-moz-transform: translate(-260px, 0);
	-ms-transform: translate(-260px, 0);
	-o-transform: translate(-260px, 0);
	transform: translate(-260px, 0);
}

.social ul li {
	display:block;
	margin:5px;
	width:300px;
	text-align:right;
	padding:10px;
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
  	-moz-border-radius: 0 30px 30px 0;
 	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
  	-ms-transition: all 1s;
  	-o-transition: all 1s;
  	transition: all 1s;
	background-color: rgba(28, 36, 36, 0.5);
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}

.social ul li.youtube:hover {
	background-color: #ff0000d2;
}

.social ul li.facebook:hover {
	background-color: #3d5999;
}

.social ul li.instagram:hover {
	background-color: #893683;
}

.social ul li.sound:hover {
	background-color: #e37413;
}

.social ul li a {
	color: white;
	text-decoration: none;
	font-family:proveU;
	font-size: 12px;
}

.social ul li i {
	margin-left:16px;
	color:black;
	background-color: white;
	padding: 10px;
	border-radius: 50%;
	width:20px;
	height: 20px;
	font-size: 20px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
 	 -o-transform: rotate(0deg);
}

.social ul li:hover i {
	transform:rotate (360deg);
	transition: all 1s;
}
/*social bar end*/


/*img Fra*/
.Iph, .IIph, .IIIph{
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 50px;
}
.Iph:hover {
    filter: grayscale(0%);
}
.IIph:hover {
    filter: grayscale(0%);
} 
.IIIph:hover {
    filter: grayscale(0%);
} 
.imgFra{
    text-align: center;
    margin-top: 30px;
} 

/*parallax effect start*/
.bgimg1{
  background-image: url("../phBg/proj.jpg");
  min-height: 750px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*BRIGHTEN*/
.bgimg1{
  filter: brightness(60%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.bgimg1:hover {
  filter: brightness(100%);
} 

#arrowDown{
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 5;
  font-size: 60px;
  color: white;
  cursor: pointer;
}

#arrowDown:hover{
  transform: scale(1.5);
}

.caption{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: rgb(210, 210, 210);
}

.caption span.border{
  background-color: #232323;
  color: #f7f7f7;
  padding: 18px;
  font-size: 20px;
  letter-spacing: 5px;
  font-family: proveU;
}

/*parallax effect end*/
h1{
text-align: center; 
font-family: proveU; 
font-size: 50px; color: rgb(255, 255, 255); 
text-shadow: -1px 2px #000000, 1px 1px #000000;
}

.text{
  font-size: 20px;
}
h2{
  font-size: 50px;
  margin-top: 90px;
}

blockquote{
  margin: 1rem 6rem;
  padding: 2rem 2rem 2rem 3rem;
  border-left: 1rem rgba(0, 0, 0, 0.862) solid;
  background-color: rgba(228, 108, 38, 0.663);
}


.btn_video{
  border: none;
  color: green;
  display: inline-block;
  padding: 18px 16px;
  font-size: 25px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin: 8px 4px;
  margin-top: 50px;
  border: 2px solid #4caf50;
}

.btn_video:hover{
  background-color: #000000;
  border: 2px solid black;
  color: white;
}

.btnVideo{
  border: none;
  color: green;
  display: inline-block;
  padding: 18px 16px;
  font-size: 25px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin: 8px 4px;
  margin-top: 50px;
  border: 2px solid #4caf50;
}

.btnVideo:hover{
  background-color: #000000;
  border: 2px solid black;
  color: white;
}

#overlay, #over-ad{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}


iframe{
  justify-content: center;
  width: 90%;
  height: 80%;
  margin: 90px 0 0 0;
}

/* close button a*/
.close{
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 0;
  padding: 10px 16px;
  transform: translate(0%, -50%);
  font: 40px;
  color: white;
  background-color: #101010;
}




/* arrow to top */
#myBtn{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #232323;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover{
  background-color: #535353;
}


.footer{
  background: #333;
  color: white;
  height: 40px;
}

.center{
  text-align: center;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 13px;
}


@font-face {
  font-family: 'proveU';
  src: url('proveU.eot');
  src: url('proveU.eot?#iefix') format('embedded-opentype'),
      url('proveU.woff') format('woff'),
      url('proveU.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

@media(max-width:1024px){
  .hamburger{
    display: block;
  }

  .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu{
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #232323;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }

  .item{
    margin: 16px 0;
    float: none;
  }

  .nav-menu.active{
    left: 0;
  }

}


@media(max-width:1024px){
  .social {
    position: fixed;
    top:20%;
    z-index: 1;
  }
  
  .social ul {
    list-style-type: none;
    transform: none;
  }
  
  .social ul li {
    transition: none;
    padding: 0;
    border: 0;
    margin-left: -260px;
    display: block;
    background-color: transparent;
  }
  
  .social ul li:hover {
    transform: none;
  }

  .social ul li a {
    text-decoration: none;
  }
  
  .social ul li i {
    transform: none;
    margin-left: 18px;
    color: black;
    background-color: white;
    padding: 6px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  
  .social ul li:hover i {
    transform:none;
    transition: none;
  }

  .social ul li.youtube:hover {
    background-color:transparent;
  }
  
  .social ul li.facebook:hover {
    background-color:transparent;
  }
  
  .social ul li.instagram:hover {
    background-color: transparent;
  }
  
  .social ul li.sound:hover {
    background-color: transparent;
  }
}

@media screen and (max-width:1024px) {
  .navbar a:not(:first-child), .dropdown .dropbtn{
    position: relative;
    float: none; 
    display: block; 
    text-align: left;
  }

  .dropbtn:hover{
    color: white;
  }

  .navbar a.link{
    float: none; 
    display: block; 
    text-align: left;
    font-size: 15px;
  }

  .dropdown{
    position: relative;
  }

  #arrowDown{
    bottom: 30px;
    left: 45%;
    z-index: 0;
    font-size: 60px;
    color: white;
    cursor: pointer;
    transform: none;
  }
  #arrowDown:hover{
    transform: none;
  }

  #myBtn{
    display: none;
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #53535369;
    color: white;
    padding: 10px;
  }

  #myBtn:hover{
    background-color: #53535369;
  }

  .bgimg1{
    filter: none;
    min-height: 600px;
  }
  .bgimg1:hover {
    filter: none;
  }
}

@media(max-width:1024px){
  .text{
    font-size: 15px;
}
  h1{
    font-size: 35px;
  }
  blockquote{
    margin: 1rem;
    padding: 2rem 2rem 2rem 3rem;
    border-left: 1rem rgba(0, 0, 0, 0.31) solid;
  }

  iframe{
    justify-content: center;
    width: 100%;
    height: 40%;
    margin: 200px 0 0 0;
  }

  .center{
    font-size: 8px;
  }
}</pre></body></html>