/**
* Template Name: Appland - v4.7.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
  text-decoration: none;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1CA0FF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #1374b9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}
#header .logo img {
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #333333;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #FFA600;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #1CA0FF;
  color: #fff;
  padding: 12px 25px;
  margin-left: 30px;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #FFA600;
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5777ba;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #47536e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5777ba;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5777ba;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.interaktif{
  color: #FFA600;
}
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  background-image: url("../img/banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* #hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
  
} */
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 53px;
  color: #1CA0FF;
  font-family: "Mochiy Pop P One", sans-serif;
}
#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
}
#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 12px 24px 12px 46px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  background: #1CA0FF;
  position: relative;
}
#hero .download-btn:hover {
  background: #FFA600;
}
#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}
#hero .download-btn + .download-btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #hero .hero-img img {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 70%;
  }
  #hero .download-btn {
    margin-bottom: 30px;
  }
  .interaktif{
    color: #ffee00;
  }
}
@media (max-width: 575px) {
  #hero h1 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 70px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #hero .hero-img img {
    margin-top: -30px;
    width: 80%;
  }
  #hero .download-btn {
    margin-bottom: 0px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1CA0FF;
  font-family: "Mochiy Pop P One", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
#features {
  background-image: url("../img/bgfitur.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
.submitapps-features {
  background-image: url("../img/bgfitur2.webp")!important;
  background-position: top!important;
  padding-bottom: 10px!important;
  height: 63%;
}
.submitapps-features-tittle h2 {
  font-size: 32px;
  font-family: "Mochiy Pop P One", sans-serif;
}
.submitapps-features-tittle h3 {
  background-color: rgb(255, 136, 0);
  color: white;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: -10px;
  margin-right: 40%;
  margin-left: 40%;
  padding-top: 8px;
  padding-bottom: 13px;
  font-size: 25px;
  font-family: "Mochiy Pop P One", sans-serif;
}
.submitapps-features-tittle p {
  padding: 0 150px;
}
.features .content {
  padding-bottom: 0px 0;
}
.submitapps-features .container {
  padding: 0px 30px;
}
.features .content .icon-box {
  margin-top: 25px;
}
.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .content .icon-box i {
  font-size: 48px;
  float: left;
}
.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}
.features .image{
  padding-right:70px;
  padding-left:70px;
}
.submitapps-features .image img {
  max-width: 70%;
}
@media (max-width: 1199px) {
  .features .image{
    padding-top:20px;
    padding-right:40px;
    padding-left:50px;
  }
}
@media (max-width: 1024px) {
  #features {
    background-size: auto 67%;
    background-position: top;
    padding-bottom: 30px;
  }
  .submitapps-features {
    background-size: auto 45%!important;
    background-position: top;
    padding-bottom: 30px;
    height: 55%;
  }
  .features .image{
    padding-top:20px;
    padding-right:40px;
    padding-left:50px;
  }
  .features .image img {
    max-width: 100%;
  }
  .submitapps-features .image img {
    padding: 50px 0px;
  }
  .features .content {
    margin-right: 100px;
  }
  .submitapps-features .content {
    margin-left: 50px;
    margin-right: 20px;
  }
  .submitapps-features .no-gutters {
    margin-left: 50px!important;
  }
  .submitapps-features-tittle p {
    padding: 0 40px;
  }
  .submitapps-features-tittle h2 {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .submitapps-features-tittle h3 {
    margin-top:50px;
    margin-bottom:20px;
    margin-right: 35%;
    margin-left: 35%;
  }
  .submitapps-features {
    background-size: auto 45%!important;
    background-position: top left !important;
  }
}
@media (max-width: 991px) {
  #features {
    background-size: auto 55%;
    background-position: right top;
    background-position-y: -30px;
  }
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 60%;
    padding-bottom: 30px;
  }
  .submitapps-features {
    height: auto;
  }
  .submitapps-features .image img {
    max-width: 60%;
    padding: 30px 0px;
  }
  .submitapps-features .content {
    margin-left: 30px;
  }
  .submitapps-features-tittle {
    padding: 0px!important;
  }
  .submitapps-features .no-gutters {
    margin-left: 0px!important;
  }
}
@media (max-width: 667px) {
  #features {
    background-size: auto 45%;
    background-position: right top;
    background-position-y: -30px;
  }
  .submitapps-features {
    background-size: auto 18%!important;
    background-position: top left !important;
  }
  .features .content {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0px;
  }
  .features .image img {
    padding: 0px;
    padding-bottom: 20px;
    max-width: 60%;
  }
  .submitapps-features-tittle p {
    padding: 0 10px;
  }
  .submitapps-features-tittle h3 {
    margin-top:40px;
    margin-bottom:20px;
    margin-right: 10%;
    margin-left: 10%;
  }
  .submitapps-features .no-gutters {
    padding-top:30px;
    margin-left: -15px!important;
  }
  .submitapps-features .content {
    margin-left: -15px;
    margin-right: -20px;
  }
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
#category {
  background-image: url("../img/bgkategori.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.category .content {
  padding: 30px 0;
}
.category .box {
  padding: 18px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  border-radius: 30px;
}
.category h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Mochiy Pop P One", sans-serif;
  margin-bottom: 20px;
}
.category .content .icon-box {
  margin-top: 25px;
}
.category .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.category .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #FFA600;
}
.category .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}
.category .image img {
  max-width: 80%;
}
.category .img img {
    padding: 15px;
  max-width: 70%;
}

