/* font */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria Serif:wght@400;700&display=swap');

@font-face {
    font-family: "Aksara Bali Galang";
    src: url("fonts/aksarabaligalang-regular.ttf");
    font-weight: 400;
}




/>
/* header */
#logo img {
    height: 90px;
    margin-top: -10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#site-navbar {
    background-color: #fff !important;
    font-size: 18px;
}
.dropdown li {
    color: #56007d;
}


.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    border-bottom: 1px solid #f0f0f0;
}

.navbar {
    background-color: #fff !important;
}

.navbar-nav .nav-link.active {
    color: #ffa069;
    border-bottom: 2px solid #ffa069;
}

.navbar-nav .nav-link {
    color: #56007d;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}

/* color */
.main-color {
    color: #56007d !important;
}

.secondary-color {
    color: #ffa069;
}

.third-color {
    color: #1E1E1E;
}

.text-color{
    color: #1E1E1E;
}

/* button */

.btn-outline-secondary {
    border-color: #ffa069 !important;
    color: #ffa069;
}

.btn-outline-secondary:hover {
    background-color: #ffa069 !important;
    color: #fff;
}

.btn-primary {
    background-color: #56007d;
}

.btn-primary:hover {
    border-color: #56007D;
    background-color: #56007d !important;
    color: #fff !important;
}

.btn-outline-primary {
    background-color: #fff !important;
    border-color: #56007d !important;
    color: #56007d;
    font-size: 20px;
}

.btn-outline-primary:hover {
    background-color: #fff !important;
    color: #56007d !important;
    text-decoration: none !important;
}



.btn-secondary {
    background-color: #ffa069;
    color: #fff;
    border-color: #ffa069;
}


#login-menu .list-group>a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #FFA069;
    /* height: 77px; */
    padding: 1rem;

    border: none;
}

#login-menu .list-group>a:hover {
    border: 2px solid #FFA069;
    background: none;
}

/* hero */
.hero h1,
.hero p {
    font-family: 'Aksara Bali Galang';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    /* line-height: 149px; */
    /* display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.005em; */
}

a {
    color: #1E1E1E;
    text-decoration: none;
}

a:hover {
    color: #56007d;
}

#home-1 {
    background-image: url('../../../images/hero-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 1000px;
}

#home-1 .hero {
    background: transparent !important;
}

#home-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 73px;

    color: #56007D;

}


#home-2 h2 {

    border-left: 5px solid #56007d;
    padding-left: 1rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;

    color: #56007D;

}

#home-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 126.9%;
    color: #1E1E1E;
    /* display: flex; */
    /* align-items: flex-end; */
}

#home-3 a {
    /* color: red; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* display: flex; */
    align-items: center;
    text-align: center;

}

#home-4 {
    background-color: #FFD4BA !important;
    color: #FF8037;
    z-index: 9999;
}

#home-4 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

#home-4 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.03em;
}

#home-5 {
    /* z-index: -9999999; */
    /* margin-top: -15rem; */
    background-image: url('../../../images/Rectangle355.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: center center;
    padding-top: 5rem;
}

#home-5 h2 {
    border-left: 5px solid #56007d;
    padding-left: 1rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

#home-5 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 126.9%;

    color: #1E1E1E;
}


#home-6 {
    background-image: url('../../../images/Vector52.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: center bottom;
    padding-top: 5rem;

}

#home-6 h2 {
    text-decoration: underline 3px;
    text-underline-position: under;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;

    /* height: ; */
    color: #56007d;

}

#home-6 h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 126.9%;
    color: #56007D;
}

#home-6 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 126.9%;
    color: #1E1E1E;
}

#home-7 {
    min-height: 600px;
}

#home-7 h2 {
    border-right: 5px solid #56007d;
    padding-left: 1rem;
    right: 0;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

#home-7 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 126.9%;

    color: #1E1E1E;
}


#home-8 {
    min-height: 600px;
}


/* ABOUT */
#about-1 {
    background-image: url('../../../images/hero-pages.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 700px;
}

#about-1 .hero {
    background: transparent !important;
}

#about-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 73px;

    color: #56007D;

}

#about-2 {
    /* padding-top: 10rem; */
    background-color: white;
    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-image: url('../../../images/bg_wave.png');
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 700px;
    background-position: 50% -50%;


    /* background-color: red; */
}

#about-2 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    letter-spacing: 0.02em;

    color: #56007D;

    border-left: 5px solid #56007D;
    padding-left: 1rem;
    padding-top: 0;
}

#about-2 h2>span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    align-items: center;

    color: #1E1E1E;
}

