.nav-item a[href="login.html"] {
    font-weight: bolder;
}


.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20%;
    padding-bottom: 20%;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: background-image 0.5s ease-in-out; /* Add transition for smoother background image change */
}

@media (max-width: 768px) {
    .banner {
      /* Adjust the top margin to move the banner down on smaller screens */
      height: 35vh;
    }
  }
  

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    animation: fade-out 1s ease forwards; /* Add animation for fading out */
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/*.container-fluid.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

/* Additional styles as needed */


.logo {
    position: absolute;
    top: 1px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    max-width: 35%;
    height: auto;
    z-index: 1; /* Ensure the logo stays above the sliding container */
}

.buttons-container {
    display: flex; /* Display buttons in a row */
    gap: 20px; /* Set space between buttons */
    position: absolute; /* Position relative to the container */
    top: 48%; /* Adjust the top position */
    left: 7%; /* Adjust the left position */
}

.Enroll {
    display: block; /* Make the button a block-level element */
    width: 192px;
    height: 60px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #348096;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 55px; /* Adjusted top position */
    left: 7%; /* Adjusted left position */
    opacity: 0;
    animation: fadeIn 1s forwards;
    z-index: 1; /* Ensure the logo stays above the sliding container */
}


/*.Log-In {
    width: 192px;
    height: 60px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    color: #348096;
    border: 2px solid #348096;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
        top: 40px;
        left: 20%;
    opacity: 0;
    animation: fadeIn 1s forwards;
    left: calc(10% + 200px); /* Adjust this value as needed */
    /* transform: translateX(-50%); Remove this line 
} */

/* Media Query for adjusting font size and position on smaller screens */
@media (max-width: 767px) {
    .buttons-container {
        flex-direction: column; /* Stack buttons vertically on smaller screens */
        align-items: flex-start; /* Align buttons to the start of the container */
        top: 13.5%; /* Adjust the top position for smaller screens */
        left: 7%;
    }

    .Enroll {
        font-size: 0.5rem; /* Adjust font size for smaller screens */
        width: 50px; /* Adjust button width for smaller screens */
        height: 20px; /* Adjust button height for smaller screens */
        display: flex; /* Use flexbox to center text */
        justify-content: center; /* Center text horizontally */
        align-items: center; /* Center text vertically */
        border-radius: 5px;
        top: 180px;
        left: 7%;
    }
}

