/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Raleway, Open Sans, Montserrat
    ----------------------------------------
    Colors:

        Grey:               	 	#212226
        Light Grey:                 #eeeeed
		Medium Grey 1:				#57585e
		Medium Grey 2:				#37383f
		Medium Grey 3:				#484b54
		Medium Grey 4:				#3a3c44

        White Smoke:         		#f4f4f4
		White Smoke 2:				#a6a6a2
		
		Slideshow Button:			#585b66,  #212226


	
	z-index:
		#preloader 								z-index: 9999
		.menu (responsive layout)				z-index: 50
		.main-overlay:after (close button) 		z-index: 40
    	.main-overlay 							z-index: 30
		.menu-trigger 	(menu button)			z-index: 20
		header.sticky							z-index: 5

		.owl-prev								z-index: 2
		#homeSlide-wrapper::before 				z-index: 1


============================================ */







html, body {
    color: #484b54;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
	line-height: 130%;
    text-rendering: optimizeLegibility;
	
	height: 100%;	/* important */	
}

/* Accessibility: visible skip link for keyboard users */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	padding: 10px 14px;
	background: #ebe8eb;
	color: #29042f;
	border-radius: 4px;
}

.skip-link:focus {
	left: 12px;
	top: 12px;
	outline: 2px solid #29042f;
}

p { 
	font-size: 100%; 
	color: #bdb4be; 
	line-height: 150%; }   /*line-height should be between 120% - 145%*/

p:first-child { margin-bottom: 30px; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1, h2 { font-weight: 400; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }

h1 {
	font-size: 360%;
	word-spacing: 4px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 { 
	font-size: 260%; 
	word-spacing: 2px; 
	text-align: center; 
	margin-bottom: 30px; 
	letter-spacing: 1px; 


}


h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 135%; }
h6 { font-size: 110%; }


/*put the orange line after h2*/
/*h2:after {			
	display: block;
	height: 2px;
	background-color: #e7bb27;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
}
*/


/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */
section { 
	background: white;
    overflow: hidden;
	margin: 0;
	padding: 60px 0 0 0; 		/*--- Section padding Top = 80px  ---*/

}  


/* Horizontal Headings --------------------- */

.horizontal-heading {
    margin-bottom: 30px;
}

.horizontal-heading h5 {
    font-size: 20px;
    color: #eee8ef;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;

}



/*.container-fluid {  padding: 0; } */ /*--- Remove padding container-fluid from Bootstrap  ---*/


/* BUTTONS GENERAL --------------------- */
.btn-general {
	font-family: 'Raleway', sans-serif;
	border-radius: 28px;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0 6px;
	padding: 12px 46px 12px 46px;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/* BUTTONS HOME --------------------- */
.btn-home {
	color: #fff;
	border: 1px solid #fff;
}

.btn-home:hover, .btn-home:focus {
	color: #fff;
	background-color: #9a7c07;
	border: 1px solid #9a7c07;
}



/* BUTTONS YELLOW --------------------- */
.btn-yellow {
	color: #fff;
	border: 1px solid #5b1a61;
	background-color: #5b1a61;
}

.btn-yellow:hover, .btn-yellow:focus {
	color: #fff;
	background-color: #29042f;
	border: 1px solid #29042f;
	
	/*-- Change default input focus glow style --*/
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(172, 46, 180, 0.5);
}



/* BUTTONS WHITE --------------------- */
.btn-white {
	color: #212226;
	border: 1px solid #fff;
	background-color: #fff;
}

.btn-white:hover, .btn-white:focus {
	color: #fff;
	background-color: #212226;
	border: 1px solid #212226;
}



/* BUTTONS BACK TO TOP ------------- */
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
	background-color: #37073b;
}



/*-- Neon Text ----------------------*/

.sign__word {
  color: #d3e6fb;
  /*-webkit-animation: neon 0.08s ease-in-out infinite alternate;
          animation: neon 0.08s ease-in-out infinite alternate;*/
    
    text-shadow:
        0 0 5px #fff,
        0 0 10px #951013,
        0 0 20px #951013,
        0 0 40px #951013,
        0 0 80px #951013,
        0 0 90px #951013,
        0 0 100px #951013,
        0 0 150px #951013;
}



.horizontal-heading h2 { 
	margin: 0; 
	font-size: 260%; 
	color: #efe8fc;
	
	 text-shadow:
        0 0 5px #eab2f7,
        0 0 10px #6868e5,
        0 0 20px #6868e5;
        /*0 0 40px #6868e5;*/
        /*0 0 80px #6868e5;*/

}




 

/* =========================================
                Preloader
============================================ */

#preloader {
    background-color: #f1f2f3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}




/*---- do not remove -----*/
#wrapper-total {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}



/* =========================================
         Header and Header Sticky
============================================ */
#navTop {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	
	-webkit-box-shadow: 0 8px 6px -9px  rgba(0, 0, 0, .7);
	box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .7);
	
	-webkit-transform: translateY(-200%);	 /* hide nav on the top of page */
		  transform: translateY(-200%);
}


