 
  /*Google font*/
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');




/*global style*/
body{
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-srif;
	font-weight: 400;
}

.from-control{
	font-family: 'montserrat', sans-serif;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
}

a{
	text-decoration: none!important;
}

.mybtn1,
.mybtn2{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 12px 36px;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.mybtn1{
	background-color: #ffffff;
}
.mybtn2{
	color: #ffffff;
}
.mybtn2:hover{
color: #ffffff;
}

.mybtn2:focus,
.mybtn1:focus{
	box-shadow: none;
}
.mybtn2::before,
.mybtn1::before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:0%;
	background-color: rgba(0, 0 , 0, 0.3);
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease;
}
.mybtn2:hover::before,
.mybtn1:hover::before{
	width: 100%;
}

.section-title{
	margin-bottom: 60px;
	text-align: center;
}


.section-title .title{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
	margin:0 0 15px;
	position: relative;
	padding: 5px 10px;
	z-index: 1;
}

.section-title .title::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:black;
	z-index: -1;
	border-radius: 5px;
	opacity: 0.1;
}

.section-title .subtitle{
	font-size: 30px;
	line-height: 38px;
	color: #222222;
	font-weight: 700;
	margin: 0;
}
.bg-light{
background-color: rgba(255, 85, 255, 0.315);
}

/* preloader */

.preloader{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #222222;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader .loader{
	height: 50px;
	width: 50px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	animation: preloader 1s linear infinite;
}

@keyframes preloader{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

/*header*/
.header{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}


.header .navbar {
	padding: 0;
}

.header .navbar.navbar-light .navbar-brand{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.header .navbar #collapsibleNavbar .nav-item .nav-link{
	color:#ffffff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 20px 15px 20px;
	line-height: 26px;
	opacity: 0.6;
}


.header .navbar #collapsibleNavbar .nav-item .nav-link.active{
	opacity: 1;

}

/*home section */
.home-section{
	padding: 250px 0 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.home-section::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 112px;
	background-image: url("../img/shape-bg.png");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

.home-section .home-content h1{
	font-size: 55px 0 200px;
	color:#ffffff;
	font-weight: 700;
	line-height: 60px;
	margin:0;
}
.home-section .home-content p{
	color: #ffffff;
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 40px;
	line-height: 28px;
	font-weight: 400;
}

.home-section .home-img img{
	max-width: 400px;
	width: 100%;
	position: absolute;
	left: 150px;
	top:-50px;
	animation: productani01 5s linear infinite;
}

@keyframes productani01{
	0%,100%{
		transform: translateY(15px);
	}
	50%{
		transform: translateY(-15px);
	}
}

.home-section .bg-shapes div{
position: absolute;
opacity: 0.08;

}
.home-section .bg-shapes div:nth-child(1){
	height: 100px;
	width: 100px;
	top: 20%;
	left: 20%;
	background-color: #ffffff;
	border-radius: 50%;
	animation: shapeani01 5s linear infinite;
}

.home-section .bg-shapes div:nth-child(2){
	height: 80px;
	width: 80px;
	top: 60%;
	left: 60%;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #ffffff;
	border-bottom: 5px solid transparent;
	animation: shapeani02 7s linear infinite;
}

.home-section .bg-shapes div:nth-child(3){
	height: 60px;
	width: 60px;
	top: 10%;
	left: 90%;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #ffffff;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	animation: shapeani02 7s linear infinite;
}

.home-section .bg-shapes div:nth-child(4){
	height: 200px;
	width: 200px;
	top: 40%;
	left: calc(100% - 100px);
	background-color:#ffffff;
	border-radius: 50%;
	animation: shapeani03 10s linear infinite;
}

.home-section .bg-shapes div:nth-child(5){
	height: 100px;
	width: 100px;
	top: 40%;
	left: calc(0% - 50px);
	background-color:transparent;
	border: 5px solid #ffffff;
	animation: shapeani02 10s linear infinite;
}

@keyframes shapeani01{
	0%,100%{
		transform: translateX(0px);
	}
	50%{
		transform: translateX(50px);
	}
}

@keyframes shapeani02{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(360deg);
	}
}

