@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

.navbar-brand {
    min-width: 50px;
    min-height: 50px;
    max-width: 160px;
    max-height: 124px;
}
.nav-image{
    width: 100%;
    height: auto;
}
 @media (max-width: 768px) {
        .nav-image {
            width: 60%; /* Adjust size to 60% for screens smaller than 768px */
        }
    }
.body, .card, .list-group-item{
    background-color: #000066;
    color: white !important;
}
.card, .list-group-item {
    background-color: hsl(240, 100%, 23%);
}
.memoir-card {
    background-color: white !important;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

p,li {
    font-family: 'Mulish', sans-serif;
    line-height: 1.5;
    font-size: 1.15rem;
}
a {
    color: #e6ae48;
}
a:hover{
    color: #e6ae48;
}
.navbar {
    z-index: 20 !important;
}

.body .nav-link {
    color: white !important;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 0.9rem;
}
.body .nav-link li {
    background-color: transparent !important;
}
.body .nav-link:hover {
    color: white !important;
    background: #e6ae48;
}
/* Custom CSS for small screens */
@media (max-width: 768px) {
    .navbar-collapse {
        background-color: #e6ae48;
        border-radius: 10px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .nav-link {
        color: white !important;
        font-size: 17px;
        font-weight: normal;
        border-radius: 4px;
        padding-left:  1rem !important;
}
}
.custom-z-index {
    z-index: 10 !important;
}
.custom-carousel-item img {
    width: auto;
    height: 100vh !important;
}
@media (max-width: 576px) {
    .custom-carousel-item img {
        width: auto;
        height: 40vh !important;
    }
}

.parallax {
    background: url("../images/bg-promo-home4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.aboutHero {
    background: url("../images/bg-page-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
    position: relative;
}
.aboutHero::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background: rgba(0,0,201,0.15);
    z-index: 1;
}
.aboutHero .navbar {
    z-index: 20 !important;
}
.heroHeading{
    position: relative;
}
.heroHeading h1 {
    z-index: 20;
}
.userProfile {
    /*background: url("../images/bg-page-header.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    height: 25vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userProfile img{
    position: absolute;

    border-radius: 100%;
}
.heroHeading {
    padding-top: 6rem;
    color: white;
    z-index: 10;
}
.button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e6ae48;
    padding: 10px 16px;
    color: white;
    text-decoration: none;
}

.button:hover {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e6ae48;
    padding: 10px 16px;
    color: white;
    text-decoration: none;
}
.accordion-button {
    background: #e6ae48;
    color: white;
}

.theme-text{
    color: #e6ae48 !important;
}
.theme-text:hover{
    color: #e6ae48 !important;
}
a {
    text-decoration: none;
}

.ring{
    border: 4px solid #e6ae48;
}
footer ul {
    list-style-type: none;
    text-align: left;
}
footer a {
    color:white;
}
footer a:hover {
    color:#e6ae48;
}
/*dashboard styling*/
#sidebar {
    height: 100vh;
    background-color: #343a40;
    color: #fff;
    padding-top: 20px;
}
#content {
    padding: 20px;
}

.dashboardLink{
    color: grey ;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
}
.dashboardLink:hover{
    color: #e6ae48;
}
.dashboardLink i {
    font-size: 20px;
}


.dashboard-container{
    overflow-y: scroll;
    height: 100vh;
}
@media (max-width: 576px) {
    .dashboard-container{
        margin-top: 4.5rem;
    }
}

.unconfirmed .burner {
    height: 250px !important;
    background: #e6ae48 !important;
}
.unconfirmed .welcome-card {
    width: 75% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.unconfirmed .card-image {
    position: relative !important;
    height: 150px !important;
}
.unconfirmed .card-image img{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/* For small screens */
@media (max-width: 576px) {
    .custom-section {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* For larger screens */
@media (min-width: 577px) {
    .custom-section {
        width: 75% !important;
    }
}

.client-carousel-card {
    height: auto;
    border-radius: 0.8rem;
}
.client-carousel .carousel-inner {
    position: relative;
    height:  auto;
}
.client-carousel .carousel-inner .carousel-item {
    height: 400px;
}
.client-carousel .carousel-inner .carousel-item img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;

}
.memoir-description-card {
    border-radius: 0.8rem;
}
.memoir-tab {
    color: #3d4852 !important;
}
.memoir-tab .active {
    background-color: #e6ae48 !important;
    color: white;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
}

.thumbnail-img {
    position: relative;
    width: 100%; /* Assuming the container should take the full width */
    height: 70vh; /* Allow the height to adjust based on the image */
    overflow: hidden; /* Hide any overflow from the image */
}
.thumbnail-img img {
        width: 100%; /* Make the image take the full width of its container */
        height: auto; /* Allow the height to adjust proportionally */
        display: block; /* Ensure it behaves as a block element */
        object-fit: contain;
}

.audio-container audio {
    width: 100%;
    height: 100%;
}
.lec-table {
    color: white;
}

.table-list li, td{
    font-size: 13px !important;
}