@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --font-family: "Poppins", sans-serif;
    --secondary-color: #c09914;
    --primary-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --light-gray: #f8f8f8;
    --dark-charcoal: #201e1e;
    --li-light-gray: #F4F4F4;
}
body {
    font-family: var(--font-family);
}
.italic-text {
    font-style: italic;
}
.text-golden {
    color: var(--secondary-color);
}
.text-light-gray {
    color: var(--light-gray);
}

.text-black {
    color: var(--primary-color);
}
.bg-golden {
    background-color: var(--secondary-color);
}
.bg-back {
    background-color: var(--primary-color);
}
.bg-light-gray {
    background-color: var(--light-gray);
}
.bg-dark-charcoal {
    background-color: var(--dark-charcoal);
}
.bg-light-gray {
    background-color: var(--light-gray);
}

.text-dark-charcoal {
    color: var(--dark-charcoal);
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-15 {
    border-radius: 15px;
}
.border-radius-20 {
    border-radius: 20px;
}
.border-radius-50 {
    border-radius: 50px;
}
.letter-spacing-sm {
    letter-spacing: 0.5px;
}
.border-gold {
    border: 1px solid var(--secondary-color);
}
.letter-spacing-md {
    letter-spacing: 1px;
}
.custom-border {
    border: 1.563px solid rgba(32, 30, 30, 0.10);
}

.letter-spacing-lg {
    letter-spacing: 2px;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-70 {
    opacity: 0.7;
}
.line-height-150 {
    line-height: 1.5;
}
.line-height-180 {
    line-height: 1.8;
}

.pl-80 {
    padding-left: 80px;
}

@media (max-width: 768px) {
    .pl-80 {
        padding-left: 20px; /* Optional: Adjust for smaller screens */
    }
}

.section-underline {
    width: 50px;
    height: 2px;
    background-color: var(--secondary-color); /* Change color as needed */
    margin-top: 10px;
    margin-bottom: 20px;
}
.fs-7 {
    font-size: 0.8rem;
}
.fs-8 {
    font-size: 0.6rem;
}
/* Top Left Corner */
.br-top-left-10 {
    border-top-left-radius: 10px;
}

/* Top Right Corner */
.br-top-right-10 {
    border-top-right-radius: 10px;
}

/* Bottom Right Corner */
.br-bottom-right-10 {
    border-bottom-right-radius: 10px;
}

/* Bottom Left Corner */
.br-bottom-left-10 {
    border-bottom-left-radius: 10px;
}
.size-40 {
    width: 40px;
    height: 40px;
}
.active,
.text-hover:hover {
    color: var(--secondary-color) !important;
}

.swiper-pagination-bullet-active {
    background: var(--secondary-color) !important;
}

section.stick {
    position: sticky;
    top: 0;
    box-shadow: 0px 4px 4px 0px rgba(159, 30, 251, 0.1);
    z-index: 999;
}
nav#site-header {
    box-shadow: 0px 4px 4px 0px rgba(159, 30, 251, 0.1);
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    flex-direction: row;
}

.column {
    flex: 16%;
    max-width: 20%;
    padding: 5px 8px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

@media (max-width: 1200px) {
    .column {
        flex: 40%;
        flex-wrap: wrap;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .column {
        flex: 50%;
        max-width: 100%;
    }
}
.card-1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}

.card-1 img {
    /* margin-top: 8px; */
    vertical-align: middle;
    width: 100%;
    display: block;
}

.card-1-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2px 4px;
    width: 184.14px;
    max-width: 240px;
    padding: 16px;
    background: white;
    color: black;
    text-align: left;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card-1 .card-1-overlay {
    opacity: 1;
}

.card-1-overlay h5 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
}

.card-1-overlay p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.login-box,
.register-box {
    width: 100% !important;
    border: none !important;
}
.btn:hover {
    background-color: #e6e6ff;
}
.card-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.glass-card {
    /* width: 240px; */
    width: 100%;
    /* height: 360px; */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 20px 10px rgba(255, 255, 255, 1);
    position: relative;
    overflow: hidden;
}

.glass-card {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.form-control,
.form-control:focus {
    background: transparent;
    border-radius: 11.036px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.3); /* Change this to your desired color */
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400; /* Optional: ensures full visibility in some browsers */
}
.container-1 {
    display: flex;
    flex-direction: column;
    min-height: 680px;
}


@media (max-width: 992px) {
    .container-1 {
            min-height: 240px !important;

    }
}
button.navbar-toggler{
    background: #fff;
    border: 1px solid #dadfe6;
    box-shadow: none;
    border-radius: 4px;
}