 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
    text-decoration: none !important;
}
@font-face {
    font-family: 'Proxima-Nova';
    src: url(font/Proxima-Nova.otf);
}
@font-face {
    font-family: 'Bahnschrift';
    src: url(font/BAHNSCHRIFT.TTF);
}

:root {
    --mainColor: #35C1DC ;
    --secondColor: #1F466F ;
    --thridColor: #EDF4FF;
    --fourthColor: #42ABDE;
    --fiveColor : #279ED9;
    --sixColor: #1371FB;
    
}
body {
    font-family: 'Proxima-Nova';
    letter-spacing: 1px;
    font-weight: 100 !important;
    font-size: 26px;
}
.fw-bold {
    font-weight: 900 !important;
}
.hr {
    width: 52px;
    height: 4px;
}
.min-100 {
    min-height: 100vh !important;
}
.text-main {
    color: var(--mainColor);
}
.text-thrid {
    color: var(--thridColor);
}
.text-second {
    color: var(--secondColor);
}
.text-five {
    color: var(--fiveColor);
}
.text-six {
    color: var(--sixColor);
}
.text-Bahnschrift {
    font-family: 'Bahnschrift';
}
.text-Proxima-Nova {
    font-family: 'Proxima-Nova';
}

.bg-main {
    background-color: var(--mainColor);
}
.bg-dnld {
    background-color:#D7E5FC;
}
.bg-thrid {
    background-color: var(--thridColor);
}
.bg-fourth {
    background-color: var(--fourthColor);
}
.bg-second {
    background-color: var(--secondColor);
}
.bg-five {
    background-color: var(--fiveColor);
}
.bg-six {
    background-color: var(--sixColor);
}
.letter-space {
    letter-spacing: 1px;
    
    /* text-align: justify;
  text-justify: inter-word; */
}
.main {
    padding-top: 60px;
}
.relative {
    position: relative;
}
.produk-title{
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 16px;
    height: 160px;
    background-color: var(--fourthColor);
    color: white;
    /* position: relative; */
}
.produk-title .img-title {
    height: 160px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.d-mob {
    display: block;
}
.d-desk {
    display: none;
}
.produk-title.title-bisku {
    padding-right: 240px !important;
}
.produk-title.left {
    border-radius: 0px 32px 32px 0px;
    width: auto;
    padding: 32px;
    padding-left: 10%;
    text-align: end;
}
.produk-title.right {
    border-radius:  32px 0px 0px 32px;
    width: auto;
    padding: 32px;
    padding-right: 16%;
    text-align: start;
    margin-top: 160px;
}
.con-produk {
    width: 100%;
    margin-top: -50px;
    z-index: 1;
}
.con-produk.left {
   padding: 0 0 0 10%; 
}
.con-produk.right {
   padding: 0  10% 0 0;
    
}
.produks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 32px 32px 0 32px;
    z-index: 99;
    border-radius: 32px 0 0 32px;
}
.box-img-produks {
    position: relative;
    height: 200px;
    /* background-color: #1371FB; */
}
.img-produks {
    position: absolute;
    width: 80%;
    bottom: 0;
}
.produk {
    display: flex;
    padding-top: 40px;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 52px;
    z-index: 99;

}

.produk.bisku {
    width: 100%;
    border-radius: 32px 0px 0px 32px;
    flex-wrap: wrap;
    /* align-items: flex-end; */
    padding: 60px 32px 0px 32px;
}
.produk.left {
    border-radius: 32px 0px 0px 32px;
    flex-wrap: wrap;
}
.produk.right {
    border-radius: 0px 32px 32px 0px;
    flex-wrap: wrap;
}
.img-produk {
    position: absolute;
    bottom: 0;
    width: 100%;
    
}
.img-produk.meteran {
    width: 480px;
}
.img-produk.EDC {
    top: -160px;
    left: 100px !important;
    width: auto;
    height: 320px;
}

.img-produk.db {
    width: 400px;
}
.img-produk.left {
    left: 0;
}
.img-produk.bisku {
    left: 0;
    bottom: 0px;
}
.img-produk.right {
    right: -50px;
}
.img-header {
    width: 120px;
}
.card-logo {
    width: 160px;
}
.cards-career {
    border-radius: 24px;
    overflow: hidden;
    background-color: white;
    box-shadow: 3px 3px 8px lightgray;
}
.box-img-content {
    width: 100%;
    height: 200px;
}
.box-img-content.bisku {
    width: 100%;
    height: 100px;
    /* background-color: #1371FB; */
}
.cards-career ul {
    /* list-style-image: url(asset/Polygon.png); */
    /* list-style-type: georgian; */
    list-style-position: outside;
}
.cards-career ul li {
    margin-bottom: 8px;
}

.input-copy {
    background-color: var(--thridColor);
    border: none;
    outline: none;
    color: var(--sixColor);
    width: 200px;
}
.btn-copy {
    /* background-color: var(--thridColor); */
    /* background-color: red; */
    border: none;
    color: var(--sixColor);
}
.img-mobile-none {
    display: block;
}
.footer-slide-meteran {
    height: 16px;
    width: 100%;
    background-image: linear-gradient(to right,#42ABDE, #1B75BB);
}

@media only screen and (max-width: 800px) {
    .produk-title.right {
        width: auto;
        padding-right: 4%;
    }
    .produk-title.left {
        width: auto;
        padding-left: 4%;
    }
    .img-header {
        width: 60px;
    }
    .card-logo {
        width: 120px;
    }
    .img-produk.right {
        left: 0px;  
        top: 0px;
        width: 320px;  
    }
    .img-produk.left {
        left: 0px;  
        top: 0px;
        width: 320px;
        left: 50%;
        right: 50%;
        transform: translateX(50%);  
    }
    .img-produk.EDC {
        left: 0px;  
        top: 0px;
        width: auto;
        height: 240px;
    }
    .box-img-content {
        width: 100%;
        height: 200px;
    }
    .box-img-content.bisku {
        height: 200px;
    }
    .produk-title .img-title {
        height: 140px;
    }
    .produk-title.title-bisku {
        padding-right: 180px !important;
    }
    .produk {
        padding: 32px;
    }
}

@media only screen and (max-width: 600px) {
    .img-produk.right {
        width: 240px;
    }
    .img-produk.db {
        width: 320px;
    }
    .img-produk.left {
        width: 240px;
        left: 50%;
        right: 50%;
        transform: translateX(0%);
    }
    .produks {
        padding: 60px 32px 0 32px;
    }
    .box-img-produks {
        position: relative;
        height: auto;
    }
    .img-produks {
        position: static;
        width: 100%;
        bottom: 0;
    }
    .box-img-content {
        height: 160px;
    }
    .d-mob {
        display: none !important;
    }
    .d-desk {
        display: block;
    }
    .produk.bisku {
        padding: 60px 24px 0px 24px !important;
    }
    .img-produk.EDC {
        /* left: 0px;   */
        /* top: 0px; */
        width: auto;
        height: 240px;
        left: 50%;
        right: 50%;
        transform: translateX(-30%);
    }
    .produk-title .img-title {
        height: 140px;
    }
    .produk-title.title-bisku {
        padding-right: 180px !important;
    }
    body {
        letter-spacing: .5px;
    }
    .img-mobile-none {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    body {
        font-family: 'Proxima-Nova';
        letter-spacing: 1px;
        font-weight: 100;
        font-size: 18px;
    }
    
}