@media (min-width:1880px){
  .container{max-width:1800px}
  .modal-xl {
    width: 90%;
   max-width:1920px;
  }
  .logo{
    width: 2.5em;
    height: 2.5em;
  }
  .logokotak{
    width:5px;
    height:50px;
  }
  .responsive-font {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
    .container{max-width:1300px}
    .modal-xl {
      width: 90%;
     max-width:1920px;
    }
    .logo{
      width: 2.5em;
      height: 2.5em;
    }
    .logokotak{
      width:35px;
      height:25px;
    }
    .responsive-font {
      font-size: 25px;
    }
  }

  @media (min-width: 780px) {
    .modal-xl {
      width: 90%;
     max-width:1920px;
    }
    .logo{
      width: 2.5em;
      height: 2.5em;
    }
    .logokotak{
      width:35px;
      height:25px;
    }
    .responsive-font {
      font-size: 20px;
    }
  }

  .slidecontainer {
    width: 100%;
  }

  #statusWS {
    color: red;
    

  }

  .main-wrapper1 {
    height: 100vh;  
  }

  .card-img-home {
    width: auto;
    height: 5vw;
    object-fit: contain;
}
.img-zoom{
  width: 1000%;
  height: 30vw;
  object-fit: contain;
}

.img-zoom-setting{
  width: 100%;
  height: 10vw;
  object-fit: contain;
}

.img-wajah {
  width: 100%;
  height: 5vw;
  object-fit: contain;
}


.card-img-zoom {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

  #loader-wrapper {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #f3f3f3; 
    z-index: 1001;
    display: none;
}

  #loading {
    
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  #start-camera {
    margin-top: 150px;
}

#video {
    display: none;
    margin: 50px auto 0 auto;
}

#click-photo {
    display: none;
}

#dataurl-container {
    display: none;
}

#canvas {
    display: block;
    margin: 0 auto 20px auto;
}

#dataurl-header {
    text-align: center;
    font-size: 15px;
}

#dataurl {
    display: block;
    height: 100px;
    width: 320px;
    margin: 10px auto;
    resize: none;
    outline: none;
    border: 1px solid #111111;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
}

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }

  /* Menu Columns */
/* Columns */
div.dropdown-multicol2{
  width: 23em;
}
div.dropdown-multicol2>div.dropdown-col{
  display:inline-block;
  width: 48%;
}

/* button circle */
.btn-circle.btn-sm { 
  width: 30px; 
  height: 30px; 
  padding: 6px 0px; 
  border-radius: 15px; 
  font-size: 12px; 
  text-align: center; 
} 
.btn-circle.btn-md { 
  width: 50px; 
  height: 50px; 
  padding: 7px 10px; 
  border-radius: 25px; 
  font-size: 14px; 
  text-align: center; 
} 
.btn-circle.btn-xl { 
  width: 70px; 
  height: 70px; 
  padding: 10px 16px; 
  border-radius: 35px; 
  font-size: 16px; 
  text-align: center; 
} 

  audio { width: 600px; }

  .loginfo {
    font-size: 0.8em;
  }
  
  .bagian-bawah{
    position: absolute;
    bottom: 1em;
    left: 0;
  }
  

  .isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: #f5f5fe;
  border-bottom: 2px solid #e4e3fc;
  
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
}

#hero h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #4d5aef;
}

#hero .btn-get-started:hover {
  background: #878fe8;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #4d5aef;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-title-kecil h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #4d5aef;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-content h3 {
  font-weight: 700;
  font-size: 26px;
}

.about a {
  color: black;
}

.about .about-content ul {
  list-style: none;
  padding: 0;
}

.about .about-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .about-content ul li:first-child {
  margin-top: 35px;
}

.about .about-content ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: #fff;
  background: var(--accent-color);
  margin-right: 15px;
  line-height: 0;
  border-radius: 5px;
}

.about .about-content ul h4 {
  font-size: 18px;
  font-weight: 600;
}

.about .about-content ul p {
  font-size: 15px;
}

.about .about-content p:last-child {
  margin-bottom: 0;
}
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #4d5aef;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #4d5aef;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

  /*--------------------------------------------------------------
# Isian
--------------------------------------------------------------*/
.isian .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.isian .icon-box:hover {
  transform: translateY(-5px);
  border-color: #4d5aef;
}

.isian .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #4d5aef;
}

.isian .title {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 42px;
  color: #4d5aef;
}

.isian .title a {
  color: #111;
}

.isian .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
