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

/* navbar */
.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;
}

.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;
}

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;
}


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

nav #landDropdown1{
  display: none;
}

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

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

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-custom-menu a span{
  font-size: 20px;
}

/* .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-custLang span {
    font-size: 20px;
}

.dropdown-custom-menu a:hover {
  background-color: #1D8B70;
  color: #ffffff;
}
.dropdown-custom-menu a span{
  font-size: 16px;
}

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;
  width: 7vw;
  text-align: center;
  font-family: Inter;
   font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

/* .btn-flag{
  display: flex;
  height: 30px;
  padding: 0px 8px;
  align-items: center;
  gap: 3px;
  border-radius: 100px;
  background: #EEE;
} */

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

/* div 1 judul */
.div1{
  position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 350px;
    padding-top: 100px;
    background: #39996B;
    color: white;
}

.div1 .wrap-judul{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  font-family:  Inter;
  gap: 10px;
}

.div1 .text-head{
  font-weight: 800;
  font-size: 32px;
}

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

.div1 .box-green{
  position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.div1 .box-green::before{
  content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55vw;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: white;
    z-index: 1;
}

.div1 .box-green::after{
  content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55vw;
    height: 100%;
    background-color: #39996B;
    transform: translate(-4%, 40%);
    z-index: -1;
}

/* div2 main-text */
.div2{
  position: relative;
  z-index: 2;
  margin-top: 125px;
}

.div2 .main-wrap{
  display: flex;
  flex-direction: row;
  font-family: Inter;
  flex: 1 1;
  gap: 20px;
}

.div2 .text-main{
  display: flex;
  flex-direction: column;
  
}

.div2 .text-main p{
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
}

.div2 .img-main img{
  width: 400px;
  height: 400px;
} 

/* div3 second main text */
.div3{
  margin-top: 125px;
}

.div3 .main-wrapper{
  display: flex;
  flex-direction: column;
  font-family: Inter;
  align-items: center;
  
}

.div3 .text-main-head{
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  width: 75%;
}

.div3 .text-main-wrap{
  display: flex;
  flex-direction: row;
  flex: 1 1;
  gap: 20px;
  margin-top: 125px;
}

.div3 .text-main p{
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
}

.div3 .img-main img{
  width: 400px;
  height: 400px;
} 

.div3 ul{
  list-style: disc;
  padding-left: 15px;
}

/* footer */
footer{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  /* position: relative; */
  background: #21293B;
  color: #FFF;
  padding: 40px 0px;
  z-index: 10 ;
  margin-top: 125px;
}

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:210px;
}

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

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 .footers-link{
  color: white;
  font-family: Inter;
}

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-footerss{
  padding-left: 25px;
}


.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;
}

@media(max-width: 1200px){

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

    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;
}
    nav .text-logo {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

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


}

@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%;
  }
  nav #landDropdown1{
  display: flex;
  }
  nav #landDropdown2{
    display: none;
  }

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

    .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: 15vw;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

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

  .div3 .text-main-wrap{
  display: flex;
  flex-direction: column-reverse;
  flex: 1 1;
  align-items: center;
  gap: 20px;
  margin-top: 125px;
}
  .div2 .main-wrap{
  display: flex;
  flex-direction: column-reverse;
  font-family: Inter;
  flex: 1 1;
  align-items: center;
  gap: 20px;
}

  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;
}

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

@media(max-width: 480px){

  .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; */
    }

    .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;
}
  
  .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 */
}

.div3 .text-main-head {
    text-align: center;
    font-weight: 800;
    font-size: 26px;
    width: 90%;
}

  .div1 .text-head{
  font-weight: 800;
  font-size: 24px;
}

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

    .div1 .box-green::before {
        width: 75vw; /* Adjust width */
        transform: translate(63%, 60%); /* Adjust position */
    }

    .div1 .box-green::after {
        width: 75vw;
        transform: translate(-20%, 30%); /* Move separately */
    }

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


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

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

footer .alamat{
  text-align: center;
}

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

}