.category .img img:hover {
    opacity: 0.8;
}
.category .box h6 {
    color: #ff9f40;
    font-family: "Mochiy Pop P One";
    font-size:13px;
    padding:5px
}
.category .get-started-btn {
  width: 100%;
  background: #1CA0FF;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}
.category .get-started-btn:hover {
  background: #147cc7;
}
@media (max-width: 1366px) {
  .category .box {
    padding: 18px;
    border-radius: 25px;
  }
  .category .get-started-btn {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
    .category .img img {
        padding: 10px;
      max-width: 80%;
    }
  .category .box h6 {
      font-size:11px;
      padding:5px
  }
}
@media (max-width: 1024px) {
  #category {
    padding-bottom: 80px;
  }
  .category .box {
    padding: 20px;
    border-radius: 25px;
  }
  .category .image img {
    max-width: 100%;
    padding: 20px;
  }
  .category .img img {
    padding: 10px;
    max-width: 90%;
  }
  .category h4 {
    font-size: 23px;
  }
  .category .get-started-btn {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
  }
  .category .box h6 {
      font-size:12px;
      padding:5px
  }
}
@media (max-width: 991px) {
  #category {
    background-size: auto 70%;
    background-position: bottom;
    padding-bottom: 80px;
  }
  .category .image {
    text-align: center;
  }
  .category .image img {
    max-width: 50%;
    margin-bottom: 13px;
  }
}
@media (max-width: 762px) {
  #category {
    background-size: auto 60%;
    padding-bottom: 50px;
  }
  .category .box {
    margin-bottom: 40px;
  }
  .category .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category .img img {
    padding: 30px;
    max-width: 50%;
  }
  .category .image img {
    max-width: 70%;
    padding-top: 10px;
    padding-right: 10px;
  }
  .category .box h6 {
      font-size:18px;
      padding:0px;
      padding-bottom:15px;
  }
}
@media (max-width: 667px) {
  #category {
    background-size: auto 60%;
    padding-bottom: 50px;
  }
  .category .box {
    margin-bottom: 40px;
  }
  .category .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category .image img {
    max-width: 70%;
    padding-top: 10px;
    padding-right: 10px;
  }
  .category .img img {
    max-width: 50%;
  }
}
@media (max-width: 460px) {
    .category .img img {
        padding:15px;
    }
    .category .box h6 {
        font-size:15px;
        padding-bottom:5px;
    }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery {
  margin-top: -1px;
  padding-top: 60px;
  background-image: url("../img/bgappspop.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.gallery .content {
  padding: 30px 50px;
}
/* .gallery img {
  width: 100%;
  height: auto;
  border-radius: 23px;
  margin-bottom: 25px;
} */
#gallery .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  background: #1CA0FF;
  position: relative;
  margin-bottom:20px;
}
#gallery .download-btn:hover {
  background: #FFA600;
}




.gallery .img-fluid {
  max-width: 100%;
  height: auto;
}
.gallery .modal-content{
  border:none;
  border-radius:15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
}
.gallery .modal-body{
  padding:0px;
  margin:0px;
}
.gallery .main-content{
  margin:0px;
}
.gallery img{
  background-color: #b2fcff;
  border-radius:15px 15px 0px 0px;
}
.gallery h5{
  color:#1CA0FF;
  font-family: "Mochiy Pop P One";
  margin:5px;
  font-size: 17px;
  transition: 0.3s;
}
.gallery h5:hover{
  color:#FF9500;
}
.gallery p{
  margin:10px 5px;
  font-size:14px;
  line-height:140%;
}
.gallery .tomboldownload{
  margin: 0px 0px!important;
  padding:0px!important;
}

