@charset "utf-8";
/* CSS Document */

html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}
* {
	margin:0;
	paddding:0;
	box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
	background-color:#2D0B2C;
}

.container {
	width: 100%;
	position: relative;
}

.navi-container {
	width:1170px;
	margin:auto;
}

header {
	background: url("images/main-page.jpeg");
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 100px;
}

.navi-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
    background-color: #2D0B2C;
	padding:0px 5%;
	
}

.nav-area {
	float: right;
	list-style: none;
	margin-top: 30px;
	
}

.nav-area li {
	font-size:32pt;
	display: inline-block;
}

.nav-area li a {
	color:#E3D0E0;
	text-decoration: none;
	padding:5px 20px;
	font-size:16px;
}

.nav-area li a:hover {
	background: #E3D0E0;
	color: #000;;
}



.logo img {
	max-width:70%;
	float:left;
	height:auto;
	padding: 1%;
}

.welcom-text {
	position:absolute;
	width: 600px;
	height:30px;
	margin:20% 30%;
	text-align: center;
}

.welcom-text h1 {
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 60pt;
}

.welcom-text h2 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	color: #fff;
	font-size: 24pt;
}

.welcom-text a {
	text-align: center;
	color: #fff;
	font-size: 24pt;
}

/* about */

.about-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto
}

.about-content {
	padding:5%;
	text-align: justify;
}

.about-content h3 {
	font-family: 'Courgette', cursive;
	color:#FFFFFF;
	font-size: 5em;
}

.about-content p {
	color:#FFFFFF;
	line-height: 2em;
}

/* boigraphy */

.biography-container {
	padding:5%;
	align-content: center;
	justify-content: center;
	text-align: center;
	
}
.biography-container h3 {
	font-family: 'Courgette', cursive;
	font-size: 5em;
	color: #FFFFFF;
}

.profile {
	padding: 40px 0;
}

.biography-container p {
	color: #FFFFFF;
	text-align: justify;
	padding:0 15%;
	
}

#biography h4 {
	font-family: 'Courgette', cursive;
	font-style:italic;
	font-size: 3em ;
	text-align: center;
	color: #fff;
}

#biography h6 {
	padding-top:50px;
	font-size: 1.5em ;
	text-align: center;
	color: #fff;
}
.profile-button {
	
	display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 80px 0;
}

.spotify-button {
  background-color: #1db954;
  border: none;
  color:#191414;
	border-radius: 50px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	font-weight: 700;
}

.spotify-button:hover {
	background-color: #ffffff;
	border-radius: 50px;
	color:  #1db954;
	max-width: 150px; 
    max-height: 50px;
}



.playlist {
	display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
	column-gap: 5%;
	padding: 10vh;
}

.playlist-1,.playlist-2, .playlist-3, .playlist-4 {
    background-color: #E3D0E0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 13rem;
    padding: 1rem;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 0.3rem;
}

.playlist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    margin-top: 1rem;
    line-height: 1;
}

.text h5 {
    font-size: 1.2rem;
}

.text p {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Play icon styles */

.play-icon1 {
    padding-top: 10px;
    filter: drop-shadow(0 0.5rem 1rem rgba 0, 0, 0, 0);
    opacity: 0;
    transition: all 0.4s;
}

.play-icon2 {
    padding-top: 10px;
    filter: drop-shadow(0 0.5rem 1rem rgba 0, 0, 0, 0);
    opacity: 0;
    transition: all 0.4s;
}

.play-icon3 {
    padding-top: 10px;
    filter: drop-shadow(0 0.5rem 1rem rgba 0, 0, 0, 0);
    opacity: 0;
    transition: all 0.4s;
}

.play-icon4 {
    padding-top: 10px;
    filter: drop-shadow(0 0.5rem 1rem rgba 0, 0, 0, 0);
    opacity: 0;
    transition: all 0.4s;
}

/*hover*/

.playlist-1:hover {
    transform: scale(1.1);
}

.playlist-2:hover {
    transform: scale(1.1);
}

.playlist-3:hover {
    transform: scale(1.1);
}

.playlist-4:hover {
    transform: scale(1.1);
}

.playlist-1:hover .play-icon1{
    opacity: 1;
    transform: translateY(0);
}

.playlist-2:hover .play-icon2{
    opacity: 1;
    transform: translateY(0);
}

.playlist-3:hover .play-icon3{
    opacity: 1;
    transform: translateY(0);
}

.playlist-4:hover .play-icon4{
    opacity: 1;
    transform: translateY(0);
}

/* Circle styles for play icon */
.circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #1db954;
    display: grid;
    place-items: center;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #000000;
    transform: rotate(90deg);
    margin-left: 0.2rem;
}

