
@import url(flaticon.css);
@import url(owl.css);





/** app-secreenshots **/

.app-screenshots-section{
  position: relative;
  display: block;
}

.app-screenshots-section .carousel-outer{
  position: relative;
}

.app-screenshots-section .sec-title {
  margin-bottom: 70px;
}

.app-screenshots-section .carousel-outer .screen-mobile-image {
  background-image: url(../images/resource/screen-5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 476px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 223px;
  z-index: 2;
  border-radius:36px;
  box-shadow: 0px 0px 24px 0px rgba(2, 208, 124, 0.1);
}

.app-screenshots-section .slide img {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}

.app-screenshots-section img{
  width: 100%;
  /*box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);*/
  border:3px solid #F1F1F1;
}

.app-screenshots-section #tab-7 .image{
  position: relative;
  display: block;
  margin: 30px 0px;
}

.app-screenshots-section #tab-7 .carousel-outer{
  position: relative;
  display: block;
  margin-top: -18px;
}

.app-screenshots-section .center .slide{
  position: relative;
  border-radius: 30px;
}

.app-screenshots-section .center .slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(0.95);
  border-radius: 24px;
}

.app-screenshots-section .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
}

.app-screenshots-section .tabs-box .tab.active-tab{
  display:block;  
}

.app-screenshots-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 125px;
}

.app-screenshots-section .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 35px;
}

.app-screenshots-section .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5e5e5e;
  padding: 11px 40.5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.app-screenshots-section .tab-btn-box .tab-btns li.active-btn {
  background: #00c569;
  color: #fff;
}

.app-screenshots-section .owl-prev,
.app-screenshots-section .owl-next{
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(0deg, #28D78F  0%, #02D07C 100%);
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px;
  transition: all 500ms ease;
}

.app-screenshots-section .owl-prev::before,
.app-screenshots-section .owl-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;


  background: linear-gradient(0deg, #28D78F  0%, #02D07C 100%);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  border-radius: 100px;
  opacity: 0.1;
  -webkit-animation: growShrink 2s ease-in-out 0s infinite both;
  animation: growShrink 2s ease-in-out 0s infinite both;
  z-index: -2;
}
.app-screenshots-section .owl-prev::after,
.app-screenshots-section .owl-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;


  background: linear-gradient(0deg, #28D78F  0%, #02D07C 100%);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1);
  border-radius: 100px;
  opacity: 0.1;
  -webkit-animation: growShrink 2s ease-in-out 0s infinite both;
  animation: growShrink 2s ease-in-out 0s infinite both;
  z-index: -2;
}



.owl-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 100px;
}

.app-screenshots-section .owl-prev:hover,
.app-screenshots-section .owl-next:hover{
  background: #02D07C;
  border-color: #02D07C;
  color: #fff;
}

.app-screenshots-section .owl-prev{
  position: absolute;
  left: -100px;
  top: 45%;
  transform: translateY(-50%);
}

.app-screenshots-section .owl-next{
  position: absolute;
  right: -100px;
  top: 45%;
  transform: translateY(-50%);
}

/*.app-screenshots-section .owl-dots{*/
/*  display: block;*/
/*  text-align: center;*/
/*  margin-top: 30px;*/
/*}*/

/*.app-screenshots-section .owl-theme .owl-dots .owl-dot span{*/
/*  background: #bdc0ed;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*  transition: all 500ms ease;*/
/*}*/

/*.app-screenshots-section .owl-theme .owl-dots .owl-dot.active span,*/
/*.app-screenshots-section .owl-theme .owl-dots .owl-dot span:hover{*/
/*  background: #363dc4;*/
/*  border: none;*/
/*}*/

.app-screenshots-section .screen-mobile-image-2 {
  background-image: url(../images/resource/laptop-6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 275px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 482px;
  z-index: 2;
  border-radius: 50px;
}


.app-screenshots-section.home-10{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 240px 0px 200px 0px;
}



@media only screen and (max-width: 1200px){


  .app-screenshots-section .carousel-outer .screen-mobile-image{
    height: 605px;
    width: 300px;
    border-radius: 50px;
  }

  .app-screenshots-section .owl-nav,
  .testimonial-style-four .owl-theme .owl-dots{
    display: none;
  }


  .app-screenshots-section .carousel-outer .screen-mobile-image,
  .app-screenshots-section .screen-mobile-image-2 {
    display: none;
  }

}


@media only screen and (max-width: 767px){

  .overview-style-five,
  .app-screenshots-section{
    padding:  0px;
  }
  .app-screenshots-section .slide img {
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7)!important;
    transform: scale(0.7)!important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 30px;
    margin-top: -90px;
  }

  .app-screenshots-section .owl-dots{
    display: block;
    text-align: center;
    margin-top: -100px;
  }

  .app-screenshots-section .owl-theme .owl-dots .owl-dot span{
    background: #CBF5E4;
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    transition: all 500ms ease;
  }

  .app-screenshots-section .owl-theme .owl-dots .owl-dot.active span,
  .app-screenshots-section .owl-theme .owl-dots .owl-dot span:hover{
    background: #02D07C;
    border: none;
  }

}








