html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.main-content {
    min-height: 50vh;
}

* {
    font-family: Roboto !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto !important;
    font-weight: 600;
}

img.rounded {
    object-fit: cover;
    border-radius: 50%;
    max-height: 400px;
    aspect-ratio: 3 / 4;
}

img.rounded2 {
    object-fit: cover;
    border-radius: 5%;
    max-height: 225px;
    aspect-ratio: 3 / 4;
}

.text-body-secondary {
    font-style: italic;
    font-family: Roboto;
    font-weight: 300;
}

.image-clip {
    clip-path: url(#clipPath);
}

.card {
    height: 100%; /* Ensure the card takes up full height */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-body > *:last-child {
    margin-top: auto;
}


.image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

/*for animation*/
.dropdown-toggle:after {
    transition: 0.3s;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}

.img-thumbnail {
    border: none; /* Remove the border */
}

figure {
    display: inline-block; white-space: normal;
}