#about-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 126.9%;
    color: #1E1E1E;
}

#about-3 {
    /* background-image: url('../../../images/bg-city-siluet.png'); */
    background-image: url('../../../images/bg-city-siluet.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    background-position: center center;


    border-top-left-radius: 10rem;
    padding-top: 5rem;
}

#about-3 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

#about-4 {
    height: 600px;
}


#about-4 thead {
    background: #DCCEE2 !important;
}

#about-4 thead>tr>th {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;

    color: #56007D !important;
}

#about-4 tbody {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

#about-5 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    text-align: center;

    color: #56007D;
}

#about-6 p,
#about-7 p,
#about-8 p,
#about-9 p,
#about-10 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#about-6,
#about-8,
#about-10,
#about-11 {
    min-height: 700px;
}


#about-9,
#about-7 {
    /* min-height: 700px; */
}

#about-11 {
    background-image: url('../../../images/footer-about.png');
    background-repeat: no-repeat;
    /*background-size: auto;*/
    height: 100%;
    width: auto;
    background-position: center bottom;
    
}

#about-11 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    letter-spacing: 0.02em;

    color: #56007D;

    border-left: 5px solid #56007D;
    padding-left: 1rem;
    padding-top: 0;
}

#about-11 h2>span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    align-items: center;

    color: #1E1E1E;
}

#about-11 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 126.9%;
    /* or 33px */

    display: flex;
    align-items: flex-end;

    color: #1E1E1E;
}

.about-bg-ungu-miring {
    background: #EEE6EF;
    /* background-image: url('../../../images/kotak-miring.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 500px; */
    background-position: bottom center;
    /* width: 100%; */
    /* position: absolute;
    width: 2407.13px;
    height: 1124.45px;
    left: -331px;
    top: 5054.27px;

    background: #EEE6EF;
    border-radius: 300px;
    transform: rotate(-11.34deg); */
}

/* .about-bg-ungu-miring-atas {
    background-image: url('../../../images/kotak-miring.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    background-position: top center;
} */

/* .about-bg-ungu-miring-bawah {
    background-image: url('../../../images/kotak-miring.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    background-position: bottom center;
} */

/* ABOUT END */


/* SOLUTIONS */
#solutions-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#solutions-1 .hero {
    background: transparent !important;
}

#solutions-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;

    color: #FFFFFF;

}

#solutions-2 {
    /* padding-top: 10rem; */
    background-color: white;
    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    /* background-image: url('../../../images/bg_wave.png'); */
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    /* background-color: red; */
}

#solutions-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    align-items: center;
    text-align: justify;
}

#solutions-3 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;

    color: #56007D;
}

/* #solutions-3 h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    bottom: 0;
} */

.box {
    margin-bottom: 2rem;
}

.box-image {
    height: 350px;
}

.box-image img {
    max-height: 300px;
}

.box-content h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    bottom: 0;
}

.box-2 {
    margin-bottom: -5rem;
    background: #EEE6EF;
    border-radius: 8px;
    max-width: 800px;
    border: 10px solid #fff;
    /* margin-left: 10rem; */
    /* position: absolute; */
    padding: 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;

}

#solutions-4 {
    height: 650px;
    margin-top: 5rem;
}

#solutions-4 .bg {
    /* background-color: red; */
    background-image: url('../../../images/city-solutions.png');
    background-size: 650px;
    height: 500px;
    background-position: right;
    background-repeat: no-repeat;
}

#solutions-5 {
    height: 300px;
}

#solutions-5 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 126.9%;


    color: #1E1E1E;
}


/*#solutions-6 {*/
    /* height: 600px; */
/*    padding-bottom: 10rem;*/

/*    background-image: url('../../../images/Rectangle 296.png');*/

/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: top center;*/
/*}*/

#solutions-6 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0.02em;

    color: #56007D;
}


#solutions-6 h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;

    color: #57007E;
}

#solutions-6 .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

#solutions-6 .card p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: #1E1E1E;
}
#solutions-footer {
    background-image: url('../../../images/solution/footer-solution.png');
    background-repeat: no-repeat;
    /*background-size: auto;*/
    height: 100%;
    width: auto;
    background-position: center bottom;
    
}

/* SOLUTIONS  END*/


/* PRODUCT */
#product-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#product-1 .hero {
    background: transparent !important;
}

#product-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;

    color: #FFFFFF;

}

#product-2 {
    background-color: white;
    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;
}

#product-2 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;
}

#product-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#product-2 a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #FF8037;
}


#product-3 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;
}

#product-3 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    /* line-height: 3.5%; */

    color: #1E1E1E;
}

