@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Montserrat';
}

/* Login Page */
.container-login {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    background-image: url(https://img.freepik.com/free-vector/white-abstract-background_23-2148810353.jpg?w=996&t=st=1682441969~exp=1682442569~hmac=62b8c52dbc08af7fd9fa8dd44d09270e5291cf5d4083a42e8baad37f158eae77);
}

.centerDiv {
    height: 100vh;
    width: 100%;
}

.navbar-logo {
    width: 40px;
    height: 40px;
}

/* Box */

.box {
    border: 1px solid #ddd;
    background-color: #fff;
}

.box-header {
    padding: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
}

.box-body {
    padding: 16px;
    font-size: 20px;
}

/* Table Pengguna */
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
}

.table td:first-child {
    width: 50px;
    text-align: center;
}

.table td:last-child {
    width: 150px;
    text-align: center;
}

/* Fitur Pencarian / Search */
.input-group:after {
    content: "";
    clear: both;
    display: block;
}

.input-group input[type="text"] {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    float: left;
    border: 1px solid #ddd;
}

.input-group input[type="text"]:focus {
    outline: none;
}

.input-group button {
    width: 10%;
    padding: 10px;
    font-size: 16px;
    float: left;
    border: 1px solid #ddd;
    border-left: none;
}

/* Form Tambah, Hapus, Edit Pengguna */
form {
    margin: 15px 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
}

.form-group .input-control {
    padding: 10px 16px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ddd;
}

/* User Pages */

/* About Us Section */
.subheading { 
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}
.line {
    position: relative;
    display: block;
    content: "";
    height: 2px; 
    margin: 20px auto 20px;
    width: 115px;  
    background: #145DA0;
}
.subheading.grey:after { 
    background: #fff!important;
    opacity: .4;
}

.feature-info h4 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 0px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.feature-icon {
	float: left;
}
.feature-info {
	padding-left: 55px;
	padding-top: 5px;
}
.feature-description {
    line-height: 23px;
    padding-right: 10px;
    
}
.ion-2-5x {
    font-size: 2.5em;
}
.feature-buttons {
    margin-top: 40px;
}
.highlight {
    color: green;
    font-weight: bold;
}
.vision-icon {
    font-size: 50px;
    margin-top: 8px;
}
.mission-icon {
    font-size: 50px;
    margin-top: 5px;
}

/* Products Section */
.col-products {
    min-height: 200px;
    float: left;
    padding: 10px;
    align-content: center;
    margin-bottom: 20px;
}

.thumbnail-link {
    color: #000;
    text-decoration: none;
}

.thumbnail-link:hover {
    color: #145DA0;
}

.thumbnail-box {
    border: 1px solid #ccc;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border-radius: 25px;
}

.thumbnail-img {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.thumbnail-text {
    height: 55px;
    padding: 5px;
}

.thumbnail-description {
    padding-top: 0px;
    margin-top: -10px;
}

.container-products {
    margin-top: -10px;
}

/* Products Page */
#products img {
    max-width: 100%;
    padding: 15px 15px 0 0px;
    width: 85%;
}

/* Clients Section */

.client-container {
    margin-top: 50px;
}

/* Clients Carousel */

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 15px 0 100px;
    width: 75%;
}

#clients img:hover {
    opacity: 1;
}
  
#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}
  
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
  
#clients .owl-dot.active {
    background-color: #145DA0;
}

.col-clients {
    min-height: 200px;
    float: left;
    padding: 10px;
    align-content: center;
    margin-bottom: 20px;
}

/* Clients Page */

.clients-images {
    max-width: 100%;
    padding: 15px 15px 0 0px;
    width: 65%;
    float: left;
}

/* Contact Section */
#contact {
    padding: 30px 0;
  }
  
  #contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }
  
  #contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #999;
    margin-top: 20px;
  }
  
  #contact .contact-info address,
  #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
  }
  
  #contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
  }
  
  #contact .contact-info a {
    color: #000;
  }
  
  #contact .contact-info a:hover {
    color: blue;
  }
  
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    margin-bottom: 20px;
  }
  
  #contact #google-map {
    height: 290px;
    margin-bottom: 20px;
  }

/* Footer */

.copyright {
    padding: 15px 0 15px 0;
    font-size: 15px;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
}

#footer-user {
    background: #f2f5f8;
    padding: 5px 0 5px 0;
    font-size: 15px;
    text-align: center;
    bottom: 0;
    width: 100%;
}

/* Responsive */
@media screen and (min-width: 1024px) {

    .carousel-img {
        height: 750px;
    }
    
}

@media (max-width: 992px) {
    .collapse {
        padding-top: 25px;
    }
    .features h3 {
        font-size: 20px;
    }
    .features p {
        font-size: 14px;
    }
    .products h3 {
        font-size: 20px;
    }
    .products p {
        font-size: 14px;
    }
    #clients h3 {
        font-size: 20px;
    }
    #clients p {
        font-size: 14px;
    }
    #contact h3 {
        font-size: 20px;
    }
    #contact p {
        font-size: 14px;
    }
    #contact address {
        font-size: 14px;
    }

    .section-title {
        font-size: 20px;
    }
    .subheading{
        font-size: 14px;
    }
    .profil-singkat {
        padding-left: 0px;
        font-size: 14px!important;
    }
    .profil-singkat p {
        font-size: 14px;
    }
    .feature-info p {
        font-size: 14px!important;
    }
    .section-header p span {
        font-size: 14px!important;
    }
}

/* About Us Section Responsive */
@media (min-width: 992px) {
    .features-row {
        margin-bottom: 70px;
        text-align: left
    }
    .feature-column {
        margin-bottom: 0px;
    }
    .back-icon {
        z-index: -1;
        color: #afaeae6b;
        position: absolute;
        padding-left: 40px;
        width: 134px;
        height: 134px;
        line-height: 134px;
        font-size: 134px;
    }
}
@media (max-width: 992px) {
    .feature-column {
        margin-bottom: 15px;
    }
    .back-icon {
        z-index: -1;
        color: #afaeae6b;
        position: absolute;
        padding-left: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 80px;
    }
}

/* Responsive for Table with Col-4 Class */
@media screen and (max-width: 768px) {

    .col-4 {
        width: 50%;
    }

    .thumbnail-text {
        font-size: 14px;
    }

    .header-logo {
        line-height: 50px;
        padding-left: 10px;
    }

    .header-logo img {
        width: 50px;
    }

    .header-logo h2 {
        font-size: 20px;
    }

    .header-menu {
        display: none;
    }
    
}

/* Table Responsive */
@media (max-width: 576px) {
    .box-header {
        font-size: 20px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .box-header {
        font-size: 24px;
    }
}

/* Owl Carousel Responsive */
@media (max-width: 576px) {
    #clients img {
        padding: 15px 15px 0 10px;
        width: 100%;
    }
}

/* Contact Responsive */
@media (min-width: 577px) and (max-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email p {
      font-size: 13px;
    }
}

@media (max-width: 576px) {
    .clients-images {
        max-width: 100%;
        padding: 15px 15px 0 0px;
        width: 65%;
        float: left;
        margin-bottom: 25px;
    }
}