@charset "utf-8";
/* Author: Tan Jie Ying 
	Date: 01 November 2023 
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');

html{
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

Body {
	font-family: 'Manrope', sans-serif;
}

header{
	min-height: 80px;
	position:sticky;
	background-color: #D3D4CE;
	top: 0;
	left: 0;
	z-index: 10;
}

.logo{
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.5% 2%;
}

.navi{
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 2.3%;
	gap: 2%;
}

.navi a:link{
	color:#2B2B2B;
	text-decoration: none;
	font-size: 1.2em;
}

.navi a:hover{
	color: #EBECF0;
	border-bottom: 2px solid #082C42;
}

.container{
	width: 100%;
	position: relative;
	height: 100vh;
}

section{
	min-height: 105vh;
	min-width: 90%;
	margin: auto;
}

intro{
	min-height: 50vh;
}

#intro{
	padding: 20px;
}

h1{
	font-size: 2.2em;
	font-family: 'Manrope', sans-serif;
	text-align: left;
	text-transform: capitalize;
	padding-top: 3%;
	letter-spacing: 2px;
}

h2{
	font-size: 2.0em;
	font-family: 'Manrope', sans-serif;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 1%;
	letter-spacing: 2px;
}

h3{
	font-size: 1.4em;
	font-family: 'Manrope', sans-serif;
	text-align: left;
	padding-top: 2%;
	letter-spacing: 2px;
}

#intro{
	background-color: #082C42;
	color: #FEFEFE;
}

#mv{
	background-color: #EBECF0;
	color: #707070;
}

#gallery{
	background-color: #707070;
	color: #EBECF0;
}

#contact{
	background-color: #EBECF0;
	color: #294B64;
}

footer{
	padding: 0.5%;
	text-align:center;
	background-color: #D3D4CE;
}

.artistphoto{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.full-screen-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container {
    position: relative;
}

.image-text {
	display: block;
    position: absolute;
	top: 120%;
    left: 25%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); 
    color: #fff; 
    padding: 20px;
    border-radius: 5px;
}

.arow{
	display: flex;
	min-width: 90%;
	margin: auto;
	gap: 3%;
	justify-content: center;
	align-content: center;
	background-color: #294B64;
}

.a1{
	min-width: 45%;
	min-height: 450px;
	padding-top: 5%;
	padding-left: 10%;
}

.a2{
	min-width: 45%;
	min-height: 450px;
	margin-left: -60pt;
	padding-top: 4%;
	padding-right: 10%;
	color: #fff;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  padding-bottom: 100px;
}

#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font-family: 'Manrope', sans-serif;
  color: #082C42;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  width: 400px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400pt;
}

.form-control, 
textarea {
  width: 400px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}

.form-group{
	padding-bottom: 10px;
}

.col-sm-12{
	color: #707070;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: 30px;
  margin-top: -63%;
  margin-bottom: 10%;
  padding-right: 20px;
  padding-bottom: -60%;
  align: left;
}

.contact-icon {
  list-style-type: none;
  margin:10px;
  margin-left: -30px;
  padding-left: 10px;
}

.list-item {
  line-height: 4.5;
  color: #294B64;
}

.contact-text {
  font-family: 'Manrope', sans-serif;
  letter-spacing: 1.9px;
  color: #294B64;
}

.place {
  margin-left: 56px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 56px;
}

.contact-text a {
  color: #294B64;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

.icon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.icon-row img {
    width: 48px; 
    height: 48px; 
}

.contactrow {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f0f0f0;
}

.contactrow img {
    width: 50px; 
    height: 50px; 
    margin-right: 10px; 
}

.copyright {
  font-family: 'Manrope', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}


@media (max-width:992px){
.logo{
	padding: 2% 2%;
}

.navi{
	padding-top: 3%;
}
	
.image-text {
	top: 100%;
    left: 35%;
}
.a1{
	min-width: 45%;
	min-height: 450px;
	padding-top: 5%;
	padding-left: 5%;
}

.a2{
	min-width: 50%;
	min-height: 450px;
	margin-left: -60pt;
	padding-top: 4%;
	padding-right: 5%;
}
	
}


@media (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 300px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media (max-width: 430px) {
.logo{
	padding: 4.5% 2%;
}
.logo img{
	width: 140px; 
    height: 30px;
	}
	
.navi{
	padding-top: 7%;
	padding-left: 40%;
	font-size: 9pt;
	column-gap: 4%;
}	
	
.image-text {
	top: 30%;
    left: 35%;
    padding-top: 2px;
}	
	
section{
	min-height: 65vh;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.0em;
}

p{
	font-size: 0.8em;
}	
	
.a1 img{
	width: 150%;
	height: 40%;
	padding-left: 15%;

}

.a2{
	min-width: 90%;
	min-height: 450px;
	margin-left: -150px;
	padding-top: 60%;
	padding-right: 9%;
	margin-bottom: 30px;
	text-align: justify;
}	

.carousel-container {
	height: 20%;
	width: 100%;
}
deo-item {
	width: 100%;
	height: 50%;
}
	
.send-button {
    width: 99%;
}	
	
.form-horizontal{
	margin-top: -10%;
}
  
.direct-contact-container {
    margin-top: 60px;
    max-width: 320px;
}  
	
.contact-list{
	margin-top: -67%;
}
		
}	





















