body {
    margin: 0;
    height: 100vh;
    background-image: url('./images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: urdu regular;
    src: url(./fonts/NotoNastaliqUrdu-Regular.ttf);
}
.evencooler {
    display: flex;
    align-items: stretch; /* Ensures both elements take the same height */
    gap: 10px; /* Adds spacing between navbar buttons and koolbox */
}

.leftnav {
    display: flex;
    flex-direction: column;  
}

.navbar {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.navbar li {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    backdrop-filter: blur(5px);
    background-color: #252d0ca9;
    margin: 7px 0;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.navbar li a {
    width: 100%;
    text-decoration: none;
    display: block;
    color: #e9dac8;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar li a:hover {
    color:white
}

#greetings {
    color: #21210af6;
    font-size: 4em;
}

h1 {
    color: #21210af6;
}

.koolbox {
    width: 1000px;
    height: 563px;
    font-size: large;
    backdrop-filter: blur(15px);
    background-color: #978879ab;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    text-align: center;
}

#active {
    box-shadow: 0 4px 8px rgba(107, 142, 35, 0.6);
    border: 2px solid rgb(77, 77, 59);
}
#active a {
    color: #c4a784 !important; 
    text-shadow: 0 4px 8px rgba(227, 192, 111, 0.6)
}

.watermelon {
    display:block ;
    margin-top:20px; 
    margin-left: 20px;
    z-index: 10; 
    width: 80px; 
    height: auto;
        
}

.nc {
    position: fixed; 
    bottom:0; 
    left: 2%; 
    z-index: 10;
    width: 200px; 
    height: auto; 
}

.webringpeeps li a {
    color: #21210af6;
    text-decoration: none;
    text-align: left;
    font-size: xx-large;
}

.webringpeeps li a:hover {
    color:#c4a784
}

.webringcont {
    text-align: left;
}

#hometext{
    text-align: left;
    padding-left:5%;
    margin-right: 20%;
}

.nescafe {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    position: absolute;
    margin-right: 3%; 
    right: 0;
    top: 25%; 
    text-align: center;
}

.nescafe img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 150px; 
    border-radius: 10px; 
}

.nescafe figcaption {
    font-size: 100%; 
    margin-top: 5px; 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.hallcontent {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hallimg {
    border: 10px solid #D4AF37;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

#fancyline {
    width: 600px;
    margin-top: -7%;
}

#title {
    font-size: 300%;
}

.contactlist {
    list-style-type: none;
    padding-right: 2%;
}

.contactlist li a {
    color: #21210af6;
    text-decoration: none;
    font-size: xx-large;
    text-align: center;
}

.contactlist li a:hover {
    color: #c4a784;
}

.contactcontent p {
    font-size: xx-large;
}


.contacticon {
    width: 7%;
    vertical-align: middle;
    padding-right: 1%;
} 

.discord {
    padding-right: 3%;
}

.palm{
    max-width: 28%;
    float: right;
    margin-right: 1.5%;
    margin-top: -18%;
}

.palm2{
    position: fixed;
    top:0;
    right:0;
    z-index: 1000;
}