#navTop.sticky {
	top: 0;
	left: 0;
	right: 0;	
	background: rgba(0, 0, 0, 0.75);
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
	
	z-index: 5;
}


body.scroll #navTop.sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



nav.nav-wrapper {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
		padding: 7px 15px;
	display: -webkit-box;
	display: flex;
	
	-webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	justify-content: space-between;
	
	-webkit-box-align: center;
	  -ms-flex-align: center;
	align-items: center;
}



nav.nav-wrapper .logo { max-width: 70px; }   /*--Size of Logo div wrapper--*/
nav.nav-wrapper .logo img { max-width: 90%; }


nav.nav-wrapper ul li {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0;
}

nav.nav-wrapper ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 80%;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;

	color: white;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	
}

nav.nav-wrapper ul li a:hover {
	border-bottom: 1px solid #d491f0;;
	color: #d491f0;
}






/* =========================================
    Default New Color
        Light Purple 00		#d491f0  	****
		Light Purple 03		#792483

		Light Gray 01		#ebe8eb		*****
		Medium Gray 00		#8f8b8f
		Dark Gray 01		#1d1321

		Medium Purple 01	#5b1a61		*****
		Medium Purple 02	#37073b 	*****
		Medium Purple 03	#330f42

		Dark Purple 01		#3c1240		*****
		Dark Purple 02		#29042f		***** (font p)
		Dark Purple 03		#22042d
		Dark Purple 04		#150a19
		Dark Purple 05		#120716 
		

		Light Yellow		#f7c34a
		Medium Yellow		#f6bd3a

============================================ */





/* ====================================================
                Home Video
====================================================== */
#home { 
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;  	/* keep image in the center in screen */
} 



	/*---------- Video Responsive Size -----------*/
	/*--------------------------------------------*/
    #home-bg-video {
        width: 100%;
        height: auto;
    }

    #home-bg-video-sm {
        width: 100%;
        height: auto;
        display: none;
    }




/* =========================================
                About 01
============================================ */

#about {
	position: relative;
	background-color: #0e0a0f;
	top: -10px;  	/* remove white space top div */
}

#about .container-fluid { padding: 0; }  /*--- Don't Delete @@ Remove padding space ---*/

#about-bg-sm { display: none; } 		/*--- Don't Delete ---*/
#about-bg-sm02 { display: none; } 		/*--- Don't Delete ---*/


#about01-wrapper { 
	width: 100%; 
	overflow:hidden;   /*-- Don't remove --*/
}

#about-bg-diagonal {
    width: 50%;
    height: auto;
    float: right;
    background-image: url(../img/bg/bg_taro_01.jpg) ;
    border-left: 70px solid #0e0a0f;
    border-top: 780px solid transparent;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#about-content-box {
    float: left;
	margin: 30px;
}






/* =========================================
                About 02
============================================ */
#about-02 {
    padding: 60px 0;
	background: #330f42;
}

#about-02 .row { padding: 0 20px; }

