body {
    padding-top: 56px; /* Space for fixed navbar */
    background-color: #ffebdb;
}
.hero {
    background-color: #007bff;
    color: white;
    padding: 100px 0;
    text-align: center;
}
.content {
    padding: 50px 0;
}
footer {
    background-color: #ffebdb;
    padding: 20px 0;
    text-align: center;
}
.navbar-brand {
    left: 50px;
    color: #1f509a;
    font-size: 40px;
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    line-height: normal;
}
.navbar-brand:hover {
    color: #1f509a;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    margin-left: 10px;
}
.user-ellipse {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}
div.banner div.container h1.brand-title {
    color: #1f509a;
    /* font-size: 96px; */
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 800;
}

div.banner div.container p.brand-subtitle {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #333333;
    font-size: 24px;
}
div.banner div.container p.brand-description {
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: #333333;
    font-size: 24px;
}
div.banner div.container .btn-join {
    box-sizing: border-box;
    background-color: #e38e49;
    color: #ffffff;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;
}
div.banner div.container .btn-login {
    border: 2px solid;
    background-color: #007924;
    border-color: #007924;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
div.banner div.container .btn-logout {
    border: 2px solid;
    background-color: #ce2c2e;
    border-color: #ce2c2e;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
div.banner div.container .btn-discover {
    border: 2px solid;
    border-color: #1f509a;
    color: #1f509a;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
div.banner div.container .btn-discover:hover {
    border: 2px solid;
    background-color: #1f509a;
    border-color: #1f509a;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

div.content.creators {
    background-color: #d4ebf8;
}
div.content.creators div.container .h5 {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #333333;
    font-size: 24px;
}
div.content.creators div.container .h3 {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #1f509a;
    font-size: 40px;
}
div.content.creators div.container .profile-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
div.content.creators div.container .profile-card a {
    text-decoration: none;
    color: #000;
}
div.content.creators div.container .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* mobile devices */
@media (max-width: 575.98px) {
    div.content.creators div.container .profile-card a {
        text-align: center;
    }
    div.content.creators div.container .profile-image {
        width: 95%;
        height: auto;
        border-radius: 5%;
    }
}
div.content.creators div.container .profile-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.content.creators div.container .profile-bio {
    color: #666;
    margin-bottom: 20px;
}

div.content.creators div.container .profile-role {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.content.creators div.container .badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

div.content.why-us {
    background-color: #e38e49;
    color: #ffffff;
}

div.content.why-us .container .h5 {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #1f509a;
    font-size: 32px;
}
div.content.why-us .container .h3 {
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
}
div.content.why-us .container p.why-content {
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
}

div.content.why-us .swiper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

div.content.why-us .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

div.content.why-us .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.content.why-us .section-title {
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    div.content.why-us .swiper-slide {
        width: 85%;
        height: 350px;
    }
}

@media (min-width: 768px) {
    div.content.why-us .swiper-slide:nth-child(even) {
        margin-top: 40px;
    }
}

footer.footer a.logo {
    text-decoration: none;
    color: #1f509a;
    font-size: 40px;
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
}

footer.footer .footer-links a {
    text-decoration: none;
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    padding-right: 10px;
}

footer.footer div.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1a4da2;
    color: white;
    margin: 0 5px;
    text-decoration: none;
}
footer.footer .copyright {
    font-size: 0.9rem;
    color: #666;
}
.text-blue {
    color: #1f509a;
}
.text-orange {
    color: #e38e49;
}
.bg-orange {
    background-color: #e38e49;
}
.categories-section {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.category-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #212529;
}

.category-filters {
    background-color: white;
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.category-filter {
    background-color: #e9f0f6;
    color: #495057;
    border: none;
    margin-bottom: 10px;
    border-radius: 90px;
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.category-filter:hover {
    background-color: #d0e1f0;
}

.category-filter.active {
    background-color: #e38e49;
    color: white;
}

.creator-card {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0 7px 5px #828282;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.creator-card a {
    text-decoration: none;
    color: #000;
}

.creator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 7px 5px #1f509a;
}

.creator-card .creator-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.creator-card .creator-info {
    padding: 20px;
}

.creator-card .creator-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.creator-card .creator-bio {
    color: #6c757d;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.creator-card .creator-role {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creator-card .creator-role-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    font-weight: 500;
}

.creator-card .creator-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* Hide scrollbar for category filters */
.category-filters::-webkit-scrollbar {
    display: none;
}

.category-filters {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.profile-header {
    height: 250px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -80px;
}

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

/* .donation-card .icon-circle {
    width: 50px;
    height: auto;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.donation-card .donate-btn {
    background-color: #f3914b;
    border: none;
    border-radius: 12px;
    padding: 8px 40px;
    color: white;
    font-weight: 600;
    margin-top: 15px;
}

.donation-card .donate-btn:hover {
    background-color: #e37f38;
}
 */

.donate-form {
    background-color: #b2cbe5;
    border-radius: 20px;
    box-shadow: 0 0 8px 3px #828282;
}
.donate-form .donation-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.donate-form .coffee-radio {
    display: none;
}
.donate-form .coffee-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    background: white;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.donate-form .coffee-radio:checked + .coffee-btn {
    background: #ffe4cc;
    border-color: #ff7b3a;
    color: white;
}
.donate-form .support-btn {
    background: #ff764d;
    border: none;
}
.donate-form .support-btn:hover {
    background: #ff6434;
}

.donate-form input,
.donate-form textarea {
    border-radius: 15px !important;
    border: none !important;
    margin-top: 15px;
}
.donate-form textarea {
    resize: none;
    height: 120px;
}

.profile-card {
    background-color: white;
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 0 0 8px 3px #828282;
    text-align: center;
}

.profile-card .profile-head {
    /* display: flex; */
    align-items: center;
    margin-bottom: 20px;
}

.profile-card .profile-image {
    width: 100%;
    height: auto;
    border-radius: 5%;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 15px;
}
/* mobile devices */
@media (max-width: 575.98px) {
    .profile-card .profile-image {
        width: 80%;
        height: auto;
        border-radius: 10%;
    }
}

.profile-card .profile-name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.profile-card .profile-handle {
    color: #666;
    font-size: 14px;
}

.profile-card .profile-bio {
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}

.profile-card .profile-info-item {
    align-items: center;
    margin-bottom: 10px;
    display: inline-block;
}

.profile-card .info-icon {
    color: #e67e22;
    width: 24px;
    margin-right: 10px;
}

.profile-card .info-text {
    color: #333;
}

.profile-card .social-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.profile-card .social-icon {
    color: #e67e22;
    margin-right: 18px;
    font-size: 18px;
}
.profile-comments {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 0 8px 3px #828282;
}
.profile-comments div.card-body div a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #fa963e;
}
.profile-comments div.card-body div a:hover {
    color: #0d6efd;
}

.background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(
            650px circle at 0% 0%,
            hsl(218, 41%, 35%) 15%,
            hsl(218, 41%, 30%) 35%,
            hsl(218, 41%, 20%) 75%,
            hsl(218, 41%, 19%) 80%,
            transparent 100%
        ),
        radial-gradient(
            1250px circle at 100% 100%,
            hsl(218, 41%, 45%) 15%,
            hsl(218, 41%, 30%) 35%,
            hsl(218, 41%, 20%) 75%,
            hsl(218, 41%, 19%) 80%,
            transparent 100%
        );
}

#radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
}

#radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
    box-shadow: 0 0 8px 3px #828282;
}
.br-5 {
    border-radius: 50px;
}

/* Profile Picture */
nav.navbar .profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

nav.navbar .profile-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
nav.navbar .profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}
nav.navbar .profile-menu .fa-fw {
    margin-right: 10px;
}

nav.navbar .toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.side-menu {
    background-color: white;
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 0 0 8px 3px #828282;
}
.side-menu .list-group-item.active {
    z-index: 2;
    color: #fa963e;
    background-color: #1f509a;
    border-color: #1f509a;
}
.side-menu .list-group-item.active .text-muted {
    --bs-text-opacity: 1;
    color: rgba(247, 247, 247, 0.75) !important;
}
@media (max-width: 575.98px) {
    img.custom-logo {
        height: 27px;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
    height: 100px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.delete-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #0d6efd;
    font-size: 12px;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.add-photo {
    border: 2px dashed #dee2e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f8f9fa;
}

.add-photo-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 10px;
}
form.gallery-item.add-photo p {
    font-weight: bold;
}
/* apply only in medium screen */
@media (max-width: 1800px) {
    form.gallery-item.add-photo p {
        font-size: 10px;
    }
}

@media (max-width: 1500px) {
    .banner__shape-two img {
        /* left: 1%;
        top: 4%; */
    }
}
.banner__shape-two img {
    position: absolute;
    z-index: -1;
    left: 20%;
    top: 10%;
    animation: heartbeat 4s infinite alternate;
}
/* small devices */
@media (max-width: 768px) {
    .banner__shape-two img {
        position: absolute;
        z-index: -1;
        left: -170px;
        top: 10%;
        animation: heartbeat 4s infinite alternate;
      }
}
.shape img {
    position: absolute;
    left: 6%;
    padding-top: 25px;
    /* bottom: 20%; */
    /* z-index: -1; */
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
    animation-duration: 3s;
}
.about__shape-wrap-three img {
    position: absolute;
    /* z-index: -1; */
    right: 8%;
    /* top: -5%; */
  }
  .rotateme {
    -webkit-animation-name:
  rotateme;
    animation-name: rotateme;
    -webkit-animation-duration:
  10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count:
  infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function:
  linear;
    animation-timing-function: linear;
  }


/* animations */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}
