@media screen and (max-device-width: 820px) and (max-device-height: 1106px) {

* {
    margin: 0;
    padding: 0;
    
  }

  img.Home_10 {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 3.5em;
}
  
  #map {
      position: relative !important;
      top: -2.5em; 
      bottom: 0;
      right: 0;
      left: 0;
      width: 85%;
      height: 75%;
      margin: 3em auto;
  }
  
  .mapFrame {
      width: 85%;
      margin: -3em auto !important;
      height: 60vh;
  }
  
  html , body {
      font-family: 'Poppins', sans-serif;
      background: #fff;
      color: #004aad;
      height: auto;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      overflow-x: hidden !important;
  
  }
  
  .container {
    
    height: 100%;
    /* CSS Smooth Scroll */
    overflow-y: scroll; 
    scroll-behavior: smooth;
    scroll-snap-type: both;
    padding: 0 !important;
    margin-top: 6em;
    
  
  }
  
  .container-home {
    scroll-snap-align: start;
    width: 100%;
    height: 100%;
  }
  
  .lead {
    font-size: 1.5rem;
  }
  
  .navbar-nav {
    position: relative;
  
  }
  
  .nav-link {
      font-size: 12px;
  }
  
  
  
  
  
  .navbar ul li {
    margin: 0 1rem;
    padding: 0rem;
    
  }
  
  
  .isiOpsi > h2 {
    text-transform: uppercase;
  }
  .navbar ul li a {
    text-decoration: none;
    
    color: #f4f4f4;
  }
  
  .navbar ul li a:hover {
    color: skyblue;
  }
  
  section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 90vh;
   
    /* Scroll Snap */
    scroll-snap-align: center;
  }
  
  /* section h1 {
    font-size: 4vw;
    text-align: left;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    padding: 0;
    width: 10em;
    line-height: 3.5rem;
    padding-left: 25px;
} */
  
  select.selectSize  {
    font-size: 0.85vw;
  }
  
 
  
  .box {
    cursor: pointer;
    height: 10vw;
    width: 20vh;
    transform: scale(0.95);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 1px;
}
  
  .Openn {
    border: 2px solid #000;
  }
  
  /* nobr {
    white-space: normal;
    display: flex;
    width: 20vw;
  } */


  /* .box p {
    
    display: none !important ;
    
  } */

   /* nobr {
    display: none;
  } */

  .btn-SD {
    width: 15%;
    height: 30%;
    position: relative;
    right: 5em;
    font-size: 1vw;
    margin-top: 3.25em;
    background: #004aad !;
    color: #fff ;
    top: 3em;
}

  .box p {
    margin-left: 20%;
  }

  .box:nth-child(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 1;
  }
  /* .box:nth-child(1) p, .box:nth-child(2) p,.box:nth-child(3) p, .box:nth-child(4) p {
    right: 0;
    top: 25%;
    font-size: 1.25vw;
  } */
  
  .box:nth-child(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(5) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  form {
    display: flex;
    width: 85%;
    margin: auto;
  }
  
  form > div {
    margin: 0 10px;
    padding: 10px 0;
  }
  
  .scale {
    width: 100%;
    display: flex;
    /* Centering the labels */
    justify-content: space-between;
    /* Adding the background gray line */
    background:linear-gradient(transparent 45%, gray 45%, gray 55%, transparent 55%);
    position: relative;
  }
  
  
  
  /* vertical rule */
  .scale::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    background: gray;
    z-index: -1;
  }
  
  input {
    display:block;
  }
  
  /* Direct styling of the labels as UTF8 icons can be inconsistent across browsers */
  
  
  label:nth-last-child(1) {
      color: red;
      margin-top: 0em;
      position: relative;
      display: flex;
      left: -5rem;
      content: 'NOW';
  }
  
  
  label:nth-of-type(odd) {
      color: #004aad;
      margin-top: 0em;
      position: relative;
      display: flex;
      left: -5rem;
      content: 'NOW';
  }
  label:nth-of-type(even){
      color: #004aad;
      margin-top: 4em;
      position: relative;
      display: flex;
      left: -5rem;
  }
  
  
  .col-md-2 {
    width: auto;
  }
  
  .col-md-3 {
    width: auto;
  }
  
  .parent {
    width: 100%;
    height: 50%;
    display: flex;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    align-items: center;
     animation: slide 25s linear infinite;
  }
  
  .logo {
    width: 10em;
    height: 6em;
    margin-right: 10px;
    flex: 0 0 auto;
    vertical-align: middle;
    display: flex;
  
  }
  
  .logo2 {
    width: 100px;
  }
  @keyframes slide {
    0% {
       transform: translateX(0);
    }
    
    100% {
      transform: translateX(-100%)
    }
  }
  
  .logoOC {
    width: 6em;
    height: 6em;
    margin: auto;
  }
  .logoOC_ITB {
    width: 12.5em;
    height: 7em;
    margin: auto;
    margin-left: -2em;
    margin-top: -.75em;
  }
  .logoOC_SDA, .logoOC_AB, .logoOC_CIT {
    width: 10em;
    height: 3em;
    margin: auto;
  }
  
  .logoOC_PUPR {
    width: 8em;
    height: 3em;
    margin: auto;
  }
  
  .sm_dashboard{
    max-width:1200px;
    min-width:350px;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    padding:40px;
  }
  .sm_card{
    width:250px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 6px;
  }
  .sm_shelf_renderer{
      display: block;
      position: relative;
      margin-bottom:30px;
  }
  #sm_scroll_container.sm_horizontal_list_renderer {
      overflow-x: hidden;
  }
  #items.sm_horizontal_list_renderer {
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.4, 0.0, 1, 1);
      will-change: transform;
      display: inline-block;
      white-space: nowrap;
  }
  .sm_card .card-content{
    padding: 8px 14px;
  }
  .sm_card .card-content .card-title{
    margin-bottom: 0px;
  }
  #sm_left_arrow{
      position: absolute;
      top: calc(50% - 40px);
      left: -20px;
  }
  #sm_right_arrow{
      position: absolute;
      top: calc(50% - 40px);
      left: calc(100% - 20px);
      z-index:1;
  }
  .sm_self_title{
      font-size:22px;
  }
  
  .container-cards {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1300px;
      background-color: #f0f0f0;
      margin: auto;
  }
  
  .scroll-container {
  /*   background-color: tomato ; */
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none;  /* For Internet Explorer and Edge */
  }
  
  .scroll-container::-webkit-scrollbar {
      display: none; /* For Chrome, Safari, and Opera */
  }
  
  .card {
      min-width: 190px;
      height: 230px;
      margin: 10px;
      background-color: white;
  /*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    
      transition: 0.2s transform  ;
      cursor: pointer ;
      border-radius: 1rem ;
      border: 2px solid #ddd;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
      height: 10vw;
    
  }
  
  .card:hover{
    transform: scale(1.05) ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .scroll-btn {
      background-color: #b1a7a6;
      color: white;
      border: none;
      padding: 2rem 0.8rem;
      cursor: pointer;
      font-size: 20px;
      margin: 0 10px;
      color: black ;
    font-size: 2rem ;
    font-weight : 900 ;
  }


  .btn-EN {
    width: 80%;
    background: #004aad !important;
    color: #fff !important;
    margin: 10px auto;
    display: block !important;
    border-radius: 5px;
    font-size: 0.85vw;
  }

  .btn-SM {
    width: 80%;
    background: #253252 !important;
    color: #fff !important;
    margin: 10px auto;
    display: block !important;
    border-radius: 5px;
    font-size: 0.85vw;
  }
  
  .scroll-btn:hover{
    filter: brightness(90%) ;
  }
  
  .scroll-btn:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    filter: brightness(100%)
  }
  
  
  
  .card{
    display: flex ;
    flex-direction:column ;
    align-items: center ;
  /*   flex-wrap : wrap ; */
    
    align-content: column ;
    padding: 0.5rem ;
    
    
  }
  
  .card-upper , .card-lower{
  /*   border: 1px solid black; */
  /*     height: 50% ; */
    width: 100%
      
  }
  
  .card-upper{
    height: 65% ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    
    border-bottom: 1px solid #ddd;
       box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); 
  }
  
  .card-upper img{
    height: 90% ;
    width: 70%;
    border-radius: 50%
    
  }
  
  
  
  .card-lower{
    height: 40% ;
    display: flex ;
  /*   flex-direction: column ; */
    justify-content: center ;
    align-items: center ;
    
    overflow: hidden ;
    
  }
  
  
  #map { position: absolute; top:-40px; bottom:0; right:0; left:0; border-radius: 10px; }  
  
  video {
    width: 100%;
  }
  
  video::-webkit-media-controls-panel {
      display: flex !important;
      opacity: 1 !important;
  }
  
  .leaflet-popup-content {
      margin: 13px 19px;
      line-height: 1.4;
      width: 350px !important;
      text-align: center;
  }
  
  #tblPro {
    position: sticky;
    z-index: 1000;
    width: 25%;
    background: #F8F8FF;
    top: 100%;
    left: 100%;
  }
  
  #t_points tr:hover {
    /* color: #F8F8FF; */
    background-color: blue;
    cursor: pointer;
  
  }
  
  #t_points td:hover {
    background-color: blue;
    color: #F8F8FF;
    cursor: pointer;
  }
  
  

  
  .mxxx {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-right: 1em;
    height: 20vw;
  }
  
  .card-text {
    font-size: 10px;
  }

  .leftArrow{
    position: relative;
    float: left;
    left: 5%;
    top: 15%;
    z-index: 1;
  }
  
  .rightArrow {
    position: relative;
    float: right;
    right: 5%;
    top: 15%;
    z-index: 1;
  }
  
  .impacto {
    border: none;
    text-align: center;
    font-size: 1.25em;
    font-family: 'Poppins';
    font-weight: 800;
    border-radius: 0;
    color: #004aad;
    border-bottom: 2px solid #000;
}
  
  .btnProj {
    font-size: 1.25em;
    bottom: 10em;
    position: relative;
    z-index: 10001;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
  }
  
  .baseUnder {
    color: #253252;
    font-size: 0.7vw;
    text-align: center;
    margin-top: 0px;
}
  
  .textLU {
    position: relative;
    list-style-type: none;
    padding: 0;
    width: 625px;
    font-size: 2.5em;
    font-weight: 100;
    margin: auto;
    font-family: 'league spartan';
    font-weight: 800;
  }

 
    .opsiRow {
        padding: 1em;
        height: auto;
        margin: auto;
        width: auto;
        top: 50%;
        transform: translateY(-50%) scale(0.85);
    }

