/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*---------------------------------*/
:root {
	--img-width: 290px;
	--img-height: 370px;
}
#imgstack{
	position: relative;
    width: var(--img-width);
    height: var(--img-height);
    margin: 0 auto;
}
.img{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.img img{
    width: var(--img-width);
    height: var(--img-height);
    object-fit: cover;
}
#img1{
	z-index: 0;
}
#img2{
	rotate:-10deg;
	z-index: 1;
}
#img3{
	rotate:10deg;
	z-index: 2;
}
/*----------------------------------*/
.hilang-r{
	margin-left: var(--img-width);
	transition: all .3s;
	opacity: 0;
}
.hilang-l{
	margin-right: var(--img-width);
	transition: all .3s;
	opacity: 0;
}
.muncul{
	margin-right: 0;
	margin-left: 0;
	transition: all .3s;
	opacity: 1;
}
/*---------------------------------*/
.forminator-label{
	text-align: center!important;
  	font-size: 17px!important;
  	font-weight: 400!important;
  	color: #9f9f9f!important;
}
.forminator-label span{
	display: none!important;
}
.forminator-input{
	background: #fff !important;
  	border: none !important;
  	border-radius: 30px !important;
  	padding: 13px 20px !important;
  	box-shadow: 0px 3px 13.1px 0px #00000040!important;
}
.forminator-error-message{
	background-color: #FFE8B2!important;
  	color: #614400!important;
  	margin-top: 15px!important;
  	padding: 5px 20px!important;
  	border-radius: 20px!important;
  	border: 1px solid #efca72!important;
}
.forminator-field{
	text-align: center!important;
}
.forminator-ui .forminator-button{
	font-family: "Poppins", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 13px 40px 13px 40px !important;
    box-shadow: 0px 3px 13.1px 0px #00000040 !important;
    width: auto !important;
}


/*=====================================*/
/*              Mobile mode            */
/*=====================================*/
@media (max-width: 767.98px) {
	:root {
		--img-width: 240px;
		--img-height: 320px;
	}
}

/*=====================================*/
/*              Tablet mode            */
/*=====================================*/
@media (max-width: 991.98px) {
	:root {
		--img-width: 250px;
		--img-height: 330px;
	}
}