@charset "UTF-8";

/* add import code from google fonts */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;400;600&family=Righteous&display=swap');


/* this code allows the smoooth scrolling and add a space on top of each section */
html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box; /* select all elements and remove all padding and margin */
	padding: 0;				/* box-sizing property is to allow any elements to collapse if the size is greater than the parent element size */
	margin: 0;
}

body {
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF;
}

/* follow this rule to style all elements */

header {
	height: 100px;
	background-color: #FFEAFE;
	position: sticky;
	top: 0;
	right: 5px;
	z-index: 2;
}

.logo {
	height: 100%;
	min-width: auto;
	min-height: 15%;
	position: absolute; /* this position allows the logo to sit on the left */
	left: 75px;
	top: 0;
	padding: 2% 2%;
}

.navi {
	display: flex;
	list-style: none;
	align-content: center;
	padding-top: 2.5%;
	padding-right: 3%;
	gap: 15%;
	position: absolute;
	right: 22%;
	font-family: 'Righteous', sans-serif;
	cursor: pointer;
}

.navi a:link {
	color: #9C2AC4;
	text-decoration: none;
	font-size: 1.5em;
}

.navi a:visited {
	color: #9C2AC4;
	text-decoration: none;
	font-size: 1.5em;
}

.navi a:hover {
	color:#F24EF2;
	padding-bottom: 2%;
	transition: 0.3s ease;
}


.container {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

section {
	min-height: 100vh;
	min-width: 90%;
	margin: auto;
	resize: both;
}

h1 {
	font-size: 2em;
	text-align: center;
	text-transform: capitalize;
	padding-top: 4%;
	font-family: 'Righteous', sans-serif;
	letter-spacing: 2px;
}

h2 {
	font-size: 3.5em;
	color: #F7E2FF;
	text-align: left;
	margin-left: 60px;
	padding-top: 4%;
	font-family: 'Righteous', sans-serif;
	letter-spacing: 2px;
}



.active {
	color: aqua;
	border-bottom: 2px solid aqua;
}


.column {
	min-width: 45%;
	min-height: 450px;
	padding-top: 3%;
}

#top {
	position: relative;
	height: 100%;
}

.title {
	color: #FFFFFF;
	text-shadow: -4px 4px 6px #000000;
	position: relative;
	top: 450px;
	z-index: 1;
}

.hr1 {
	height: 5px;
	width: 42%;
	top: 65%;
	left: 29.25%;
	box-shadow: -4px 4px 6px #000000;
	background-color: #FFFFFF;
	border: none;
	position: absolute;
	justify-content: center;
}

#bg-img {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/Top.jpeg");
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}





#intro {
	background-color: #290052;
	padding: 2em 5em 2em 5em;
}

.intro-content {
	display: flex;
	padding: 3.5em;
	padding-bottom: 5em;
	gap: 25%;
}

.intro-left {
	align-content: flex-start;
	font-size: 150%;
	width: 42%;
}

.intro-right {
	align-content: flex-end;
	text-align: right;
	font-size: 150%;
	width: 30%;
}

.jin-1 {
	width: 70%;
	height: auto;
	align-content: flex-end;
	margin: -60px 50px 50px 0;
}

.jin-2-3 {
	display: flex;
	width: 125%;
}

.jin-2 {
	width: 50%;
	height: auto;
	align-content: flex-start;
	margin: 50px 50px 50px 0;
}


.jin-3 {
	width: 50%;
	height: auto;
	align-content: flex-end;
	margin: 50px 50px 50px 0;
	position: relative;
	top: 20px;
	left: 10px;
}



#biography {
	background-color: #420061;
	padding: 2em 5em 7em 5em;
	min-height: 100vh;
}

.bio-content {
	min-height: 100vh;
	display: flex;
	justify-content: space-around;
	padding-bottom: 40em;
	position: relative;
}

.bio-txt {
	position: absolute;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 100vh;
	padding: 3.5em;
	padding-bottom: 5em;
	gap: 48%;
}

.bio-left {
	align-content: flex-start;
	font-size: 150%;
	width: 32%;
}

.bio-left-top {
	margin-bottom: 80%;
}

.bio-right {
	align-content: flex-end;
	font-size: 150%;
	width: 25%;
	margin-top: 1em;
}

.bio-right-top {
	margin-bottom: 130%;
}

.jin-4 {
	justify-content: space-around;
	width: 25%;
	height: auto;
	top: 35%;
	right: 50%;
	bottom: 35%;
	left: 40%;
	position: absolute;
}


.hr2 {
	justify-content: space-around;
	height: 5px;
	width: 32%;
	top: 23%;
	left: 37%;
	background-color: #FFFFFF;
	border: none;
	position: absolute;
}

.hr3 {
	justify-content: space-around;
	height: 5px;
	width: 33%;
	top: 83%;
	left: 35%;
	background-color: #FFFFFF;
	border: none;
	position: absolute;
}

.hr4 {
	justify-content: space-around;
	height: 35%;
	width: auto;
	resize: both;
	top: 36%;
	left: 85%;
	background-color: #FFFFFF;
	border: none;
	position: absolute;
	border-left: 5px solid white;
}




