/*-----------------------------------------------------------------Home Page---------------------------------------------------------------------*/

/*----------------------------------------------------------------Style for Body-----------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-color: white;
    overflow-x: hidden;
}

/*----------------------------------------------------------------Style for Header---------------------------------------------------------------*/
header {
    background-image: url('Header-photo.jpg');
    background-color: grey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 80px;
    font-weight: bold;
    width: 100vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 900;
    margin-bottom: 0px;
}
.photo-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
/*-------------------------------Style for Navigation bar-------------------------------------*/
nav {
    position: fixed;
    display: inline-flex;
    width: 100%;
    height: fit-content;
    text-align: right;
    z-index: 999;
    margin: 0px;
    background-color: rgb(1, 0, 51);
}
nav ul {
    list-style-type: none;
    width: 100%;
    background-color: rgb(1, 0, 51);
    margin: 0px;
    padding: 2px; /* Changed from 02px to 2px */
    z-index: 999;
    text-align: right;
}
nav ul li {
    display: inline;
}
nav ul li a {
    display: inline-block;
    padding: 15px;
    background-color: rgb(1, 0, 51);
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
}
nav ul li a:hover {
    background-color: #555;
    color: white;
}
.login-nav {
    background-color: rgb(102, 201, 240); 
    color: rgb(1, 0, 71);
    font-weight: bold;
}
.login-nav:hover {
    background-color: rgb(0, 116, 8); 
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/*-------------------------------Style for Heading of the Page-------------------------------------*/
.heading-background {
    margin-right: 200px;
    background-position: center;
    align-items: center;
    margin: 100px;
    background-color: rgba(128, 128, 128, 0.615);

}
.container {
    width: 100%;
    display: inline-flex;
}
.Event-Heading {
    display: flex;
    background-color: rgb(164, 0, 0);
    width: 100%;
    Height: 50px;
}
.text-box {
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
}
.grid-box {
    width: 50%;
    aspect-ratio: 3 / 2;
}
.event-day {
    margin-left: 25px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.event-date {
    margin-left: 10px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.Event-Name {
    margin: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
    color: rgb(60, 0, 106);
    font-weight: bold;
}

.Event-premium {
    margin-left: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    color: rgb(144, 0, 0);
    font-weight: bold;
    font-style: italic;
}
.Event-Details {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-size: none;
}

.schdule {
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    align-items: center;
}
.day {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
.table-head {
    height: 40px;
    background-color: rgb(226, 102, 0);
    color: white;
}
.row-I {
    height: 35px;
    background-color: rgb(254, 219, 129);
}
.row-II {
    height: 35px;
    background-color: rgb(248, 247, 208);
}

.schdule-pdf {
    width: 100%;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 400px;
    padding-right: 400px;
    background-color: rgba(255, 128, 0, 0.33);
    font-size: 20px;
    font-family: sans-serif;
}
/*-------------------------------------------------------Style for the Footer Section-----------------------------------------------*/
footer {
    background-size: 100%;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(1, 0, 51);
    color: white;
}
.contacts {
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: left;
}