/* COLOR GRADIENT

1. 2b5135
2. 08a331
3. f1f20a
*/

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
}

.box-store{
	position: relative;
	width: 100%;
	background-color: #FEF4FB;
	padding: 30px 0;
	font-size: 12px;
	color: #777;
	border-radius: 15px;
	margin-bottom: 30px;
}
.box-store li{
	padding: 5px 0;
}
.box-store li img{
	width: 24px;	
	margin-right: 8px;
}
.box-video-penjelasan2{
	position: relative;
	width: 100%;
	background: rgb(43,81,53);
  background: linear-gradient(-51deg, rgba(43,81,53,1) 0%, rgba(8,163,49,1) 0%, rgba(241,242,10,1) 100%);
	padding: 60px;
	border-radius: 15px;
	margin-top: 60px;
}


/* Accordion */
.accordion-button:not(.collapsed) {
	background-color: #b710c3;
	color: #fff;	
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-radius: 15px 15px 0px 0px !important;	
}
.accordion-item:focus{
	outline: none !important;
}
.accordion-item{
	margin-bottom: 30px;	
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.accordion-item .accordion-button {
	border-radius: 15px;
	border:0px solid #fafafa;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}


.screenshot-decor2 .screenshot-circle1 {
  position: absolute;  
  right: 645px;
}
.screenshot-decor2 .screenshot-circle2 {
  position: absolute;  
  right: 675px;
}
.screenshot-decor2 .screenshot-circle3 {
  position: absolute;
  top: auto;
  left: 44%;
  margin-top: -82px;
  z-index: 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;    
}
.image-box img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}

.iframeVideo{
	width: 100% !important;
  	height: 306px !important;
  	margin-top: 15px !important;
}
.availPadding{
	padding-top: 60px;padding-bottom: 100px;
}
.footerImg{
	height: 482px
}
.home-mobile {
  
  width: 100vw;
  height: 100vh !important;
  background-repeat: no-repeat;
  margin-top: 0;
    
}
.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;  
}
.home-mobile h4{
	line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.home-mobile h1{
	line-height: 17px;
    font-size: 42px;
    margin-top: 25px;
    margin-bottom: 40px;
    color: #08a331;
    text-transform: uppercase;
    font-weight: 300;
}
.home-mobile p{
	line-height: 1.8em;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.imgFooter{
    
}

/* Navigation */
/* paxlink */
.vid-carousel3 .owl-dots {  
  margin-top: 30px !important;  
}
.vid-carousel3.owl-theme .owl-dots .owl-dot span {  
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel3.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel3 button:focus {
  outline: 0;
}
a:focus{
  outline: 0;
}

.vid-carousel2 .owl-dots {  
  margin-top: 30px !important;  
}
.vid-carousel2.owl-theme .owl-dots .owl-dot span {  
  background: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel2.owl-theme .owl-dots .owl-dot.active span {
  background: #777;
  width: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel2 button:focus {
  outline: 0;
}
a:focus{
  outline: 0;
}


