*{
    margin: 0;
}


/* NavBar */

nav{
    background-color: white;
    box-shadow: 0px 0px 5px grey;
}

nav div.container-fluid.bagiannavbar{
    margin-left: 5%;
    margin-right: 5%;
}

nav p.navbar-brand{
vertical-align: middle;
}

.navbar p{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    position: relative;

}



@media(max-width: 543px) {
    button.buttonnavbarhidden{
        display: none!important;
    }
}

@media(min-width: 392px) and (max-width: 991px) {
    button.buttonnavbar{
        width: 100%;
    }
    button.buttonnavbarhidden{
        display: block;
        margin-right: 20px;
    }
}

@media(min-width: 992px) {
    button.buttonnavbarhidden{
        display: none;
    }
}

div ul li.nav-item a{
    color: #545454;
    text-align: left;
    vertical-align: middle;
    margin-right: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;

}

.navbar-collapse .navbar-nav .nav-item:hover{
    color: #9C171E;
}
.navbar-collapse .navbar-nav .nav-item:hover a{
    color: #9C171E;
}


button.buttonnavbar, button.buttonnavbarhidden{
    padding: 8px;
    gap: 10px;
    width: 170px;
    height: 45px;
    background: #8A0E19;
    border-radius: 10px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

button.buttonnavbar:hover, button.buttonnavbarhidden:hover{
    background-color: white;
    color: black;
    filter: drop-shadow(2px 2px 2px grey);
    
}

.navbar-toggler{
    border: 1px black solid;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Akhir NavBar */

/* Section1 */

.Section1{
    padding-top: 150px;
}

@media(max-width:767px){
    .Section1{
        padding-top:100px;
    }

    .Section4 .shadow{
        width: auto;
    }
}

.Section1 h1{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 125%;
color: #323232;
margin-bottom: 0px;
}

.Section1 p{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
padding-top: 32px;
padding-bottom: 52px;
color: #545465;
margin-bottom: 0px;
}


.ButtonSection1{
text-decoration: none;
padding: 22px 24px;
width: 258px;
height: 71px;
background: #8A0E19;
border-radius: 46px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 27px;
color: white;

}


.ButtonSection1:hover{
    color: #8A0E19;
    background-color: white;
    filter: drop-shadow(2px 2px 2px grey);
     }

     @media(max-width:767px){
        .gmbr{
            padding-top:44px;
        }
    }

/* ..............................Akhir Section 1........................... */

/* ...................Section 2 ...........................*/


.Section2{
    padding-top:98px;

}

.Section2 h5{
padding-top:18px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 125%;
color: #323232;
margin-bottom: 0px;
padding-bottom: 18px;
}

.Section2 p{
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 170%;
color: #797D81;

}



.Section2 .bdr{
    height: 350px;
    border-radius: 30px;
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.25);
    margin-top:48px
}



/* .Section2 .col{
    max-width: 491px;
    max-height: 350px;
} */


/* ..............................Akhir Section 2.................................... */


/* ...................................Section 3.................................... */

.space-sec3{
    padding-top: 48px;
}

@media (max-width:768px){
    .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}
.Section3{
    padding-top:98px;
}
.ttl_Section{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    color: #323232;
    margin-bottom: 0px;
    padding-top:64px;
}

.Section3 h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}

.Section3 p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #797D81;
    padding-top: 32px;
}

.Red-Color{
    color: #8A0E19;
}


/* ..............................Akhir Section 3........................... */

/* ..............................Section 4........................... */

.Section4{
    padding-top: 98px;
    margin-bottom: 20px;
}

.tableRow{
    overflow-x: hidden;
}

.Section4 table td{
    vertical-align: middle;
}

.Section4 table th{
    vertical-align: middle;
}

.Section4 h6{
    font-weight: 800;
    font-family: 'Roboto';
    text-align: center;
}


.Section4 .shadow{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    z-index: 1;
    box-shadow: none !important;
}

.Section4 .centang{
    display: block;
    margin: auto;
}


