#mainNav {
    padding: 0px !important;
    /*background-image:url(../assets/General/Nav-Backgroud.png);*/
    background-image: url(../assets/Home/border-bottom.png);
    background-size: cover;
    background-position: bottom;
    transform: translateY(-100%);
    transition: all ease-in-out .5s;
}

#mainNav .navbar-nav .nav-item .nav-link,
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: white;
    font-family: HemiHeadBold;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px black;
}

#mainNav.navbar-scrolled {
    /*margin-right:3rem;*/
    transform: translateY(0%)
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
}

.navbar-light .navbar-toggler {
    border: 2px solid #ce100a;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28206, 16, 10, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

section {
    background-color: white;
}

hr.divider {
    border-color: #cb0f09 !important;
}

.corner-akses {
    position: absolute;
    left: 0;
    height: 100%;
}

.navbar-brand img {
    width: 100px;
}

.home-aksen {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

}

#home {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position-y: bottom;
    background-image: url('../assets/bg-hero.webp');
}

#home .home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/Element2.png');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 90%;
    z-index: 0;
}

#home .home-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.scroll {
    padding-bottom: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-left: 0;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    transform: translateX(-50%) rotate(-45deg);
}

.scroll span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.scroll span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.scroll span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#about {
    color: white;
    font-family: Poppins-Regular;
    background-image: url('../assets/background1.png');
    background-color: #d1110a;
    background-size: cover;
    background-blend-mode: multiply;
}

.bg-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(253, 36, 17, 1) 0%, rgba(168, 0, 4, 1) 100%);
}

#services {
    background-color: white;
    position: relative;
}

.services-icon {
    width: 50%;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.services-icon:hover,
#services a:hover>.services-icon,
#services a.active>.services-icon {
    transform: rotate3d(0, 1, 0, 1440deg);
    border: 3px solid red;
    border-radius: 100%;
    padding: 1rem;

}

.services-background {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#work {
    position: relative;
    background-color: #f0f3f4;
    background-image: url('../assets/Work/Aksen2.png');
    background-size: contain;
    background-repeat: round;
    border-top: 0.5rem inset red;
}

#work>.aksen1 {
    position: absolute;
    height: 6rem;
    top: -.5rem;
}

#work .icon-title {
    width: 10%;
    min-width: 75px;
    float: right;
    position: relative;
    z-index: 1;
}

#work .title-box {
    margin: auto 0 auto auto;
}

#work .title {
    float: right;
    width: calc(100% - 75px - 10px);
    text-align: left;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding-left: 1rem;
    font-family: HemiHeadBold;
    font-size: 2rem;
    border-bottom: 4px solid #a00;
    z-index: 0;
}

#work .work {
    display: none;
}

#work .heading {
    font-family: HemiHeadBold;
}

#work .newline {
    margin-top: 4rem;
}

#work .newline p {
    text-align: justify;
}

#team {
    color: white;
    background-image: url('../assets/background2.png');
    background-color: #8d0000;
    background-size: cover;
    background-blend-mode: overlay;
    background-position-y: -10px;
}


#team ul {
    font-family: Poppins-SemiBold;
    font-size: 1.5rem;
}

#team ul li {
    padding: .5rem 0px;
    font-size: 1.5rem;
    font-family: HemiHeadBold;
}

#aspek {
    background-color: #f5f6f9;
}

#aspek .col-md-4>img {
    text-align: center;
    width: 75%;
    mix-blend-mode: darken;

}

#aspek p {
    text-align: justify;
    font-family: Poppins-Regular;
    font-size: 1.1rem;
}

#aspek li>p,
#aspek ol {
    font-family: Poppins-Bold;
}

#aspek h1 {
    margin-bottom: 4rem;
}

#aspek li>p {
    margin-bottom: .5rem;
}

.user-panel {
    display: flex;
}

#contact {
    background-image: url('../assets/Services/Background Circle.png');
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-color: white;
}

#contact .icon {
    background-color: red;
    color: white;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    text-align: center;
    position: relative;
    margin: 0px 1rem;
    background-image: url('../assets/Work/Aksen1.png');
    background-size: cover;
    background-blend-mode: color;
}

#contact .user-panel {
    margin-top: 1rem;
}

#contact .icon>i,
#contact .icon>svg,
#contact .icon>img {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#contact .icon>img {
    width: 2rem;
}

#contact .user-panel>.info {
    padding: 5px 5px 5px 4rem;
}

#contact .user-panel>.info-contact>h4 {
    margin-left: -3px !important;
}

#contact .user-panel>.info-contact>a,
#contact .user-panel>.info-contact>p {
    font-family: Poppins-Regular;
    color: black;
    font-size: 1rem;
    text-align: justify;
}

#contact .form-group>label {
    font-family: HemiHeadBold;
}

#contact .form-control {
    font-family: HelveticaNeue;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

#contact .form-control::placeholder {
    font-weight: 100;
    color: rgba(0, 0, 0, 0.3);
}

#contact .btn {
    background-color: #d1110a;
    color: white;
    background-size: cover;
    border-radius: 10px;
    border: none;
    font-family: HemiHeadBold;
}

.widget {
    position: fixed;
    bottom: 2rem;
    z-index: 2;
}

.widget img {
    width: 4rem;
    filter: drop-shadow(1px 1px 5px);
    animation: widget-animation 2s ease-in-out infinite;
}

.widget.phone {
    left: 50%;
    transform: translate(-50%, -100%);
}

.download {
    position: fixed;
    left: -74px;
    top: 50%;
    background: #4970b7;
    z-index: 1;
    padding: 0.5rem 1rem;
    color: white !important;
    border-bottom-right-radius: 21px;
    font-family: HemiHeadBold;
    transition: all ease-in-out .5s;
}

.download:hover {
    left: 0;
}

.phone img {
    /*animation:none !important;*/
    animation: quiver .5s ease-in-out infinite;
}

.flag-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    z-index: 10;
}

.flag-wrap img {
    width: 1.5rem;
}


@keyframes widget-animation {
    0% {
        transform: scale(100%);
    }

    40% {
        transform: scale(70%);
    }

    100% {
        transform: scale(100%);
    }
}


@keyframes quiver {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(7deg);
    }

    25% {
        transform: rotate(-7deg);
    }

    37.5% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media (min-width: 768px) {
    .col-md-per5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .widget.phone {
        display: none;
    }
}

@media (max-width: 991px) {

    /* On mobile: flag moves inline, no longer absolute */
    .flag-wrap {
        position: static;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 8px;
        margin-left: auto;
        margin-right: .5rem;
    }
}

@media (max-width: 767px) {
    /* (navbar-toggler margin-top intentionally kept at 2rem via inline style
       so the flag icons above it remain visible) */

    /* Home logo size */
    #home .home-logo {
        width: 80%;
        max-width: 320px;
    }

    /* About */
    #about {
        padding: 3rem 0;
    }

    /* Services overview icon size */
    .services-icon {
        width: 60%;
    }

    /* Team */
    #team ul li {
        font-size: 1rem;
        padding: .25rem 0;
    }

    /* Aspek */
    #aspek h1 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    #aspek p {
        font-size: 1rem;
    }

    /* Contact */
    .user-panel {
        align-items: flex-start;
    }

    /* Download side tab - hide on touch/mobile */
    .download {
        display: none;
    }
}