html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "satoshi";
  src: url("../font/SatoshiBold.otf") format("opentype");
  /* font-weight: normal; */
  /* atau sesuaikan dengan berat font, seperti 700 untuk bold */
  /* font-style: normal; */
  /* atau italic, jika font memiliki variasi italic */section3
}

@font-face {
  font-family: "satoshi-normal";
  src: url("../font/SatoshiNormal.otf") format("opentype");
  /* font-weight: normal; */
  /* atau sesuaikan dengan berat font, seperti 700 untuk bold */
  /* font-style: normal; */
  /* atau italic, jika font memiliki variasi italic */
}

body {
  font-family: "satoshi", "normal";
}

.iti__selected-flag {
  padding: 0 6px 0px 20px;
}

.warna-bg-abu {
  background-color: #eeeeee;
}

.styling-label-form {
  font-size: 20px;
  margin-bottom: 0px;
}

.style-judul-form {
  color: #2d2d2d;
  text-align: center;

  font-size: 56px;
  font-weight: 700;
  line-height: 1.05em;
  letter-spacing: -1.8px !important;
  /*letter-spacing: 2.2px !important; */
}

.warna-bg-putih {
  background-color: #fff;
  border-radius: 10px;
  border-color: #eeeeee;
}

.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

.styling-form {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 18px;
  font-size: 24px;
  font-family: "Nunito Sans", Sans-serif;
}

.styling-button {
  border-radius: 10px;
  padding: 10px;
  /* font-family: "Montserrat", Sans-serif; */
  font-size: 30px;
  font-weight: 400;
  background-color: #ae0001;
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.bg-image-1 {
  background-image: url("../img/banner_5.png");
  /* Update this path with the image URL */
  background-size: cover;
  background-position: top;
  color: white;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  padding: 40px 0px;
  text-align: center;
  /* Center text inside */
}


.bg-image-3 {
  background-image: url("../img/banner_30(1).jpg");
  /* Ensure the background image fills the container */
  background-size: cover;
  /* Make sure the image covers the entire container */
  background-position: center;
  background-repeat: no-repeat;
  /* Ensure the center is always visible */
  color: white;
  justify-content: center;
  /* Center content horizontally */
  align-items: center;
  /* Center content vertically */
  padding: 200px 0px;
  text-align: center;
  /* Center text inside */
  display: flex;
  /* Enable flexbox to center content */
  height: auto;
  /* Allow the height to adjust automatically */
}

.bg-image-4 {
  background-image: url("../img/banner_33.png");
  /* Update this path with the image URL */
  background-size: cover;
  background-position: center;
  color: white;
  justify-content: center;
  /* Center horizontally */

  align-items: center;
  /* Center vertically */
  /*padding: 40px 0px;*/
  text-align: center;
  /* Center text inside */
}

.bg-image-5 {
  background-image: url("../img/banner_2.png");
  /* Update this path with the image URL */
  background-size: cover;
  background-position: center;
  color: white;
  justify-content: center;
  /* Center horizontally */

  align-items: center;
  /* Center vertically */
  padding: 40px 0px;
  text-align: center;
  /* Center text inside */
}

/*.bg-image-6 {*/
/*  background-image: url("../img/banner210425 (1).jpg");*/
  /* Ensure the background image fills the container */
/*  background-size: cover;*/
  /* Make sure the image covers the entire container */
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
  /* Ensure the center is always visible */
/*  color: white;*/
/*  justify-content: center;*/
  /* Center content horizontally */
/*  align-items: center;*/
  /* Center content vertically */
/*  padding: 200px 0px;*/
/*  text-align: center;*/
  /* Center text inside */
/*  display: flex;*/
  /* Enable flexbox to center content */
/*  height: auto;*/
  /* Allow the height to adjust automatically */
/*}*/

.content-header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.content-header h1 {
  font-size: 36px;
  font-weight: bold;
}


/* Table styling */
.info-table {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.info-table tr,
.info-table th,
.info-table td {
  padding: 0px 8px;
  border: none;
  /* Remove the borders */
}

.list-group-item {
  border: none;
}

ul ul {
  list-style-type: none;
  /* Remove default list style */
  padding-left: 20px;
  /* Add some indentation for nested items */
}

.checkmark {
  color: green;
  font-size: 14px;
  margin-right: 10px;
}

.checkmark-blue {
  color: #00aeef;
  font-size: 14px;
  margin-right: 10px;
}

/* Kontainer untuk list item */
.font-light {
  /* padding: 30px; */
  font-weight: 100;
  /* Similar to the normal font weight */
  color: #737271;

  font-family: "satoshi-normal";
  /* Using the imported font */
  text-align: left;
}

/* Styling untuk list item (li) */

.content-section {
  padding: 50px 0;
  /* text-align: center; */
}

.content-header h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-body {
  font-size: 18px;
  color: #555;
  line-height: 1.0;
}

.content-body img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  /* Make the image circular */
  margin-bottom: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
}

/* Ensuring proper spacing and alignment */
/* .row {
            display: flex;
            align-items: center;
            justify-content: center;
        } */

.content-header,
.content-body {
  max-width: 800px;
}

/* Create a responsive container for the iframe */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (height / width = 9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom styling */
.section1 {
  text-align: center;
  /*padding: 50px;*/
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.section2 img {
  width: 100%;
  /* Make the image fill the width of the container */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Make the image cover the container */
  object-position: center;
  /* Keep the center of the image visible */
  transition: transform 0.5s ease;
  /* Optional: Add transition for zoom effect */
}

.section3 {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  /* padding: 50px; */
}

.section3 img {
  /* width: 100%; */
  object-fit: cover;
}

.section3 .text {
  font-size: 24px;
  /*width: 50%;*/
  padding-left: 20px;
}

#hp-bawah {
  padding-left: 64px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.my-float {
  margin-top: 16px;
}

    .responsive-iframe {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 177.78%; /* 9:16 ratio */
        overflow: hidden;
    }

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #logo {
    width: 300px;
}


@media only screen and (max-width: 360px) {
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
  }

  .my-float {
    margin-top: 16px;
  }
}

@media (max-width: 576px) {
  .content-header h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #title_registration_bottom {
    font-size: 30px;
    line-height: 50px;
  }

  .content-header h1 {
    font-size: 28px;
  }

  .img-container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .section1 h1 {
    text-align: center;
    /*padding: 50px;*/
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .section3 .text {
    font-size: 20px;
    width: 50%;
    padding-left: 10px;
  }

  .section3 {
    flex-direction: column;
    text-align: center;
  }

  .section3 img {
    width: 80%;
    margin-bottom: 20px;
  }

  .section2 img {
    transform: scale(1.9);
    /* Zoom the image when on mobile */
    object-position: center;
    /* Ensure the center is always visible */
  }

  .section3 .text {
    width: 100%;
    padding-left: 0;
  }

  .bg-image-3 {
    background-size: 200%;
    /* Zoom the background image on mobile */
    background-position: center;
    background-repeat: no-repeat;
    /* Keep the center visible */
    height: 200px;
    padding: 0px 0px;
    /* Maintain auto height for responsiveness */
  }

  /*.bg-image-6 {*/
  /*  background-size: 200%;*/
    /* Zoom the background image on mobile */
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
    /* Keep the center visible */
  /*  height: 200px;*/
  /*  padding: 0px 0px;*/
    /* Maintain auto height for responsiveness */
  /*}*/
   #logo {
        width: 100px;
    }
    
    .text-title {
        font-size: 30px;
    }
}