.ButtonSection4{
padding: 22px 24px;
width: 313px;
height: 71px;
background: #8A0E19;
border-radius: 46px;

text-decoration: none;
color: white;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
}

.ButtonSection4:hover{
    color: #8A0E19;
    background-color: white;
    filter: drop-shadow(2px 2px 2px grey);
     }


.panjang-th-dif{
    width: 458px;
}

.panjang-th{
    width:311px;
}

/* @media (max-width:371.5px){
    .panjang-th-dif{
        width: auto;
    }
    
    .panjang-th{
        width: auto;
    }
} */

/* ..............................Akhir Section 4........................... */

/* ..............................Section 5........................... */

.Section5{
    margin-top: 96px;
    margin-bottom: 80px;
}

.Section5 p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight:400;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 32px;
    margin-bottom: 0px;
}

.Section5 h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 55px;
padding-bottom: 32px;
color: #3D3D3D;
margin-bottom: 0px;

}
.hashmicro{
    color:#9C171E;
}

@media(max-width:1200px){
    .st5{
        padding-top:0px !important;
    }
}


.small {
    margin-left: -70%;
    margin-top: 60%;
}

.tontonvideo{
color:#8A0E19;
border-bottom: 2px #8A0E19 solid;
text-decoration: none;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 150.69%;
padding-top: 20px;
}

.tontonvideo:hover{
 color:#8A0E19;
opacity: 50%;
}



.pulse {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 100px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    animation: animate 2s linear infinite;
    cursor: pointer;
    color: #fff;
    font-size: 60px;
    /* margin-left: 5%; */
    margin-top: -5%;
}
    @keyframes animate {
        0% {
            box-shadow: 0 0 0 0 red;
        }
        40% {
            box-shadow: 0 0 0 50px rgba(255, 26, 67, 0);
        }
        80% {
            box-shadow: 0 0 0 50px rgba(255, 206, 67, 0);
        }
        100% {
            box-shadow: 0 0 0 rgba(255, 206, 67, 0);
        }
    }


.text{
    margin-top: 10%;
}

.ButtonSection5 {
    display: inline-block;
    padding: 22px 24px;
    width: 100%;
    background: #8A0E19;
    border-radius: 46px;
    text-decoration: none;
    color: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}



.ButtonSection5:hover{
color: #8A0E19;
background-color: white;
filter: drop-shadow(2px 2px 2px grey);
 }

 @media (max-width: 991px){
    a.tontonvideo{
        margin-top: 50px !important;
        margin-bottom:50px;
    }

    .Section1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .Section2{
        padding-left: 20px;
        padding-right: 20px;   
    }
    .Section3{
        padding-left: 20px;
        padding-right: 20px; 
    }
    .Section4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .Section5{
        padding-left: 20px;
        padding-right: 20px; 
    }

    .newform-kiri{
        display: none;
    }

    .newform-kanan{
        border-radius: 20px 20px 20px 20px!important;
    }
}



/* ..............................Akhir Section 5........................... */

/* ..............................Section 6........................... */


.Section6{
    background-color: #F5EEEE;
}

.Section6 a{
    text-decoration: none;
}

.Section6 a h6:hover{
    color:#8A0E19;
}

.Section6 h6{
    padding-bottom: 20px;
    font-weight: 700;
    color: black;
    font-size: 20px;
}


.Section6 p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
}

/* ..............................Akhir Section 6........................... */

/* ..............................Footer........................... */

.footer{
    background-color: #EEE6E6;
}

.footer p{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #4A5568;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 12px;
}

.modalcon {
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 20px;
    outline: 0;
}



/* jarak section 3 harus diatur masing-masing karena height image berbeda */

.space-accurate-sec3-img1{
    padding-top: 120px;
}
.space-accurate-sec3-img2{
    padding-top: 120px;
}
.space-accurate-sec3-img3{
    padding-top: 140px;
}
.space-accurate-sec3-img4{
    padding-top: 80px;
}

.space-dynamics-sec3-img1{
   padding-top:120px ;
}
.space-dynamics-sec3-img2{
    padding-top:120px ;
}
.space-dynamics-sec3-img3{
    padding-top:140px ;
}
.space-dynamics-sec3-img4{
    padding-top:180px ;
}

