* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* Navigator Bar*/
nav {
  background-color: white;
  color: #223f61;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  padding-top: 10px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 17px;
}

.nav-links li {
  margin-right: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: #223f61;
  transition: color 0.3s;
  font-size: 16px;
}

.nav-links li a:hover {
  color: #42c5f3;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #223f61;
  margin: 5px;
}

@media screen and (max-width: 800px) {
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .nav-links li {
    margin: 10px 0;
  }

  .burger {
    display: block;
  }
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: #223f61;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-top: -11px;
  margin-left: -140px;
}

.dropdown-content a {
  float: none;
  color: #223f61;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  color: #42c5f3;
}

.dropdown-content a:hover {
  color: #42c5f3;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Contact Us Button */
.form button {
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 16px;
  color: #223f61;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
  outline: none;
  transition: 0.7s;
  margin-top: -8px;
}

.form button:hover {
  color: #f1f1f1;
  border: 1px solid #223f61;
  background: #223f61;
}

/* Underline Rectangle */
.column{
  float: left;
	width: 25%;
	height: 7.5px;
	box-shadow: 0px 1px 4px 0px grey;
}

/* Content 1 */
.topdesc{
    background-color: #F1F1F1;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

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

.title h1{
    text-align: center;
    font-size: clamp(35pt, 9vw, 50pt);
	  color: #223F61;
    padding-left: 20vh;
    padding-right: 20vh;
}

/* Content 2 */
.content1{
  display: flex;
  justify-content: space-evenly;
  margin-left: 13vh;
  margin-right: 13vh;
  margin-top: 18vh;
  margin-bottom: 18vh;
  gap: 5%;
}

.part1 h2{
  color: #223F61;
  font-size: 37pt;
  margin-bottom: 25px;
}

.part1 hr{
  width: auto;
}

.part1 p{
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 700px;
  width: 100%;
}

.part2 img{
  margin-top: 50px;
  max-width: 400px;
  width: 100%;
  height: auto;
}

.part1 a{
  text-decoration: none;
}

.part1 button{
background-color: #223F61;
cursor: pointer;
font-size: 14pt;
color: white;
border-radius: 10px;
  border: 1px solid #223F61;
  padding: 8px 50px;
  transition: 0.7s;
  margin-top: 30px;
}

.part1 button:hover{
color: #223F61;
  border: 1px solid white;
  background: white;
}

/*Content 2 (tambahan)*/
.content1_add{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 13vh;
    margin-right: 13vh;
}

.part1_add h2{
  color: #223F61;
  font-size: 37pt;
  margin-bottom: 25px;
  text-align: center;
}

.part1_add hr{
  width: auto;
}

.part1_add p{
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 1000px;
  width: 100%;
}

/*Content 2 (tambahan) part1*/
.part2_addpart1{
  display: flex;
  gap: 40px;
  margin-top: 8vh;
}

.part2_kiri1 h3{
  color: #223F61;
  font-size: 20pt;
  text-align: left;
}

.part2_kiri1 p{
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

.part2_kanan1 img{
  margin-top: 15vh;
  max-width: 250px;
  width: 100%;
  height: auto;
}

/*Content 2 (tambahan) part2*/
.part2_addpart2{
  display: flex;
  gap: 40px;
  margin-top: 12vh;
  margin-bottom: 15vh;
}

.part2_kiri2 h3{
  color: #223F61;
  font-size: 20pt;
  text-align: left;
}

.part2_kiri2 p{
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

.part2_kanan2 img{
  margin-top: 15vh;
  max-width: 250px;
  width: 100%;
  height: auto;
}

/* Content 2 (tambahan ipad) */
.part2_addpart1_ipad{
  display: none;
}

.part2_addpart2_ipad{
  display: none;
}

/* Content 3 */
.rectangle{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circle {
  position:relative;    
}

.circle:after {
  position:absolute;
  z-index:-1;
  left: 0;
  bottom: 0%;
  top: -35%;
  width: 250%;
  height: 1300px;
  margin:0 -200px 0 -110%;
  background:#F1F1F1;
  border-radius: 50%;
  content:"";
}

.content2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15vh;
}

.content2 h2{
    color: #223F61;
    font-size: 37pt;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding-top: 12vh ;
}

.content2 p{
    max-width: 850px;
    width: 100%;
    font-size: 14pt;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 20px;
}

.content2 .shape1{
    max-width: 700px;
    max-height: 800px; 
    width: 50vw;
    height: 50vw; 
    background-color: #223F61;
    border-radius: 20px;
    margin-top: 50px;
    margin-right: 30vw;
}

.content2 .shape2{
    max-width: 1000px;
    max-height: 570px; 
    width: 70vw;
    height: 40vw; 
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: absolute;
    margin-top: 45vh;
}

/* Content 3 Brand and Logo Slide */
.carousel{
  position: relative;
  overflow: hidden;

  width: 100%;
  height: 100%;
  z-index: 10;
}

.parent-slider{
    width: 100%;
    height: 100%;
}

.slides {
  width: 100%;
  height: 100%;
  min-width: 100%;
  transition: transform 0.5s ease;
  display: flex;
}

.slide {
  text-align: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}


.slide-img {
  display:inline-block;
  margin-top: 4%;
  width: 80%;
  height: 80%;
  transition: opacity 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide img {
  width: 100%;
  max-width: 700px;
  display: block;
}

.indicators {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.indicator2 {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.indicator2.active {
  background-color: #223F61;
}

.slidebutton button{
  position: absolute;
  top: 47%;
  height: 45px;
  width: 45px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  user-select: none;
  margin-left: 2vw;
  margin-right: 2vw;
}

.slidebutton button.prev-slid {
  left: 0;
}

.slidebutton button.next-slide {
  right: 0;
}

.slidebutton button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

/* Content 4 */
.rectangle1{
  width: 100%;
  height: 100%;
  max-height: fit-content;
  overflow:hidden;
  top: -40%;
}

.circle1 {
  position:relative;    
}

.circle1:after {
  position: absolute;
  z-index: -200;
  top: 70%;
  bottom: 0%;
  width: 300%;
  height: 3000px;
  margin: 0 -292px 0 -100%;
  background: #f1f1f1;
  border-radius: 50%;
  content: "";
}

.content3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-top: 10vh;
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 70px;
    max-width: 1300px;
}

.content3 h2{
    color: #223F61;
    font-size: 37pt;
    margin-bottom: 18px;
    text-align: center;
}

.content3 p{
    width: 100%;
    max-width: 1200px;
    font-size: 14pt;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 15px;
}

.shape img{
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 200px;
    margin-top: 100px;
    margin-left: 1100px;
}

/* Content 5 */
.rectangle2{
  width: 100%;
  height: 100%;
  max-height: fit-content;
  overflow:hidden;
  top: -40%;
}

.circle2 {
  position:relative;    
}

.circle2:after {
  position: absolute;
  z-index: -200;
  left: 0;
  bottom: 0%;
  width: 300%;
  height: 3000px;
  margin: 0 -292px 0 -100%;
  background: #f1f1f1;
  border-radius: 50%;
  content: "";
}

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

.content4 h2{
    color: #223F61;
    font-size: 37pt;
    margin-bottom: 18px;
    text-align: center;
    margin-top: 17vh;
}

.content4 img{
    margin-top: 7vh;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-left: 10vh;
    margin-right: 10vh;
    margin-bottom: 20vh;
}

/* Content 6 */
.content5{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10vh;
  margin-right: 10vh;
}

.content5 h2{
  color: #223F61;
  font-size: 37pt;
  margin-top: 10%;
  margin-bottom: 18px;
  text-align: center;
}

.content5 h3{
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #223F61;
}

.content5 hr{
  width: 100%;
  max-width: 900px;
}

.content5 p{
  width: 100%;
  max-width: 900px;
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 15px;
}

.content5 img{
    margin-top: 40px;
    height: auto;
    max-width: 930px;
    width: 100%;
    margin-left: 10vh;
    margin-right: 10vh;
}

/* Content 6 (box) */
.content5_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 10vh;
  margin-right: 10vh;
}

.background{
  display: flex;
  gap: 3vh;
}

.box1{
  background-color:white;
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.05);
  padding: 4vh;
  border-radius: 20px;
}

.box2{
  background-color:white;
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.05);
  padding: 4vh;
  border-radius: 20px;
}

.step1 h3{
  width: 100%;
  font-size: 14pt;
  line-height: 27px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #223F61;
  margin-bottom: 3vh;
}

.step2{
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.step2 .one{
  display: flex;
  gap: 2vh;
  background-color:#f1f1f1;
  padding: 2vh;
  border-radius: 15px;
}

.step2 .one p{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #223F61;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  padding-top: 2.5vh;
  border-radius: 10px;
  color: white;
}

.step2 .one h6{
  font-size: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 60;
  padding: 1vh;
}

/* Footer */
/* All Footer */
.topfooter1 {
  background-color: #223f61;
  padding-top: 150px;
  width: 100%;
  margin-top: 9%;
}

.topfooter2 {
  display: flex;
  justify-content: space-evenly;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}

/* Footer Image*/
.footerbigpic img{
  width: 100%;
  height: auto;
  max-width: 1900px;
}

/* Footer Email*/
.footer1 h1 {
  font-size: 30pt;
  line-height: 50px;
}

form {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
  margin-top: 80px;
}

form .far {
  font-size: 21px;
  margin-right: 10px;
}

form input {
  width: 100%;
  background: transparent;
  color: white;
  border: 0;
  outline: none;
  font-size: 11pt;
}

form button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

/* Footer Lainnya*/
.footer1 .part2 {
  margin-left: 120px;
}

.footer1 h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 17pt;
}

.footer1 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

.footer1 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  text-decoration: none;
  color: white;
}

.social {
  margin-top: 12px;
}

.part2 ul li {
  list-style: none;
  display: flex;
  display: inline-block;
  padding-right: 10px;
}

.part2 ul li a {
  text-decoration: none;
  font-size: 17pt;
  cursor: pointer;
  position: relative;
}

/* Footer Top Garis */
.garis2 {
  width: 110px;
  height: 5px;
  background: #767676;
  border-radius: 2px;
  position: absolute;
  overflow: hidden;
}

.garis2 span {
  width: 30px;
  height: 5px;
  background: #ffce52;
  border-radius: 3px;
  position: absolute;
  animation: moving 2s linear infinite;
}

@keyframes moving {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

.garis3 {
  width: 160px;
  height: 5px;
  background: #767676;
  border-radius: 2px;
  position: absolute;
  overflow: hidden;
}

.garis3 span {
  width: 30px;
  height: 5px;
  background: #9edb5d;
  border-radius: 3px;
  position: absolute;
  animation: moving 2s linear infinite;
}

@keyframes moving {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

.garis4 {
  width: 90px;
  height: 5px;
  background: #767676;
  border-radius: 2px;
  position: absolute;
  overflow: hidden;
}

.garis4 span {
  width: 30px;
  height: 5px;
  background: #f64959;
  border-radius: 3px;
  position: absolute;
  animation: moving 2s linear infinite;
}

@keyframes moving {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

.footerbigpic img {
  margin-top: 10%;
}

/* Bottom Footer */
.footerunderline .column {
  float: left;
  width: 25%;
  height: 7.5px;
  margin-bottom: 20px;
}

.footertext p {
  text-align: center;
  font-size: 10pt;
  color: #234149;
  background-color: white;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Responsiveness*/
/* Lebih Besar Dari IPAD*/
@media screen and (max-width: 1050px) {
/* Content 2 */
.content1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10vh;
  margin-right: 10vh;
}

/* All Footer */
.topfooter1{
  background-color: #223F61;
  width: 100%;
  padding-top: 20%;
}

.topfooter2{
display: flex;
flex-direction: column;
margin-left: 10%;
margin-right: 10%;
}

/* Footer Email*/
form{
  max-width: 80%;
}

/* Footer Lainnya*/
.footer1 .part2{
  margin-left: 0px;
  margin-bottom: 11%;
  margin-top: 7%;
}

.footer1 .part3{
  margin-bottom: 11%;
}
}

@media screen and (min-width: 800px) and (max-width: 850px){
/* Content 1 */
.topdesc{
  padding-top: 18vh;
  padding-bottom: 18vh;
}

.title h1{
  padding-left: 5vh;
  padding-right: 5vh;
}
}

@media screen and (max-width: 800px) {
  .topdesc {
    padding-top: 30vh;
    padding-bottom: 18vh;
  }

  .title h1{
    padding-left: 5vh;
    padding-right: 5vh;
  }
  }

/* Ipad */ @media screen and (min-width: 641px) and (max-width: 850px){
/* Content 2 */
.content1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10vh;
  margin-right: 10vh;
  margin-top: 14vh;
  margin-bottom: 10vh;
}

.part1 button{
  margin-bottom: 15px;
}

.part2 img{
  max-width: 320px;
}

/*Content 2 (tambahan) part1*/
.part2_addpart1{
  display: none;
}

/*Content 2 (tambahan) part2*/
.part2_addpart2{
  display: none;
}

/* Content 2 (tambahan ipad) */
.part2_addpart1_ipad{
  display: block;
}

.part2_kiri1_ipad{
  display: flex;
  margin-top: 8vh;
  gap: 20px;
}

.part2_kiri1_ipad h3{
  color: #223F61;
  font-size: 20pt;
  text-align: left;
  max-width: 400px;
  width: 100%;
}

.part2_kiri1_ipad img{
  height: auto;
  width: 100%;
  max-width: 80px;
}

.part2_kanan1_ipad p{
  display: block ;
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

.part2_addpart2_ipad{
  display: block;
  margin-bottom: 12vh;
}

.part2_kiri2_ipad{
  display: flex;
  margin-top: 10vh;
  gap: 20px;
}

.part2_kiri2_ipad h3{
  color: #223F61;
  font-size: 20pt;
  text-align: left;
  max-width: 400px;
  width: 100%;
}

.part2_kiri2_ipad img{
  height: auto;
  width: 100%;
  max-width: 80px;
}

.part2_kanan2_ipad p{
  display: block ;
  font-size: 14pt;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

/* Content 3 */
.circle:after {
  height: 850px;
}

.content2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 45vh;
  margin-left: 5vh;
  margin-right: 5vh;
}

.content2 h2{
    padding-top: 8vh ;
}

.content2 .shape2{
  margin-top: 85vh;
}

.content2 .shape1{
  display: none;
}

/* Content 3 Brand and Logo Slide */
.indicators {
  position: absolute;
  bottom: 4vh;
  gap: 10px;
}

.indicator2 {
  width: 5px;
  height: 5px;
}

.slidebutton button{
  top: 47%;
  height: 35px;
  width: 35px;
  font-size: 14px;
}

/* Content 4 */
.content3{
  margin-left: 7vw;
  margin-right: 7vw;
  padding: 40px;
}

/* Content 5 */
.circle2:after {
  position: absolute;
  z-index: -200;
  left: 0;
  bottom: 0%;
  width: 300%;
  height: 1200px;
}

.content4 h2{
    margin-top: 10vh;
    margin-bottom: 0px;
}

.content4 img{
  max-width: 650px;
  margin-bottom: 10vh;
  margin-top: 3vh;
}

/* Content 6 */
.content5 h2{
  margin-top: 16%;
}

.content5 img{
  max-width: 800px;
}

/* Content 6 (box) */
.background{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5vh;
}

.step2 .one p{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #223F61;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  padding-top: 2vh;
  border-radius: 10px;
  color: white;
}

.step2 .one h6{
  font-size: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 60;
  padding: 1vh;
  max-width: 300px;
}
}

/* Responsive Untuk HandPhone */
@media screen and (min-width: 150px) and (max-width: 640px) {
/* Content 1 */
.topdesc{
  padding-top: 27vh;
  padding-bottom: 12vh;
}

/* Content 2 */
.content1{
  display: flex;
  flex-direction: column;
  margin-top: 10vh;
  margin-left: 5vh;
  margin-right: 5vh;
}

.part1 h2{
  font-size: 30pt;
}

.part1 p{
  font-size: 13pt;
  line-height: 30px;
}

.part1 button{
  font-size: 12pt;
}

.part2 img{
  max-width: 330px;
  width: 100%;
  height: auto;
}

/*Content 2 (tambahan) part1*/
.part2_addpart1{
  display: none;
}

/*Content 2 (tambahan) part2*/
.part2_addpart2{
  display: none;
}

/*Content 2 (tambahan)*/
.content1_add{
  margin-left: 4vh;
  margin-right: 6vh;
}

.part1_add h2{
  font-size: 30pt;
  text-align: left;
}

.part1_add p{
  font-size: 13pt;
  line-height: 30px;
}

/* Content 2 (tambahan ipad) */
.part2_addpart1_ipad{
  display: block;
}

.part2_kiri1_ipad{
  display: flex;
  margin-top: 8vh;
}

.part2_kiri1_ipad h3{
  color: #223F61;
  font-size: 18pt;
  text-align: left;
}

.part2_kiri1_ipad img{
  display: none;
}

.part2_kanan1_ipad p{
  display: block ;
  font-size: 13pt;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 350px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

.part2_addpart2_ipad{
  display: block;
  margin-bottom: 12vh;
}

.part2_kiri2_ipad{
  display: flex;
  margin-top: 8vh;
}

.part2_kiri2_ipad h3{
  color: #223F61;
  font-size: 18pt;
  text-align: left;
}

.part2_kiri2_ipad img{
  display: none;
}

.part2_kanan2_ipad p{
  display: block ;
  font-size: 13pt;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  max-width: 350px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 2vw;
  border-radius: 10px;
}

/* Content 3 */
.circle:after {
  height: 950px;
  margin: 0 -200px 0 -115%;
}

.content2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30vh;
  margin-left: 3vh;
  margin-right: 3vh;
}

.content2 h2{
  font-size: 30pt;
  padding-top: 10vh;
}

.content2 p{
  font-size: 13pt;
  line-height: 30px;
}

.content2 .shape2{
  margin-top: 95vh;
  border-radius: 10px;
  width: 80vw;
  height: 50vw; 
}

.content2 .shape1{
  display: none;
}

/* Content 3 Brand and Logo Slide */
.indicators {
  position: absolute;
  bottom: 1.5vh;
  gap: 7px;
}

.indicator2 {
  width: 4px;
  height: 4px;
}

.slidebutton button{
  top: 47%;
  height: 18px;
  width: 18px;
  font-size: 8px;
  padding: 4px;
}

/* Content 4 */
.circle1:after {
  top: 50%;
  height: 2500px;
}

.content3{
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 20px;
}

.content3 h2{
  font-size: 30pt;
  padding-top: 4vh;
}

.content3 p{
  width: 100%;
  max-width: 1200px;
  font-size: 13pt;
  line-height: 30px;
  text-align: left;
}

/* Content 5 */
.circle2:after {
  height: 1200px;
  margin: 0 -292px 0 -100%;
  background: #f1f1f1;
  border-radius: 50%;
  content: "";
}

.content4 h2{
  font-size: 30pt;
  margin-bottom: 0px;
  margin-top: 12vh;
}

.content4 img{
  margin-bottom: 15vh;
  max-width: 350px;
  margin-top: 5vh;
}

/* Content 6 */
.content5{
  margin-left: 5vh;
  margin-right: 5vh;
}

.content5 h2{
  font-size: 30pt;
  margin-top: 20%;
}

.content5 h3{
  margin-top: 7%;
  margin-bottom: 10px;
  font-size: 13pt;
  line-height: 30px;
}

.content5 p{
  font-size: 13pt;
  line-height: 30px;
}

/* Content 6 (box) */
.content5_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 2vh;
  margin-right: 2vh;
}

.background{
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.box1{
  background-color:white;
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.05);
  padding: 2vh;
  border-radius: 20px;
}

.box2{
  background-color:white;
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.05);
  padding: 2vh;
  border-radius: 20px;
}

.step2 .one p{
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #223F61;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  padding-top: 2vh;
  border-radius: 10px;
  color: white;
}

.step2 .one h6{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 60;
  padding: 1vh;
}

/* Footer Email*/
.footer1 h1 {
  font-size: 21pt;
  line-height: 40px;
}

/* Bottom Footer */
.footerunderline .column {
  height: 4px;
  margin-bottom: 16px;
}

.footertext p {
  font-size: 7pt;
  padding: 4px;
}

.footer1 h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 17pt;
}

.footer1 p {
  font-size: 11pt;
}

.footer1 a {
  font-size: 11pt;
}

/* Underline Rectangle */
.column {
  height: 4px;
}
}