@keyframes shapeani03{
	0%,100%{
		transform: scale(0.5);
	}
	50%{
		transform: scale(1);
	}
}

/*about section*/
.about-section{
	background-color:#ffffff;
	padding: 80px 0 80px;
}

.about-section .about-img{
	margin: auto;
}

.about-section .about-img img{
	max-width: 360px;
	width: 100%;
}

.about-section .section-title{
	text-align: left;
	margin-bottom: 30px;
}

.about-section .about-content p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin: 0;
}

/* Features section */
.features-section{
	
	padding: 80px 0 50px;
}

.features-section .features-item{
	box-shadow: 0 0 10px #bdabd4;
	padding: 40px 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	transition: all 0.5s ease;
}

.features-section .features-item:hover{
	transform: translateY(-10px);
}

.features-section .features-item .icon{
	margin-bottom: 25px;
}
.features-section .features-item .icon i{
	font-size: 40px;
	display: inline-block;
	transition: all 0.5s ease;
}
.features-section .features-item h3{
	font-size: 22px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 15px;
	line-height: 30px;
	transition: all 0.5s ease;
}
.features-section .features-item p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin: 0;
	transition: all 0.5s ease;
	font-weight: 400;
}

.features-section .features-item:hover .icon i,
.features-section .features-item:hover h3,
.features-section .features-item:hover p {
	color: #ffffff;

}

/*products section*/
.products-section{
	padding: 80px 0 80px;
	background-color: #ffffff;
}

.products-section .products-item{
	box-shadow: 0 0 10px #dddde3;
	margin: 15px 0;
}

.products-section .product-img{
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.products-section .product-img  .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 1;
}

.products-section .products-item:hover .product-img  .overlay{
	opacity: 1;
}

.products-section .product-img  .overlay .btn{
	margin: auto;
	transform: translateY(100px);
	transition: all 0.5s ease;
}

.products-section .products-item:hover .product-img  .overlay .btn{
	transform: translateY(0px);
}

.products-section .product-img img {
	width: 100%;
	display: block;
}

.products-section .product-content{
	padding: 0 30px;
	text-align: center;
}

.products-section .product-content .product-price{
	margin: 15px 0 5px;
}

.products-section .product-content .product-price .new-price{
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin: 0 5px;
}

.products-section .product-content .product-price .old-price{
	font-size: 18px;
	display: inline-block;
	color: #959595;
	font-weight: 400;
}

.products-section .product-content .product-name{
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	line-height: 26px;
	margin: 0;
	padding-bottom: 20px;
}

.products-section .owl-carousel .owl-nav{
	text-align: center;
	margin-top: 40px;
}
.products-section .owl-carousel .owl-nav button.owl-next:focus,
.products-section .owl-carousel .owl-nav button.owl-prev:focus{
	outline: none;
}
.products-section .owl-carousel .owl-nav button.owl-next,
.products-section .owl-carousel .owl-nav button.owl-prev{
	height: 40px;
	width: 40px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
}

.products-section .owl-carousel .owl-nav button.owl-next span,
.products-section .owl-carousel .owl-nav button.owl-prev span{
	font-size: 40px;
	margin-top: -13px;
	display: block;
}

/*testimonial-section*/
.testimonial-section{
	padding: 80px 0 80px;
	background-image: url('../img/0012.jpg');
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.testimonial-section::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.85;
}

.testimonial-section .section-title .title,
.testimonial-section .section-title .subtitle{
	color: #ffffff;
}

.testimonial-section .section-title .title::before{
	background-color: #ffffff;
}

.testimonial-section .testi-item{
	background-color: #ffffff;
	padding: 30px;
	border-radius: 5px;
}

.testimonial-section .testi-comment p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 400;
	margin: 0 0 10px;
	font-style: italic;
}

