*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	list-style: none;
	text-decoration: none;
	
}

/* main stuff */




#leftcol {
    background-color: #262020;
    flex: 1 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#rightcol {
    background-color: #262020;
    flex: 1 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}






html {
	scroll-behavior: smooth;
  }
body{
	overflow-x: hidden;
}

body#koda {
	background-image: url('https://noodlesawsbucket.s3.ap-southeast-1.amazonaws.com/koda/tiledkodablur.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#noodles {
	background-image: url('https://noodlesawsbucket.s3.ap-southeast-1.amazonaws.com/noodlesabblur30.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-position: 85%, 100%; */
}
body#index {
	background-image: url('https://noodlesawsbucket.s3.ap-southeast-1.amazonaws.com/elements/NKSSDark-W.jpg') ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

header{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 9%;
	background: transparent;
	opacity: 100%;
	background-color: rgba(0,0,0,.5);

}
.logo{
	font-size: 30px;
	font-weight: 700;
	color: white;
}
.navlist{
	display: flex;
}
.navlist a{
	color: white;
	margin-left: 60px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: all .55s ease;
}
.navlist a:hover{
	border-bottom: 2px solid white;
}
#menu-icon{
	color: white;
	font-size: 35px;
	z-index: 10001;
	cursor: pointer;
	display: none;
}

.hero{
	height: 100%;
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 2rem;
	margin-right: 20px;
}
section{
	padding: 0 19%;
}
.hero-text h5{
	font-size: 14px;
	font-weight: 400;
	color: white;
	margin-bottom: 40px;
}
.hero-text h1{
	font-family: 'Permanent Marker', cursive;
	font-size: 90px;
	line-height: 1;
	color: white;
	margin: 0 0 45px;
	
}


.hero-text h4{
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
}

/* used mainly in the about us section */
.hero-text h3{
	font-size: 11px;
	font-weight: 400;
	color: white;
	text-align: justify;
 	text-justify: inter-word;
}

.hero-text h6{
	font-size: 15px;
	font-weight: 400;
	color: white;
	text-align: justify;
 	text-justify: inter-word;
}


.hero-text p{
	color: white;
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 40px;
}
.hero-img img{
	width: 700px;
	height: auto;
}

.hero-img-au img{
	width: auto;
	height: 700px;
}
.hero-text a{
	display: inline-block;
	color: white;
	background: #534e4a;
	border: 1px solid transparent;
	padding: 12px 30px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
	text-transform: uppercase;
	transition: all .55s ease;
}
.hero-text a:hover{
	background: transparent;
	border: 1px solid white;
	/* transform: translateX(8px); */
}
.hero-text a.ctaa{
	background: transparent;
	border: 1px solid white;
	margin-left: 20px;
}
.hero-text a.ctaa i{
	vertical-align: middle;
	margin-right: 5px;
}

.hero-text a.ctab{
	margin-top: 20px;
	font-size: 16px;
}

  
.social-media{
    display: flex;
    justify-content: center;
}

/* Experiment */
.extimages img {
	display: block;
	height: auto;
	width: 100%;
  }
  
.extimages {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
	padding: 0 200px;
  }
  
  @media screen and (max-width: 768px) {
	.extimages {
	  flex-direction: column;
	  padding: 0;
	}
  }



.icons{
	position: absolute;
	top: 50%;
	padding: 0 9%;
	transform: translateY(-50%);
}
.icons i{
	display: block;
	margin: 26px 0;
	font-size: 24px;
	color: white;
	transition: all .50s ease;
}
.icons i:hover{
	color: #dcb28d;
	transform: translateY(-5px);
}


.galbox {
    position: relative;
    text-align: center;
    color: white;
  }
  
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  
a { color: inherit; }  
  

#gallery {
    line-height:0;
    -webkit-column-count:3; 
    -webkit-column-gap:5px;
    -moz-column-count:3;
    -moz-column-gap:5px;
    column-count:3;
    column-gap:5px;
    
 }

 #gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom:5px; /* to match column gap */
    
 }

 .bgnoodles img{
    
    display:block;
    width:100%; 
    height:100%;
    object-fit: cover;
    
}

#scroll-up {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #dcb28d; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 12px; /* Some padding */
	border-radius: 30px; /* Rounded corners */
	font-size: 25px; /* Increase font size */
  }
  
  #scroll-up:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }


.scroll-down{
	position: absolute;
	bottom: 6%;
	right: 9%;
}
.scroll-down i{
	display: block;
	padding: 12px;
	font-size: 25px;
	color: white;
	background: #dcb28d;
	border-radius: 30px;
	transition: all .50s ease;
}
.scroll-down i:hover{
	transform: translateY(-5px);
}

@media (min-width: 1535px){
	.hero-text .ctab{
		display: none;
	}
}

@media (max-width: 1535px){
	header{
		padding: 15px 3%;
		transition: .2s;
	}
	.icons{
		padding: 0 3%;
		transition: .2s;
	}
	.scroll-down{
		right: 3%;
		transition: .2s;
	}
	.hero-text .ctab{
		display: none;
	}

}
@media (max-width: 1460px){
	section{
		padding: 0 12%;
		transition: .2s;
	}

}
@media (max-width: 1340px){
	.hero-img img{
		width: 100%;
		height: auto;
	}
	.hero-text h1{
		font-size: 75px;
		margin: 0 0 30px;
	}
	.hero-text h5{
		margin-bottom: 25px;
	}

}
@media (max-width: 1195px){
	section{
		padding: 0 3%;
		transition: .2s;
	}
	.hero-text{
		padding-top: 115px;
	}
	.hero-img{
		text-align: center;
	}
	.hero-img img{
		width: 560px;
		height: auto;
	}
	.hero{
		height: 100%;
		gap: 1rem;
		grid-template-columns: 1fr;
	}
	.icons{
		display: none;
	}
	.scroll-down{
		display: none;
	}
	.hero-text .ctab{
		display: inline-flex;
	}
	body#koda{
		background-size: auto;
		/* background-position: 30% 0%; */
	}
	body#noodles{
		background-size: auto;
		background-position: 65% 0%;
	}
	body#index {
		background-image: url('https://noodlesawsbucket.s3.ap-southeast-1.amazonaws.com/elements/NKSSDark-M.jpg');
		background-size: cover;
	}

	.extimages {
		flex-direction: column;
		padding: 0;
	  }


}

@media (max-width: 990px){
	#menu-icon{
		display: block;
	}
	.navlist{
		position: absolute;
		top: 100%;
		right: -100%;
		width: 300px;
		height: 40vh;
		background: #d19f73;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 50px 20px;
		transition: all .55s ease;
	}
	.navlist a{
		margin-left: 0;
		display: block;
		margin: 7px 0;
	}
	.navlist.open{
		right: 0;
	}
	#gallery {
		-moz-column-count:    2;
		-webkit-column-count: 2;
		column-count:         2;
	   }
	   .hero-text .ctab{
		display: inline-flex;
	}
}

@media (max-width: 680px){
	.hero-img img{
		width: 100%;
		height: auto;
	}
	#gallery {
		-moz-column-count:    1;
		-webkit-column-count: 1;
		column-count:         1;
	   }
	
}