.play-icon1, .play-icon2, .play-icon3, .play-icon4:hover .circle {
    cursor: auto;
    transform: scale(1);
}




/* ID Selector */
#gallery {
	
	background-color: #2D0B2C;
	text-align: center;
}

/* Galleryr */

.gallery-sec {
	padding: 10vh 3% 30vh ;
}

.gallery-content h2 {
	color: #FFFFFF;
	font-family: 'Courgette', cursive;
	font-size:5em;
	padding-top: 80px;
	padding-bottom:30px;

}

.gallery-img {
	
    width: 100%;
    min-height: 40vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 60px;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.gallery-img img {
    width: 100%;
}

.gallery-img img:hover {
	display: block;
    transform: scale(1.1);
    border-radius: 10px;
    box-shadow: 0 32px 75px rgba(67, 77, 136, 0.2);
	padding:auto;
}

/* contact */
.contact-container {
	margin-top: 50px;
	background:  #E3D0E0;
	padding:20px;
}

.contact-container h2 {
	font-weight: 900;
	padding-left:1%;
	font-size: 40pt;
}

.contact-icon {
	padding: 10%;
    gap: 150px;
	display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    height: 100%;
	
}


footer p {
	background-color: #E3D0E0;
	text-align: center;
	line-height:5pt;
	font-size: 12pt;
	padding-bottom:2%;

}


/* ID Selector */




@media only screen and (max-width:996px) {
	
   .navi-container {
	  width:100%;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  padding:1% 5%;
  }
	
	.nav-area {
		display: flex;
		flex-direction: row;
		margin-top: 20px;
		
	}
	
	.nav-area li {
		display: block;
		margin-bottom: 10px
	}
	
	.logo {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
  	.welcom-text {
   		text-align: center;
   		width: 100%;
  	  	margin: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	height: 100vh;
  }

  .welcom-text h1{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
	.about-img img {
  		width: 100%;
		height: auto;
		display: block;
		padding: 20px 0px;
		
	}
	
	.about-container {
		display : flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin:auto;
		max-width:1000px;
		padding:0 20px;

	}
	
	.about-content h3 {
		color:#FFFFFF;
		text-align: center;
		padding:20px 0;
		font-family: 'Kalam', cursive;
		font-size: 3em;
	}
	
	.playlist {
        flex-direction: column;
        padding: 5vh 0;
    }

    .playlist-1, .playlist-2, .playlist-3, .playlist-4 {
        width: 70%;
		height:auto;
        margin-bottom: 80px; 
    }

    .playlist-1 img, .playlist-2 img, .playlist-3 img,.playlist-4 img {
        height: auto; 
    }
	
	.text h5 {
    	font-size: 18pt;
	}

	.text p {
   		font-size: 10pt;
    	margin-top: 20px;
	}


 	.contact-container {
        padding: 10px;
    }

    .contact-container h2 {
        font-size: 32pt;
    }

    .contact-icon {
        padding: 5%;
        flex-direction: row;
		gap:40px;
}
	footer p {
        background-color: #E3D0E0;
        text-align: center;
        line-height: 1.2; /* Adjust line height for better readability */
        font-size: 8pt; /* Decrease font size for smaller screens */
        padding-bottom: 5px; /* Increase padding for better spacing */
        margin: 0; /* Reset margin for the footer paragraph */
    }
}