.gallery .tomboldownload .download{
  margin:0px!important;
  padding:3px!important;
}

.gallery .tomboldownload .desktop a{
  margin:0px!important;
  width:100%;
  padding:10px 0px;
  border-radius:10px;
  background-color:#ff9100!important;
  font-size:14px!important;
  color: white;
}

.gallery .tomboldownload .desktop i{
  margin-top:-20px!important;
}
.gallery .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media (max-width: 1024px) {
  #gallery {
    padding-bottom: 30px;
  }
  .gallery .box {
    padding: 20px;
  }
  .gallery .content {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  #gallery {
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .gallery .content {
    padding: 30px 0px;
  }
  #gallery .download-btn {
    margin-bottom:30px;
  }
}
@media (max-width: 667px) {
  #gallery {
    background-size: auto 100%;
    padding-bottom: 20px;
  }
  .nomobile{
    display:none;
  }
  .gallery .content {
    padding: 20px 0;
  }
  #gallery .download-btn {
    margin-bottom:40px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-image: url("../img/bgtentang.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.testimonials .box {
  padding: 30px 25px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  border-radius: 30px;
  background-image: url("../img/bgprofil.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mochiy Pop P One", sans-serif;
  margin-bottom: 10px;
  color: #249cff;
}
.testimonials .content {
  padding-bottom: 0px 0;
  margin-left: 10px;
  margin-right: 20px!important;
}
.testimonials .content .icon-box {
  margin-top: 25px;
}
.testimonials .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.testimonials .content .icon-box i {
  font-size: 48px;
  float: left;
}
.testimonials .content .icon-box p {
  font-size: 15px;
  color: #6b6b6b;
  margin-left: 30px;
}
.testimonials .image img {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.testimonials .images img {
  max-width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials .img img {
  max-width: 75%;
  margin-bottom: 10px;
}
.testimonials .tim {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .testimonials .image img {
    max-width: 100%;
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #testimonials {
    background-size: auto 78%;
    background-position: top;
    padding-bottom: 30px;
  }
  .testimonials .image img {
    max-width: 120%;
    margin-right: -100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonials .images img {
    max-width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .testimonials .content {
    margin-right: 100px;
  }
  
  .testimonials .content {
    margin-left: 60px;
  }
  .testimonials .content .profil {
    margin-left: -30px;
  }
  .testimonials .content .icon-box p {
    font-size: 16px;
  }
  .testimonials .img img {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  #testimonials {
    background-size: auto 55%;
    background-position: left top;
    background-position-y: -15px;
    padding-bottom: 80px;
  }
  .testimonials .box {
    padding: 20px 15px;
  }
  .testimonials .content {
    margin: 0px!important;
    padding:0px!important;
  }
  .testimonials .image img {
    max-width: 100%;
    margin:0px;
    padding: 30px 200px;
  }
  .testimonials .images img {
    padding-top: 5px;
    padding-bottom: 60px;
    max-width: 50%;
  }
  .testimonials .content .icon-box p {
    font-size: 18px;
  }
  .testimonials .tim {
    margin: 0px!important;
    padding:0px!important;
  }
  .testimonials .content .profil {
    margin-left: -10px;
  }
}
@media (max-width: 768px) {
  #testimonials {
    background-size: auto 25%;
    background-position: top;
    background-position-y: -30px;
  }
  .testimonials .box {
    margin: 20px 30px;
    padding: 40px 30px;
  }
  .testimonials .image img {
    max-width: 100%!important;
    margin:0px!important;
    padding: 30px 70px!important;
  }
}
@media (max-width: 667px) {
  .testimonials .box {
    margin: 20px 30px;
    padding: 40px 30px;
  }
  .testimonials .content {
    margin: 0px!important;
  }
  .testimonials .image img {
    padding: 20px 0px;
    max-width: 65%;
  }
  .testimonials .images img {
    max-width: 70%;
    padding-top: 30px;
  }
  .testimonials .img img {
    max-width: 75%;
  }
  .testimonials .content .icon-box p {
    font-size: 16px;
    margin: 0 20px;
    text-align: justify;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background-image: url("../img/contact.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 170px;
  margin-bottom: -2px;
}
.submitapps-contact {
  background-image: url("../img/bgkategori2.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:20px;
  padding-bottom: 70px;
  height: 40%;
}
.contact .info {
  padding: 20px 20px;
  padding-bottom: 8px;
  background: #f1f6ff;
  color: #1f2942;
  text-align: center;
  border: 7px solid #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.contact .info:hover {
  background: #fff2e3;
}
.contact .info i {
  font-size: 48px;
  color: #ff7809;
  margin-bottom: 15px;
}
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  font-size: 12px;
}
.contact .image img {
  max-width: 100%;
  padding:10px 0px;
}
.contact .content {
  margin:0 30px;
}

@media (max-width: 1366px) {
  .contact .info {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .contact .image img {
    padding:40px 250px;
    padding-top:30px;
  }
}
@media (max-width: 1024px) {
  .submitapps-contact {
    height: 40%;
  }
  .contact .info {
    padding: 20px 10px;
    border: 5px solid #fff;
  }
  .contact .content {
    margin:0 10px;
  }
  .contact .image img {
    padding:40px 250px;
    padding-top:30px;
  }
  .contact .info h4 {
    font-size: 14px;
  }
  .contact .info p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact .image img {
    padding:40px 100px;
    padding-top:30px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact {
    background-size: auto 70%;
  }
  .submitapps-contact {
    height: auto;
    padding-top:50px;
    padding-bottom:70px;
  }
  .contact .info {
    border: 10px solid #fff;
  }
  .contact .image img {
    max-width: 100%;
    padding:40px 50px;
    padding-top:30px;
  }
}
@media (max-width: 667px) {
  .contact {
    background-size: auto 50%;
    padding-bottom: 130px;
  }
  .contact .image img {
    max-width: 80%;
  }
  .contact .info h4 {
    font-size: 17px;
  }
  .contact .info p {
    font-size: 14px;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 14px;
  background: #003655;
}
#footer .copyright {
  text-align: center;
  float: left;
  color: #ffffff;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}#footer .credits a{
  color: #ffd932;
}
@media (max-width: 1024px) and (min-width: 790px) {
  .submitapps-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 6%;
  }
}
@media (max-width: 768px) {
  .submitapps-footer {
    position: static;
    height: 112px;
  }
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

.desktop-modal{
  width:50%;
  border:5px solid white;
  color: white;
  border-radius:15px;
  padding:10px 10px;
  background-color:#ff651e;
  translate: 0.3s;
}
.desktop-modal:hover{
  color: white;
  background-color:#ee4d02;
}
.desktop-modal i{
  font-size: 20px;
  margin-right: 5px;
}
.android-modal{
  width:50%;
  border:5px solid white;
  color: white;
  border-radius:15px;
  padding:10px 10px;
  background-color:#499c5b;
  translate: 0.3s;
}
.android-modal:hover{
  color: white;
  background-color:#398048;
}
.android-modal i{
  font-size: 20px;
  margin-right: 5px;
}

.tutup-modal{
  width:100%; 
  /* border:3px solid rgb(255, 0, 0);  */
  border-radius:10px;
  margin-top: -12px;
  margin-bottom: -17px;
  translate: 0.3s;
  color:red;
}
.tutup-modal:hover{
  color:rgb(165, 2, 2);
  /* background-color:#e00404; */
}
.tutup-modal i{
  position: relative;
  font-size: 20px;
  top: 1px;
}
.judul-modal{
  font-size: 23px;
  color: #1CA0FF;
  font-family: "Mochiy Pop P One", sans-serif;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.tombol-platform-all{
  width:100%;
  border-radius:10px;
  background-color:#ff4747;
  color:white;
  border:none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tombol-platform-all:hover{
  background-color:#e02f2f;
  color:white;
}

.tombol-platform-android{
  width:100%;
  border-radius:10px;
  background-color:#56a86c;
  color:white;
  border:none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tombol-platform-android:hover{
  background-color:#3f8c53;
  color:white;
}
.tombol-platform-windows{
  width:100%;
  border-radius:10px;
  background-color:#02bcf5;
  color:white;
  border:none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tombol-platform-windows:hover{
  background-color:#03a5d6;
  color:white;
}
.tombol-platform-html5{
  width:100%;
  border-radius:10px;
  background-color:#FF651E;
  color:white;
  border:none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tombol-platform-html5:hover{
  background-color:#ef5006;
  color:white;
}