#product-3 .nav {
    border: none;
}

#product-3 .nav>li>button {
    border: none;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    align-items: center;
    text-align: center;

    color: #56007D;
}

#product-3 .nav>li>.active {
    border: none;
    border-bottom: 2px solid #56007D;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    align-items: center;
    text-align: center;

    color: #56007D;
}

#product-3 .tab-content {
    background: #E8DEF1;
    border-radius: 10px;

    padding: 2rem 5rem;

    margin-bottom: 5rem;
}

#product-3 .tab-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 118%;

    color: #57007E;
}

#product-4 {
    margin-bottom: 10rem;
}

#product-4 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #56007D;
}

#product-4 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 157.5%;
    color: #1E1E1E;
}

#product-4 .nav>button {
    text-align: left;
}

#product-4 .nav .nav-link {
    background: none;
    border: 2px solid #E8DEF1;
    border-radius: 10px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;

    color: #1E1E1E;

    margin-bottom: 0.5rem;
}

#product-4 .nav .active {
    background: none;
    border: 2px solid #56007D;
    border-radius: 10px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;

    color: #56007D;
}

#product-4 .tab-content {
    border: solid 2px #56007D;
    padding: 2rem 4rem;

    min-height: 350px;
    border-radius: 10px;
}


#product-4 .tab-content h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;

    color: #56007D;
}

#product-4 .tab-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 157.5%;

    color: #1E1E1E;
}

#product-footer {
    background-image: url('../../../images/product/footer-product.png');
    background-repeat: no-repeat;
    /*background-size: auto;*/
    height: 100%;
    width: auto;
    background-position: center bottom;
    
}

/* PRODUCT END */


/* SOFTWARE */
#software-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#software-1 .hero {
    background: transparent !important;
}

#software-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;

    color: #FFFFFF;

}

#software-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%);
    background-color: white;


    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 10rem;
    padding-top: 10rem;

}

#software-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #1E1E1E;
}

#software-2 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;
}

#software-2 .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 2rem;

}

#software-2 .card .card-body {
    height: 400px;
    padding: 2rem;

}

#software-2 .card .card-body img {
    max-height: 105px;

}

#software-2 .card .card-body img {

    margin-bottom: 2rem;

}

#software-2 .card .card-body p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* text-align: justify; */

    color: #1E1E1E;
}


#software-2 .card .card-footer {
    background: transparent;
    border: none;
    text-align: left;
    padding: 2rem 2rem;
}

#software-2 .card .card-footer a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #FFA069;

    /* padding: 2rem 2rem; */
}

/* SOFTWARE END */


/* SOFTWARE DETAIL */
#software-detail-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#software-detail-1 .hero {
    background: transparent !important;
}

#software-detail-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;

    color: #FFFFFF;

}

#software-detail-1 img {

    max-height: 200px;
}

#software-detail-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%); 
    background-color: white;


    border-top-left-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 10rem;
    padding-top: 10rem;

}

#software-detail-2 h2 {
    border-left: 5px solid #56007d;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #56007D;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#software-detail-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#software-detail-3 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%);
    background-color: white;


    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 10rem;
    padding-top: 10rem;

}

#software-detail-3 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;

}

#software-detail-3 .block {
    background-color: #E6D4F1 !important;
    color: #56007D;
    z-index: 9999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

#software-detail-3 .block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.03em;
}

#software-detail-3 .featured h3 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #56007D;
}

/* SOFTWARE DETAIL END */

/*APP BENCHMARKING*/
#bench-detail-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#bench-detail-1 .hero {
    background: transparent !important;
}

#bench-detail-1 a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 73px;

    color: #FFFFFF;
    padding-top: 30px;
}

#bench-detail-1 a:hover {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 73px;

    color: #EEEEEE;
    text-shadow: 0 0 5px #FFFFFF;
    padding-top: 30px;
}

#bench-detail-1 img {

    max-height: 200px;
}

#bench-detail-2 {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%); */
    background-color: white;


    border-top-left-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 0rem;
    padding-top: 10rem;

}

#bench-detail-2 h2 {
    border-left: 5px solid #56007d;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #56007D;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#bench-detail-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#bench-detail-2 li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#bench-tab-menu .wrapper {
  padding-bottom: 20rem;
  padding-top: 10rem;
  width: 63%;
  margin: 0 auto;
}

#bench-tab-menu .wrapper h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #56007D;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
#bench-tab-menu .tabs {
  position: relative;
  margin: 3rem 0;
  background: none;
  height: 20rem;
}

