html {
    scroll-behavior: smooth;
}
body{
    width: 100%;
    background: #FFF !important;
}

p{
  margin: 0;
}
a:hover {
    color: black;
    text-decoration: underline;
}
/* nav{

} */
.cternavbar{
    width: 95%;
    max-width: 1920px;
    position: fixed;
    z-index: 100;
}
.navbar-scroll{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  background: #ffff;
}

.grs{
  border-bottom: 4px solid #00ac78;
  color: #1d322d;
}

.link-login{
  font-family: Inter;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.dropdown-custLang span{
  font-size: 20px;
}

.dropdown-custom-menu a span{
  font-size: 20px;
}

.link-login:hover{
  font-family: Inter;
  color: white;
  text-decoration: none;
}

.navbar-main{
    transition: ease-in-out 0.1s;
  top: 0px;
  border-radius: 0 0 40px 40px;
  display: flex;
  /* width: 100%; */
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;

  /* z-index: 100; */
}

nav .navbar-nav{
   align-items: center;
   justify-content: center;
   justify-items: center;
   z-index: 5;
}

@media(min-width:1200px){
    nav .navbar-link .navbar-nav{
    position: relative;
  }
}

nav .base-logo img{
    width: 33px;
    height: 33px;
    flex-shrink: 0;
}

nav .base-logo{
  position: relative;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #000;
  cursor: pointer;
}


nav .text-logo{
    color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

nav #landDropdown1{
  display: none;
}

nav .dropdown-custLang{
  background-color: #EEEEEE;
  color: #333333;
  font-size: 20px;
  padding: 5px 15px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-custLang:hover{
  background-color: #e9ecef;
}

/* .dropdown-custLang::after {
  content: '\25B6';
  font-size: 10px;
  margin-left: 5px;
  transform: rotate(90deg);
} */

.dropdown-custom-menu{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 100%;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.dropdown-custom-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.btn-flag:hover .dropdown-custom-menu{
  display: block;
}

.dropdown-custom-menu a:hover {
  background-color: #1D8B70;
  color: #ffffff;
}

nav .navbar-set .navbar-nav{
  gap:25px !important
}

.text-nav-link{
  font-size: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
}

.grs{
  border-bottom: 4px solid #00ac78;
  color: #1d322d;
}
.text-nav-link:not(.grs) {
  color: #1d322d;
}

.navbar-collapse{
  flex-basis: auto;
}

.button-login{
    border-radius: 10px;
    background: #1D8B70;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
  text-align: center;
  width: 7vw;
  font-family: Inter;
   font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}


.btn-flag  .dropdown-toggle::after {
  position: relative;
  top: 5px;
}



.div1{
  display: flex;
  height: auto;
  position: relative;
  margin-top: 120px;
  background-color: #fff;
  border-bottom-right-radius: 50% 175px;
  border-bottom-left-radius: 50% 175px;
  padding-bottom: 120px;
  z-index: 2;
    overflow: hidden;
}

.div1 .head-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.div1 .text-head{
  font-family: Inter;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}

.div1 .sub-text-head{
  font-family: Inter;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

.div1 .download-head-main{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: center;
  gap: 30px
}

.div1 .download-text-head{
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  max-width: 400px;
  text-align: center;
}

.div1 .download-image{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.div1 .download-app{
  width: 180px;
  height: 55px;
}


.div1 .download-app img{
  width: 100%;
  height: 100%;
}

/* .div1 .text-head span{
  color: #39806f;
} */

.button-download-android{
  cursor: pointer;
  display: flex;
  padding: 8px 14px;
  font-weight:bold;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 66px;
  background: #1d322d;
  color: white;
  border: none;
}

.button-download-ios{
  cursor: pointer;
  background: rgba(71, 187, 142, 00);
  color: #1d322d;
  display: flex;
  padding: 7px 13px;
  font-weight:bold;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 66px;
  border:1px solid #1d322d;
}


.div1 .text-sub{
  width: 1000px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
}

.img-macbook{
    user-drag: none; /* Khusus untuk beberapa browser */
  user-select: none; /* Mencegah select */
  -webkit-user-drag: none; /* Chrome, Safari, Opera */
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */

  margin-left: 100px;
  max-width: 500px;
}
.img-hp{
    user-drag: none; /* Khusus untuk beberapa browser */
  user-select: none; /* Mencegah select */
  -webkit-user-drag: none; /* Chrome, Safari, Opera */
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */

  position: absolute;
  max-width: 200px;
  margin-top: -30px;
}

 .div1cnt2{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* margin-left: 80px; */
}

.div2{
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
}

.div2 .text-head{
  max-width: 1200px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Inter;
  font-size: 33px;
  font-weight: bold;
}

.div2 .main-div2{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div2 .text-sub-head{
  margin-top: 100px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  font-family: Inter;
}


.div2 .text-sub-llt{
  justify-content: center;
  align-items: center;
  font-family: Inter;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  max-width: 1080px;
}

.div2 .img-llt img{
  width: 100px;
  height: 100px;
}

.div2 .text-llt{
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.div2 .text-llt span{
  color: #232525;
  font-weight: 700;
  text-align: center;
  line-height: 50px; /* 178.571% */
  display: block;
  font-size: 27px;
  font-family: Inter;
}

.div2 .card-llt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100% ;
  height: 350px;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.div2 .card-llt:nth-child(1){
  background-color: #F0F9FD;
}
.div2 .card-llt:nth-child(2){
  background-color:  #FFF2F2;
}
.div2 .card-llt:nth-child(3){
  background-color:  #FFFAF0;
}
.div2 .card-llt:nth-child(4){
  background-color: #F0FFF4;
}

.div2 .card-containers{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    justify-content: center;
}


.div3{
  position: relative;
  margin-top: 125px;
}

.div3 .text-head{
  font-family: Inter;
  font-size: 30px;
  font-weight: bold;
}

.div3 .cardfotodiv3{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 300px;
  height: auto;
}

.div3 .img-cardfotodiv3{
  width: 240px;
  height: 240px;
  position: relative;
  /* overflow: hidden; */
  border-radius: 20px;
}

.div3 .text-cardfotodiv3{
  font-family: Inter;
  font-size: 27px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
}

.div3 .text-proses-about{
  font-size: 24px;
}

.div3 .rightdiv4{
  color: #24423b;
  position: relative;
  margin-top: 55px;
  font-weight: 800;
  font-size: 50px;
 
}
.fa-arrow-right:before{
   -webkit-text-stroke: -1px
}

.fa-arrow-left:before{
   -webkit-text-stroke: -1px
}

.div4 {
  position: relative;
  margin-top: 80px;
}

.div4 .border-elips{
  display: flex;
  flex-direction: column;
  background-color: #E5F4ED;
  width: 100%;
  border-top-left-radius: 50% 175px;
  border-top-right-radius: 50% 175px;
  max-width: 100vw;
  /* background: radial-gradient(circle at top, #e6f0eb 60%); */
  padding: 6rem 3rem 4rem 3rem;
        /*  T    R    B    L */
}

.div4 .base-rect{
  display: flex;
  background: rgba(71, 187, 142, 0.08);
  color: #38B685;
  font-weight: bold;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  border-radius: 66px;
  border:1px solid #38B685;
  gap: 10px;
  padding: 40px 55px;
  box-shadow: 0px 0px 40px 10px #00ac781a;
}

.div4 .rect{
  width: 100%;
  height: 500px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #D9D9D9;
}

.div4 .text-head{
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-family: Inter;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 18px;
}

.div4 .card-list-statistik{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 20px;
  margin-top: 75px;
}

.div4 .card-statistik{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.div4 .card-statistik p{
  margin-bottom: 0px;
  font-family: Inter;
  font-size: 27px;
  font-weight: bold;
}

.div4 .text-head-sub{
  width: 65%;
  text-align: center;
  font-size: 24px;
  font-family: Inter;
  
}

.div4 .sphere-card{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFCF2;
  border-radius: 100%;
  width: 175px;
  height: 175px;
}

.div4 .text-head-card{
  font-family: Inter;
  font-size: 27px;
  font-weight: bolder;
}

.div5{
  position: relative;
  margin-top: 100px;
}

.div5 .text-head{
  font-family: Inter;
  font-size: 33px;
  font-weight: bold;
}


.div5 .artikel-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 7px;
  font-family: Inter;
  width: 100%;
}

/* .div5 .artikel-card:hover{
  transform: scale(1.05);
} */

.artikel-card-head{
  font-size: 24px;
  font-weight: bold;
}

.artikel-card-img{
  width: 100%;
  height: 400px;
  background: #D9D9D9;
}

.artikel-card-img img{
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  object-fit: cover;
}

.artikel-date-from, .artikel-card-date {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
}

.artikel-card-descr, .artikel-card-descr p{
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    max-height: 1.2em;
    line-height: 1.1em;
    max-width: 375px;
}

.artikel-card-click{
  font-weight: 700;
  font-size: 20px;
}

.div6{
  position: relative;
  margin-top: 100px;
}

.div6 .text-head{
  font-family: Inter;
  font-size: 33px;
  font-weight: bold;
}

.div5 .item{
  position: relative;
  display: block;
  padding: 20px;
}


.div6 .item{
  position: relative;
  display: block;
  padding: 20px;
}

.div6 .artikel-card-img{
  width: 600px;
  height: auto;
 
}

.div6 .artikel-card-img img{
  width: 600px;
  height: auto;
  background: #D9D9D9;
   object-fit: cover;
}

.div6 .owl-stage{
  height: auto !important;
}

.div11 .owl-stage{
  height: auto !important;
  display: flex;
}

.div11 .owl-item{
  display: flex;
  margin-right: 0px !important;
  flex-grow: 1;
}

/* @media(min-width:1700px){
  .div11 .owl-item {
    display: block;
    flex-grow: 1;
}
} */

.div7 {
  position: relative;
}

.div7 .img-showcase{
  width: 100%;  
  height: 60vw;
  display: block;
  top: 100px;
    margin-top: -275px;
    position: relative;
    z-index: 1;
  object-fit: cover;
  max-height: 800px;
}

@media(min-width:1500px){
  .div7 .img-showcase {
    width: 100%;
    height: 60vw;
    display: block;
    top: 80px;
    margin-top: -275px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    max-height: 1070px;
}
}

.div7 .div-showcase{
  margin-top: 20px;
  z-index: 5;
  max-height: 60vw;
}

.div1 .img-popup {
    position: absolute;
    right: 80px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    transform: rotate(352deg);
    z-index: 3;
}

.div1 .picture-and-download{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.div7 .img-popup1{
  position: absolute;
  left:40px;
  top: 10px;
  z-index: 11;
  width: 100px;
  height: 100px;
}

.div7 .img-popup2{
  position: absolute;
  left:-10px;
  top: 60px;
  z-index: 11;
  width: 100px;
  height: 100px;
}

.div7 .img-popup3{
  position: absolute;
  right: -10px;
  bottom: -200px;
  z-index: 0;
  width: 150px;
  height: 150px;
}

.div3 .img-popup{
  position: absolute;
  left:-35px;
  top: -60px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div4 .img-popup1{
  position: absolute;
  left:-25px;
  top: 110px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div4 .img-popup2{
  position: absolute;
  right:-35px;
  top: 425px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div8 .img-popup1{
  position: absolute;
  right:-25px;
  top: 125px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div8 .img-popup2{
   transform: rotate(160deg); 
  position: absolute;
  left:-35px;
  bottom: 0px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div8 .img-popup3{
   transform: rotate(160deg); 
  position: absolute;
  left: 250px;
  top: 80px;
  z-index: 11;
  width: 150px;
  height: 150px;
}

.div8 .item{
  position: relative;
  display: flex;
  justify-content: center;
}

.div8 .owl-stage{
  height: auto !important;
}

.item{
  position: relative;
  /* display: flex;
  justify-content: center; */
}

.div9{
  position: relative;
}

.div9 .box-background{
  width: 100%;
  color: #ffff;
  max-width: 100vw;
  background-color: #39996B;
  padding: 75px 40px;
  font-family: Inter;
}

.div9 .box-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.div9 .text-main{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.div9 .img-main img{
  height: 25vw;
  position: relative;
  z-index: 2;
}

.div9 .text-main-head{
  font-size: 33px;
  font-weight: 900;
}

.div9 .text-sub-head{
  font-size: 24px;
}

.div9 .text-sub-head2{
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}

.div9 .img-download{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.div9 .img-download img{
  width: 220px;
  height: 65px;
}

.div9 .text-head{
  font-family: Inter;
  width: 75%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.div9 .text-head-sub{
  font-family: Inter;
  text-align: center;
  font-size: 16px;
  width: 70%;
}

/* div9 img popup */
.div9 .img-popup1{
  position: absolute;
  right:550px;
  top: -40px;
  width: 175px;
  height: 175px;
}


.div9 .text-copyright{
  display: none;
}

.div9 .img-popup2{
  position: absolute;
  right:170px;
  bottom: 25px;
  width: 150px;
  z-index: 1;
  height: 150px;
}

.div11{
  position: relative;
  margin-top: 80px;
  font-family: Inter;
}

.div11 .main-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div11 .main-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.div11 .main-head .text-head{
  font-size: 33px;
  font-weight: 800;
  text-align: center;
}

.div11 .main-head .text-sub-head{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
}

.div11 .card-profil{
  background: #E5F4ED;
    display: flex;
    flex: 1 1 100%;
    position: relative;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    gap: 15px;
    padding: 35px 25px;
    margin: 0px 15px;
    box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
  /* box-shadow: ; */
}
.div11 .img-popup2 {
    position: absolute;
    right: -10px;
    bottom: 40px;
    z-index: 11;
    width: 150px !important;
    height: 150px;
}


.div11 .card-profil .profil-name{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.div11 .card-profil .profil-list-place{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.div11 .card-profil .profil-image{
  display: flex;
   width: 60%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  justify-content: center;
}

.div11 .card-profil .profil-image img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.div11 .card-profil .contact img{
  width: 50px;
  height: 50px;
}

.div11 .card-profil .contact p{
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
}

.div11 .owl-stage-outer{
  height: auto;
  margin-bottom: 40px;
}

.div11 .card-profil .contact{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

footer{
  display: flex;

  align-items: flex-start;
  width: 100%;
  background: #21293B;
  color: #FFF;
  padding: 75px 0px;
}

footer .card-footers{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-family: Inter;
  gap: 10px;
}

footer .base-logo{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

footer .base-logo img{
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

footer .text-logo{
    color: #ffffff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer .card-footers .judul{
  font-size: 25px;
  font-weight: 600;
}

footer .card-footers:nth-child(1){
  width: 275px;
}

footer .card-footers .download-app img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
footer .card-footers .download-app{
  width: 220px;
  height: 65px;
}

.div9 .img-download .download-app{
  background: none;
  width: 220px;
  height: 65px;
  border: none;
}

footer .footers-link{
  font-size: 16px;
  color: white;
  font-family: Inter;
}

footer .card-footerss{
  padding-left: 25px;
}

footer .card-footerss span{
  font-weight: 700;
}

footer .list-card-footers{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 60px;
}

footer .card-footers .navigasi-outer{
  display: flex;
  flex-direction: row;
  gap: 80px;
}

footer .card-footers .nav-footer{
  display: flex;
  flex-direction: column;
  gap: 7px;
}

footer .main-wrap {
  display: flex;
  flex-direction: column;
}


/* Testimoni section */
.div8{
  position: relative;
}

.div8 .boxColor{
  margin-top: 80px;
  background-color: #E5F4ED;
  height: auto;
  font-family: Inter;
  padding-top: 30px;
  flex-direction: column;
  background-color: #E5F4ED;
  width: 100%;
  border-top-left-radius: 50% 175px;
  border-top-right-radius: 50% 175px;
  max-width: 100vw;
  /* background: radial-gradient(circle at top, #e6f0eb 60%); */
  padding: 6rem 3rem 4rem 3rem;
        /*  T    R    B    L */
}

.div8 .text-head{
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}

.div8 .testimoni-main{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.div8 .card-testimoni{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 75vw;
}

.div8 .testimoni-text{
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.div8 .testimoni-author{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.div8 .testimoni-author-image img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #8c8c8c;
}

.div8 .testimoni-author-name{
  display: flex;
  flex-direction: column;
  font-size: 20px;
}

.div8 .testimoni-author-name .nama span{
  font-weight: 400;
}

.div8 .testimoni-author-name .nama{
  font-weight: 300;
}

/* copyright */
.div10 .copyright-text{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 16px;
  font-family: Inter;
   padding: 1rem 3rem;
        /*  T    R    B    L */
}

.div10 .designed-by span{
  color: #4eb38c;
}


/* modal */
.modal .btn-close{
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 80%;
  padding: 5px;
  background-color: #f3f3f3 ;
}

.modal .btn-close img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: unset;
}

.modal-title-author{
  font-family: Inter;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 10px;
}

.modal-title{
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
}

.modal-date{
  color: #8C8C8C;
}

.modal-image{
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 0%;
}

.modal-image img{
  width: 100%;
  height: 350px;
  vertical-align: middle;
  border-radius: 2%;
}

.modal-descrption{
  font-family: Inter;
  padding: 10px;
}

.img-author{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8C8C8C;
}

.modal-author{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* loading-overlay */
#loading-overlay-artikel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999; /* Pastikan overlay berada di atas elemen lain */
}

/* HTML: <div class="custLoading"></div> */
.custLoading {
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}
.custLoading:after, .custLoading:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  background: #1D8B70;
  animation: spin 1s linear infinite;
  transform-origin: 0px 100%;
}

.custLoading:before {
  transform-origin: 0 50%;
  background: #e2e2e2;
}

/* Keyframes for rotation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* owl styling */
.owl-carousel{
  align-items: center;
}

.owl-carousel .owl-nav {
    position: relative;
    bottom: -9px; /* Adjust as needed */
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div11 .owl-carousel .owl-nav{
  position: relative;
    bottom: 5px; /* Adjust as needed */
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  z-index: 11;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 15px; /* Adjust dot size */
    height: 15px;
}

.owl-dot{
  outline: none !important;
}

.owl-carousel .owl-stage-outer{
  height: auto;
}



.owl-prev, .owl-next {
    float: left; /* Align prev button to the left */
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent !important; /* Remove background */
    box-shadow: none !important; /* Remove shadow */
    outline: none !important; /* Remove focus outline */
    cursor: pointer;
}



.owl-prev:hover, .owl-next:hover,
.owl-prev:active, .owl-next:active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.owl-next {
    float: right; /* Align next button to the right */
}
@media(max-width: 1200px){

  nav .navbar-set .navbar-nav{
  gap:10px !important
}

  .button-login {
    border-radius: 6px;
    background: #39806f;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-align: center;
    width: 10vw;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.div1 {
    display: flex;
    height: auto;
    position: relative;
    margin-top: 120px;
    background-color: #fff;
    border-bottom-right-radius: 50% 140px;
    border-bottom-left-radius: 50% 140px;
    padding-bottom: 140px;
    z-index: 2;
    overflow: hidden;
}

.div1 .download-head-main {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
    gap: 10px;
}

.div1 .img-popup {
    position: absolute;
    right: 80px;
    bottom: 30px;
    width: 125px;
    height: 125px;
    transform: rotate(352deg);
    z-index: 3;
}

.div7 .img-popup3 {
    position: absolute;
    right: -10px;
    bottom: -200px;
    z-index: 0;
    width: 125px;
    height: 125px;
}

.div7 .img-showcase {
    width: 100%;
    height: 60vw;
    display: block;
    top: 120px;
    margin-top: -265px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    max-height: 800px;
}

.artikel-card-img {
    width: 100%;
    height: 300px;
    background: #D9D9D9;
}

.div4 .img-popup2 {
    position: absolute;
    right: -35px;
    bottom: 100px;
    z-index: 11;
    width: 120px;
    height: 120px;
}

.div5 .item {
    position: relative;
    display: block;
    padding: 10px;
}

.div3 .img-cardfotodiv3 {
    width: 175px;
    height: 175px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 20px;
}

.div3 .text-cardfotodiv3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
}

.div3 .text-proses-about {
    font-size: 18px;
}

.text-nav-link {
    font-size: 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
}

.link-login{
  font-family: Inter;
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.dropdown-custLang span{
  font-size: 15px;
}

.dropdown-custom-menu a span{
  font-size: 16px;
}

nav .text-logo {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

  .img-macbook{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    margin-left: 65px;
    max-width: 400px;
  }
  .img-hp{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    /* position: absolute; */
    max-width: 150px;
     margin-top: 0px;
  }

    .div7 .img-popup{
  position: absolute;
right: 55px;
  top: 90px;
  width: 100px;
  height: 100px;
  z-index: 11;
    }
  .div9 .img-popup2{
  position: absolute;
  right:120px;
  bottom: 110px;
  width: 150px;
  z-index: 1;
  height: 150px;
}

.div4 .text-head-card {
    font-family: Inter;
    font-size: 22px;
    font-weight: bolder;
}

.div9 .img-popup1{
  position: absolute;
  right:200px;
  top: -35px;
  width: 150px;
  height: 150px;
}


.div11 .card-profil .profil-name{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

/* .div11 .card-profil .profil-image img{
  width: 250px;
  height: 250px;
} */

.div11 .card-profil .contact img{
  width: 45px;
  height: 45px;
}

.div11 .card-profil .contact p{
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}

.artikel-card-head{
  font-size: 18px;
  font-weight: bold;
}

/* .artikel-card-img{
  width: 250px;
  height: 180px;
  background: #D9D9D9;
} */

/* .artikel-card-img img{
  width: 250px;
  height: 180px;
  background: #D9D9D9;
} */

.artikel-date-from, .artikel-card-date {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
}

.artikel-card-descr  .artikel-card-descr p{
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    max-height: 1.2em;
    line-height: 1.1em;
    max-width: 375px;
}

/* .artikel-card-descr p{
  margin: 0;
  font-size: 18px;
} */

.div6 .artikel-card-img img{
  width: 280px;
  height: 225px;
  background: #D9D9D9;
}

.artikel-card-descr, .artikel-card-descr p {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    max-height: 1.2em;
    line-height: 1.1em;
    max-width: 100%;
}


}


@media(max-width: 991px){
  nav .navbar-nav{
    align-items:start;
    margin-top: 15px;
    gap: 5px
  }
  nav .navbar-nav:nth-child(2) {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-bottom: 10px;
  }
  .navbar-collapse{
    flex-basis: 100%;
  }

  .link-login{
  font-family: Inter;
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.dropdown-custLang span{
  font-size: 15px;
}

.dropdown-custom-menu a span{
  font-size: 15px;
}

  .button-login {
    border-radius: 6px;
    background: #39806f;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-align: center;
    width: 15vw;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.div1 {
    display: flex;
    height: auto;
    position: relative;
    margin-top: 120px;
    background-color: #fff;
    border-bottom-right-radius: 50% 100px;
    border-bottom-left-radius: 50% 100px;
    padding-bottom: 40px;
    z-index: 11;
}

    .div1 .img-popup {
        position: absolute;
        right: 60px;
        bottom: 15px;
        width: 100px;
        height: 100px;
        transform: rotate(352deg);
        z-index: 3;
    }

.div1 .download-text-head {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    max-width: 400px;
    text-align: center;
}


.div1 .head-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
}

.img-hp {
        user-drag: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        /* position: absolute; */
        max-width: 150px;
        margin-top: -15px;
    }

.div1 .download-app {
    width: 150px;
    height: 45px;
}

.div1 .download-image{
  gap: 20px;
}

.div1 .picture-and-download {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .div1 .download-head-main {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        align-items: center;
        gap: 10px;
    }

 .div2 .card-containers {
        grid-template-columns: 1fr;
    }

  .div3 .img-popup{
  position: absolute;
  left:-35px;
  top: -60px;
  z-index: 11;
  width: 125px;
  height: 125px;
}

  .div7 .img-popup{
  position: absolute;
  right: 45px;
  top: 35px;
  transform: rotate(345deg);
  width: 75px;
  height: 75px;
  z-index: 11;
}

.div7 .img-popup1{
  position: absolute;
  left:25px;
  top: 20px;
  z-index: 11;
  width: 75px;
  height: 75px;
}

.div7 .img-popup2{
  position: absolute;
  left:-10px;
  top: 60px;
  z-index: 11;
  width: 75px;
  height: 75px;
}

    .div7 .img-popup3 {
        position: absolute;
        right: -10px;
        bottom: -205px;
        z-index: 9;
        width: 100px;
        height: 100px;
    }


  .div1 .text-head{
  font-family: Inter;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

  .div1 .sub-text-head{
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .div1 .text-sub{
  width: 87%;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

  .div1 .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
  }

  .div1 .col-5{
    max-width: 100%;
  }

  .div1 .col-6{
    max-width: 100%;
  }

  .div2 .text-head{
  max-width: 840px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: bold;
}

.div2 .text-sub-llt{
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  max-width: 900px;
}

.div2 .text-sub-head{
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Inter;
}

.div2 .text-llt{
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.div2 .text-llt span{
  color: #232525;
  font-weight: 700;
  line-height: 50px; /* 178.571% */
  display: block;
  font-size: 20px;
  font-family: Inter;
}

.div3 .text-head{
  font-family: Inter;
  font-size: 22px;
  font-weight: bold;
}

.div4 .text-head{
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 18px;
}

.div4 .text-head-sub{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: Inter;
  
}

.div4 .border-elips{
  padding: 6rem 1rem 4rem 1rem;
}

.div4 .card-list-statistik{
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 75px;
}

.div4 .card-statistik{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.div4 .card-statistik p{
  margin-bottom: 0px;
  font-family: Inter;
  font-size: 20px;
  font-weight: bold;
}


.div4 .text-head-card {
        font-family: Inter;
        font-size: 20px;
        font-weight: bolder;
    }

    .div11 .main-head .text-sub-head {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width: 1000px;
}

.div11 .main-head .text-head {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.div4 .sphere-card{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFCF2;
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.artikel-card-img {
    width: 100%;
    height: 300px;
    background: #D9D9D9;
}

.artikel-card-click {
    font-weight: 700;
    font-size: 18px;
}

 .artikel-card-descr p{
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    max-height: 1.2em;
    line-height: 1.1em;
    max-width: 375px;
}

.div7 .img-showcase{
  width: 100%;
  height: 60vw;
  top: 140px;
  display: block;
 margin-top: -250px;
  position: relative;
  z-index: 10;
}


.div9 .text-head{
  font-family: Inter;
  width: 90%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}

.div9 .text-head-sub{
  font-family: Inter;
  text-align: center;
  font-size: 15px;
  width: 80%;
}



  .img-macbook{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    margin-left: 65px;
    max-width: 300px;
  }
  .img-hp{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    /* position: absolute; */
    max-width: 120px;
  }

  .div1cnt2{
    display: flex;
    margin-top: 20px;
    align-content: center;
    position: relative;
    margin-left: 0px;
  }

  .div3 .rightdiv4{
    color: #24423b;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 50px;
  }
  .div3 .cardfotodiv3{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 240px;
    height: auto;
  }

  .div5 .artikel-card{
    font-family: Inter;
  display: inline-flex;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 5px;
  max-width: 100%;
  gap: 7px;
  transition: ease-in-out 0.1s;
}

.div8 .testimoni-author-name{
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.div8 .text-head{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.div8 .testimoni-text{
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.div9 .img-main img{
  height: 40vw;
  position: relative;
  z-index: 2;
}

.div9 .text-main-head{
  font-size: 26px;
  font-weight: 900;
}

.div9 .text-sub-head{
  font-size: 18px;
}

.div9 .text-sub-head2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.div9 .img-download{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.div9 .img-download img{
  width: 180px;
  height: 50px;
}

.div9 .img-download .download-app {
    background: none;
    width: 180px;
    height: 50px;
    border: none;
}




  footer .card-footers .download-app img{
  width: 90%; 
  height: 90%; 
  object-fit: cover;
}

footer .list-card-footers{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: flex-start;
  padding-right: 15px;
}

footer .container-fluid{
  padding: 0px;
}

footer .footers-link{
  font-size: 14px;
  color: white;
  font-family: Inter;
}

footer .card-footers:nth-child(1) .alamat,div:nth-child(3),div:nth-child(4){
  font-size: 14px;
}

footer .card-footers:nth-child(1) {
    width: 190px;
}

.div10 .copyright-text{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 16px;
  font-family: Inter;
   padding: 1rem 1rem;
        /*  T    R    B    L */
}

.modal-image img{
  width: 100%;
  height: 300px;
  vertical-align: middle;
  border-radius: 2%;
}

/* dropdown */
nav #landDropdown1{
  display: flex;
}
nav #landDropdown2{
  display: none;
}

.dropdown-menu{
  left: -50px !important
}

}

@media(max-width: 600px) {

  .cternavbar {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 100;
}

  .navbar-main {
    transition: ease-in-out0.1s;
    top: 0px;
    border-radius: 0 0 40px 40px;
    display: flex;
    /* width: 100%; */
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    /* z-index: 100; */
}

  .div1 {
    display: flex;
    height: auto;
    position: relative;
    margin-top: 120px;
    background-color: #fff;
    border-bottom-right-radius: 50% 50px;
    border-bottom-left-radius: 50% 50px;
    padding-bottom: 40px;
    z-index: 11;
}

.div1 .text-head {
        font-family: Inter;
        font-size: 25px;
        text-align: center;
    }

    .div1 .img-popup {
        position: absolute;
        right: 25px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        transform: rotate(352deg);
        z-index: 3;
    }

        .div1 .sub-text-head {
        font-family: Inter;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }

    .div1 .download-text-head{
      max-width: 225px;
      font-size: 15px;
      font-weight: 600;
    }

      .div1 .download-app {
        width: 100px;
        height: 30px;
    }

    .div1 .download-image {
        gap: 20px;
    }

    .div1 .picture-and-download{
      display: flex;
      flex-direction: column;
}

.img-hp {
        user-drag: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        /* position: absolute; */
        max-width: 150px;
        margin-top: 0px;
    }

    .div2 {
    position: relative;
    margin-top: 0px;
    padding-top: 100px;
}

  .div7 .img-showcase{
  width: 100%;
  height: 60vw;
  top: 50px;
  display: block;
 margin-top: -120px;
  position: relative;
  z-index: 10;
}


  .button-login {
    border-radius: 10px;
    background: #39806f;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-align: center;
    width: 25vw;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

nav .dropdown-custLang {
    background-color: #EEEEEE;
    color: #333333;
    font-size: 14px;
    padding: 5px 7px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

   .img-macbook{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    margin-left: 55px;
    max-width: 275px;
  }
  .img-hp{
      user-drag: none; /* Khusus untuk beberapa browser */
    user-select: none; /* Mencegah select */
    -webkit-user-drag: none; /* Chrome, Safari, Opera */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    /* position: absolute; */
    max-width: 100px;
  }

      .div2 .text-head {
        max-width: 900px;
        display: flex
;
        justify-content: center;
        text-align: center;
        font-family: Inter;
        font-size: 25px;
        font-weight: bold;
    }

  .div1 .text-sub {
                width: 89%;
        text-align: center;
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
    }

        .div2 .text-sub-llt {
        justify-content: center;
        align-items: center;
        font-family: Inter;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        font-style: normal;
        max-width: 900px;
    }

        .div2 .text-sub-head {
        margin-top: 100px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        font-family: Inter;
    }

        .div7 .img-popup1 {
        position: absolute;
        left: 25px;
        top: 20px;
        z-index: 11;
        width: 44px;
        height: 44px;
    }

    .div7 .img-popup2 {
        position: absolute;
        left: -10px;
        top: 35px;
        z-index: 11;
        width: 44px;
        height: 44px;
    }

    .div2 .text-llt span{
  color: #232525;
  font-weight: 700;
  line-height: 50px; /* 178.571% */
  display: block;
  font-size: 14px;
  font-family: Inter;
}

    .div3 .text-head {
        font-family: Inter;
        font-size: 25px;
        font-weight: bold;
    }

        .div7 .img-popup3 {
        position: absolute;
        right: -10px;
        bottom: -90px;
        z-index: 0;
        width: 58px;
        height: 58px;
    }

      .div3 .cardfotodiv3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 275px;
        height: 275px;
    }

        .div3 .img-fluid {
        width: 175px;
        height: 175px;
    }

    .div3 .img-cardfotodiv3 {
    width: 175px;
    height: 175px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 20px;
}

    .div3 .text-cardfotodiv3 {
        font-family: Inter;
        font-size: 22px;
        font-weight: 700;
        font-style: normal;
        display: flex;
        justify-content: center;
    }

.div3 .text-proses-about{
  font-size: 20px;
}

    .div4 .text-head {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-family: Inter;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 18px;
    }

  
     .div9 .img-popup2 {
        position: absolute;
        right: -25px;
        top: 220px;
        width: 125px;
        z-index: 1;
        height: 125px;
    }

    .div3 .img-popup {
        position: absolute;
        left: -35px;
        top: 20px;
        z-index: 11;
        width: 125px;
        height: 125px;
        display: none;
    }

    .div3 .img-fluid{
      width: 175px;
      height: 175px;
    }

        .div5 .artikel-card {
        font-family: Inter;
        display: inline-flex;
        border-radius: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0px;
        max-width:100%;
        gap: 7px;
        transition: ease-in-out0.1s;
    }

    .div4 .text-head-sub {
        width: 90%;
        text-align: center;
        font-size: 15px;
        font-family: Inter;
    }

    .div5 .text-head {
    font-family: Inter;
    font-size: 25px;
    font-weight: bold;
}

    .div11 .main-head .text-head {
        font-size: 25px;
        font-weight: 800;
        text-align: center;
    }

    .div6 .text-head {
    font-family: Inter;
    font-size: 25px;
    font-weight: bold;
}

.div6 .item {
    position: relative;
    display: block;
    padding: 10px;
}
    
        .div2 .text-llt {
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
    }

    .artikel-card-click{
  font-weight: 700;
  font-size: 16px;
}

 .artikel-card-descr p{
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    max-height: 1.2em;
    line-height: 1.1em;
    max-width: 375px;
}

.artikel-card-img{
  width: 100%;
  height: 300px;
  /* background: #D9D9D9; */
}

/* .artikel-card-img img{
  width: 300px;
  height: 230px;
  background: #D9D9D9;
} */

  .div6 .artikel-card-img{
    width: 325px;
    height: 300px;
}

.div6 .artikel-card-img img{
  width: 325px;
  height: 300px;
  background: #D9D9D9;
}

.div6 .owl-carousel .owl-stage-outer{
  height: auto;
}

.div7 .img-popup{
  position: absolute;
  right: 35px;
  top: 13px;
  width: 60px;
  height: 60px;
  z-index: 11;
}
.div1 .head-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0px;
}

    .div1 .download-head-main {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        align-items: center;
        gap: 10px;
    }

.div8 .testimoni-author-name{
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.div8 .testimoni-author-name .nama {
    font-weight: 300;
    text-align: center;
}

.div8 .text-head{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.div8 .testimoni-text{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.div10 .copyright-text{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 16px;
  font-family: Inter;
   padding: 1rem 0px;
        /*  T    R    B    L */
}

.div8 .img-popup3 {
    transform: rotate(160deg);
    position: absolute;
    left: 50px;
    top: 80px;
    z-index: 11;
    width: 150px;
    height: 150px;
}

.div10 .designed-by span{
  color: #4eb38c;
}

/* .owl-carousel .owl-nav {
    position: relative;
    bottom: 3px; 
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

.div11 .card-profil {
    background: #E5F4ED;
    display: flex
;
    flex-direction: column;
    border-radius: 20px;
    gap: 15px;
    padding: 30px;
    margin: 0px 15px;
}

.div11 .main-head .text-sub-head {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 85vw;
}

/* .div11 .owl-item { */
    /* display: block;
    flex-grow: 1; */
    /* flex-flow: column; */
    /* width: 100%; */
/* } */

.div11 .owl-carousel .owl-nav {
    position: relative;
    bottom: 5px;
    width: 30%;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.div11 .card-profil .profil-image {
    display: flex
;
    width: 100%;
    height: auto;
    aspect-ratio: 0;
    overflow: hidden;
    justify-content: center;
}

.div11 .img-popup2 {
    position: absolute;
    right: -10px;
    bottom: 70px;
    z-index: 11;
    width: 125px !important;
    height: 125px;
}

    .div11 .card-profil .profil-name {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }

        .div11 .card-profil .contact p {
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
    }
      .div11 .card-profil .profil-image img {
        width: 200px;
        height: 200px;
    }


.div8 .card-testimoni{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 80vw;
}


.div9 .box-background{
  width: 100%;
  color: #ffff;
  max-width: 100vw;
  background-color: #39996B;
  padding: 75px 40px;
  font-family: Inter;
}

footer .card-footerss {
    padding-left: 0px;
}

.div9 .text-copyright{
  display: block;
  text-align: center;
}

.div9 .text-copyright span{
  font-weight: 700;
}


.div9 .box-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.div9 .text-main{
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.div9 .img-main img{
  height: 45vw;
  position: relative;
  z-index: 2;
}

.div9 .text-main-head{
  font-size: 22px;
  font-weight: 900;
}

.div9 .text-sub-head{
  font-size: 16px;
}

.div9 .text-sub-head2{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.div9 .img-download{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.div9 .img-download img{
  width: 180px;
  height: 50px;
}

    .div9 .box-main {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

footer .list-card-footers{
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column-reverse; */
  gap: 40px;
  align-items: flex-end;
  justify-content: center ;
      padding-right: 25px;
}

footer .card-footerss{
  text-align: center;
}

footer .card-footers{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  gap: 10px;
}
footer .alamat{
  text-align: center;
}

footer .card-footers .nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

footer .card-footers:nth-child(1) {
        width: 275px;
    }


.div9 .img-popup1 {
        position: absolute;
        transform: rotate(210deg);
        left: -30px;
        top: 20px;
        width: 150px;
        height: 150px;
    }

  .owl-carousel .owl-nav{
    display: none;
  }
}

@media (max-width: 380px){
      .div9 .img-download img {
        width: 150px;
        height: 45px;
    }

    footer .card-footers .navigasi-outer {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.div9 .img-download .download-app {
        background: none;
        width: 125px;
        height: 40px;
        border: none;
    }

    .div7 .img-showcase {
        width: 100%;
        height: 60vw;
        top: 63px;
        display: block;
        margin-top: -120px;
        position: relative;
        z-index: 10;
    }

    .div1 .img-popup {
        position: absolute;
        right: 5px;
        bottom: 10px;
        width: 50px;
        height: 50px;
        transform: rotate(352deg);
        z-index: 3;
    }

    .div1 {
        display: flex
;
        height: auto;
        position: relative;
        margin-top: 120px;
        background-color: #fff;
        border-bottom-right-radius: 50% 40px;
        border-bottom-left-radius: 50% 40px;
        padding-bottom: 40px;
        z-index: 11;
    }

        footer .list-card-footers {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
        gap: 40px;
        align-items: flex-end;
        justify-content: center;
        padding-right: 15px;
        padding-left: 15px;
    }

        .div9 .box-background {
        width: 100%;
        color: #ffff;
        max-width: 100vw;
        background-color: #39996B;
        padding: 75px 20px;
        font-family: Inter;
    }

    .div9 .box-background {
        width: 100%;
        color: #ffff;
        max-width: 100vw;
        background-color: #39996B;
        padding: 75px 20px;
        font-family: Inter;
    }

}

@media (max-width: 350px){

  nav #landDropdown1{
  display: none;
}
nav #landDropdown2{
  display: flex;
}

  .img-macbook {
        user-drag: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        margin-left: 50px;
        max-width: 255px;
    }

  .div5 .artikel-card {
        font-family: Inter;
        display: inline-flex;
        border-radius: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 5px;
        max-width: 300px;
        gap: 7px;
        transition: ease-in-out0 .1s;
    }

    

        .div6 .artikel-card-img {
        width: 300px;
        height: 275px;
    }

        .div6 .artikel-card-img img {
        width: 300px;
        height: 275px;
        background: #D9D9D9;
    }

          .div9 .img-download img {
        width: 125px;
        height: 40px;
    }

       footer .card-footers .navigasi-outer {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

}

/* media min width */

@media(min-width: 991px){
  .modal-dialog{
    max-width: 700px;
  }
  .modal-image img {
    width: 100%;
    height: 450px;
    vertical-align: middle;
    border-radius: 2%;
}
}

@media(min-width:1025px){
  .modal-dialog{
    max-width: 800px;
  }
}