.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: inherit;
    background-color: goldenrod;
    border-color: white;
    padding: 0.5rem 1rem; /* added padding for better touch target size */
    font-size: 1rem; /* adjusted font-size for better readability on mobile */
    border-radius: 0.25rem; /* adjusted border-radius for better look on mobile */
}

.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 20px;
    transition: .5s;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: goldenrod !important;
}


/* Styles for the header */
header.bg-light {
    background-color: #ffd700 !important;
    /* margin-bottom: 20px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

header.bg-light .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header.bg-light h1 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

header.bg-light p {
    font-family: 'Merriweather', serif;
    font-size: 25px;
    color: #4a4a4a;
    font-weight: 500;
}
/*End Style Header */

.prizes-section {
    overflow: hidden;
    font-family: 'Merriweather', serif;
    background-color: #d7b805;
}

.prize-row {
    display: flex;
    /* justify-content: space-between; */
}

.prize-card {
    display: flex;
    flex-direction: column;
}

.prize-img-1 {
    max-height: 100%;
}

.prize-img-2 {
    max-height: 100%;
}

.prize-img-3 {
    max-height: 100%;
}
.prize-img-4 {
    max-height: 100%;
}
.prize-img-5 {
    max-height: 100%;
}


/* Footer Start */
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.952)),  center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 10px; */
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}



.position-absolute.top-right {
    position: absolute;
    top: -95px;
    right: 0;
    margin-top: 120px;
}

.position-absolute.top-left {
    position: absolute;
    top: -80px;
    left: 0;
    transform: rotate(150deg);
    margin-top: 120px;
}

.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.thumbnail {
    width: 100px;
    height: 100px;
    background-color: skyblue;
    text-align: center;
    color: white;
    font-size: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .position-absolute.top-right,
    .position-absolute.top-left {
        margin-top: 60px; /* Adjust margin for smaller screens */
    }

    .carousel-control {
        padding-top: 15%; /* Adjust padding for smaller screens */
    }

    .thumbnail {
        width: 70px; /* Adjust width for smaller screens */
        height: 70px; /* Adjust height for smaller screens */
        font-size: 20px; /* Adjust font size for smaller screens */
    }

    .clients .slick-slide {
        flex: 0 0 calc(33.333% - 20px); /* Adjust width for smaller screens */
    }

    .participants .slick-slide {
        flex: 0 0 calc(33.333% - 20px); /* Adjust width for smaller screens */
    }
}

.about {
    background-color: rgba(184, 133, 4, 0.925);
}

.aboutTitle {
    color: whitesmoke;
    font-size: 25px;
}

.sec-heading {
    margin-bottom: 10px;
}

.sec-heading h2 {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 50px;
}

.clients {
    padding: 30px 0;
    width: 100%;
    overflow: hidden; /* Hide any overflowing content */
    background-color: rgba(216, 210, 179, 0.553);
}

.clients .slick-list {
    width: 100%;
}

.clients .slick-track {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px); /* Compensate for negative margin of slick-slide */
    margin-left: -10px; /* Compensate for negative margin of slick-slide */
}

.clients .slick-slide {
    flex: 0 0 calc(25% - 20px); /* Adjust width here */
    margin: 0 10px; /* Adjust margin as needed */
    padding: 0;
}

.wedTitle {
    font-family: 'Merriweather', serif;
    letter-spacing: 4px;
    color: rgb(255, 255, 255);
}

.wedding {
    background-color: rgba(184, 133, 4, 0.925);
}

.galTitle {
    font-family: 'Merriweather', serif;
    color: gold;
}

.sec-heading1 {
    margin-bottom: 10px;
}

.sec-heading1 h2 {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 50px;
}

.participants {
    padding: 30px 0;
    width: 100%;
    overflow: hidden; /* Hide any overflowing content */
}

.participants .slick-list {
    width: 100%;
}

.participants .slick-track {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px); /* Compensate for negative margin of slick-slide */
    margin-left: -10px; /* Compensate for negative margin of slick-slide */
}

.participants .slick-slide {
    flex: 0 0 calc(25% - 20px); /* Adjust width here */
    margin: 0 10px; /* Adjust margin as needed */
    padding: 0;
}

.exhibitors-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sponsors-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 30px;
    margin-bottom:30px;
}

.sponsor-item {
    padding: 10px;
    overflow: hidden;
}

.sponsor-item img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}

.video-container {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.play-button:hover {
    opacity: 1;
}

