/*
* ----------------------------------------------------------------------------------------
* 01.BASE INDEX.
* ----------------------------------------------------------------------------------------
*/

* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #330C80;
}

a {
    text-decoration: none;
}

a.one-style {
    padding: 10px 30px;
    background: #5d00d5;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

a.two-style {
    padding: 20px 50px;
    background: #5d00d5;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;

}

.title-section span.titlespan {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.title-section span.titlespan:after {

    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    height: 2px;
    background-color: #913BFF;
    width: 60px;

}

.title-section h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
}

.title-section h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.title-section h5 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
}

.title-section p {
    font-size: 24px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.title-section p.small {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}


.title-section span.centered {
    position: relative;
    color: #5d00d5;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.title-section span.centered:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #5d00d5;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.title-section span.centered:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #5d00d5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


.footer-title span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-title span:after {
    content: "";
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.footer-title p {
    font-size: 17px;
    line-height: 1.7;
}

.col-w {
    color: #fff !important;
}


.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.fixi {
    background: #fff;
}

/* media query */
@media (max-width: 999px) {

    .title-section h1 {
        font-size: 50px; 
    }

    .title-section h5 {
        font-size: 30px; 
    }
}

/*
* ----------------------------------------------------------------------------------------
* 02.HEADER MAIN.
* ----------------------------------------------------------------------------------------
*/

#header-main {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
}

#header-main.fixi {
    background: #230956;
}

.navbar-brand {
    display: inline-block;
    width: 100px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav li {
    position: relative;
    font-size: 17px;
    margin: 0 20px 0 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-nav li:nth-last-child(1) {
    margin: 0 0 0 0;
}

.navbar-nav li a.nav-link {
    text-decoration: none;
    color: #fff !important;
}

.navbar-nav li a.nav-link i {
    font-size: 13px;
}

.navbar-nav li a.nav-link.active {
    color: var(--five) !important;
}

.navbar-nav li a.nav-link:hover {
    color: #913BFF !important;
}

.navbar-nav .sub-menu li a {
    color: var(--tre);
    font-weight: 500;
    line-height: 38px;
    padding: 0 20px;
    width: 100%;
    text-decoration: none;
}

.navbar-nav .sub-menu li a.active {
    color: var(--five);
}

.navbar-nav .sub-menu li a:hover {
    color: var(--five);
}
.offcanvas {
    background-color: #4e129d;
}
.offcanvas-end {
    width: 80% !important;
}

/* media query */
@media screen and (min-width: 999px) {
    .navbar-nav .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 230px;
        font-size: 16px;
        background: #4e129d;
        padding: 18px 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        margin: 20px 0 0;
        box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    }

    .navbar-nav .sub-menu li {
        padding: 5px 0;
    }

    .navbar-nav .nav-item:hover>.sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

    .offcanvas-backdrop.show {
        opacity: 0;
    }
}

@media (max-width: 999px) {
    .offcanvas-end.show {
        background: #4e129d;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu.showdrop {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
    }
}

/* hero section */
#section-hero {
    padding: 150px 0;

}

.hero-img img {
    max-width: 100%;
    display: block;
}

/* section about */
#section-about {
    padding: 0 0 150px;
}

.box-wrap {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-right: 20px;
}

.inner-left {
    padding: 0px 10px 15px 10px;
    position: relative;
    text-align: right;
}

.inner-left .box-image {
    position: relative;
}

.inner-left .box-image:after {
    content: '';
    width: 99%;
    background: #230956;
    position: absolute;
    right: -20px;
    top: -20px;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
}

.inner-left .box-image img {
    max-width: 100%;
}

.card-about {
    border-radius: 8px;
    background-color: #4e129d;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
}

.card-about .card-icon {
    height: 45px;
    width: 45px;
    background-color: #330C80;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    margin-right: 15px;
}

.abs-bottom {
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 12;
}

/* media query */

@media (max-width: 999px) {
    .abs-bottom {
        left: 0;
    }

}
/* counter section */
#section-counter {
    padding: 0 0 150px 0;
}
.upper-border {
    border-top: 1px solid #4e129d;
    padding: 100px 0 0;
}
.wrap-counter {
    background: #230956;
   border-radius: 15px;
    margin: 0 50px;
    padding: 100px;
    position: relative;
}
.wrap-counter:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    border: 1px solid transparent;
    z-index: 1;
    background: linear-gradient(to top, transparent 30%, rgba(255, 255, 255, 0.3) 150%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.counter-item h6 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.counter-item p {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

/* media query */

@media (max-width: 999px) {
    .wrap-counter { 
        margin: 0 0;
        padding: 100px 20px;
    }
}
/* proces section */
.box-proceslist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.box-proceslist .item-proces {
    width: 33.33%;
    border: 1px solid #913BFF;
    padding: 30px;
    margin: 0px -1px -1px 0px;
}

.box-proceslist .item-proces .card-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-proceslist .item-proces p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 32px;
    font-size: 18px;
}

.card-icon .number {
    font-size: 50px;
    font-weight: 600;
    color: #913BFF;
}

.card-icon .image {
    padding: 10px 0;
}

.card-icon .image .icon-gaptwo {
    font-size: 60px;
}

.card-info {
    padding: 15px 0 0;
}

.card-info h6 {
    margin: 0;
    font-size: 30px;
}

.card-icon span {
    padding: 10px 0;
}

.card-info p {
    font-size: 18px;
}

.card-info h6 span.unit {
    padding: 0 5px;
}

.box-proceslist .item-proces:hover {

    background: #913BFF;
}

.box-proceslist .item-proces:hover .number {

    color: #fff;
}

/* media query */

@media (max-width: 999px) {
    .box-proceslist .item-proces {
        width: 100%;
    }
}

/* client section */
#section-client {
    padding: 0 0 150px;
}
#client-slide {
    padding: 0 0;
}

 

.slide-itemclient {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;    
    margin: 8px auto;
}

.slide-itemclient img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    filter: invert(1);
}

/* service section */
#section-service {
    padding: 0 0 150px;
}

.card-service {
    background: #4e129d;
    border-radius: 15px;
    position: relative;
    padding: 52px 40px 40px 50px;
}

.card-service:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    border: 1px solid transparent;
    z-index: 1;
    background: linear-gradient(to top, transparent 30%, rgba(255, 255, 255, 0.3) 150%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.icon-gap {
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    background: #330C80;
    font-weight: 100 !important;
    color: #fff;
    border-radius: 100px;
    font-size: 50px !important;
    line-height: 1.5 !important;
}

.card-service h3 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}

.card-service p {
    font-size: 19px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}

/* section proces */
#section-proces {
    padding: 0 0 150px;
}

/* gap one section */
#section-gapone {
    background: url('https://wpdemo.archiwp.com/engitech/wp-content/uploads/sites/4/2020/03/bg-cta-home2.jpg');
    padding: 100px 0;
}
/* footer main */
#footer-main {
    background: #4e129d;
    padding: 100px 0 50px;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 18px;
}

.sosmed-link {
    padding: 0;
}

.sosmed-link li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 15px 0;
    font-size: 15px;
}

.sosmed-link li a {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    display: block;
    text-align: center;
    background: #330C80;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    font-size: 18px;
}

.footer-title span {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-title span:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.footer-link {
    padding: 0;
}
.footer-link li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.footer-link li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

.footer-link li a:hover {
    color: #fff;
}