* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f0f4f8; /* Light blue background */
    color: #0a2472; /* Dark blue text */
    background-image: url('bg11.jpg'); /* Add your background image */
    background-size: cover; /* Cover the entire background */
    background-position: center;
}
header nav ul li a.top-links {
  font-weight: bold;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.8); /* Optional: Add a semi-transparent background to header */
}

.top-links {
    display: flex;
    justify-content: space-between; /* Distribute space evenly between items */
    flex-grow: 1;
    max-width: 600px;
}

.top-links a {
    text-decoration: none;
    color: #0a2472;
    font-weight:bold; /* Bold font */
    font-size: 18px; /* Smaller font */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    margin: 0 30px; /* Increase horizontal space between links */
}

.top-links a:hover {
    color: #1d4ed8;
    transform: scale(1.1);
}

.top-links a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #1d4ed8;
    transition: width 0.3s ease-in-out;
}

.top-links a:hover::before {
    width: 100%;
}

.logo-container {
    margin-left: auto;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    font-weight: 700;
    color: #0a2472;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #0a2472;
    text-align: center;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block; /* Inline block to avoid stretching full width */
}

.video-section {
    margin: 40px 50px;
    padding-bottom: 20px;
}

.scroll-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.scrollable-video-menu {
    display: flex;
    overflow: hidden; /* Hide the overflow, since we’ll use buttons to scroll */
    gap: 20px;
    scroll-behavior: smooth; /* Smooth scrolling for better UX */
    width: 100%;
}

.video-item {
    flex: 0 0 auto;
    font-family:'Georgia', serif;
    font-style: italic;
    font-size:16px;
    width: 420px;
    height:500px;
    text-align: center;
    color: #0a2472;
    background: linear-gradient(135deg, #f5faff, #e0f0ff); /* Gradient background */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0a2472;
    margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 5px;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.left-arrow {
    left: -40px;
}

.right-arrow {
    right: -40px;
}

.scroll-arrow:hover {
    background-color: #0a2472;
    color: white;
}

 ul {
            list-style-type: none;
            
        }

        p {
            
            font-size: 18px;
        }

.video-item1 {
    flex: 0 0 auto;
    font-family:'Georgia', serif;
    font-style: italic;
    font-size:14px;
    width: 420px;
    height:550px;
    text-align: center;
    color: #0a2472;
    background: linear-gradient(135deg, #f5faff, #e0f0ff); /* Gradient background */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
header2 {
    width: 100%;
    height:82px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
    align-content: right;
    padding: 20px 50px;
    padding-left: 1175px;
    background: rgba(255, 255, 255, 0.8); /* Optional: Add a semi-transparent background to header */
}