.space-ecount-sec3-img1{
    padding-top: 120px;
}
.space-ecount-sec3-img2{
    padding-top: 160px;
}
.space-ecount-sec3-img3{
    padding-top: 160px;
}
.space-ecount-sec3-img4{
    padding-top:80px ;
}

.space-maserp-sec3-img1{
    padding-top:100px ;
}
.space-maserp-sec3-img2{
    padding-top: 180px;
}
.space-maserp-sec3-img3{
    padding-top: 160px;
}
.space-maserp-sec3-img4{
    padding-top: 180px;
}

.space-mekari-sec3-img1{
    padding-top: 100px;
}
.space-mekari-sec3-img2{
    padding-top: 160px;
}
.space-mekari-sec3-img3{
    padding-top: 140px;
}
.space-mekari-sec3-img4{
    padding-top: 140px;
}

.space-odoo-sec3-img1{
    padding-top: 140px;
}
.space-odoo-sec3-img2{
    padding-top: 100px;
}
.space-odoo-sec3-img3{
    padding-top: 160px;
}
.space-odoo-sec3-img4{
    padding-top:200px ;
}

.space-oracle-sec3-img1{
    padding-top: 80px;
}
.space-oracle-sec3-img2{
    padding-top: 80px;
}
.space-oracle-sec3-img3{
    padding-top: 80px;
}
.space-oracle-sec3-img4{
    padding-top: 80px;
}

.space-sage-sec3-img1{
    padding-top: 80px;
}
.space-sage-sec3-img2{
    padding-top:100px;
}
.space-sage-sec3-img3{
    padding-top: 120px;
}
.space-sage-sec3-img4{
    padding-top: 200px;
}

.space-salesforce-sec3-img1{
    padding-top: 220px;
}
.space-salesforce-sec3-img2{
    padding-top: 200px;
}
.space-salesforce-sec3-img3{
    padding-top: 120px;
}
.space-salesforce-sec3-img4{
    padding-top: 120px;
}

.space-sap-sec3-img1{
    padding-top: 80px; 
}
.space-sap-sec3-img2{
    padding-top: 80px;
}
.space-sap-sec3-img3{
    padding-top: 80px;
}
.space-sap-sec3-img4{
    padding-top: 80px;
}

.space-zoho-sec3-img1{
    padding-top: 100px;
}
.space-zoho-sec3-img2{
    padding-top: 140px;
}
.space-zoho-sec3-img3{
    padding-top: 200px;
}
.space-zoho-sec3-img4{
    padding-top: 200px;
}
.space-erp-hashmicro-sec3-img1{
    padding-top: 120px;
}
.space-erp-hashmicro-sec3-img2{
    padding-top: 80px;
}
.space-erp-hashmicro-sec3-img3{
    padding-top: 120px;
}
.space-erp-hashmicro-sec3-img4{
    padding-top: 100px; 
}
.space-sap-hana-sec3-img1{
    padding-top: 120px; 
}
.space-sap-hana-sec3-img2{
    padding-top: 110px; 
}
.space-sap-hana-sec3-img3{
    padding-top: 120px; 
}
.space-sap-hana-sec3-img4{
    padding-top: 100px; 
}

/* space section 3 img */
/* .space-sec3-img1{
    padding-top: 80px; 
}
.space-sec3-img2{
    padding-top: 80px;
}
.space-sec3-img3{
    padding-top: 80px;
}
.space-sec3-img4{
    padding-top: 80px;
} */