.opsiRow h2 {
    font-family: 'league spartan';
    font-weight: 800;
    font-size: 1em;
    color: #004AAD;
}



img.Home_11 {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

img.Home_2 {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.withCD {
    width: 90%;
    margin: auto !important;
    padding-right: 1em;
    padding-left: 1em;
}

.container-home-usp {
    width: 70%;
    height: 100%;
    margin-top: 0em;
}



.listCol:first-child::after {
  
  transform: scale(1.1);
  
}


.btnVisit {
  font-size: 10px;
}

.inputComp {
    font-size: 0.85vw;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid grey;
    height: 35px;
    margin-bottom: 10px;
  }


.btnGr {
    display: flex ;
    width: 80%;
    margin: auto;
    height: 100%;
    gap: 5%;
}
.boxG {
  height: 10vw;
  float: left;
  border-radius: 20px;
  width: auto;
}

p.Home_9 {
  background: #13b2f6;
  color: #fff;
  text-align: center;
  height: 75px;
  width: 100%;
  margin: -2em auto;
  position: relative;
  align-content: center;
  padding-left: 10px;
  padding-right: 10px;
  

}


.withBG {
  background: url(/static/images/GBG-1.avif) 50% 0 no-repeat fixed;
  color: white;
  height: 70%;
  padding:0 0 0 0;
  background-size: 140em 65em;
  border-radius: 3em;
  margin: auto !important;
  width: 85%;
}

p.Home_5 {
  background: #13b2f6;
  color: #fff;
  text-align: center;
  height: 65px;
  /* width: 362px; */
  margin: -5em auto;
  position: relative;
  align-content: center;
  padding-left: 10px;
  padding-right: 10px;

}

p.Home_8b {
  background: #004aad;
  color: #fff;
  text-align: center;
  height: 49px;
  /* width: 240px; */
  margin: 3em auto;
  position: relative;
  align-content: center;
  padding-left: 35px;
  padding-right: 35px;
}

img.Home_8b {
  width: 100%;
  margin-top: -4em;
  height: 9em;
  object-fit: cover;
}

p.Home_8 {
  background: #253252;
  color: #fff;
  text-align: center;
  height: 49px;
  /* width: 240px; */
  margin: 0em auto;
  position: relative;
  align-content: center;
  padding-left: 35px;
  padding-right: 35px;
}

p.Home_11 {
  background: #253252;
  color: #fff;
  text-align: center;
  height: 75px;
  /* width: 365px; */
  margin: -9em auto;
  position: relative;
  align-content: center;
  padding-left: 35px;
  padding-right: 35px;
}

.isiOpsi {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  height: auto;
  padding-top: 1em;
  width: 90%;
  margin: 0em auto;
}

.div11 > h2 {
  font-family: 'Poppins';
  font-weight: 700;
  top: 50%;
  left: 0;
  position: relative;

}

p.Home_13 {
  background: #253252;
  color: #fff;
  text-align: center;
  height: 65px;
  margin: -2em auto;
  position: relative;
  align-content: center;
  padding-left: 5px;
  padding-right: 5px;
}


.containerPX {
  position: sticky;
  top: 5%;
  width: 85%;
  margin: 0 auto;
}

.footer-section {
  background: #253252;
  position: relative;
  height: 90%;
  backdrop-filter: blur(10px);
}

.cacont {
    margin-top: 0.5em;
    line-height: normal;
}

.copyright-area {
  background: #202020;
  padding: 0 0;
  position: fixed;
  width: 100%;
  bottom: -6em;
  height: 70px;
}

#logoROW {
  position: absolute;
  top: 200%;
  width: 100%;
}

.footer-cta {
  border-bottom: 0px solid #373636;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 10%;
}

.social-bar {
  display: flex;
  border-radius: 10px;
  background: #253252;
  box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid #ebe9e9;
  backdrop-filter: blur(28px);
  margin-top: -10px;
  width: 100%;
  margin-left: 0px;
}

.rightMap > .row > .col-md-12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
    gap: 15px;
    position: relative;
    left: 15px;
}

