:root {
    --primary-color: #70baff;
    --darkest-color: #000000;
    --darker-color: black;
    --dark-color: #aaaaaa;
    --least-dark: #f7f7f7;
    --light-color: white;
    --gradient-color-one: #1f93ff;
    --gradient-color-two: #ff33f5;
}

.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.dm-serif-display-regular-italic {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
}

h1, h2, h3 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: black !important;
}

.btn-custom:hover {
    background-color: var(--light-color);
    border-color: var(--light-color);
    color: black !important;
}

.btn-custom-2 {
    background-color: var(--darkest-color);
    border-color: var(--darkest-color);
    color: var(--light-color);
}

.btn-custom-2:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.brand {
    padding: 0;
    margin: 0;
}

.navbar {
    background-color: var(--darker-color) !important;
}

.footer {
    background-color: var(--darker-color) !important;
    color: white !important;
    padding: 0;
    margin: 0;
}

footer {
    margin-bottom: 0px !important;
}

.heroimage {
    position: relative;
    color: white;
    overflow: hidden;
    background-color:hsla(302,100%,60%,1);
    background-image:
        radial-gradient(at 25% 0%, hsla(208,100%,56%,1) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(208,100%,56%,1) 0px, transparent 50%),
        radial-gradient(at 37% 68%, hsla(208,100%,71%,1) 0px, transparent 50%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 183 183' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='7.71' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    isolation: isolate; /* Ensures the background is isolated from other effects */
    display: flex;
    align-items: center; /* Vertically centers the row */
    padding: 2rem 0; /* Add padding for spacing */
  }
  
  .heroimage .background-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    filter: contrast(100%) brightness(75%);
    background: inherit; /* Inherits the background from .heroimage */
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Safari */
  }
  

.nav-btn {
    max-width: 100px;
}

.customrow {
    max-width: 750px;
}

.arrowdiv {
    text-align: center;
}

.largearrow {
    font-size: 5em;
    text-align: center;
    color: white;
}

.icon-2 {
    font-size: 1.2em;
}

.pagebody {
    min-height: 90vh;
}

.footer a, .navbar .nav-link {
    color: var(--dark-color) !important;
    text-decoration: none;
}

.footer a:hover, .navbar .nav-link:hover {
    color: white !important;
}

small {
    font-family: var(--bs-body-font-family);
    font-size: 0.8em;
}

.graduate-image {
    width: 100%;
    max-width: 50vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ai-text {
    background-image: linear-gradient(to bottom right, var(--gradient-color-one), var(--gradient-color-two));
    color: transparent;
    background-clip: text;
}

.ai-button {
    background-image: linear-gradient(to bottom right, var(--gradient-color-one), var(--gradient-color-two));
    color: #fff; /* Text color */
    border: none; /* Remove border */
    cursor: pointer;
    transition: background 0.3s ease;
  }

.ai-button:hover {
    filter: brightness(1.1); /* Brighten on hover */
}

.ai-button:focus {
    outline: none; /* Remove focus outline */
}

.graduate-result {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-section {
    background-color: var(--least-dark);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--dark-color);
}

.signup-container {
    max-width: 600px;
    margin: 0 auto;
}

.btn-custom-light {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: black !important;
}

.custom-spinner {
    color: var(--primary-color);
}

.embed-responsive {
    height: 80vh;
}

.graduate-card {
    max-width: 75vw;
    margin: 0 auto;
}

.profile-picture {
    max-height: 20vh;
}

.date-dropdowns-box {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the spacing between elements as needed */
}

#id_birth_date_day {
    order: 1;
}

#id_birth_date_month {
    order: 2;
}

#id_birth_date_year {
    order: 3;
}

.bookmark-btn {
    font-size: 1.5em;
    padding: 3px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid var(--dark-color);
}

.embed-responsive-profile {
    min-height: 40vh;
}


.heroimage-mockup {
    max-width: 100%;
}

.taglines-col {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
}

.underline--magical {
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 80%;
    transition: background-size 0.25s ease-in;
    &:hover {
      background-size: 100% 88%;
    }
  }

.equalcards {
    height: 100%;
}

.altcontainer {
    background-color: var(--least-dark);
    padding: 20px;
}

.bg-gray {
    background-color: var(--least-dark);
}