/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ToffeeDev Team | Zahab
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
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
*/
/* Style */
/* Applications */
.wrap-carousel-applications .owl-stage-outer{
  padding-bottom: 10px;
}

.item.card-applications img{
  height:250px;
  object-fit: cover;
}

.item.card-applications{
  box-shadow: 0px 3px 10px rgb(0,0,0,7%)
}

.item.card-applications .content{
  padding:16px;
  height:400px;
	background:#fff;
}

.item.card-applications .content h3{
  font-family: anton;
  font-size: 34px
}

.item.card-applications .content p{
    margin:0;
}

.item.card-applications .content .content-child{
    margin:20px 0;
}

.item.card-applications .content p.kekuatan-title,
.item.card-applications .content p.medan-title{
    color:#FF4C01;
    font-weight:bold;
}

/*  */

.wrap-carousel-applications .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
    margin: 0;
}

.wrap-carousel-applications .owl-nav > button{
    position: absolute;
}

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-prev {
    left: -25px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-next {
    right: -25px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-applications .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-applications .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

.wrap-carousel-applications > button.owl-next:focus,
.wrap-carousel-applications > button.owl-prev:focus,
.wrap-carousel-applications > button.owl-next:hover,
.wrap-carousel-applications > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-applications .owl-nav > button:focus{
    outline: none;
}

/* Promo */
.wrap-carousel-promo .item.card-promo{
  display: inline-block;
  height:475px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden
}

.wrap-carousel-promo .item.card-promo img{
  height:100%;
  width:100%;
  object-fit: cover;
}

/* Service */
.item.card-services{
  	background: #D5D5D5;
	display: flex;
	align-items: self-start;
	flex-flow: column;
	justify-content: flex-start;
	height: 380px;
}

.item.card-services .content{
	padding:20px;
}

.item.card-services p{
  margin: 0;
}


.title-services{
  display:flex;
  gap:20px;
  align-items: center;
  padding:20px;
  padding-bottom:0px;
  margin-bottom: 20px
}

.title-services p{
  font-size: 40px;
  color:#FF4C01;
  font-family: anton;
}

.title-services h3{
  font-size: 28px;
  color:#FF4C01;
  font-family: anton;
  height: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

/*  */

.owl-theme .owl-dots .owl-dot.active span{
  background: #FF4C01 !Important;
}

/* Offer */
.item.card-offer img{
  height:280px;
  object-fit: cover
}

.item.card-offer{
  background: #FFFFFF;
}

.item.card-offer .content{
  padding:20px;
  height:320px;
}

.item.card-offer .content h3{
  color:#FF4C01;
  font-family: anton;
  font-size: 26px
}

.item.card-offer .content p{
  margin: 0;
}

.item.card-offer .content ul{
  margin: 0;
  padding-left: 16px;
  margin-top: 10px;
}

.item.card-offer .content{
  color:black
}
/*  */
.wrap-carousel-applications.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:nth-child(even) .item.card-offer {
  background: #1F2B36;
}
.wrap-carousel-applications.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:nth-child(even) .item.card-offer ul,
.wrap-carousel-applications.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:nth-child(even) .item.card-offer h3,
.wrap-carousel-applications.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:nth-child(even) .item.card-offer p{
  color: white
}

/* Testimony */
.wrap-carousel-testimony .owl-stage{
  padding-top:30px;
}

.item.card-testi{
  background: #F3F1F1;
  padding:20px 30px;
  position: relative;
}

.item.card-testi .photo{
  height:56px;
  width:56px;
  object-fit: cover;
  margin-bottom: 20px
}

.item.card-testi .icon{
  position: absolute;
  height:80px;
  width: auto;
  right:20px;
  top: -20px;
  z-index: 99;
  object-fit: contain;
}
.item.card-testi h3{
  font-size: 24px;
  font-weight: bold
}

.item.card-testi h4{
  color:#636363;
  font-size:16px;
}

/*  */

.wrap-carousel-testimony .owl-nav{
    position: absolute;
    width: 100%;
    top: 35%;
    margin: 0;
}

.wrap-carousel-testimony .owl-nav > button{
    position: absolute;
}

.wrap-carousel-testimony.owl-carousel .owl-nav > button.owl-prev {
    left: -35px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-testimony.owl-carousel .owl-nav > button.owl-next {
    right: -35px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-testimony .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-testimony .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-testimony .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

.wrap-carousel-testimony > button.owl-next:focus,
.wrap-carousel-testimony > button.owl-prev:focus,
.wrap-carousel-testimony > button.owl-next:hover,
.wrap-carousel-testimony > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-testimony .owl-nav > button:focus{
    outline: none;
}



@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	.wrap-carousel-promo .item.card-promo{
		height:unset;
	}
	
	.item.card-applications .content{
		height:332px;
	}

}