@media (max-width:1200px){
    .space-accurate-sec3-img1{
        padding-top:40px;
    }
    .space-accurate-sec3-img2{
        padding-top:40px;
    }
    .space-accurate-sec3-img3{
        padding-top:40px;
    }
    .space-accurate-sec3-img4{
        padding-top:40px;
    }
    
    .space-dynamics-sec3-img1{
       padding-top:40px;
    }
    .space-dynamics-sec3-img2{
        padding-top:40px;
    }
    .space-dynamics-sec3-img3{
        padding-top:40px;
    }
    .space-dynamics-sec3-img4{
        padding-top:40px ;
    }
    
    .space-ecount-sec3-img1{
        padding-top:40px;
    }
    .space-ecount-sec3-img2{
        padding-top:40px;
    }
    .space-ecount-sec3-img3{
        padding-top: 40px;
    }
    .space-ecount-sec3-img4{
        padding-top:40px;
    }
    
    .space-maserp-sec3-img1{
        padding-top:40px;
    }
    .space-maserp-sec3-img2{
        padding-top:40px;
    }
    .space-maserp-sec3-img3{
        padding-top: 40px;
    }
    .space-maserp-sec3-img4{
        padding-top: 40px;
    }
    
    .space-mekari-sec3-img1{
        padding-top:40px;
    }
    .space-mekari-sec3-img2{
        padding-top:40px;
    }
    .space-mekari-sec3-img3{
        padding-top:40px;
    }
    .space-mekari-sec3-img4{
        padding-top: 40px;
    }
    
    .space-odoo-sec3-img1{
        padding-top:40px;
    }
    .space-odoo-sec3-img2{
        padding-top:40px;
    }
    .space-odoo-sec3-img3{
        padding-top: 40px;
    }
    .space-odoo-sec3-img4{
        padding-top:40px ;
    }
    
    .space-oracle-sec3-img1{
        padding-top:40px;
    }
    .space-oracle-sec3-img2{
        padding-top:40px;
    }
    .space-oracle-sec3-img3{
        padding-top:40px;
    }
    .space-oracle-sec3-img4{
        padding-top: 40px;
    }
    
    .space-sage-sec3-img1{
        padding-top:40px;
    }
    .space-sage-sec3-img2{
        padding-top:40px;
    }
    .space-sage-sec3-img3{
        padding-top:40px;
    }
    .space-sage-sec3-img4{
        padding-top:40px;
    }
    
    .space-salesforce-sec3-img1{
        padding-top: 40px;
    }
    .space-salesforce-sec3-img2{
        padding-top: 40px;
    }
    .space-salesforce-sec3-img3{
        padding-top: 40px;
    }
    .space-salesforce-sec3-img4{
        padding-top:40px;
    }
    
    .space-sap-sec3-img1{
        padding-top: 100px; 
    }
    .space-sap-sec3-img2{
        padding-top: 40px;
    }
    .space-sap-sec3-img3{
        padding-top: 40px;
    }
    .space-sap-sec3-img4{
        padding-top: 40px;
    }
    
    .space-zoho-sec3-img1{
        padding-top: 40px;
    }
    .space-zoho-sec3-img2{
        padding-top: 40px;
    }
    .space-zoho-sec3-img3{
        padding-top: 40px;
    }
    .space-zoho-sec3-img4{
        padding-top: 40px;
    }

    .space-erp-hashmicro-sec3-img1{
        padding-top: 40px;
    }
    .space-erp-hashmicro-sec3-img2{
        padding-top: 40px;
    }
    .space-erp-hashmicro-sec3-img3{
        padding-top: 40px;
    }
    .space-erp-hashmicro-sec3-img4{
        padding-top: 40px; 
    }
    .space-sap-hana-sec3-img1{
        padding-top: 40px;  
    }
    .space-sap-hana-sec3-img2{
        padding-top: 40px;  
    }
    .space-sap-hana-sec3-img3{
        padding-top: 40px; 
    }
    .space-sap-hana-sec3-img4{
        padding-top: 40px; 
    }

    .space-sec3-img1{
        padding-top: 100px; 
    }
    .space-sec3-img2{
        padding-top: 40px;
    }
    .space-sec3-img3{
        padding-top: 40px;
    }
    .space-sec3-img4{
        padding-top: 40px;
    }

    .Section2{
        padding-top: 30px;
    }
    .ttl_Section{
        font-size: 30px;
        padding-top: 20px;
    }

    

    .Section3 h3{
        font-size: 24px;
        line-height: 30px;
    }
    .Section3 p{
        padding-top: 10px;
    }
    
}

/* New Form */

