body {
    font-family: "Roboto", sans-serif;
}
.hero-image {
    background-image: url("../images/hero-home.png");
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.hero-image2 {
    background-image: url("../images/image-hero12.png");
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.hero-image12 {
    background-image: url("../images/image-hero13.png");
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.hero-image13 {
    background-image: url("../images/maja.png");
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.hero-pixels {
    background-image: url("../images/pixels.png");
    background-size: cover;
    background-position: center;
    /* height: 135vh; */
    /* height: 205vh;  */
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    color: white;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}
.hero-text h1 {
    text-align: center;
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 30px;
    margin-bottom: 20px;
}
.hero-text h4 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    color: #eeeeeecc;
}
.hero-text2 h1 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 30px;
    margin-bottom: 10px;
}
.hero-text2 h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #eeeeeecc;
}
.not-letter {
    letter-spacing: normal !important;
}
.label-patriot {
    padding: 8px 20px;
    font-size: 16px;
    background: linear-gradient(
        90deg,
        rgba(151, 0, 0, 0.9) 0%,
        rgba(232, 71, 79, 0.9) 100%
    );
    border-radius: 30px;
    font-weight: 600;
}
.hero-pixels h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #343433;
}
.globe-area {
    /* width: 1700px;
    height: 1000px; */
    width: 80vw;
    height: 40vw;
    max-width: 1200px;
    max-height: 800px;
    border-radius: 50%;
    /* overflow: hidden;
    position: relative;
    display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin: 0;
    /* place-content: flex-end; */
}

.btn-pill {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom:1px solid  #c80101;
}

.btn-pill span {
    color: #c80101;
    font-size: 24px;
    font-weight: 500;
}
.btn-pill:hover span{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.btn-pill:hover i{
    color: #ffffff;
    font-weight: 500;
}

.btn-pill:hover {
    background: #c80101;
    border-bottom:1px solid white;
}
.btn-pill:focus span{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.btn-pill:focus i{
    color: #ffffff;
    font-weight: 500;
}

.btn-pill:focus {
    background: #c80101;
    border-bottom:1px solid white;
}


.globe {
    background-repeat: no-repeat;
    background-image: url("../images/globe.png");
    background-size: cover;
    background-position: top;
    background-position-y: 2px; /*120%;*/
    width: 100%;
    height: 100%;
    /* border-radius: 50%;  */
    /* animation: rotateGlobe 50s linear infinite;  */
    /* transform-origin: center;  */
    /* position: absolute;
    top: 0;
    left: 0; */
    /* mask-image: radial-gradient(circle, white 50%, transparent 50%); */
}
#globe-animate {
    width: 120%;
    margin-bottom: -1200px;
}
@keyframes rotateGlobe {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.footer {
    padding: 15px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 10;
}
.footer img {
    width: 100px;
    height: auto;
}
.footer-logo {
    max-width: 150px;
    height: auto;
    z-index: 15;
}

    .accordion-item {
        color: #c80101;
        background-color: #f2f2f2;
        border: 1px solid #c4c4c4;
        padding-left: 16px;
        padding-right: 16px;
        display: grid
    ;
        justify-content: space-between;
    }
    .accordion-item2 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: #c80101;
        padding-left: 16px;
        padding-right: 16px;
        border-top: 1px solid rgb(218, 218, 218);
    }
    .accordion-btn {
        width: 100%; 
        text-align: left;
        cursor: pointer; 
        transition: background-color 0.3s ease; 
    }
    .accordion-item2 span{
        color:white;
        font-size:28px;
        font-weight: bold;
    }

    .accordion-item2 .drop{
        font-size:20px;
    }

    .zoom-modal {
        display: none; 
        position: fixed;
        z-index: 1; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255);
        padding-top: 60px;
        justify-content: center;
        align-items: center; 
    }
    
    .zoom-modal-content {
        /* margin: auto; */
        display: block;
        max-width: 90%;
        max-height: 80vh;
        /* transform: scale(1); */
        position: absolute;
        cursor:grab;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #1c1c1c;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
    }
    
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    
    /* Styling tombol zoom */
    .zoom-btn {
        background-color: #c80101;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
        border-radius:20px;
    }
    
    .zoom-btn:hover {
        background-color: #a70000;
    }
    .zoom-controls {
        z-index:1;
        position: absolute;
        bottom: 150px;
        right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .zoom-controls button {
        font-size: 30px;
        background-color: #c80101;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        margin: 0 10px;
        transition: background-color 0.3s;
    }
    
    .zoom-controls button:hover {
        background-color: #a70000;
    }
    


    button {
    position: relative;
    display: block;
    text-align: left;
    padding: 1em 0;
    color: #c80101;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
        cursor: pointer;
        color: $blue;
        &::after {
          cursor: pointer;
        }
      }
      .accordion-title {
        padding: 1em 1.5em 1em 0;
        font-weight: 600;
        color: #000000;
      }
      .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
        &::before {
          display: block;
          position: absolute;
          content: '';
          color: #c80101;
          top: 9px;
          left: 5px;
          width: 10px;
          height: 2px;
          background: currentColor;
        }
        &::after {
          display: block;
          position: absolute;
          color: #c80101;
          content: '';
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px;
          background: currentColor;
        }
      }
    }
    button[aria-expanded='true'] {
      color: $blue;
      .icon {
        &::after {
          width: 0;
        }
      }
      + .accordion-content {
        opacity: 1;
        max-height: 13em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
      }
    }
    .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
      p {
        font-size: 1rem;
        font-weight: 300;
        color: #343433;
      }
    }
  }


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  line-height: 2;
  color: #c80101;
}
  