.ourProj {
    margin-top: 1em;
    position: relative;
    top: 50px;
    text-align: left;
    left: -55px;
}

.mapFrame > .col-md-12 {
    margin: auto;
    background: #d9d9d9;
    width: 95%;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: 0%;
}

.infoUser {
    position: absolute;
    top: 8%;
    z-index: 10000001;
    right: 7.25%;
    font-size: 11px;
}

.card_impact > p {
    text-align: center;
    position: sticky;
    top: 100%;
    line-height: 10px;
}

section h1 {
    font-size: 4em;
    text-align: left;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    width: 10em;
    line-height: 0.95em;
    margin: -0.25em 1em auto;
}

.card_proj:last-child {
    height: 40px;
    background: #004aad;
    position: relative;
    bottom: 5px;
}

.card_proj:nth-of-type(even) {
        position: relative;
        top: 50px;
    }

.card_impact {
    border-radius: 10px;
    width: 100%;
    height: 70px;
    background: #fff;
}  
    

.numberH2 {
    font-size: 18px;
    position: relative;
    top: 20%;
}

.tabIsi {
    height: 60vh !important;
}

.rowKesatu {
    position: relative;
    top: 0em;
    display: -webkit-inline-box;
}

.rowKanan1 {
    position: relative;
    top: 50%;
    transform: translateY(10%);
}