.about-item {
    background-color: #ebe8eb;
    padding: 30px 10px 10px 10px;
	margin: 10px 0px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


.about-item img { 
	width: 28%; 
	height: auto; 
	margin-bottom: 10px;
}

.about-item h3 {
    font-size: 100%;
    margin-bottom: 10px;
	color: #5b1a61;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #792483;
    margin: 0 auto;
    border: none;
}

.about-item p { 
	margin-top: 20px; 
	font-size: 95%; 
	color: #29042f;
}


/* Hover state */
.about-item:hover { background-color: #29042f; }
.about-item:hover h3, .about-item:hover p { color: #fff; }
.about-item:hover hr { background-color: #fff; }
.about-item:hover img { transform: translateY(-20px); }


/* Smooth transition */

.about-item, .about-item img, .about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.about-item h3, .about-item p {
   -webkit-transition: all 400ms linear;
    transition: all 400ms linear;  
}






/* ====================================================
               SlideShow
====================================================== */
#slideshow { 
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;  	/* keep image in the center in screen */
	
	padding: 0px;
	/*top: -10px; */ 	/* remove white space top div */
	
	background: #0e0a0f;
} 


#slideshow-wrapper {
	position: relative;
	width: 100%;
}



	/*------------ Slide Buttons --------------*/
	/*-----------------------------------------*/	
	.owl-theme .owl-nav [class*=owl-] {
		color: #585b66;
		background: none;
		margin: 0;        
        opacity: .5;
	}

	.owl-theme .owl-nav [class*=owl-]:hover { background: #212226; }
	/*.owl-nav { display: none;}*/    /* Hide the Nav Arrow Left & Right */




	 /*------------ Color of dot  --------------*/
    /*------------------------------------------*/
    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{ 
        background: #5b1a61; }

    .owl-theme .owl-dots .owl-dot span{ background:#d0c1c2; }




	/*----- Color Arrows Left & Right ---------*/
	/*-----------------------------------------*/
    .owl-prev .fa-chevron-left  { font-size: 120%; padding: 20px 5px; }
    .owl-next .fa-chevron-right { font-size: 120%; padding: 20px 5px; }


	/*----- Possition Arrows Left & Right -----*/
	/*-----------------------------------------*/
	.owl-prev {
		position: absolute;
		top: 40%;
		left: 30px;
		display: block !important;
		
		z-index: 2;
	}

	.owl-next {
		position: absolute;
		top: 40%;
		right: 30px;
		display: block !important;
		
		z-index: 2;
	}





/* =========================================
                Porfolio Flavors
============================================ */

/*--- change style description text in Magnifier PopUp box ------*/
/*----------------  don't delelte   --------------------------*/
.mfp-title {
	font-size: 17px;
	line-height: 30px;
	padding: 15px; 
	margin: 0;
	color: #792483;
	
	background-color: rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.mfp-counter { display: none; }
.mfp-bg { background-color: rgba(0, 0, 0, 1); }



/*----------------------------------------------------*/

#portfolio {
	position: relative;
	width: 100%;
	background-color: #250a30;
	top: -10px;  	/* remove white space top div */
}


#portfolio-wrapper { padding-bottom: 60px; } 

.portfolio-item {
    padding: 0px;
	margin-bottom: 30px;
}


.portfolio-img {
    position: relative;
	width: auto;
    height: auto;
    
	
	 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: linear-gradient(180deg, rgba(91,26,97,1) 0%, rgba(41,4,47,1) 100%);
}



.portfolio-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.portfolio-img:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}





.portfolio-item-details h3 {
    color: #eddef3;
    text-transform: uppercase;
    font-size: 75%;
    padding: 15px 0 0px 0;
	
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

.portfolio-item-details p {
    font-size: 80%;
    color: #c4c1c5;
    margin: 0;
    padding: 10px 0px 5px 0px;
}

/*.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #9a7c07;
    border-bottom: 1px solid #9a7c07;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}*/



/* =========================================
                Yogurt
============================================ */

#yogurt {
	position: relative;
	width: 100%;
	background-color: #0e0a0f;
	top: -10px;  	/* remove white space top div */
}


#yogurt-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 



/* =========================================
                Sago
============================================ */

#sago {
	position: relative;
	width: 100%;
	background-color: #0d060f;
	top: -10px;  	/* remove white space top div */
}


#sago-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 



/* =========================================
                Fruit Tea
============================================ */

#fruit-tea {
	position: relative;
	width: 100%;
	background-color: #0e0a0f;
	top: -10px;  	/* remove white space top div */
}


#fruit-tea-wrapper { 
	padding-bottom: 60px; 
	/*background-image: url(../img/bg/bg02.jpg);
    background-repeat: repeat-x;*/
	height: auto;
} 



/* =========================================
                Creamy Tea
============================================ */

#creamy-tea {
	position: relative;
	width: 100%;
	background-color: #0e0a0f;
	top: -10px;  	/* remove white space top div */
}


#creamy-tea-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 



/* =========================================
                Sorbet
============================================ */

#sorbet {
	position: relative;
	width: 100%;
	background-color: #0d060f;
	top: -10px;  	/* remove white space top div */
}


#sorbet-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 



/* =========================================
                Ice Cream
============================================ */

#ice-cream {
	position: relative;
	width: 100%;
	background-color: #0e0a0f;
	top: -10px;  	/* remove white space top div */
}


#ice-cream-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 




/* =========================================
                Special
============================================ */

#special {
	position: relative;
	width: 100%;
	background-color: #0d060f;
	top: -10px;  	/* remove white space top div */
}


#special-wrapper { 
	padding-bottom: 60px; 
	height: auto;
} 







/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}







/* =========================================
               Contact Us
============================================ */
#contact {
	position: relative;
	width: 100%;
	top: -10px;  /* remove white space top div */
	
	background: #0c090d;
}