.testimonial-section .testi-comment p .fa-quote-left{
	margin-right: 5px;
}

.testimonial-section .testi-comment p .fa-quote-right{
	margin-left: 5px;
}

.testimonial-section .testi-comment .stars{
	margin: 0 0 20px;
}

.testimonial-section .testi-comment .stars li{
	display: inline-block;
	margin: 0 1px;
}

.testimonial-section .testi-comment .stars li i{
	font-size: 13px;
	color: #ff9800;
}

.testimonial-section .client-info {
	position: relative;
	padding-left: 80px;
	padding-top: 5px;
	min-height: 60px;
}

.testimonial-section .client-info img{
	height: 60px;
	width: 60px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-section .client-info h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin:0;
}

testimonial-section .client-info p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

.testimonial-section .owl-carousel .owl-nav{
	text-align: center;
	margin-top: 50px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next:focus,
.testimonial-section .owl-carousel .owl-nav button.owl-prev:focus{
	outline: none;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev{
	height: 40px;
	width: 40px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 50%;
	font-weight: 500;
	overflow: hidden;
	background-color: #ffffff;
	transition: all 0.5s ease;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-section .owl-carousel .owl-nav button.owl-prev:hover{
	color: #ffffff;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next span,
.testimonial-section .owl-carousel .owl-nav button.owl-prev span{
	font-size: 40px;
	margin-top: -13px;
	display: block;
}

/*faq-section*/

.faq-section{
	padding: 80px 0 80px;
}

.faq-section .faq-item{
	margin-bottom: 40px
}

.faq-section .faq-item h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #222222;
	margin: 0 0 10px;
}

.faq-section .faq-item p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 400;
	margin: 0;
}

.faq-section .support-text{
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	line-height: 26px;
}

/*gallery section*/

.gallery .content{
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.gallery .content .box{
	flex: 0 0 50%;
	max-width: 50%;

}

.gallery .content .box img{
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.gallery .content .box img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


/*contact-section*/

.contact-section{
	background-color: #ffffff;
	padding: 80px 0 80px;
	
}

.contact-section .contact-from .from-group{
	margin-bottom: 20px;
}
.contact-section .contact-from .from-control{
	height: 50px;
	color: #555555;
	border: none;
	border-bottom: 2px solid #d9d9d9;
	border-radius: 0px;
	transition: all 0.5s ease;

}

.contact-section .contact-from textarea .from-control{
	height: 120px;
}

.contact-section .contact-from .from-control:focus{
	box-shadow: none;
}

.contact-section .contact-item{
	position: relative;
	padding-left: 65px;
}
.contact-section .contact-item .icon{
	height: 50px;
	width: 50px;
	background-color: #f5f5ff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .contact-item .icon i{
	line-height: 50px;
	font-size: 20px;
}

.contact-section .contact-item h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 2px;
}

.contact-section .contact-item p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #555555;
	margin: 0;
}

/*footer section*/
.footer{
	padding-top: 80px;
	text-align: center;
}

.footer .footer-logo a{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px;
}

.footer .footer-text p{
	font-size: 16px;
	line-height: 26px;
	color: #eeeeee;
	font-weight: 400;
	margin: 0 0 25px;
}

.footer .footer-social-links{
	margin-bottom: 80px;
}
.footer .footer-social-links a{
	display: inline-block;
	text-align: center;
	margin: 0 4px;

}

.footer .footer-social-links a i{
	height: 40px;
	width: 40px;
	border: 1px solid #ffffff;
	display: block;
	color: #ffffff;
	line-height: 38px;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.footer .footer-social-links a:hover i{
	background-color: #ffffff;
}

.footer .copyright{
	border-top:1px solid rgba(255,255,255,0.1);
	padding: 20px 15px;
}
.footer .copyright p{
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #eeeeee;
	font-weight: 400;
}

/* tampilan desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#ffffff;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* tampilan mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}