

/* Navbar */
.navbar-brand {
    font: 32px Viga;
}

.navbar .animated--fade-in {
    animation: fadeIn 0.2s ease-in-out;
}
.navbar .dropdown-toggle{
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
}
.navbar.main .dropdown-toggle{
    color: white;
}
.navbar .dropdown-toggle::after {
    display: none !important;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* Jumbotron */
.jumbotron {
    background: url(../img/background.png);
    background-size: cover;
    height: 540px;
    position: relative;
    z-index: -1;
}

.jumbotron::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    bottom: 0;
}

.jumbotron .container {
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
}

.jumbotron .display-4 {
    font-weight: 200;
    font-size: 2.6em;
    margin-top: 100px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px;
}

.jumbotron .display-4 span {
    font-weight: 500;
}



/* Info Panel */
.info-panel {
    background-color: white;
    padding: 30px;
    margin-top: -80px;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}

.info-panel h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.info-panel p {
    font-size: 14px;
    font-weight: lighter;
    color: #acacac;
    margin-bottom: 0px;
}

.info-panel .img-cont{
    min-width: 100px;
}
.info-panel .img-cont img{
    width: 100px;
    height: 100px;
}



/* Workingspace */
.workingspace {
    margin-top: 120px;
    text-align: center;
}

.workingspace img {
    margin-bottom: 20px;
}

.workingspace h2 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 200;
}

.workingspace h2 span {
    font-weight: 500;
}

.workingspace p {
    font-size: 18px;
    color: #ACACAC;
    font-weight: 200;
}


/* Testimonial */
.testimonial {
    margin-top: 130px;
}

.testimonial p {
    font-size: 1.4em;
    text-align: center;
    font-weight: 200;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial img {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 50%;
    filter: grayscale(1);
}

.testimonial .img-main {
    width: 100px;
    height: 100px;
    margin-top: -5px;
    filter: grayscale(0);
}

.testimonial .info-text h5 {
    font-size: 16px;
    font-weight: bold;
}

.testimonial .info-text p {
    font-size: 12px;
    margin-top: -5px;
    color: #acacac;
    font-style: normal;
}

.service-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: block;
    color: #333;
}

.service-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.service-icon {
    font-size: 3rem;
}

.service-item:hover h6{
    color: unset;
}



/* Utility */
.tombol {
    border-radius: 40px;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (min-width: 992px) {
    .navbar {
        padding-top: 20px;
    }

    .navbar:not(.main){
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 20px;
    }

    .navbar.main .navbar-brand,.navbar.main .nav-link {
        color: white !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
    }

    .nav-link {
        text-transform: uppercase;
        margin-right: 20px;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        margin: auto;
        margin-bottom: -8px;
        width: 50%;
        padding-top: 5px;
    }


    .jumbotron {
        margin-top: -90px;
        height: 640px;
    }

    .jumbotron .display-4 {
        font-size: 5em;
        margin-top: 150px;
    }


    .workingspace {
        text-align: left;
    }


    .testimonial p {
        font-size: 2em;
    }

}

.card-main{
    border-radius: 10px;    border-radius: 10px;
    border: 2px solid #384852;
    box-shadow: -5px 0rem 0.2rem 0px rgba(0, 0, 0, .15) !important;
}


.hub-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 600px;
    margin: auto;
  }


  .hub-widget {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #e9effd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 3;
  }

  .hub-node{
    background-color: #35abbb;
    color: white;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lines {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .hub-widget img{
    margin: 0px;
  }

.authenticator {
	padding: 50px 0;
}
.authenticator .login-form h2 {
	position:relative;
	font-size: 35px;
	color: #333;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.authenticator .login-form h2:before{
	position:absolute;
	content:"";
	left:50%;
	bottom:0;
	height:2px;
	width:50px;
	background:#F7941D;
	margin-left:-25px;
}
.authenticator .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom:50px;
}
.authenticator .form {
	margin-top: 30px;
}
.authenticator .form .form-group {
	margin-bottom: 22px;
}
.authenticator .form .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	border-radius: 0px;
	color:#333 !important;
	border: 0.5px solid #dddddd;
	background:#F6F7FB;
}
.authenticator .form .form-group label {
	color: #333;
	position: relative;
}
.authenticator .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.authenticator .form .form-group input:hover{
	border-color:#1308a3;
	color:#1308a3;
}
.authenticator .form .form-group.login-btn {
	margin: 0;
}
.authenticator .form button {
	border: none;
}
.authenticator .form .btn {
	display: inline-block;
	margin-right: 10px;
	height: 46px;
	color: #fff;
	line-height: 20px;
}
.authenticator .form .btn:hover{
	background:#F7941D;
	color:#fff;
}