/* 
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
*/

/* GLOBAL STYLE */
:root {
	--baseFont: 'ES Klarheit Grotesk', sans-serif;
	--baseHead: 'Franchise', sans-serif;
	--containerWidth: 1150px;
	--siteColor:#FFD41E;
	--darkGray:#707070;
	--blackColor:#000;
	--orangeColor:#FF5402;
}

::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #E5E7EB !important;
    opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    font-weight: 400 !important;
    color: #E5E7EB !important;
    opacity: 1;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	outline: none;
}

[type=button]:focus, 
[type=submit]:focus, 
button:focus {
    outline: none !important;
}

/*CONTACT FORM 7 STYLE*/
.wpcf7 .cf7-field-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.wpcf7 .input-field {
    width: 100%;
    margin-bottom: 25px;
}

.wpcf7 .input-field.half-field {
    width: calc(50% - 8px);
}

.wpcf7 .input-field .select-label {
    opacity: 0;
}

.wpcf7 .input-field label {
	position: absolute;
    transform: translate3d(0, 0px, 0) scale(1);
    transform-origin: left top;
    font-size: 16px;
    font-weight: 400;
	line-height: 35px;
    color: #fff;
    opacity: 1;
    pointer-events: none;
    transition: 240ms;
}

.wpcf7 .input-field.focused label {
	opacity: 1;
	transform: translate3d(0, -25px, 0) scale(0.80);
	font-family: var(--baseFont);
}

.wpcf7 select {
    padding-bottom: 25px !important;
    background: url(/wp-content/uploads/2023/10/plus.svg) no-repeat right 20px;
}

.wpcf7 select.wpcf7-form-control.wpcf7-select option {
    color: var(--blackColor);
    padding: 0 30px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 .wpcf7-control-wrap {
	display: flex;
}

.wpcf7 br {
	display: none;
}

.wpcf7 .input-field.half-field+.submit-field {
    margin-top: 25px;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 20px;
	color: #fff;
}

.wpcf7 .submit-field {
    position: relative;
    width: 100%;
}

/* HERO SLIDER */
.hermes .tp-bullet {
	height: 43px !important;
	border-radius: 50% 50% 50% 50%/ 60% 60% 40% 40% !important;
	background: rgba(255, 255, 255, 0.7) !important;
}

rs-bullet.tp-bullet.selected {
	background: url('/wp-content/uploads/2023/10/bird.svg') center no-repeat !important;
	border-radius: 0 !important;
	width: 34px !important;
}
rs-bullet.tp-bullet.selected:after {
	background: transparent !important;
}

/* SWIPER STYLE */
.elementor-swiper .swiper-slide-contents {
	width: 100%;
}

.swiper-pagination,
.elementor-element .jet-carousel .jet-slick-dots {
    position: absolute;
    left: 120px !important;
    bottom: 16px !important;
    z-index: 10;
    transform: none;
    text-align: left;
    transition: .3s;
}

.elementor-element .jet-carousel .jet-slick-dots:after {
    content: "Swipe untuk lihat kenikmatan lainya";
    margin-left: 14px;
    font-size: 15px;
}

.swiper-pagination span.swiper-pagination-bullet,
.jet-carousel .jet-slick-dots li {
	width: 22px;
	height: 28px;
	margin-left: 0 !important;
    margin-right: 8px !important;
	border-radius: 50% 50% 50% 50%/ 60% 60% 40% 40% !important;
	background: #FFF6E8;
	opacity: .5;
	cursor: pointer;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.jet-carousel .jet-slick-dots li.slick-active {
	width: 22px;
	background: url('/wp-content/uploads/2023/10/icon-bird.svg') no-repeat  center;
	background-size: 100%;
	opacity: 1;
}

/* SLICK SLIDER STYLE */
.jet-carousel .jet-slick-dots li span {
	opacity: 0;
}

/* MARQUE STYLE */
.cscroll h3 {
	white-space: nowrap;
	will-change: transform;
	animation: marquee-horizontal 40s linear infinite;
}

@keyframes marquee-horizontal {
	from {
		transform: translateX(0); 
	}
	
  	to { 
		transform: translateX(-50%); 
	}
}

/* Back To Top Style */
.goto-up {
	position: fixed;
	right: 38px;
	bottom: 65px;
	z-index: 10;
	width: 52px;
	height: 52px;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	vertical-align: middle;
	will-change: opacity, transform;
	background: url(/wp-content/uploads/2023/10/Favicon.png) center/contain no-repeat;
	transition: .3s;
}

.goto-up:not(.active) {
	opacity: 0;
	visibility: hidden;
}

.goto-up.active {
	opacity: 1;
	visibility: visible;
}


/* Footer Style */
footer a:hover .elementor-icon-list-text {
	color: var(--siteColor) !important;
}

@media all and (max-width: 1440px) {
	/* SWIPER STYLE */
	.swiper-pagination,
	.elementor-element .jet-carousel .jet-slick-dots {
		position: absolute;
		left: 60px !important;
		bottom: 16px !important;
	}
}

@media all and (max-width: 1024px) {
	/* Back To Top Style */
	.goto-up {
		right: 20px;
		bottom: 20px;
	}
	
	/* SWIPER STYLE */
	.swiper-pagination,
	.elementor-element .jet-carousel .jet-slick-dots {
		position: absolute;
		left: 30px !important;
		bottom: 10px !important;
	}
}

@media all and (max-width: 767px) {
	/*CONTACT FORM 7 STYLE*/
    .wpcf7 .input-field.half-field {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
	#rev_slider_1_1_wrapper .hermes.tp-bullets {
		opacity: 0 !important;
	}
}