#contact-wrapper { 
    margin: 0 100px;
    padding-bottom: 80px; 
}


/*-- Change font size & text color of Contact section --*/
#contact-wrapper p,
#contact-wrapper #contact-left .office-details li,
#contact-wrapper #contact-right p,
#contact-wrapper #contact-left .social-list li a
{ font-size: 20px; }






	/*------ Contact Left -------------*/
	/*---------------------------------*/
	#contact-left { margin-right: 12%; }	
	#contact-left p { 
		margin: 25px 0 20px 0; 
	}

    #contact-left  ul.office-details {
        list-style: none;
        padding: 0;
    }

    #contact-left  ul.office-details li {
        font-family: "Open Sans", sans-serif;
        margin-top: 12px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: flex;
		
		color: #bdb4be;
    }

    #contact-left  ul.office-details li i { width: 45px; }


	#contact-left .social-list { margin-bottom: 40px; }

	#contact-left .social-list li a {
		/*color: #bdb4be;*/
		border: 1px solid #bdb4be;
		text-align: center;
	}

	#contact-left .social-list li a:hover {
		color: #fff;
		border-color: transparent;
	}



	/*------ Contact Right -------------*/
	/*---------------------------------*/

	#contact-right {
		padding: 20px;
		background-color: #ebe8eb;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		border-radius: 4px;
	}
	
	#contact-right h6 { margin-bottom: 20px;  color: #29042f; }
	#contact-right p { margin-bottom: 25px; color: #29042f; }

	#contact-right form .form-control {
		font-family: "Open Sans", sans-serif;
		padding: 3% 3%;
		font-size: 95%;
		line-height: 145%;
	}

	#contact-right form textarea.form-control {
		min-height: 140px;
	}

	
	
	/*-- Change text color placeholder bootstrap --*/
	.form-control::-webkit-input-placeholder { color: #bec6cc; }
	.form-control:-moz-placeholder { color: #bec6cc; }
	.form-control::-moz-placeholder { color: #bec6cc; }
	.form-control::placeholder { color: #bec6cc; }
	.form-control:-ms-input-placeholder { color: #bec6cc; }


	/*-- Change default input focus glow style --*/
	.form-control:focus {
		border-color: #5b1a61;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(172, 46, 180, 0.5);
	}

	

/* =========================================
               Accessibility
============================================ */
#accessibility {
	position: relative;
	width: 100%;
	top: -10px;  /* remove white space top div */
	background-color: #140917;

}

#accessibility-wrapper { 
    margin: 0 100px;
    padding-bottom: 80px; 
}

/* Match Contact section font sizing */
#accessibility-wrapper p,
#accessibility-wrapper a {
	font-size: 20px;
}

/* Accessibility paragraph styling */
#accessibility-wrapper p {
	line-height: 1.9;
	color: #bdb4be;
	margin-bottom: 20px;
}

/* Links inside accessibility statement */
#accessibility-wrapper a {
	color: #efe8fc;
	text-decoration: none;
}

#accessibility-wrapper a:hover,
#accessibility-wrapper a:focus {
	color: #ffffff;
}



/* =========================================
               privacy
============================================ */
#privacy {
	position: relative;
	width: 100%;
	top: -10px;  /* remove white space top div */
	background-color: #120a15;

}

#privacy-wrapper { 
    margin: 0 100px;
    padding-bottom: 80px; 
}

/* Match Contact section font sizing */
#privacy-wrapper p,
#privacy-wrapper a {
	font-size: 20px;
}



/* =========================================
               terms of service
============================================ */
#terms {
	position: relative;
	width: 100%;
	top: -10px;  /* remove white space top div */
	background-color: #120a15;

}

#terms-wrapper { 
    margin: 0 100px;
    padding-bottom: 80px; 
}

/* Match Contact section font sizing */
#terms-wrapper p,
#terms-wrapper a {
	font-size: 20px;
}






/* =========================================
               Footer
============================================ */
#footer {
	position: relative;
	width: 100%;
	background-color: #080708; 
	height: auto;

	top: -10px;  /* remove white space top div */
}


#footer-wrap {  
    padding: 20px;
}

#footer-wrap p { 
	color: #8f8b8f;
	padding: 0; 
	margin: 0; 
	font-size: 90%;
}

#footer p span { color: #792483; }














/* ===========================
   Accessibility improvements
=========================== */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #29042f;
    outline-offset: 2px;
}

/* Allow skip-link target to receive focus */
#main-content:focus {
    outline: 2px solid #29042f;
    outline-offset: 4px;
}