/* Additional Media Query for adjusting font size and position on even smaller screens */
@media (max-width: 575px) {
    .Enroll {
        font-size: 0.5rem; /* Further reduce font size for even smaller screens */
        width: 65px; /* Further reduce button width for even smaller screens */
        height: 26px; /* Further reduce button height for even smaller screens */
        display: flex; /* Use flexbox to center text */
        justify-content: center; /* Center text horizontally */
        align-items: center; /* Center text vertically */
        border-radius: 5px;
        top: 65px;
        left: 7%;
    }
}
/* Logo on Smaller Screen */
@media (max-width: 767px) {
    .logo {
        max-width: 33%; /* Adjust the maximum width for smaller screens */
        height: auto; /* Maintain aspect ratio */
        top: 40px;
        left: 5px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.img-resize {
    max-width: 100%; /* Ensure the image doesn't exceed its parent container's width */
    height: auto; /* Maintain the aspect ratio */
    transition: background-image 0.5s ease-in-out;
}

.custom-colored-column {
    background: linear-gradient(45deg, #fff, #98D6E8); /* Set your desired background color */
    color: #002E3C; /* Set your desired text color */
    padding: 15px; /* Adjust padding as needed */
    border-radius: 5px; /* Add rounded corners if desired */
    padding-bottom: 0; /* Remove bottom padding */
}

/* Adjust margin and padding for the column */
.col-md-4 {
    margin: 0;
    padding: 0;
}

/* Adjust margin and padding for the paragraph */
.col-md-4 p {
    margin-top: 5px; /* Adjust as needed */
    margin-bottom: 5px; /* Adjust as needed */
}

.col-md-5 {
    max-width: auto; /* Adjust this value as needed */
}

@media (max-width: 767px) {
    .red {
        margin-top: -80px; /* Adjust the margin-top value as needed */
    }
}

@media (max-width: 767px) {
    .col-md-12.smaller-image {
        width: 80%; /* Adjust the width as needed */
        max-width: 100%; /* Ensure the image doesn't exceed its container */
        margin-left: auto; /* Align the div to the right */
        margin-right: auto; /* Align the div to the left */
    }

    .col-md-12.smaller-image img {
        width: 100%; /* Ensure the image fills the width of its container */
        height: auto; /* Allow the height to adjust automatically */
        padding-left: 17px; /* Adjust the padding as needed */
    }
}

@media (max-width: 767px) {
    .col-md-12.mt-0 {
        margin-top: -70px; /* Adjust the top margin as needed */
        margin-left: -40px; /* Keep the left margin as desired */
        margin-bottom: -30px; /* Compensate for the negative top margin */
        position: relative;
    }
    .col-md-12.mt-0 p {
        position: relative; /* Set position to relative */
        top: -150px; /* Adjust the top position as needed */
        text-align: justify !important; /* Align the text to justify */
        white-space: normal !important; /* Allow wrapping of text */
    }
}


@media (max-width: 767px) {
    .tb {
        width: 50%; /* Adjust the width as needed */
        height: auto; /* Allow the height to adjust automatically */
        max-width: 440px; /* Adjust the maximum width for smaller devices */
        max-height: 500px; /* Adjust the maximum height for smaller devices */
        margin-left: auto; /* Center the image horizontally */
        margin-right: auto; /* Center the image horizontally */
        position: relative; /* Set position to relative */
        top: -150px; /* Adjust the top position as needed */
        display: block; /* Ensure the image is displayed as a block element */
    }
    .tb-container {
        padding-bottom: 0; /* Remove the padding below the image */
    }
}








.custom-colored-column2 {
    background: linear-gradient(45deg, #D0F5FF, #fff); /* Set your desired background color */
    color: #002E3C; /* Set your desired text color */
    padding: 15px; /* Adjust padding as needed */
    border-radius: 5px; /* Add rounded corners if desired */
}

.custom-colored-column2 h3 {
    font-size: 33px; /* Adjust the heading font size */
    font-weight: bold;
    margin-top: 10px; /* Add space between image and heading */
}

.custom-colored-column2 p {
    font-size: 24px; /* Adjust the paragraph font size */
    font-weight: 600;
    margin-bottom: 10px; /* Add space between paragraphs */
    text-align: left;
    margin-left: 0;
    padding-left: 20px;

}

.custom-colored-column3 p {
    font-size: 24px; /* Adjust the paragraph font size */
    margin-bottom: 10px; /* Add space between paragraphs */
    text-align: center;
    margin-left: 0;

}

/* Default padding */
.custom-colored-column {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Media Query for adjusting padding on smaller screens */
@media (max-width: 767px) {
    .custom-colored-column {
        padding-top: 2rem; /* Adjust top padding for smaller screens */
        padding-bottom: 2rem; /* Adjust bottom padding for smaller screens */
    }
}

.container-fluid img {
    margin-right: 10px; /* Add space between image and text */
}

.lingkaran{
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    height: 150px;
    color:aquamarine;
    background-color: #fff;    
}

.icon-spacing {
    margin-right: 50px; /* Adjust the margin as needed */
}

.image-container {
    max-width: 100%; /* Ensure the image container doesn't exceed the width of its parent */
}


#map-container {
    height: 400px; /* Set the desired height for the map */
    margin-top: 0; /* Adjust the margin as needed */
    padding-bottom: 100px
}

.lingkaran img {
    position: relative;
    top: 30px;
}

.crop-img{
    object-fit: contain;
    transition: background-image 0.5s ease-in-out;
}

.crop-img {
    filter: grayscale(20%) brightness(110%);
    transition: background-image 0.5s ease-in-out;
}

/* Media Query for maintaining image ratio and centering on smaller screens */
@media (max-width: 767px) {
    .crop-img {
        padding-top: 1px;
        width: auto;
        height: auto;
        max-width: 80%; /* Make sure the image doesn't exceed the container width */
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: background-image 0.5s ease-in-out;
    }
}

@media (max-width: 767px) {
    .clearfix {
        margin-bottom: 0; /* Adjust the margin-bottom value as needed */
    }
    .image-container {
        margin-top: 10px !important; /* Use !important to override any conflicting styles */
    }
}



@media (max-width: 767px) {
    .par {
        margin-left: 30px; /* Adjust the margin-left value as needed */
        text-align: justify; /* Justify the text */
    }
}

@media (max-width: 767px) {
    .ic {
        margin-left: 30px; /* Adjust the margin-left value as needed */
    }
}


.bubble-border-column {
    border: 2px solid #337d96; /* Set the border color */
    border-radius: 15px; /* Adjust the border-radius for a bubble effect */
    padding: 50px; /* Add padding for content */
    margin-bottom: 20px; /* Add margin for spacing */
}

/* Add this CSS for smaller screens */
@media (max-width: 767px) {
    .bubble-border-column {
      width: 60%; /* Adjust the width as needed */
      margin: auto; /* Center the card */
      padding: 20px;
      margin-bottom: 40px; /* Add space below each card */
    }
  
    /* Target each individual card and add padding */
    .bubble-border-column:nth-child(odd) {
      margin-right: 0; /* Remove right margin */
      padding-right: 10px; /* Add right padding */
    }
  
    .bubble-border-column:nth-child(even) {
      margin-left: 0; /* Remove left margin */
      padding-left: 10px; /* Add left padding */
    }
  }
  

  .lighter-text {
    font-weight: lighter;
  }

  .lighter-text2 {
    font-weight: 80; /* Adjust the font weight to make it lighter */
    font-size: 0.8em; /* Adjust the font size to make it smaller */
  }
  
  .border-custom {
    border-top: 1px solid #98D6E8; /* Custom border color and width */
    opacity: 50%;
    width: calc(100% - 0px); /* Adjust the width of the line as needed */
    margin: 15px auto; /* Center the line horizontally */
}

#shufflingImageAboutUs {
    transition: opacity 0.5s ease-in-out;
    width: 650px; /* Set the desired width */
    height: 379px; /* Set the desired height */
}

.instagram-post {
    background: linear-gradient(45deg, #fff, #98D6E8); /* Set your desired background color */
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    max-width: 540px;
    min-width: 326px;
    width: 100%;
}


/* Remove padding from the column containing the image */
.pt-5,
.pb-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove margin from the paragraph */
.col-md-7 p {
    margin: 0;
}

/* Clear floats */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.custom-img {
    margin-right: 20px; /* Adjust this value as needed */
}

/* In styles.css file */
.display-7 {
    margin-top: 50px;
    margin-bottom: 50px;
}