.text-red {
    color: #8d0000;
}

.footer-red {
    background-color: #b9373b;
    color: white;
    padding: 5px;
    position: relative;
    z-index: 5;
}
.footer-red .copyright-text {
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.title-head {
    max-width: 400px;
}

.aos-init{
    font-weight: 700;
}
.box-globe {
cursor: pointer;
    font-size: 24px;
    background-color: white;
    padding: 15px 40px;
    color: black;
    position: absolute;
    border: 2px solid #ccc;
    border-radius: 300px;
    text-align: center;
    z-index: 9;
    transform: translateX(-50%);
}
.box-non-globe {
cursor: pointer;
    font-size: 24px;
    padding: 15px 40px;
    color: #343433;
    position: absolute;
    text-align: center;
    z-index: 9;
    transform: translateX(-50%);
}
.non-box {
    left: 15%;
    bottom: -250px;
    transform: translateX(-50%) !important;
}

.navbar-collapse a {
    color: #000000;
}
.navbar-collapse a:hover {
    color: #c80101;
}
.navbar-collapse a:active {
    color: #c80101;
}

.max-width-5 {
    max-width: 650px;
}
.sticky-nav {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.h-oval {
    height: 450px;
}
.pt-6 {
    padding-top: 6rem !important;
}
.full-height-and-scroll-content {
    flex-grow: 1;
    height: 100vh; 
    overflow-y: auto;
    padding: 20px;
}
.popup-overlay{
    z-index:9999;
    background:white;
    position:fixed;
    top: 0;
    left:0;
    width: 100vw !important; 
    height: 100vh !important; 
    display: flex;
    flex-direction: column;
    /* margin-top: 420px; */
}
.close-btn {
    background-color: white;
}
.close-btn:hover span {
    background-color: #8d0000; 
    color: white;
}
.close-btn span {
    border-radius:50px;
    padding:10px 18px;
    border:1px solid #8d0000;
    font-size: 24px;
    color: #8d0000; 
    transition: color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

body.popup-active {
    overflow: hidden;
}
.desc-popup{
    text-align: left;
    width:200px;
    height:220px;
    overflow-y:scroll;
    overflow-x: hidden;
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1;
}
.pop-up-box-globe{
    box-shadow: 3px 5px 11px 0px #2c2c2c82;
    width:250px;
    height:250px;
    display: none;
    z-index: 100;
    border-radius: 20px;
    position:fixed;
    bottom:150px;
    right:20px;
    background-color: #FFE2E2;
    padding:15px;
    color:#343433;
    scrollbar-width: none;
}
.pop-up-box-globe.show-right {
    right: 50px !important; /* Ketika tampilkan di kanan */
}

.pop-up-box-globe.show-left {
    left: 50px !important; /* Ketika tampilkan di kiri */
}


.desc-popup::-webkit-scrollbar {
    display: none;
}
.close-popup{
    z-index:9999;
    color:#c80101;
    border-radius:50%;
    padding:2px 12px;
    background-color:white;
    font-size: 24px;
    box-shadow: 2px 2px 5px #00000059;
    position: absolute;
    right: 0;top: -20px;
    cursor: pointer;
}

.image-container {
    width: 100%;  
    height: 130px;
    overflow: hidden;
}
.title-berita{
    height:70px;
}
.news-image {
width: auto;
height: 100%;
object-fit: cover;
object-position: center; 
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .patriot-angka{
        font-size:15px;
    }
    #struktur-group button{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    #struktur-group .bi{
        font-size:25px !important;
    }
    #struktur-perusahaan button{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    #struktur-perusahaan .bi{
        font-size:25px !important;
    }
    .title-pill{
        font-size:20px !important;
    }
    .close-btn{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .list-inline {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center; /* Optional: center items */
    }

    .sticky-nav{
        display: none;
    }
    #globe-animate {
        width: 180%;
        margin-bottom: -400px;
    }
    .box-globe {
        padding: 5px 20px !important;
        font-size: 10px !important;
    }
    
    .box-1 {
        left: 25%;
        bottom: -380px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 18%;
        bottom: -480px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right: 22%;
        bottom: -340px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 23%;
        bottom: -460px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -325px;
        transform: translateX(50%) !important;
    }

    .large-number {
        font-size: 20px !important;
    }

    .text-stacked {
        font-size: 8px !important;
    }

    /* .line-red-top {
        display: none !important;
    } */

    .max-width-8{
        max-width: 400px;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
    .patriot-angka{
        font-size:15px;
    }
    #struktur-group button{
        padding-left:10px;
        padding-right:10px;
    }
    .title-pill{
        font-size:20px;
    }
    .close-btn{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .list-inline {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center; /* Optional: center items */
    }
    #globe-animate {
        width: 180%;
        margin-bottom: -800px;
    }
    .box-globe {
        font-size: 18px !important;
    }
    .box-1 {
        left: 22%;
        bottom: -350px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 18%;
        bottom: -420px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right:22%;
        bottom: -280px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 23%;
        bottom: -400px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -280px;
        transform: translateX(50%) !important;
    }
    .max-width-8{
        max-width: 400px;
    }

    .large-number {
        font-size: 22px !important;
    }

    .text-stacked {
        font-size: 10px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .patriot-angka{
        font-size:20px;
    }
    .close-btn{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .list-inline {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center; /* Optional: center items */
    }
    #globe-animate {
        width: 180%;
        margin-bottom: -1000px;
    }
    .box-globe {
        font-size: 20px !important;
    }
    .box-1 {
        left: 25%;
        bottom: -320px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 18%;
        bottom: -410px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right:30%;
        bottom: -310px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 20%;
        bottom: -390px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -240px;
        transform: translateX(50%) !important;
    }
    .max-width-8{
        max-width: 600px;
    }

    .large-number {
        font-size: 30px !important;
    }

    .text-stacked {
        font-size: 12px !important;
    }
}
@media (max-width: 992px) {
    .non-box, .box-non-globe {
        display: none;
    }
}

/* Large devices (laptops, 992px and up) */
@media (min-width: 992px) {

    .patriot-angka{
        font-size:26px;
    }

    .close-btn{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .list-inline {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center; /* Optional: center items */
    }
    #globe-animate {
        width: 180%;
        margin-bottom: -1000px;
    }
    .box-globe {
        font-size: 20px !important;
    }
    .box-1 {
        left: 24%;
        bottom: -360px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 18%;
        bottom: -450px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right:30%;
        bottom: -350px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 20%;
        bottom: 430px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -300px;
        transform: translateX(50%) !important;
    }
    .max-width-8{
        max-width: 800px;
    }

    .large-number {
        font-size: 35px !important;
    }

    .text-stacked {
        font-size: 15px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .patriot-angka{
        font-size:26px;
    }

    .list-inline {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center; /* Optional: center items */
    }
    #globe-animate {
        width: 180%;
        margin-bottom: -1200px;
    }
    .box-globe {
        font-size: 25px !important;
    }
    .box-1 {
        left: 25%;
        bottom: -580px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 16%;
        bottom: -780px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right: 25%;
        bottom: -580px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 16%;
        bottom: -780px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -420px;
        transform: translateX(50%) !important;
    }
    .max-width-5 {
        max-width: 610px;
    }
    .desc-popup{
        width:300px;
        height:320px;
    }
    .pop-up-box-globe{
        width:350px;
        height:350px;
    }
}

/* XXL devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
    #globe-animate {
        width: 120%;
        margin-bottom: -1000px;
    }
    .box-1 {
        left: 30%;
        bottom: -480px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 22%;
        bottom: -689px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right: 30%;
        bottom: -480px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 22%;
        bottom: -689px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -380px;
        transform: translateX(50%) !important;
    }
    .max-width-5 {
        max-width: 650px;
    }
}

@media screen and (min-width: 320px) and (max-width: 812px) {
    /* mobile */
}
@media screen and (min-width: 320px) and (max-width: 400px) {
    perangkat yang lebih kecil */
    .box-1 {
        left: 20%;
        bottom: -380px;
        transform: translateX(-50%) !important;
    }
    .box-2 {
        left: 16%;
        bottom: -440px;
        transform: translateX(-50%) !important;
    }
    .box-3 {
        right: 22%;
        bottom: -380px;
        transform: translateX(50%) !important;
    }
    .box-4 {
        right: 16%;
        bottom: -440px;
        transform: translateX(50%) !important;
    }
    .box-5 {
        right: 50%;
        bottom: -325px;
        transform: translateX(50%) !important;

}
}
@media screen and (min-width: 813px) and (max-width: 991px) {
    /*tablet*/
}
.shadow-hover {
    transition: box-shadow 0.3s ease-in-out;
}

.shadow-hover:hover {
    display: inline-block;
    transition-duration: $defaultDuration;
    transition-property: transform;

    @include hideTapHighlightColor();
    @include hardwareAccel();
    @include improveAntiAlias();

    &:hover {
        transform: translateY(-8px);
    }
}

.line-red-top {
    background-color: #8d0000;
    width: 100%;
    padding: 8px;
    color: white;
    text-align: right;
}
.line-red-top ul li {
    cursor: pointer;
}

.row-founder {
    height: 100vh;
}
.bg-founder {
    background-image: url("../images/founder.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-position-y: -40px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 10%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}
.bg-komisaris {
    background-image: url("../images/komisaris-full.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.text-justify {
    text-align: justify;
}
.custom-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    width: 500px;
    height: 200px;
    padding: 10px;
}
.custom-box img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}
.custom-box .content {
    padding-left: 10px;
}
.custom-box h3 {
    text-align: left;
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #343433;
}
.custom-box p {
    font-size: 14px;
}
.sosmed li {
    margin-bottom: 15px;
}
.sosmed li a {
    color: #343433;
    text-decoration: none;
    font-weight: bold;
}
.social-link {
    display: flex;
    align-items: start;
    text-decoration: none;
    font-weight: 600;
    color: inherit;
}
.icon-linkedin {
    background-image: url("../images/linkedin.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.icon-google {
    background-image: url("../images/google.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.contact-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 2000px;
    height: 200px;
    padding: 10px;
}
.content-tab img {
    max-width: 100%;
    height: auto;
}
.bi-caret-up-fill, .bi-caret-down-fill {
    transition: transform 0.3s ease-in-out;
}
.bg-contact-red {
    /* background-color: #970000; */
    background: #970000 url("../images/bg-contact-full.png") no-repeat center
        center;
    background-size: cover;
    background-position-y: -130px;
    padding: 40px;
    color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.sub-nav{
    padding-bottom: 8px;
}
.sub-nav li{
    position: relative;
}
.nav-item {
    text-decoration: none;
    color: black;
    position: relative;
    font-size: 18px;
}
.nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #c80101;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}
.nav-item.active::before {
    transform: scaleX(1);
}
.active-sub-nav{
    border-bottom: 2px solid white;
    padding-bottom: 6px;
}
.bg-contact-form {
    padding: 40px;
    background-color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bg-contact-red p {
    font-size: 12px;
}
.wd-500 {
    margin-top: -130px;
    width: 50%;
    box-shadow: 0px 30px 27.7px 0px #0000000d;
}
.text-li-white li a {
    color: white !important;
    font-weight: 400;
    font-size: 14px;
}
.text-li-white li svg {
    margin-right: 10px;
}
.text-li-white li i {
    margin-right: 10px;
}
.form-control::placeholder {
    color: #bebebe;
    opacity: 1;
}
.btn-submit {
    background: #c80101;
    padding: 5px;
    border-radius: 5px;
    color: white;
    width: 100%;
}
.btn-submit:hover {
    background: #a60000;
    color: white;
}
.btn-submit:active {
    background: #a60000 !important;
    color: white !important;
}
.bg-oval {
    background-image: url("../images/oval.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 400px;
    background-position-x: center;
    margin-top: 30px;
}
.pt-md-15 {
    padding-top: 5rem !important;
}
.bg-komitmen {
    background: #fff5f5 url("../images/Frame_1261153092.png") no-repeat center
        center;
    background-size: contain;
    /* background-position-y: -130px; */
    padding: 150px;
}
.ico-commit {
    width: 50px;
    height: 50px;
}
.box-set {
    margin-bottom: 30px;
}
.box-set img {
    margin-bottom: 20px;
}
.box-set h4 {
    margin-bottom: 10px !important;
}
.box-set h1 {
    text-align: center;
    font-size: 68px;
    margin-top: -20px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.box-berita {
    /* box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100); */
    box-shadow: 0 0 6px 0px #c2c2c2;
    background-color: white;
    border-radius: 10px;
}
.box-berita img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box-berita a {
    text-decoration: none;
    color: black;
}
.box-berita h3 {
    font-size: 14px;
    padding: 0px 15px;
    line-height: 1.2rem;
}
.box-berita p {
    font-size: 10px;
    color: grey;
    padding: 0px 15px 2px 15px;
}
.pd-100 {
    padding: 30px 100px;
}
.accordion-content li {
    font-size: 1rem;
    font-weight: 300;
    color: #343433;
}

@media screen and (min-width: 100px) and (max-width: 991px) {
    .h-oval {
        height: 450px;
    }
    .hero-text h1 {
        font-size: 2rem;
        letter-spacing: 15px;
        margin-bottom: 0px;
    }
    .hero-text h4 {
        font-size: 1.8rem;
    }
    .hero-pixels {
        padding-top: 50px;
        /* height:65vh; */
    }
    .hero-pixels h1 {
        font-size: 2rem;
    }
    .globe-area {
        width: 100vw;
        height: 60vw;
        overflow: unset;
    }
    .globe {
        background-size: cover;
        background-position: top;
        background-position-y: 0;
        width: 100%;
        height: 100%;
    }
    .box-globe {
        font-size: 12px;
        padding: 8px 25px;
    }
    .wd-500 {
        width: 90%;
        box-shadow: 0px 30px 27.7px 0px #0000003b;
    }
    .bg-contact-red {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .hero-text2 h1 {
        font-size: 2rem;
    }
    .line-red-top {
        text-align: center !important;
    }
    .bg-founder {
        height: 60vw;
    }
    .struktur img {
        width: 100%;
    }
    .bg-komisaris {
        height: 50vw;
    }
    .custom-box img {
        max-width: 30%;
    }
    .custom-box h3 {
        font-size: 20px;
        margin-top: 0;
    }
    .sosmed li a {
        font-size: 12px;
    }
    .custom-box {
        padding: unset;
        width: 100%;
        height: unset;
    }
    .icon-linkedin {
        width: 25px;
        height: 25px;
    }
    .icon-google {
        width: 25px;
        height: 25px;
    }
    .bg-komitmen {
        padding: 15px;
    }
    .box-set {
        text-align: center;
        margin-top: 30px;
    }
    .box-set h1 {
        font-size: 48px;
    }
    .box-set p {
        padding-right: 30px;
        padding-left: 30px;
    }
    .pd-100 {
        padding: 20px;
    }
    .box-berita {
        margin-bottom: 30px;
    }
}