.rowHeader {
    position: sticky;
    top: 0%;
    background: #fff;
    z-index: 1;
}

.headerimagecontainer {
 
    background-position: center top -5em;
 
}

#detailSection {
    overflow-y: scroll;
    padding-top: 0em;
}

.fluid-container {
    width: 80%;
    margin: auto;
    margin-top: 2em;
}

.rowHeaderX {
    position: relative;
    margin-top: 0em;
}

#kesatu {
    margin-left: 1em;
    height: 100%;
}

.RecentImg {
    width: 8em;
    height: 6em;
    border-radius: 20px;
}

.headTag {
    font-size: 12px !important;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recentpostTag {
    font-size: 11px !important;
    padding-left: 0.5em !important;
    position: relative;
    top: 30%;
}

.recentpostTag ~ p {
    font-size: 11px !important;
    float: right;
    position: relative;
    top: 32.5%;
    transform: translateY(-25px);
}

.infoUser > p {
    position: fixed;
    top: 8%;
    right: 7%;
}

.otherheadTag {
    font-size: 18px;
}

.rowKeduaPackage {
    position: relative;
    top: 0em;
}

.KategoriText {
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}


.rightMap {
    margin: auto !important;
    height: 100%;
    position: relative;
    left: -1em;
    top: -1em;
    gap: 10px;
    display: grid;
    transform: scale(0.85);
}

.card_proj {
    border-radius: 20px;
    height: 125px;
    background: #fff;
    width: 200px;
    border: 2px solid #D9D9D9;
    padding: 6px;
}

.ktProjNumb {
    color: #004aad;
    font-weight: 800;
    font-family: 'Poppins';
    text-align: right;
    position: relative;
    font-size: 41px;
    top: -5px;
    right: 2.5em;
}

.card_proj:last-child > h2 {
    font-size: 14px;
    text-align: right;
    position: relative;
    top: -18px;
    color: #fff;
    right: 25px;
}

.colKiri {
    width: 70%;
    position: relative;
    top: 0em;
}

.rowKesatu > .col-md-3 {
    width: 25%;
    height: 100%;
}


.rowHeader > .col-md-4 {
    display: block;
    align-content: center;
    text-align: center;
    position: relative;
    left: 5%;
}

.CU {
    font-size: 9px;
}

.rowXKedua > .col-md-6:nth-child(2) {
    width: auto;
    margin: auto;
}

.leftCol {
    width: auto;
    position: relative;
    left: 5%;
}

.rowXKedua {
    width: 100%;
    display: flex;
}

.rightMap {
    margin: auto !important;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
}

.ktProjNumb {
    color: #004aad;
    font-weight: 800;
    font-family: 'Poppins';
    text-align: right;
    position: relative;
    right: 1.5em;
    font-size: 55px;
    top: -10px;
}

.Parallax {
    height: 100%;
    background-color: #253252;
    display: inline-table;
    width: 100%;
}

.footer-section {
    background: #253252;
    position: relative;
    height: 100%;
    backdrop-filter: blur(10px);
}

.parentDiv {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 22vh repeat(5, 30vh) 10vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  top: 5%;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.div5 { grid-area: 1 / 5 / 2 / 6; }
.div6 { grid-area: 2 / 1 / 3 / 2; }
.div7 { grid-area: 2 / 2 / 3 / 3; }
.div8 { grid-area: 2 / 3 / 3 / 4; }
.div9 { grid-area: 2 / 4 / 3 / 5; }
.div10 { grid-area: 2 / 5 / 3 / 6; }
.div11 { 
  grid-area: 3 / 1 / 4 / 2; 
  height: 30%;
  }
.div12 { grid-area: 3 / 6 / 3 / 2; }



    
}