#bench-tab-menu .tabs::before,
#bench-tab-menu .tabs::after {
  content: "";
  display: table;
}
#bench-tab-menu .tabs::after {
  clear: both;
}
#bench-tab-menu .tab {
  float: left;
}
#bench-tab-menu .tab-switch {
  display: none;
}
#bench-tab-menu .tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  width: auto;
  padding: 0 1.618em;
  background: #F5F5F5;
  border-left: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  color: #524E59;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  border-radius: 10px 10px 0px 0px;
}
#bench-tab-menu .tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
#bench-tab-menu .tab-content {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #1E1E1E;
  opacity: 0;
  transition: all 0.35s;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius : 0px 0px 10px 10px;
}

#bench-tab-menu .tab-switch:checked + .tab-label {
  background: #F1EAF6;
  color: #56007D;
  border: none;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
#bench-tab-menu .tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
  text-align: center;
}

    .vertical-menu {
      left: 0;
      width: fixed;
      height: 480px;
      overflow-y: auto;
      padding: 10px;
    }
    .vertical-menu p {
      background-color: none;
      color: #1E1E1E;
      display: block;
      padding-left: 10px;
      padding-bottom: 4px;
      text-decoration: none;
      text-align: left;
      font-size: 20px;
    }
    
    .vertical-menu a {
      background-color: none;
      color: #1E1E1E;
      display: block;
      padding-left: 10px;
      padding-bottom: 4px;
      text-decoration: none;
      font-weight: 500;
      text-align: left;
      font-size: 20px;
    }
    
    .vertical-menu a:hover {
      color: #56007D;
    }
    
    .vertical-menu a.active {
      background-color: none;
      color: #56007D;
    }


#bench-detail-3 {
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 0rem;
    padding-top: 10rem;

}

#bench-detail-3 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;

}
#bench-detail-3 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#bench-detail-3 .block {
    background: #E6D4F1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

#bench-detail-3 .featured h3 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    
    color: #56007D;
}
#bench-icon {
    min-height: 400px;

    padding-bottom: 0rem;
    padding-top: -10rem;
}

#bench-detail-3 img{
    box-shadow: 0 4px 8px 0 rgba(86, 0, 125, 0.2), 0 6px 20px 0 rgba(86, 0, 125, 0.19);
    border-radius: 0px 10px 10px 0px;

}

#bench-blok {
    background-color: #E6D4F1 !important;
    color: #56007D;
    z-index: 9999;
}

#bench-blok p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.03em;
}

#bench-blok-nonbg {
    color: #56007D;
    z-index: 9999;
}
#bench-blok-nonbg p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#bench-blok-nonbg {
    color: #56007D;
    z-index: 9999;
}
#bench-blok-nonbg p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.03em;
}

/*APP BENCHMARKING END*/

/* DATA */
#data-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#data-1 .hero {
    background: transparent !important;
}

#data-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;

    color: #FFFFFF;

}
#data-1 a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 73px;

    color: #FFFFFF;
    padding-top: 30px;
}

#data-1 a:hover {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 73px;

    color: #EEEEEE;
    text-shadow: 0 0 5px #FFFFFF;
    padding-top: 30px;
}

#data-1 img {

    max-height: 200px;
}

#data-2 {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%); */
    background-color: white;


    border-top-left-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: -50rem;
    padding-top: 10rem;

}

#data-2 h2 {
    border-left: 5px solid #56007d;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #56007D;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#data-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #1E1E1E;
}

#data-2-a {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%); */
    /* background-color: white; */
    background-image: url('../../../images/data-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
    margin-top: -5rem;
    margin-bottom: -5rem;
}

#data-3 {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(86, 0, 125, 0.2) 54.27%, rgba(239, 239, 239, 0.2) 93.06%); */
    /* background-color: white; */
    /* 

    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% -50%; */

    min-height: 400px;

    padding-bottom: 5rem;
    padding-top: -10rem;



}

#data-3 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;

    color: #1E1E1E;
}

#data-3 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #56007D;

}

#data-3 .featured h3 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #56007D;
}

#data-4 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #1E1E1E;
}

/* DATA END */

/* CONTACT US */
#contact-1 {
    background-image: url('../../../images/bg-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px;
}

#contact-1 .hero {
    background: transparent !important;
}

#contact-1 h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 126.9%;

    color: #FFFFFF;

}

#contact-1 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 126.9%;
    /* or 38px */

    color: #FFFFFF;

}

#contact-2 {
    background-color: white;


    border-top-right-radius: 10rem;
    padding-top: 5rem;
    margin-top: -10rem;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 400px;
    background-position: 50% -50%;


    padding-bottom: 10rem;
    padding-top: 10rem;

}