#gallery {
	background-color: #5C0064;
	resize: both;
	overflow: auto;
	padding-bottom: 10em;
	padding: 2em 5em 7em 5em;
}

.m-p-g {
  max-width: 80%;
  margin: 1.5em auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}

.demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}




#discography {
	background-color: #6C0047;
	position: relative;
	resize: both;
	padding: 2em 5em 12em 5em;
}

.slider {
    position: relative;
	margin-top: 3em;
	margin-bottom: 7em;
	justify-content: center;
    width: 100%;
    height: 370px;
	z-index: 1;
}

.item {
    position: absolute;
    width: 25%;
    height: 500px;
    text-align: center;
	justify-content: center;
    border-radius: 10px;
	margin-left: -3em;
    padding: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;
}

#next, #prev {
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
 	font-family: 'Righteous', sans-serif;
    font-weight: bold;
    left: 10%;
	cursor: pointer;
}

#next {
    left: unset;
    right: 10%;
}


.slide-img {
	width: 100%;
}

h3 {
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 2px;
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-shadow: -1px 2px 3px black;
}

h4 {
	text-align: center;
	font-size: 1.25em;
	letter-spacing: 2px;
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF; 
	font-weight: lighter;
	margin-bottom: 0.8em;
	text-shadow: -1px 2px 5px black;
}

.p-d {
	justify-content: center;
	text-align: center;
	position: relative;
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	text-shadow: -1px 2px 5px black;
	width: 135%;
	left: -2em;
}





#contact {
	background-color: #8E005E;
	position: relative;
	resize: both;
	padding: 2em 5em 5em 5em;
	min-height: 70vh;
}

h5 {
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 2px;
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}


.contact-content {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 7em 0 0 12em;
	gap: 7%;
	width: 85%;
}

.contact-jin {
	display: flex;
	gap: 7%;
	width: 90%;
}

.contact-bts {
	display: flex;
	gap: 7%;
	width: 90%;
}

.c-j-img {
	display: flex;
	gap: 12%;
}

.c-b-img {
	display: flex;
	gap: 7%;
}

.insta-logo {
	width: 3em;
	height: auto;
	margin: 0 2px 0 0;
	filter: brightness(0) saturate(100%) invert(100%) sepia(68%) saturate(1979%) hue-rotate(190deg) brightness(103%) contrast(108%); 
}

.insta-logo:hover {
	filter: brightness(0) saturate(100%) invert(93%) sepia(57%) saturate(2856%) hue-rotate(217deg) brightness(99%) contrast(87%);
}

.spotify-logo {
	width: 3.2em;
	height: auto;
	margin: 0 -2px 0 0;
	filter: brightness(0) saturate(100%) invert(100%) sepia(68%) saturate(1979%) hue-rotate(190deg) brightness(103%) contrast(108%); 
}

.spotify-logo:hover {
	filter: brightness(0) saturate(100%) invert(93%) sepia(57%) saturate(2856%) hue-rotate(217deg) brightness(99%) contrast(87%);
}

.x-logo {
	width: 3em;
	height: auto;
	margin: 0 -2px 0 0;
	filter: brightness(0) saturate(100%) invert(100%) sepia(68%) saturate(1979%) hue-rotate(190deg) brightness(103%) contrast(108%);
}

.x-logo:hover {
	filter: brightness(0) saturate(100%) invert(93%) sepia(57%) saturate(2856%) hue-rotate(217deg) brightness(99%) contrast(87%);
}

.sc-logo {
	width: 5em;
	height: 2em;
	margin: 0.5em 0 0 0;
	filter: brightness(0) saturate(100%) invert(100%) sepia(68%) saturate(1979%) hue-rotate(190deg) brightness(103%) contrast(108%);
}

.sc-logo:hover {
	filter: brightness(0) saturate(100%) invert(93%) sepia(57%) saturate(2856%) hue-rotate(217deg) brightness(99%) contrast(87%);
}



footer {
	background: #FFEAFE;
	padding: 3%;
}

.footer-txt {
	color: #9C2AC4;
	font-size: 1.5em;
	margin-left: 1em;
}

.top-button-arrow {
	position: absolute;
	margin: -2.75% 0 0 91.3%;
	transform: rotate(180deg);
	width: 3%;
	height: auto;
	filter: invert(18%) sepia(80%) saturate(3456%) hue-rotate(277deg) brightness(94%) contrast(89%);
}

.circle {
	border-radius: 50%;
	z-index: -1000;
	box-sizing: border-box;
	max-width: 1280px;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	margin: -4% 0 -50% 90%;
	position: absolute;
}

.top-button {
	position: relative;
	z-index: 1;
}















@media only screen and (max-width:996px) {
	html {
	scroll-behavior: smooth;
	scroll-padding-top:100px;
	}
	
	.logo {
		position: relative;
	}
	
	.row {
		display: block;
	}
	
	.navi li{
		padding-bottom: 2.5%;
	}
	
	h1, h2, h3 {
		padding-top: 2%;
	}
}