#submit-button{
    width: 100%;
    background: #8A0E19;
    height: 50px;
    color: white;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    border: none;
    box-shadow: 0px 0px 4px maroon;
    border-radius: 40px;
    transition: all 0.5s ease;
}

#submit-button:hover{
    background:white;
    color: #8A0E19;
}

#hashmicro-newform{
    width: 100%;
}

#border-selamat{
    border-radius: 7px;
    background:white;
    color: #8A0E19;
}


.newform-kiri{
    border-radius: 20px 0px 0px 20px;
    background: #8A0E19;
}

.newform-kanan{
  border-radius: 0px 20px 20px 0px;
  background-color: white;
   }


.newform-text{
    padding-top: 120px;
    color: white;
    font-family: 'Poppins';
    font-weight:700;
    line-height: 40px;
}
.icon-newform{
    text-align: right;
}

.newform-paragraph {
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 18px;
    margin-bottom: 0px;
}

.col-lg-5.newform-kanan {
    padding: 20px 40px 50px 40px;
}

.col-lg-3.newform-kiri {
    padding: 30px 30px 30px 40px;
}

#newform-h4{
    font-family: 'Poppins' !important;
    font-weight: 700;
    padding-top: 20px;
}

.form-control{
    font-family: 'Poppins';
}

.modal-dialog.modal-dialog-centered.modal-newform {
    max-width: 1600px;
}

.slider img{
    max-width: 90px;
}

.carousel{
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.slider{
   animation: gerak 40s linear infinite;
   margin-right: 16px;
}

@keyframes gerak{
    from{
        transform :translateX(0%);
    }
    to{
        transform: translateX(-1000%);
    }
}

@media (max-width:1200px) {
    
}

@media(min-width: 992px) and (max-width: 1200px){
    .newform-kanan{
        width: 55% !important;
    }

    .newform-kiri{
        width: 35% !important;
    }

    .Section1 h1{
        font-size: 42px;
    }
}

@media (max-width: 991.5px) {
    .newform-kanan{
        width: 90% !important;
    }

    .Section1 h1{
        font-size: 35px;
    }

    .Section3 p{
        font-size: 16px;
        line-height: 150%;        
    }

    .carousel-rating-wrapper .row .col-lg-5 .d-lg-block.d-flex.mb-lg-0.mb-5{
        margin-bottom: .75rem !important;
    }
}

@media (min-width:576.5px) and (max-width:1200px) {
    .Section1{
        margin-bottom: 50px;
    }

}

@media(max-width: 576px){

    .Section1 p{
        padding-top: 24px !important;
        padding-bottom: 38px !important;
    }

    .ButtonSection1{
        display: block;
        text-align: center;
        width: 100% ;
        align-content: center ;
        height: 50px !important;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .Section2{
        padding-top: 68px;
    }

    .Section2 .bdr{
        margin-top: 24px;
        height: auto;
        align-content: center;
        padding-top: 30px ;
        padding-bottom: 30px;
    }

    .Section3{
        padding-top: 88px;

    }

    .space-sap-sec3-img1, 
    .space-sap-sec3-img2,
    .space-sap-sec3-img3,
    .space-sap-sec3-img4{
        padding-top: 24px;
    }

    .space-oracle-sec3-img1, 
    .space-oracle-sec3-img2,
    .space-oracle-sec3-img3,
    .space-oracle-sec3-img4{
        padding-top: 24px;
    }

    .space-sec3-img1, 
    .space-sec3-img2,
    .space-sec3-img3,
    .space-sec3-img4{
        padding-top: 24px;
    }

    .Section3 h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .space-sec3{
        padding-top: 58px;
    }
    
    .ButtonSection4{
        width: calc(100% - 48px);
        display: block;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        height: 50px !important;
        padding: unset;
    }

    .tableRow{
        overflow-x: scroll;
    }

    .Section2 p{
        margin-bottom: 0px;
    }

    .col-lg-5.newform-kanan {
        padding: 20px 20px 50px 20px;
    }

}

.rating-right-img{
    width: 100% !important;
    max-width: 100% !important;
}