#contact-2 form label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 126.9%;

    color: #56007D;
}

#contact-2 input[type=text],
input[type=email],
select {
    border: 2px solid #DCDCDC;
    border-radius: 5px;
    height: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 20px;

    background-color: #fff;
}


#contact-2 select {
    border: 2px solid #DCDCDC;
    color: rgba(86, 0, 125, 0.3);
    font-family: 'Inter';
    font-style: normal;
    font-size: 20px;
}

#contact-2 option {
    background-color: #fff;

}

#contact-2 option:not(:first-of-type) {
    color: rgba(86, 0, 125, 0.3);
    font-family: 'Inter';
    font-style: normal;
    font-size: 20px;
}

#contact-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 126.9%;

    color: #1E1E1E;

}

#contact-2 .btn-primary {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 38px */

    color: #56007D;


    background: #E6D4F1;
    border: 2px solid #56007D;
    border-radius: 5px;
    padding: 0.8rem 0.8rem;
}

/* CONTATC US END */
footer {
    background-image: url('../../../images/footer.png');
    background-repeat: no-repeat;
    /*background-size: auto;*/
    min-width: 100%;
    background-position: center bottom;
}

footer h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #56007D;
}

footer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #56007D;
}

footer li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #56007D;
}

footer a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #56007D;
}

footer a:hover {
    text-decoration: none;
    text-shadow: 0 0 10px #E8C9FF;
}

footer h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;

    color: #56007D;
}

footer .copyright {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;

    color: #56007D;
}

#home-9 h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;

}

#home-9 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

.content-menu {
    left: 0;
    width: fixed;
    height: 480px;
    overflow-y: auto;
    padding: 10px;
}
.content-menu p {
    background-color: none;
    color: #1E1E1E;
    display: block;
    padding-left: 10px;
    padding-bottom: 4px;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
}
.content-menu .btn-showhide {
    background-color: none;
    color: #1E1E1E;
    display: block;
    padding-left: 10px;
    padding-bottom: 4px;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
}
/*dropdown step1*/
#btn1{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #1E1E1E;
}
        
#btn1:hover{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #56007d;
}
        
#element1{
    text-align: left;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #1E1E1E;
    font-size: 20px;
    margin: 4px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
    display: none;
}

/*dropdown step 2*/
#btn2{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #1E1E1E;
}
        
#btn2:hover{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #56007d;
}
        
#element2{
    text-align: left;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #1E1E1E;
    font-size: 20px;
    margin: 4px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
    display: none;
}

/*dropdown step 3*/
#btn3{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #1E1E1E;
}
        
#btn3:hover{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #56007d;
}
        
#element3{
    text-align: left;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #1E1E1E;
    font-size: 20px;
    margin: 4px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
    display: none;
}

/*dropdown step 4*/
#btn4{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #1E1E1E;
}
        
#btn4:hover{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #56007d;
}
        
#element4{
    text-align: left;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #1E1E1E;
    font-size: 20px;
    margin: 4px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
    display: none;
}

/*dropdown step 3*/
#btn5{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #1E1E1E;
}
        
#btn5:hover{
    text-align: left;
    font-size: 20px;
    font-weight: 500;    
    border: none;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    color: #56007d;
}
        
#element5{
    text-align: left;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #1E1E1E;
    font-size: 20px;
    margin: 4px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
    display: none;
}

/* FMA +++ */
.list-expand-btn {
    width: 24px;
    height: 24px;
    background-color: #EEEEEE;
    border-radius: 4px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#tabs .nav-link.active{
    background-color: #F1EAF6 !important;
    color:#56007D;
}

@media (max-width: 991px) {
    #tabs .nav-link {
        background-color: #F5F5F5 !important;
        border-radius: 10px 10px 0 0 !important;
        margin-right: 5px !important;
        width: 100% !important;
        height: auto !important;
    }
}

#tabs .nav-link{
    background-color: #F5F5F5 !important;
    border-radius: 20px 20px 0 0 !important;
    margin-right: 5px !important;
    width: 100% !important;
    height: 150px;
    border: 1px solid #dee2e6 !important;
}


#tabs .nav-item{
    width: 20% !important;
}

.nav-link > p{
    color:#524E59;
}

.nav-link.active > p{
    color:#56007D;
}

.text-purple{
    color:#56007D;
}

.tab-pane{
    border-radius: 0px 0px 10px 10px;
}

.accordion-collapse {
    transition-duration: 0.2s !important;
    /* transition:none !important; */
}
/* +++ FMA */